Version Description
Download this release
Release Info
Developer | namith.jawahar |
Plugin | Quick Adsense |
Version | 2.8.1 |
Comparing to | |
See all releases |
Code changes from version 2.8 to 2.8.1
- assets/js/Chart.bundle.min.js +9 -9
- includes/adsense.php +1 -1
- includes/vendor/GeoIP/GeoIPCountry.php +235 -235
- includes/vendor/GeoIP/GeoIPDatas/0.php +3 -3
- includes/vendor/GeoIP/GeoIPDatas/0000.php +3 -3
- includes/vendor/GeoIP/GeoIPDatas/0100.php +3 -3
- includes/vendor/GeoIP/GeoIPDatas/0200.php +3 -3
- includes/vendor/GeoIP/GeoIPDatas/0400.php +3 -3
- includes/vendor/GeoIP/GeoIPDatas/0800.php +3 -3
- includes/vendor/GeoIP/GeoIPDatas/1.php +116 -116
- includes/vendor/GeoIP/GeoIPDatas/10.php +3 -3
- includes/vendor/GeoIP/GeoIPDatas/100.php +31 -31
- includes/vendor/GeoIP/GeoIPDatas/1000.php +3 -3
- includes/vendor/GeoIP/GeoIPDatas/101.php +180 -180
- includes/vendor/GeoIP/GeoIPDatas/102.php +3 -3
- includes/vendor/GeoIP/GeoIPDatas/103.php +9709 -11647
assets/js/Chart.bundle.min.js
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
/*!
|
2 |
-
* Chart.js
|
3 |
-
* http://chartjs.org/
|
4 |
-
* Version: 2.7.0
|
5 |
-
*
|
6 |
-
* Copyright 2017 Nick Downie
|
7 |
-
* Released under the MIT license
|
8 |
-
* https://github.com/chartjs/Chart.js/blob/master/LICENSE.md
|
9 |
-
*/
|
10 |
!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).Chart=t()}}(function(){return function t(e,n,i){function a(o,s){if(!n[o]){if(!e[o]){var l="function"==typeof require&&require;if(!s&&l)return l(o,!0);if(r)return r(o,!0);var u=new Error("Cannot find module '"+o+"'");throw u.code="MODULE_NOT_FOUND",u}var d=n[o]={exports:{}};e[o][0].call(d.exports,function(t){var n=e[o][1][t];return a(n||t)},d,d.exports,t,e,n,i)}return n[o].exports}for(var r="function"==typeof require&&require,o=0;o<i.length;o++)a(i[o]);return a}({1:[function(t,e,n){function i(t){if(t){var e=/^#([a-fA-F0-9]{3})$/i,n=/^#([a-fA-F0-9]{6})$/i,i=/^rgba?\(\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/i,a=/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/i,r=/(\w+)/,o=[0,0,0],s=1,l=t.match(e);if(l){l=l[1];for(d=0;d<o.length;d++)o[d]=parseInt(l[d]+l[d],16)}else if(l=t.match(n)){l=l[1];for(d=0;d<o.length;d++)o[d]=parseInt(l.slice(2*d,2*d+2),16)}else if(l=t.match(i)){for(d=0;d<o.length;d++)o[d]=parseInt(l[d+1]);s=parseFloat(l[4])}else if(l=t.match(a)){for(d=0;d<o.length;d++)o[d]=Math.round(2.55*parseFloat(l[d+1]));s=parseFloat(l[4])}else if(l=t.match(r)){if("transparent"==l[1])return[0,0,0,0];if(!(o=c[l[1]]))return}for(var d=0;d<o.length;d++)o[d]=u(o[d],0,255);return s=s||0==s?u(s,0,1):1,o[3]=s,o}}function a(t){if(t){var e=/^hsla?\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/,n=t.match(e);if(n){var i=parseFloat(n[4]);return[u(parseInt(n[1]),0,360),u(parseFloat(n[2]),0,100),u(parseFloat(n[3]),0,100),u(isNaN(i)?1:i,0,1)]}}}function r(t){if(t){var e=/^hwb\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/,n=t.match(e);if(n){var i=parseFloat(n[4]);return[u(parseInt(n[1]),0,360),u(parseFloat(n[2]),0,100),u(parseFloat(n[3]),0,100),u(isNaN(i)?1:i,0,1)]}}}function o(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"rgba("+t[0]+", "+t[1]+", "+t[2]+", "+e+")"}function s(t,e){return"rgba("+Math.round(t[0]/255*100)+"%, "+Math.round(t[1]/255*100)+"%, "+Math.round(t[2]/255*100)+"%, "+(e||t[3]||1)+")"}function l(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"hsla("+t[0]+", "+t[1]+"%, "+t[2]+"%, "+e+")"}function u(t,e,n){return Math.min(Math.max(e,t),n)}function d(t){var e=t.toString(16).toUpperCase();return e.length<2?"0"+e:e}var c=t(5);e.exports={getRgba:i,getHsla:a,getRgb:function(t){var e=i(t);return e&&e.slice(0,3)},getHsl:function(t){var e=a(t);return e&&e.slice(0,3)},getHwb:r,getAlpha:function(t){var e=i(t);return e?e[3]:(e=a(t))?e[3]:(e=r(t))?e[3]:void 0},hexString:function(t){return"#"+d(t[0])+d(t[1])+d(t[2])},rgbString:function(t,e){return e<1||t[3]&&t[3]<1?o(t,e):"rgb("+t[0]+", "+t[1]+", "+t[2]+")"},rgbaString:o,percentString:function(t,e){return e<1||t[3]&&t[3]<1?s(t,e):"rgb("+Math.round(t[0]/255*100)+"%, "+Math.round(t[1]/255*100)+"%, "+Math.round(t[2]/255*100)+"%)"},percentaString:s,hslString:function(t,e){return e<1||t[3]&&t[3]<1?l(t,e):"hsl("+t[0]+", "+t[1]+"%, "+t[2]+"%)"},hslaString:l,hwbString:function(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"hwb("+t[0]+", "+t[1]+"%, "+t[2]+"%"+(void 0!==e&&1!==e?", "+e:"")+")"},keyword:function(t){return h[t.slice(0,3)]}};var h={};for(var f in c)h[c[f]]=f},{5:5}],2:[function(t,e,n){var i=t(4),a=t(1),r=function(t){if(t instanceof r)return t;if(!(this instanceof r))return new r(t);this.valid=!1,this.values={rgb:[0,0,0],hsl:[0,0,0],hsv:[0,0,0],hwb:[0,0,0],cmyk:[0,0,0,0],alpha:1};var e;"string"==typeof t?(e=a.getRgba(t))?this.setValues("rgb",e):(e=a.getHsla(t))?this.setValues("hsl",e):(e=a.getHwb(t))&&this.setValues("hwb",e):"object"==typeof t&&(void 0!==(e=t).r||void 0!==e.red?this.setValues("rgb",e):void 0!==e.l||void 0!==e.lightness?this.setValues("hsl",e):void 0!==e.v||void 0!==e.value?this.setValues("hsv",e):void 0!==e.w||void 0!==e.whiteness?this.setValues("hwb",e):void 0===e.c&&void 0===e.cyan||this.setValues("cmyk",e))};r.prototype={isValid:function(){return this.valid},rgb:function(){return this.setSpace("rgb",arguments)},hsl:function(){return this.setSpace("hsl",arguments)},hsv:function(){return this.setSpace("hsv",arguments)},hwb:function(){return this.setSpace("hwb",arguments)},cmyk:function(){return this.setSpace("cmyk",arguments)},rgbArray:function(){return this.values.rgb},hslArray:function(){return this.values.hsl},hsvArray:function(){return this.values.hsv},hwbArray:function(){var t=this.values;return 1!==t.alpha?t.hwb.concat([t.alpha]):t.hwb},cmykArray:function(){return this.values.cmyk},rgbaArray:function(){var t=this.values;return t.rgb.concat([t.alpha])},hslaArray:function(){var t=this.values;return t.hsl.concat([t.alpha])},alpha:function(t){return void 0===t?this.values.alpha:(this.setValues("alpha",t),this)},red:function(t){return this.setChannel("rgb",0,t)},green:function(t){return this.setChannel("rgb",1,t)},blue:function(t){return this.setChannel("rgb",2,t)},hue:function(t){return t&&(t=(t%=360)<0?360+t:t),this.setChannel("hsl",0,t)},saturation:function(t){return this.setChannel("hsl",1,t)},lightness:function(t){return this.setChannel("hsl",2,t)},saturationv:function(t){return this.setChannel("hsv",1,t)},whiteness:function(t){return this.setChannel("hwb",1,t)},blackness:function(t){return this.setChannel("hwb",2,t)},value:function(t){return this.setChannel("hsv",2,t)},cyan:function(t){return this.setChannel("cmyk",0,t)},magenta:function(t){return this.setChannel("cmyk",1,t)},yellow:function(t){return this.setChannel("cmyk",2,t)},black:function(t){return this.setChannel("cmyk",3,t)},hexString:function(){return a.hexString(this.values.rgb)},rgbString:function(){return a.rgbString(this.values.rgb,this.values.alpha)},rgbaString:function(){return a.rgbaString(this.values.rgb,this.values.alpha)},percentString:function(){return a.percentString(this.values.rgb,this.values.alpha)},hslString:function(){return a.hslString(this.values.hsl,this.values.alpha)},hslaString:function(){return a.hslaString(this.values.hsl,this.values.alpha)},hwbString:function(){return a.hwbString(this.values.hwb,this.values.alpha)},keyword:function(){return a.keyword(this.values.rgb,this.values.alpha)},rgbNumber:function(){var t=this.values.rgb;return t[0]<<16|t[1]<<8|t[2]},luminosity:function(){for(var t=this.values.rgb,e=[],n=0;n<t.length;n++){var i=t[n]/255;e[n]=i<=.03928?i/12.92:Math.pow((i+.055)/1.055,2.4)}return.2126*e[0]+.7152*e[1]+.0722*e[2]},contrast:function(t){var e=this.luminosity(),n=t.luminosity();return e>n?(e+.05)/(n+.05):(n+.05)/(e+.05)},level:function(t){var e=this.contrast(t);return e>=7.1?"AAA":e>=4.5?"AA":""},dark:function(){var t=this.values.rgb;return(299*t[0]+587*t[1]+114*t[2])/1e3<128},light:function(){return!this.dark()},negate:function(){for(var t=[],e=0;e<3;e++)t[e]=255-this.values.rgb[e];return this.setValues("rgb",t),this},lighten:function(t){var e=this.values.hsl;return e[2]+=e[2]*t,this.setValues("hsl",e),this},darken:function(t){var e=this.values.hsl;return e[2]-=e[2]*t,this.setValues("hsl",e),this},saturate:function(t){var e=this.values.hsl;return e[1]+=e[1]*t,this.setValues("hsl",e),this},desaturate:function(t){var e=this.values.hsl;return e[1]-=e[1]*t,this.setValues("hsl",e),this},whiten:function(t){var e=this.values.hwb;return e[1]+=e[1]*t,this.setValues("hwb",e),this},blacken:function(t){var e=this.values.hwb;return e[2]+=e[2]*t,this.setValues("hwb",e),this},greyscale:function(){var t=this.values.rgb,e=.3*t[0]+.59*t[1]+.11*t[2];return this.setValues("rgb",[e,e,e]),this},clearer:function(t){var e=this.values.alpha;return this.setValues("alpha",e-e*t),this},opaquer:function(t){var e=this.values.alpha;return this.setValues("alpha",e+e*t),this},rotate:function(t){var e=this.values.hsl,n=(e[0]+t)%360;return e[0]=n<0?360+n:n,this.setValues("hsl",e),this},mix:function(t,e){var n=this,i=t,a=void 0===e?.5:e,r=2*a-1,o=n.alpha()-i.alpha(),s=((r*o==-1?r:(r+o)/(1+r*o))+1)/2,l=1-s;return this.rgb(s*n.red()+l*i.red(),s*n.green()+l*i.green(),s*n.blue()+l*i.blue()).alpha(n.alpha()*a+i.alpha()*(1-a))},toJSON:function(){return this.rgb()},clone:function(){var t,e,n=new r,i=this.values,a=n.values;for(var o in i)i.hasOwnProperty(o)&&(t=i[o],"[object Array]"===(e={}.toString.call(t))?a[o]=t.slice(0):"[object Number]"===e?a[o]=t:console.error("unexpected color value:",t));return n}},r.prototype.spaces={rgb:["red","green","blue"],hsl:["hue","saturation","lightness"],hsv:["hue","saturation","value"],hwb:["hue","whiteness","blackness"],cmyk:["cyan","magenta","yellow","black"]},r.prototype.maxes={rgb:[255,255,255],hsl:[360,100,100],hsv:[360,100,100],hwb:[360,100,100],cmyk:[100,100,100,100]},r.prototype.getValues=function(t){for(var e=this.values,n={},i=0;i<t.length;i++)n[t.charAt(i)]=e[t][i];return 1!==e.alpha&&(n.a=e.alpha),n},r.prototype.setValues=function(t,e){var n,a=this.values,r=this.spaces,o=this.maxes,s=1;if(this.valid=!0,"alpha"===t)s=e;else if(e.length)a[t]=e.slice(0,t.length),s=e[t.length];else if(void 0!==e[t.charAt(0)]){for(n=0;n<t.length;n++)a[t][n]=e[t.charAt(n)];s=e.a}else if(void 0!==e[r[t][0]]){var l=r[t];for(n=0;n<t.length;n++)a[t][n]=e[l[n]];s=e.alpha}if(a.alpha=Math.max(0,Math.min(1,void 0===s?a.alpha:s)),"alpha"===t)return!1;var u;for(n=0;n<t.length;n++)u=Math.max(0,Math.min(o[t][n],a[t][n])),a[t][n]=Math.round(u);for(var d in r)d!==t&&(a[d]=i[t][d](a[t]));return!0},r.prototype.setSpace=function(t,e){var n=e[0];return void 0===n?this.getValues(t):("number"==typeof n&&(n=Array.prototype.slice.call(e)),this.setValues(t,n),this)},r.prototype.setChannel=function(t,e,n){var i=this.values[t];return void 0===n?i[e]:n===i[e]?this:(i[e]=n,this.setValues(t,i),this)},"undefined"!=typeof window&&(window.Color=r),e.exports=r},{1:1,4:4}],3:[function(t,e,n){function i(t){var e,n,i,a=t[0]/255,r=t[1]/255,o=t[2]/255,s=Math.min(a,r,o),l=Math.max(a,r,o),u=l-s;return l==s?e=0:a==l?e=(r-o)/u:r==l?e=2+(o-a)/u:o==l&&(e=4+(a-r)/u),(e=Math.min(60*e,360))<0&&(e+=360),i=(s+l)/2,n=l==s?0:i<=.5?u/(l+s):u/(2-l-s),[e,100*n,100*i]}function a(t){var e,n,i,a=t[0],r=t[1],o=t[2],s=Math.min(a,r,o),l=Math.max(a,r,o),u=l-s;return n=0==l?0:u/l*1e3/10,l==s?e=0:a==l?e=(r-o)/u:r==l?e=2+(o-a)/u:o==l&&(e=4+(a-r)/u),(e=Math.min(60*e,360))<0&&(e+=360),i=l/255*1e3/10,[e,n,i]}function o(t){var e=t[0],n=t[1],a=t[2];return[i(t)[0],100*(1/255*Math.min(e,Math.min(n,a))),100*(a=1-1/255*Math.max(e,Math.max(n,a)))]}function s(t){var e,n,i,a,r=t[0]/255,o=t[1]/255,s=t[2]/255;return a=Math.min(1-r,1-o,1-s),e=(1-r-a)/(1-a)||0,n=(1-o-a)/(1-a)||0,i=(1-s-a)/(1-a)||0,[100*e,100*n,100*i,100*a]}function l(t){return S[JSON.stringify(t)]}function u(t){var e=t[0]/255,n=t[1]/255,i=t[2]/255;return[100*(.4124*(e=e>.04045?Math.pow((e+.055)/1.055,2.4):e/12.92)+.3576*(n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92)+.1805*(i=i>.04045?Math.pow((i+.055)/1.055,2.4):i/12.92)),100*(.2126*e+.7152*n+.0722*i),100*(.0193*e+.1192*n+.9505*i)]}function d(t){var e,n,i,a=u(t),r=a[0],o=a[1],s=a[2];return r/=95.047,o/=100,s/=108.883,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,o=o>.008856?Math.pow(o,1/3):7.787*o+16/116,s=s>.008856?Math.pow(s,1/3):7.787*s+16/116,e=116*o-16,n=500*(r-o),i=200*(o-s),[e,n,i]}function c(t){var e,n,i,a,r,o=t[0]/360,s=t[1]/100,l=t[2]/100;if(0==s)return r=255*l,[r,r,r];e=2*l-(n=l<.5?l*(1+s):l+s-l*s),a=[0,0,0];for(var u=0;u<3;u++)(i=o+1/3*-(u-1))<0&&i++,i>1&&i--,r=6*i<1?e+6*(n-e)*i:2*i<1?n:3*i<2?e+(n-e)*(2/3-i)*6:e,a[u]=255*r;return a}function h(t){var e=t[0]/60,n=t[1]/100,i=t[2]/100,a=Math.floor(e)%6,r=e-Math.floor(e),o=255*i*(1-n),s=255*i*(1-n*r),l=255*i*(1-n*(1-r)),i=255*i;switch(a){case 0:return[i,l,o];case 1:return[s,i,o];case 2:return[o,i,l];case 3:return[o,s,i];case 4:return[l,o,i];case 5:return[i,o,s]}}function f(t){var e,n,i,a,o=t[0]/360,s=t[1]/100,l=t[2]/100,u=s+l;switch(u>1&&(s/=u,l/=u),e=Math.floor(6*o),n=1-l,i=6*o-e,0!=(1&e)&&(i=1-i),a=s+i*(n-s),e){default:case 6:case 0:r=n,g=a,b=s;break;case 1:r=a,g=n,b=s;break;case 2:r=s,g=n,b=a;break;case 3:r=s,g=a,b=n;break;case 4:r=a,g=s,b=n;break;case 5:r=n,g=s,b=a}return[255*r,255*g,255*b]}function m(t){var e,n,i,a=t[0]/100,r=t[1]/100,o=t[2]/100,s=t[3]/100;return e=1-Math.min(1,a*(1-s)+s),n=1-Math.min(1,r*(1-s)+s),i=1-Math.min(1,o*(1-s)+s),[255*e,255*n,255*i]}function p(t){var e,n,i,a=t[0]/100,r=t[1]/100,o=t[2]/100;return e=3.2406*a+-1.5372*r+-.4986*o,n=-.9689*a+1.8758*r+.0415*o,i=.0557*a+-.204*r+1.057*o,e=e>.0031308?1.055*Math.pow(e,1/2.4)-.055:e*=12.92,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:n*=12.92,i=i>.0031308?1.055*Math.pow(i,1/2.4)-.055:i*=12.92,e=Math.min(Math.max(0,e),1),n=Math.min(Math.max(0,n),1),i=Math.min(Math.max(0,i),1),[255*e,255*n,255*i]}function v(t){var e,n,i,a=t[0],r=t[1],o=t[2];return a/=95.047,r/=100,o/=108.883,a=a>.008856?Math.pow(a,1/3):7.787*a+16/116,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,o=o>.008856?Math.pow(o,1/3):7.787*o+16/116,e=116*r-16,n=500*(a-r),i=200*(r-o),[e,n,i]}function y(t){var e,n,i,a,r=t[0],o=t[1],s=t[2];return r<=8?a=(n=100*r/903.3)/100*7.787+16/116:(n=100*Math.pow((r+16)/116,3),a=Math.pow(n/100,1/3)),e=e/95.047<=.008856?e=95.047*(o/500+a-16/116)/7.787:95.047*Math.pow(o/500+a,3),i=i/108.883<=.008859?i=108.883*(a-s/200-16/116)/7.787:108.883*Math.pow(a-s/200,3),[e,n,i]}function x(t){var e,n,i,a=t[0],r=t[1],o=t[2];return e=Math.atan2(o,r),(n=360*e/2/Math.PI)<0&&(n+=360),i=Math.sqrt(r*r+o*o),[a,i,n]}function _(t){return p(y(t))}function k(t){var e,n,i,a=t[0],r=t[1];return i=t[2]/360*2*Math.PI,e=r*Math.cos(i),n=r*Math.sin(i),[a,e,n]}function w(t){return M[t]}e.exports={rgb2hsl:i,rgb2hsv:a,rgb2hwb:o,rgb2cmyk:s,rgb2keyword:l,rgb2xyz:u,rgb2lab:d,rgb2lch:function(t){return x(d(t))},hsl2rgb:c,hsl2hsv:function(t){var e,n,i=t[0],a=t[1]/100,r=t[2]/100;return 0===r?[0,0,0]:(r*=2,a*=r<=1?r:2-r,n=(r+a)/2,e=2*a/(r+a),[i,100*e,100*n])},hsl2hwb:function(t){return o(c(t))},hsl2cmyk:function(t){return s(c(t))},hsl2keyword:function(t){return l(c(t))},hsv2rgb:h,hsv2hsl:function(t){var e,n,i=t[0],a=t[1]/100,r=t[2]/100;return n=(2-a)*r,e=a*r,e/=n<=1?n:2-n,e=e||0,n/=2,[i,100*e,100*n]},hsv2hwb:function(t){return o(h(t))},hsv2cmyk:function(t){return s(h(t))},hsv2keyword:function(t){return l(h(t))},hwb2rgb:f,hwb2hsl:function(t){return i(f(t))},hwb2hsv:function(t){return a(f(t))},hwb2cmyk:function(t){return s(f(t))},hwb2keyword:function(t){return l(f(t))},cmyk2rgb:m,cmyk2hsl:function(t){return i(m(t))},cmyk2hsv:function(t){return a(m(t))},cmyk2hwb:function(t){return o(m(t))},cmyk2keyword:function(t){return l(m(t))},keyword2rgb:w,keyword2hsl:function(t){return i(w(t))},keyword2hsv:function(t){return a(w(t))},keyword2hwb:function(t){return o(w(t))},keyword2cmyk:function(t){return s(w(t))},keyword2lab:function(t){return d(w(t))},keyword2xyz:function(t){return u(w(t))},xyz2rgb:p,xyz2lab:v,xyz2lch:function(t){return x(v(t))},lab2xyz:y,lab2rgb:_,lab2lch:x,lch2lab:k,lch2xyz:function(t){return y(k(t))},lch2rgb:function(t){return _(k(t))}};var M={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},S={};for(var D in M)S[JSON.stringify(M[D])]=D},{}],4:[function(t,e,n){var i=t(3),a=function(){return new u};for(var r in i){a[r+"Raw"]=function(t){return function(e){return"number"==typeof e&&(e=Array.prototype.slice.call(arguments)),i[t](e)}}(r);var o=/(\w+)2(\w+)/.exec(r),s=o[1],l=o[2];(a[s]=a[s]||{})[l]=a[r]=function(t){return function(e){"number"==typeof e&&(e=Array.prototype.slice.call(arguments));var n=i[t](e);if("string"==typeof n||void 0===n)return n;for(var a=0;a<n.length;a++)n[a]=Math.round(n[a]);return n}}(r)}var u=function(){this.convs={}};u.prototype.routeSpace=function(t,e){var n=e[0];return void 0===n?this.getValues(t):("number"==typeof n&&(n=Array.prototype.slice.call(e)),this.setValues(t,n))},u.prototype.setValues=function(t,e){return this.space=t,this.convs={},this.convs[t]=e,this},u.prototype.getValues=function(t){var e=this.convs[t];if(!e){var n=this.space,i=this.convs[n];e=a[n][t](i),this.convs[t]=e}return e},["rgb","hsl","hsv","cmyk","keyword"].forEach(function(t){u.prototype[t]=function(e){return this.routeSpace(t,arguments)}}),e.exports=a},{3:3}],5:[function(t,e,n){"use strict";e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},{}],6:[function(t,e,n){!function(t,i){"object"==typeof n&&void 0!==e?e.exports=i():t.moment=i()}(this,function(){"use strict";function n(){return xe.apply(null,arguments)}function i(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function a(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function r(t){var e;for(e in t)return!1;return!0}function o(t){return void 0===t}function s(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function l(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function u(t,e){var n,i=[];for(n=0;n<t.length;++n)i.push(e(t[n],n));return i}function d(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function c(t,e){for(var n in e)d(e,n)&&(t[n]=e[n]);return d(e,"toString")&&(t.toString=e.toString),d(e,"valueOf")&&(t.valueOf=e.valueOf),t}function h(t,e,n,i){return Yt(t,e,n,i,!0).utc()}function f(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function g(t){return null==t._pf&&(t._pf=f()),t._pf}function m(t){if(null==t._isValid){var e=g(t),n=ke.call(e.parsedDateParts,function(t){return null!=t}),i=!isNaN(t._d.getTime())&&e.overflow<0&&!e.empty&&!e.invalidMonth&&!e.invalidWeekday&&!e.nullInput&&!e.invalidFormat&&!e.userInvalidated&&(!e.meridiem||e.meridiem&&n);if(t._strict&&(i=i&&0===e.charsLeftOver&&0===e.unusedTokens.length&&void 0===e.bigHour),null!=Object.isFrozen&&Object.isFrozen(t))return i;t._isValid=i}return t._isValid}function p(t){var e=h(NaN);return null!=t?c(g(e),t):g(e).userInvalidated=!0,e}function v(t,e){var n,i,a;if(o(e._isAMomentObject)||(t._isAMomentObject=e._isAMomentObject),o(e._i)||(t._i=e._i),o(e._f)||(t._f=e._f),o(e._l)||(t._l=e._l),o(e._strict)||(t._strict=e._strict),o(e._tzm)||(t._tzm=e._tzm),o(e._isUTC)||(t._isUTC=e._isUTC),o(e._offset)||(t._offset=e._offset),o(e._pf)||(t._pf=g(e)),o(e._locale)||(t._locale=e._locale),we.length>0)for(n=0;n<we.length;n++)o(a=e[i=we[n]])||(t[i]=a);return t}function y(t){v(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===Me&&(Me=!0,n.updateOffset(this),Me=!1)}function b(t){return t instanceof y||null!=t&&null!=t._isAMomentObject}function x(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function _(t){var e=+t,n=0;return 0!==e&&isFinite(e)&&(n=x(e)),n}function k(t,e,n){var i,a=Math.min(t.length,e.length),r=Math.abs(t.length-e.length),o=0;for(i=0;i<a;i++)(n&&t[i]!==e[i]||!n&&_(t[i])!==_(e[i]))&&o++;return o+r}function w(t){!1===n.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function M(t,e){var i=!0;return c(function(){if(null!=n.deprecationHandler&&n.deprecationHandler(null,t),i){for(var a,r=[],o=0;o<arguments.length;o++){if(a="","object"==typeof arguments[o]){a+="\n["+o+"] ";for(var s in arguments[0])a+=s+": "+arguments[0][s]+", ";a=a.slice(0,-2)}else a=arguments[o];r.push(a)}w(t+"\nArguments: "+Array.prototype.slice.call(r).join("")+"\n"+(new Error).stack),i=!1}return e.apply(this,arguments)},e)}function S(t,e){null!=n.deprecationHandler&&n.deprecationHandler(t,e),Se[t]||(w(e),Se[t]=!0)}function D(t){return t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function C(t,e){var n,i=c({},t);for(n in e)d(e,n)&&(a(t[n])&&a(e[n])?(i[n]={},c(i[n],t[n]),c(i[n],e[n])):null!=e[n]?i[n]=e[n]:delete i[n]);for(n in t)d(t,n)&&!d(e,n)&&a(t[n])&&(i[n]=c({},i[n]));return i}function P(t){null!=t&&this.set(t)}function T(t,e){var n=t.toLowerCase();Fe[n]=Fe[n+"s"]=Fe[e]=t}function I(t){return"string"==typeof t?Fe[t]||Fe[t.toLowerCase()]:void 0}function A(t){var e,n,i={};for(n in t)d(t,n)&&(e=I(n))&&(i[e]=t[n]);return i}function O(t,e){Re[t]=e}function F(t){var e=[];for(var n in t)e.push({unit:n,priority:Re[n]});return e.sort(function(t,e){return t.priority-e.priority}),e}function R(t,e){return function(i){return null!=i?(W(this,t,i),n.updateOffset(this,e),this):L(this,t)}}function L(t,e){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+e]():NaN}function W(t,e,n){t.isValid()&&t._d["set"+(t._isUTC?"UTC":"")+e](n)}function Y(t,e,n){var i=""+Math.abs(t),a=e-i.length;return(t>=0?n?"+":"":"-")+Math.pow(10,Math.max(0,a)).toString().substr(1)+i}function N(t,e,n,i){var a=i;"string"==typeof i&&(a=function(){return this[i]()}),t&&(Ne[t]=a),e&&(Ne[e[0]]=function(){return Y(a.apply(this,arguments),e[1],e[2])}),n&&(Ne[n]=function(){return this.localeData().ordinal(a.apply(this,arguments),t)})}function z(t){return t.match(/\[[\s\S]/)?t.replace(/^\[|\]$/g,""):t.replace(/\\/g,"")}function B(t){var e,n,i=t.match(Le);for(e=0,n=i.length;e<n;e++)Ne[i[e]]?i[e]=Ne[i[e]]:i[e]=z(i[e]);return function(e){var a,r="";for(a=0;a<n;a++)r+=D(i[a])?i[a].call(e,t):i[a];return r}}function V(t,e){return t.isValid()?(e=H(e,t.localeData()),Ye[e]=Ye[e]||B(e),Ye[e](t)):t.localeData().invalidDate()}function H(t,e){var n=5;for(We.lastIndex=0;n>=0&&We.test(t);)t=t.replace(We,function(t){return e.longDateFormat(t)||t}),We.lastIndex=0,n-=1;return t}function E(t,e,n){nn[t]=D(e)?e:function(t,i){return t&&n?n:e}}function j(t,e){return d(nn,t)?nn[t](e._strict,e._locale):new RegExp(U(t))}function U(t){return q(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,e,n,i,a){return e||n||i||a}))}function q(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function G(t,e){var n,i=e;for("string"==typeof t&&(t=[t]),s(e)&&(i=function(t,n){n[e]=_(t)}),n=0;n<t.length;n++)an[t[n]]=i}function Z(t,e){G(t,function(t,n,i,a){i._w=i._w||{},e(t,i._w,i,a)})}function X(t,e,n){null!=e&&d(an,t)&&an[t](e,n._a,n,t)}function J(t,e){return new Date(Date.UTC(t,e+1,0)).getUTCDate()}function K(t,e,n){var i,a,r,o=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],i=0;i<12;++i)r=h([2e3,i]),this._shortMonthsParse[i]=this.monthsShort(r,"").toLocaleLowerCase(),this._longMonthsParse[i]=this.months(r,"").toLocaleLowerCase();return n?"MMM"===e?-1!==(a=gn.call(this._shortMonthsParse,o))?a:null:-1!==(a=gn.call(this._longMonthsParse,o))?a:null:"MMM"===e?-1!==(a=gn.call(this._shortMonthsParse,o))?a:-1!==(a=gn.call(this._longMonthsParse,o))?a:null:-1!==(a=gn.call(this._longMonthsParse,o))?a:-1!==(a=gn.call(this._shortMonthsParse,o))?a:null}function Q(t,e){var n;if(!t.isValid())return t;if("string"==typeof e)if(/^\d+$/.test(e))e=_(e);else if(e=t.localeData().monthsParse(e),!s(e))return t;return n=Math.min(t.date(),J(t.year(),e)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](e,n),t}function $(t){return null!=t?(Q(this,t),n.updateOffset(this,!0),this):L(this,"Month")}function tt(){function t(t,e){return e.length-t.length}var e,n,i=[],a=[],r=[];for(e=0;e<12;e++)n=h([2e3,e]),i.push(this.monthsShort(n,"")),a.push(this.months(n,"")),r.push(this.months(n,"")),r.push(this.monthsShort(n,""));for(i.sort(t),a.sort(t),r.sort(t),e=0;e<12;e++)i[e]=q(i[e]),a[e]=q(a[e]);for(e=0;e<24;e++)r[e]=q(r[e]);this._monthsRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+i.join("|")+")","i")}function et(t){return nt(t)?366:365}function nt(t){return t%4==0&&t%100!=0||t%400==0}function it(t,e,n,i,a,r,o){var s=new Date(t,e,n,i,a,r,o);return t<100&&t>=0&&isFinite(s.getFullYear())&&s.setFullYear(t),s}function at(t){var e=new Date(Date.UTC.apply(null,arguments));return t<100&&t>=0&&isFinite(e.getUTCFullYear())&&e.setUTCFullYear(t),e}function rt(t,e,n){var i=7+e-n;return-((7+at(t,0,i).getUTCDay()-e)%7)+i-1}function ot(t,e,n,i,a){var r,o,s=1+7*(e-1)+(7+n-i)%7+rt(t,i,a);return s<=0?o=et(r=t-1)+s:s>et(t)?(r=t+1,o=s-et(t)):(r=t,o=s),{year:r,dayOfYear:o}}function st(t,e,n){var i,a,r=rt(t.year(),e,n),o=Math.floor((t.dayOfYear()-r-1)/7)+1;return o<1?i=o+lt(a=t.year()-1,e,n):o>lt(t.year(),e,n)?(i=o-lt(t.year(),e,n),a=t.year()+1):(a=t.year(),i=o),{week:i,year:a}}function lt(t,e,n){var i=rt(t,e,n),a=rt(t+1,e,n);return(et(t)-i+a)/7}function ut(t,e){return"string"!=typeof t?t:isNaN(t)?"number"==typeof(t=e.weekdaysParse(t))?t:null:parseInt(t,10)}function dt(t,e){return"string"==typeof t?e.weekdaysParse(t)%7||7:isNaN(t)?null:t}function ct(t,e,n){var i,a,r,o=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],i=0;i<7;++i)r=h([2e3,1]).day(i),this._minWeekdaysParse[i]=this.weekdaysMin(r,"").toLocaleLowerCase(),this._shortWeekdaysParse[i]=this.weekdaysShort(r,"").toLocaleLowerCase(),this._weekdaysParse[i]=this.weekdays(r,"").toLocaleLowerCase();return n?"dddd"===e?-1!==(a=gn.call(this._weekdaysParse,o))?a:null:"ddd"===e?-1!==(a=gn.call(this._shortWeekdaysParse,o))?a:null:-1!==(a=gn.call(this._minWeekdaysParse,o))?a:null:"dddd"===e?-1!==(a=gn.call(this._weekdaysParse,o))?a:-1!==(a=gn.call(this._shortWeekdaysParse,o))?a:-1!==(a=gn.call(this._minWeekdaysParse,o))?a:null:"ddd"===e?-1!==(a=gn.call(this._shortWeekdaysParse,o))?a:-1!==(a=gn.call(this._weekdaysParse,o))?a:-1!==(a=gn.call(this._minWeekdaysParse,o))?a:null:-1!==(a=gn.call(this._minWeekdaysParse,o))?a:-1!==(a=gn.call(this._weekdaysParse,o))?a:-1!==(a=gn.call(this._shortWeekdaysParse,o))?a:null}function ht(){function t(t,e){return e.length-t.length}var e,n,i,a,r,o=[],s=[],l=[],u=[];for(e=0;e<7;e++)n=h([2e3,1]).day(e),i=this.weekdaysMin(n,""),a=this.weekdaysShort(n,""),r=this.weekdays(n,""),o.push(i),s.push(a),l.push(r),u.push(i),u.push(a),u.push(r);for(o.sort(t),s.sort(t),l.sort(t),u.sort(t),e=0;e<7;e++)s[e]=q(s[e]),l[e]=q(l[e]),u[e]=q(u[e]);this._weekdaysRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+o.join("|")+")","i")}function ft(){return this.hours()%12||12}function gt(t,e){N(t,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),e)})}function mt(t,e){return e._meridiemParse}function pt(t){return t?t.toLowerCase().replace("_","-"):t}function vt(t){for(var e,n,i,a,r=0;r<t.length;){for(e=(a=pt(t[r]).split("-")).length,n=(n=pt(t[r+1]))?n.split("-"):null;e>0;){if(i=yt(a.slice(0,e).join("-")))return i;if(n&&n.length>=e&&k(a,n,!0)>=e-1)break;e--}r++}return null}function yt(n){var i=null;if(!On[n]&&void 0!==e&&e&&e.exports)try{i=Pn._abbr,t("./locale/"+n),bt(i)}catch(t){}return On[n]}function bt(t,e){var n;return t&&(n=o(e)?_t(t):xt(t,e))&&(Pn=n),Pn._abbr}function xt(t,e){if(null!==e){var n=An;if(e.abbr=t,null!=On[t])S("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),n=On[t]._config;else if(null!=e.parentLocale){if(null==On[e.parentLocale])return Fn[e.parentLocale]||(Fn[e.parentLocale]=[]),Fn[e.parentLocale].push({name:t,config:e}),null;n=On[e.parentLocale]._config}return On[t]=new P(C(n,e)),Fn[t]&&Fn[t].forEach(function(t){xt(t.name,t.config)}),bt(t),On[t]}return delete On[t],null}function _t(t){var e;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Pn;if(!i(t)){if(e=yt(t))return e;t=[t]}return vt(t)}function kt(t){var e,n=t._a;return n&&-2===g(t).overflow&&(e=n[on]<0||n[on]>11?on:n[sn]<1||n[sn]>J(n[rn],n[on])?sn:n[ln]<0||n[ln]>24||24===n[ln]&&(0!==n[un]||0!==n[dn]||0!==n[cn])?ln:n[un]<0||n[un]>59?un:n[dn]<0||n[dn]>59?dn:n[cn]<0||n[cn]>999?cn:-1,g(t)._overflowDayOfYear&&(e<rn||e>sn)&&(e=sn),g(t)._overflowWeeks&&-1===e&&(e=hn),g(t)._overflowWeekday&&-1===e&&(e=fn),g(t).overflow=e),t}function wt(t){var e,n,i,a,r,o,s=t._i,l=Rn.exec(s)||Ln.exec(s);if(l){for(g(t).iso=!0,e=0,n=Yn.length;e<n;e++)if(Yn[e][1].exec(l[1])){a=Yn[e][0],i=!1!==Yn[e][2];break}if(null==a)return void(t._isValid=!1);if(l[3]){for(e=0,n=Nn.length;e<n;e++)if(Nn[e][1].exec(l[3])){r=(l[2]||" ")+Nn[e][0];break}if(null==r)return void(t._isValid=!1)}if(!i&&null!=r)return void(t._isValid=!1);if(l[4]){if(!Wn.exec(l[4]))return void(t._isValid=!1);o="Z"}t._f=a+(r||"")+(o||""),It(t)}else t._isValid=!1}function Mt(t){var e,n,i,a,r,o,s,l,u={" GMT":" +0000"," EDT":" -0400"," EST":" -0500"," CDT":" -0500"," CST":" -0600"," MDT":" -0600"," MST":" -0700"," PDT":" -0700"," PST":" -0800"};if(e=t._i.replace(/\([^\)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s|\s$/g,""),n=Bn.exec(e)){if(i=n[1]?"ddd"+(5===n[1].length?", ":" "):"",a="D MMM "+(n[2].length>10?"YYYY ":"YY "),r="HH:mm"+(n[4]?":ss":""),n[1]){var d=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"][new Date(n[2]).getDay()];if(n[1].substr(0,3)!==d)return g(t).weekdayMismatch=!0,void(t._isValid=!1)}switch(n[5].length){case 2:s=0===l?" +0000":((l="YXWVUTSRQPONZABCDEFGHIKLM".indexOf(n[5][1].toUpperCase())-12)<0?" -":" +")+(""+l).replace(/^-?/,"0").match(/..$/)[0]+"00";break;case 4:s=u[n[5]];break;default:s=u[" GMT"]}n[5]=s,t._i=n.splice(1).join(""),o=" ZZ",t._f=i+a+r+o,It(t),g(t).rfc2822=!0}else t._isValid=!1}function St(t){var e=zn.exec(t._i);null===e?(wt(t),!1===t._isValid&&(delete t._isValid,Mt(t),!1===t._isValid&&(delete t._isValid,n.createFromInputFallback(t)))):t._d=new Date(+e[1])}function Dt(t,e,n){return null!=t?t:null!=e?e:n}function Ct(t){var e=new Date(n.now());return t._useUTC?[e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()]:[e.getFullYear(),e.getMonth(),e.getDate()]}function Pt(t){var e,n,i,a,r=[];if(!t._d){for(i=Ct(t),t._w&&null==t._a[sn]&&null==t._a[on]&&Tt(t),null!=t._dayOfYear&&(a=Dt(t._a[rn],i[rn]),(t._dayOfYear>et(a)||0===t._dayOfYear)&&(g(t)._overflowDayOfYear=!0),n=at(a,0,t._dayOfYear),t._a[on]=n.getUTCMonth(),t._a[sn]=n.getUTCDate()),e=0;e<3&&null==t._a[e];++e)t._a[e]=r[e]=i[e];for(;e<7;e++)t._a[e]=r[e]=null==t._a[e]?2===e?1:0:t._a[e];24===t._a[ln]&&0===t._a[un]&&0===t._a[dn]&&0===t._a[cn]&&(t._nextDay=!0,t._a[ln]=0),t._d=(t._useUTC?at:it).apply(null,r),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[ln]=24)}}function Tt(t){var e,n,i,a,r,o,s,l;if(null!=(e=t._w).GG||null!=e.W||null!=e.E)r=1,o=4,n=Dt(e.GG,t._a[rn],st(Nt(),1,4).year),i=Dt(e.W,1),((a=Dt(e.E,1))<1||a>7)&&(l=!0);else{r=t._locale._week.dow,o=t._locale._week.doy;var u=st(Nt(),r,o);n=Dt(e.gg,t._a[rn],u.year),i=Dt(e.w,u.week),null!=e.d?((a=e.d)<0||a>6)&&(l=!0):null!=e.e?(a=e.e+r,(e.e<0||e.e>6)&&(l=!0)):a=r}i<1||i>lt(n,r,o)?g(t)._overflowWeeks=!0:null!=l?g(t)._overflowWeekday=!0:(s=ot(n,i,a,r,o),t._a[rn]=s.year,t._dayOfYear=s.dayOfYear)}function It(t){if(t._f!==n.ISO_8601)if(t._f!==n.RFC_2822){t._a=[],g(t).empty=!0;var e,i,a,r,o,s=""+t._i,l=s.length,u=0;for(a=H(t._f,t._locale).match(Le)||[],e=0;e<a.length;e++)r=a[e],(i=(s.match(j(r,t))||[])[0])&&((o=s.substr(0,s.indexOf(i))).length>0&&g(t).unusedInput.push(o),s=s.slice(s.indexOf(i)+i.length),u+=i.length),Ne[r]?(i?g(t).empty=!1:g(t).unusedTokens.push(r),X(r,i,t)):t._strict&&!i&&g(t).unusedTokens.push(r);g(t).charsLeftOver=l-u,s.length>0&&g(t).unusedInput.push(s),t._a[ln]<=12&&!0===g(t).bigHour&&t._a[ln]>0&&(g(t).bigHour=void 0),g(t).parsedDateParts=t._a.slice(0),g(t).meridiem=t._meridiem,t._a[ln]=At(t._locale,t._a[ln],t._meridiem),Pt(t),kt(t)}else Mt(t);else wt(t)}function At(t,e,n){var i;return null==n?e:null!=t.meridiemHour?t.meridiemHour(e,n):null!=t.isPM?((i=t.isPM(n))&&e<12&&(e+=12),i||12!==e||(e=0),e):e}function Ot(t){var e,n,i,a,r;if(0===t._f.length)return g(t).invalidFormat=!0,void(t._d=new Date(NaN));for(a=0;a<t._f.length;a++)r=0,e=v({},t),null!=t._useUTC&&(e._useUTC=t._useUTC),e._f=t._f[a],It(e),m(e)&&(r+=g(e).charsLeftOver,r+=10*g(e).unusedTokens.length,g(e).score=r,(null==i||r<i)&&(i=r,n=e));c(t,n||e)}function Ft(t){if(!t._d){var e=A(t._i);t._a=u([e.year,e.month,e.day||e.date,e.hour,e.minute,e.second,e.millisecond],function(t){return t&&parseInt(t,10)}),Pt(t)}}function Rt(t){var e=new y(kt(Lt(t)));return e._nextDay&&(e.add(1,"d"),e._nextDay=void 0),e}function Lt(t){var e=t._i,n=t._f;return t._locale=t._locale||_t(t._l),null===e||void 0===n&&""===e?p({nullInput:!0}):("string"==typeof e&&(t._i=e=t._locale.preparse(e)),b(e)?new y(kt(e)):(l(e)?t._d=e:i(n)?Ot(t):n?It(t):Wt(t),m(t)||(t._d=null),t))}function Wt(t){var e=t._i;o(e)?t._d=new Date(n.now()):l(e)?t._d=new Date(e.valueOf()):"string"==typeof e?St(t):i(e)?(t._a=u(e.slice(0),function(t){return parseInt(t,10)}),Pt(t)):a(e)?Ft(t):s(e)?t._d=new Date(e):n.createFromInputFallback(t)}function Yt(t,e,n,o,s){var l={};return!0!==n&&!1!==n||(o=n,n=void 0),(a(t)&&r(t)||i(t)&&0===t.length)&&(t=void 0),l._isAMomentObject=!0,l._useUTC=l._isUTC=s,l._l=n,l._i=t,l._f=e,l._strict=o,Rt(l)}function Nt(t,e,n,i){return Yt(t,e,n,i,!1)}function zt(t,e){var n,a;if(1===e.length&&i(e[0])&&(e=e[0]),!e.length)return Nt();for(n=e[0],a=1;a<e.length;++a)e[a].isValid()&&!e[a][t](n)||(n=e[a]);return n}function Bt(t){for(var e in t)if(-1===En.indexOf(e)||null!=t[e]&&isNaN(t[e]))return!1;for(var n=!1,i=0;i<En.length;++i)if(t[En[i]]){if(n)return!1;parseFloat(t[En[i]])!==_(t[En[i]])&&(n=!0)}return!0}function Vt(t){var e=A(t),n=e.year||0,i=e.quarter||0,a=e.month||0,r=e.week||0,o=e.day||0,s=e.hour||0,l=e.minute||0,u=e.second||0,d=e.millisecond||0;this._isValid=Bt(e),this._milliseconds=+d+1e3*u+6e4*l+1e3*s*60*60,this._days=+o+7*r,this._months=+a+3*i+12*n,this._data={},this._locale=_t(),this._bubble()}function Ht(t){return t instanceof Vt}function Et(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function jt(t,e){N(t,0,0,function(){var t=this.utcOffset(),n="+";return t<0&&(t=-t,n="-"),n+Y(~~(t/60),2)+e+Y(~~t%60,2)})}function Ut(t,e){var n=(e||"").match(t);if(null===n)return null;var i=((n[n.length-1]||[])+"").match(jn)||["-",0,0],a=60*i[1]+_(i[2]);return 0===a?0:"+"===i[0]?a:-a}function qt(t,e){var i,a;return e._isUTC?(i=e.clone(),a=(b(t)||l(t)?t.valueOf():Nt(t).valueOf())-i.valueOf(),i._d.setTime(i._d.valueOf()+a),n.updateOffset(i,!1),i):Nt(t).local()}function Gt(t){return 15*-Math.round(t._d.getTimezoneOffset()/15)}function Zt(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}function Xt(t,e){var n,i,a,r=t,o=null;return Ht(t)?r={ms:t._milliseconds,d:t._days,M:t._months}:s(t)?(r={},e?r[e]=t:r.milliseconds=t):(o=Un.exec(t))?(n="-"===o[1]?-1:1,r={y:0,d:_(o[sn])*n,h:_(o[ln])*n,m:_(o[un])*n,s:_(o[dn])*n,ms:_(Et(1e3*o[cn]))*n}):(o=qn.exec(t))?(n="-"===o[1]?-1:1,r={y:Jt(o[2],n),M:Jt(o[3],n),w:Jt(o[4],n),d:Jt(o[5],n),h:Jt(o[6],n),m:Jt(o[7],n),s:Jt(o[8],n)}):null==r?r={}:"object"==typeof r&&("from"in r||"to"in r)&&(a=Qt(Nt(r.from),Nt(r.to)),(r={}).ms=a.milliseconds,r.M=a.months),i=new Vt(r),Ht(t)&&d(t,"_locale")&&(i._locale=t._locale),i}function Jt(t,e){var n=t&&parseFloat(t.replace(",","."));return(isNaN(n)?0:n)*e}function Kt(t,e){var n={milliseconds:0,months:0};return n.months=e.month()-t.month()+12*(e.year()-t.year()),t.clone().add(n.months,"M").isAfter(e)&&--n.months,n.milliseconds=+e-+t.clone().add(n.months,"M"),n}function Qt(t,e){var n;return t.isValid()&&e.isValid()?(e=qt(e,t),t.isBefore(e)?n=Kt(t,e):((n=Kt(e,t)).milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function $t(t,e){return function(n,i){var a,r;return null===i||isNaN(+i)||(S(e,"moment()."+e+"(period, number) is deprecated. Please use moment()."+e+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),r=n,n=i,i=r),n="string"==typeof n?+n:n,a=Xt(n,i),te(this,a,t),this}}function te(t,e,i,a){var r=e._milliseconds,o=Et(e._days),s=Et(e._months);t.isValid()&&(a=null==a||a,r&&t._d.setTime(t._d.valueOf()+r*i),o&&W(t,"Date",L(t,"Date")+o*i),s&&Q(t,L(t,"Month")+s*i),a&&n.updateOffset(t,o||s))}function ee(t,e){var n,i=12*(e.year()-t.year())+(e.month()-t.month()),a=t.clone().add(i,"months");return n=e-a<0?(e-a)/(a-t.clone().add(i-1,"months")):(e-a)/(t.clone().add(i+1,"months")-a),-(i+n)||0}function ne(t){var e;return void 0===t?this._locale._abbr:(null!=(e=_t(t))&&(this._locale=e),this)}function ie(){return this._locale}function ae(t,e){N(0,[t,t.length],0,e)}function re(t,e,n,i,a){var r;return null==t?st(this,i,a).year:(r=lt(t,i,a),e>r&&(e=r),oe.call(this,t,e,n,i,a))}function oe(t,e,n,i,a){var r=ot(t,e,n,i,a),o=at(r.year,0,r.dayOfYear);return this.year(o.getUTCFullYear()),this.month(o.getUTCMonth()),this.date(o.getUTCDate()),this}function se(t){return t}function le(t,e,n,i){var a=_t(),r=h().set(i,e);return a[n](r,t)}function ue(t,e,n){if(s(t)&&(e=t,t=void 0),t=t||"",null!=e)return le(t,e,n,"month");var i,a=[];for(i=0;i<12;i++)a[i]=le(t,i,n,"month");return a}function de(t,e,n,i){"boolean"==typeof t?(s(e)&&(n=e,e=void 0),e=e||""):(n=e=t,t=!1,s(e)&&(n=e,e=void 0),e=e||"");var a=_t(),r=t?a._week.dow:0;if(null!=n)return le(e,(n+r)%7,i,"day");var o,l=[];for(o=0;o<7;o++)l[o]=le(e,(o+r)%7,i,"day");return l}function ce(t,e,n,i){var a=Xt(e,n);return t._milliseconds+=i*a._milliseconds,t._days+=i*a._days,t._months+=i*a._months,t._bubble()}function he(t){return t<0?Math.floor(t):Math.ceil(t)}function fe(t){return 4800*t/146097}function ge(t){return 146097*t/4800}function me(t){return function(){return this.as(t)}}function pe(t){return function(){return this.isValid()?this._data[t]:NaN}}function ve(t,e,n,i,a){return a.relativeTime(e||1,!!n,t,i)}function ye(t,e,n){var i=Xt(t).abs(),a=bi(i.as("s")),r=bi(i.as("m")),o=bi(i.as("h")),s=bi(i.as("d")),l=bi(i.as("M")),u=bi(i.as("y")),d=a<=xi.ss&&["s",a]||a<xi.s&&["ss",a]||r<=1&&["m"]||r<xi.m&&["mm",r]||o<=1&&["h"]||o<xi.h&&["hh",o]||s<=1&&["d"]||s<xi.d&&["dd",s]||l<=1&&["M"]||l<xi.M&&["MM",l]||u<=1&&["y"]||["yy",u];return d[2]=e,d[3]=+t>0,d[4]=n,ve.apply(null,d)}function be(){if(!this.isValid())return this.localeData().invalidDate();var t,e,n,i=_i(this._milliseconds)/1e3,a=_i(this._days),r=_i(this._months);e=x((t=x(i/60))/60),i%=60,t%=60;var o=n=x(r/12),s=r%=12,l=a,u=e,d=t,c=i,h=this.asSeconds();return h?(h<0?"-":"")+"P"+(o?o+"Y":"")+(s?s+"M":"")+(l?l+"D":"")+(u||d||c?"T":"")+(u?u+"H":"")+(d?d+"M":"")+(c?c+"S":""):"P0D"}var xe,_e,ke=_e=Array.prototype.some?Array.prototype.some:function(t){for(var e=Object(this),n=e.length>>>0,i=0;i<n;i++)if(i in e&&t.call(this,e[i],i,e))return!0;return!1},we=n.momentProperties=[],Me=!1,Se={};n.suppressDeprecationWarnings=!1,n.deprecationHandler=null;var De,Ce,Pe=De=Object.keys?Object.keys:function(t){var e,n=[];for(e in t)d(t,e)&&n.push(e);return n},Te={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},Ie={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},Ae=/\d{1,2}/,Oe={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},Fe={},Re={},Le=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,We=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Ye={},Ne={},ze=/\d/,Be=/\d\d/,Ve=/\d{3}/,He=/\d{4}/,Ee=/[+-]?\d{6}/,je=/\d\d?/,Ue=/\d\d\d\d?/,qe=/\d\d\d\d\d\d?/,Ge=/\d{1,3}/,Ze=/\d{1,4}/,Xe=/[+-]?\d{1,6}/,Je=/\d+/,Ke=/[+-]?\d+/,Qe=/Z|[+-]\d\d:?\d\d/gi,$e=/Z|[+-]\d\d(?::?\d\d)?/gi,tn=/[+-]?\d+(\.\d{1,3})?/,en=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,nn={},an={},rn=0,on=1,sn=2,ln=3,un=4,dn=5,cn=6,hn=7,fn=8,gn=Ce=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var e;for(e=0;e<this.length;++e)if(this[e]===t)return e;return-1};N("M",["MM",2],"Mo",function(){return this.month()+1}),N("MMM",0,0,function(t){return this.localeData().monthsShort(this,t)}),N("MMMM",0,0,function(t){return this.localeData().months(this,t)}),T("month","M"),O("month",8),E("M",je),E("MM",je,Be),E("MMM",function(t,e){return e.monthsShortRegex(t)}),E("MMMM",function(t,e){return e.monthsRegex(t)}),G(["M","MM"],function(t,e){e[on]=_(t)-1}),G(["MMM","MMMM"],function(t,e,n,i){var a=n._locale.monthsParse(t,i,n._strict);null!=a?e[on]=a:g(n).invalidMonth=t});var mn=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,pn="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),vn="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),yn=en,bn=en;N("Y",0,0,function(){var t=this.year();return t<=9999?""+t:"+"+t}),N(0,["YY",2],0,function(){return this.year()%100}),N(0,["YYYY",4],0,"year"),N(0,["YYYYY",5],0,"year"),N(0,["YYYYYY",6,!0],0,"year"),T("year","y"),O("year",1),E("Y",Ke),E("YY",je,Be),E("YYYY",Ze,He),E("YYYYY",Xe,Ee),E("YYYYYY",Xe,Ee),G(["YYYYY","YYYYYY"],rn),G("YYYY",function(t,e){e[rn]=2===t.length?n.parseTwoDigitYear(t):_(t)}),G("YY",function(t,e){e[rn]=n.parseTwoDigitYear(t)}),G("Y",function(t,e){e[rn]=parseInt(t,10)}),n.parseTwoDigitYear=function(t){return _(t)+(_(t)>68?1900:2e3)};var xn=R("FullYear",!0);N("w",["ww",2],"wo","week"),N("W",["WW",2],"Wo","isoWeek"),T("week","w"),T("isoWeek","W"),O("week",5),O("isoWeek",5),E("w",je),E("ww",je,Be),E("W",je),E("WW",je,Be),Z(["w","ww","W","WW"],function(t,e,n,i){e[i.substr(0,1)]=_(t)});var _n={dow:0,doy:6};N("d",0,"do","day"),N("dd",0,0,function(t){return this.localeData().weekdaysMin(this,t)}),N("ddd",0,0,function(t){return this.localeData().weekdaysShort(this,t)}),N("dddd",0,0,function(t){return this.localeData().weekdays(this,t)}),N("e",0,0,"weekday"),N("E",0,0,"isoWeekday"),T("day","d"),T("weekday","e"),T("isoWeekday","E"),O("day",11),O("weekday",11),O("isoWeekday",11),E("d",je),E("e",je),E("E",je),E("dd",function(t,e){return e.weekdaysMinRegex(t)}),E("ddd",function(t,e){return e.weekdaysShortRegex(t)}),E("dddd",function(t,e){return e.weekdaysRegex(t)}),Z(["dd","ddd","dddd"],function(t,e,n,i){var a=n._locale.weekdaysParse(t,i,n._strict);null!=a?e.d=a:g(n).invalidWeekday=t}),Z(["d","e","E"],function(t,e,n,i){e[i]=_(t)});var kn="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),wn="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Mn="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Sn=en,Dn=en,Cn=en;N("H",["HH",2],0,"hour"),N("h",["hh",2],0,ft),N("k",["kk",2],0,function(){return this.hours()||24}),N("hmm",0,0,function(){return""+ft.apply(this)+Y(this.minutes(),2)}),N("hmmss",0,0,function(){return""+ft.apply(this)+Y(this.minutes(),2)+Y(this.seconds(),2)}),N("Hmm",0,0,function(){return""+this.hours()+Y(this.minutes(),2)}),N("Hmmss",0,0,function(){return""+this.hours()+Y(this.minutes(),2)+Y(this.seconds(),2)}),gt("a",!0),gt("A",!1),T("hour","h"),O("hour",13),E("a",mt),E("A",mt),E("H",je),E("h",je),E("k",je),E("HH",je,Be),E("hh",je,Be),E("kk",je,Be),E("hmm",Ue),E("hmmss",qe),E("Hmm",Ue),E("Hmmss",qe),G(["H","HH"],ln),G(["k","kk"],function(t,e,n){var i=_(t);e[ln]=24===i?0:i}),G(["a","A"],function(t,e,n){n._isPm=n._locale.isPM(t),n._meridiem=t}),G(["h","hh"],function(t,e,n){e[ln]=_(t),g(n).bigHour=!0}),G("hmm",function(t,e,n){var i=t.length-2;e[ln]=_(t.substr(0,i)),e[un]=_(t.substr(i)),g(n).bigHour=!0}),G("hmmss",function(t,e,n){var i=t.length-4,a=t.length-2;e[ln]=_(t.substr(0,i)),e[un]=_(t.substr(i,2)),e[dn]=_(t.substr(a)),g(n).bigHour=!0}),G("Hmm",function(t,e,n){var i=t.length-2;e[ln]=_(t.substr(0,i)),e[un]=_(t.substr(i))}),G("Hmmss",function(t,e,n){var i=t.length-4,a=t.length-2;e[ln]=_(t.substr(0,i)),e[un]=_(t.substr(i,2)),e[dn]=_(t.substr(a))});var Pn,Tn=/[ap]\.?m?\.?/i,In=R("Hours",!0),An={calendar:Te,longDateFormat:Ie,invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:Ae,relativeTime:Oe,months:pn,monthsShort:vn,week:_n,weekdays:kn,weekdaysMin:Mn,weekdaysShort:wn,meridiemParse:Tn},On={},Fn={},Rn=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Ln=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Wn=/Z|[+-]\d\d(?::?\d\d)?/,Yn=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],Nn=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],zn=/^\/?Date\((\-?\d+)/i,Bn=/^((?:Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d?\d\s(?:Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(?:\d\d)?\d\d\s)(\d\d:\d\d)(\:\d\d)?(\s(?:UT|GMT|[ECMP][SD]T|[A-IK-Za-ik-z]|[+-]\d{4}))$/;n.createFromInputFallback=M("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))}),n.ISO_8601=function(){},n.RFC_2822=function(){};var Vn=M("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var t=Nt.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:p()}),Hn=M("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var t=Nt.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:p()}),En=["year","quarter","month","week","day","hour","minute","second","millisecond"];jt("Z",":"),jt("ZZ",""),E("Z",$e),E("ZZ",$e),G(["Z","ZZ"],function(t,e,n){n._useUTC=!0,n._tzm=Ut($e,t)});var jn=/([\+\-]|\d\d)/gi;n.updateOffset=function(){};var Un=/^(\-)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/,qn=/^(-)?P(?:(-?[0-9,.]*)Y)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)W)?(?:(-?[0-9,.]*)D)?(?:T(?:(-?[0-9,.]*)H)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)S)?)?$/;Xt.fn=Vt.prototype,Xt.invalid=function(){return Xt(NaN)};var Gn=$t(1,"add"),Zn=$t(-1,"subtract");n.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",n.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Xn=M("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(t){return void 0===t?this.localeData():this.locale(t)});N(0,["gg",2],0,function(){return this.weekYear()%100}),N(0,["GG",2],0,function(){return this.isoWeekYear()%100}),ae("gggg","weekYear"),ae("ggggg","weekYear"),ae("GGGG","isoWeekYear"),ae("GGGGG","isoWeekYear"),T("weekYear","gg"),T("isoWeekYear","GG"),O("weekYear",1),O("isoWeekYear",1),E("G",Ke),E("g",Ke),E("GG",je,Be),E("gg",je,Be),E("GGGG",Ze,He),E("gggg",Ze,He),E("GGGGG",Xe,Ee),E("ggggg",Xe,Ee),Z(["gggg","ggggg","GGGG","GGGGG"],function(t,e,n,i){e[i.substr(0,2)]=_(t)}),Z(["gg","GG"],function(t,e,i,a){e[a]=n.parseTwoDigitYear(t)}),N("Q",0,"Qo","quarter"),T("quarter","Q"),O("quarter",7),E("Q",ze),G("Q",function(t,e){e[on]=3*(_(t)-1)}),N("D",["DD",2],"Do","date"),T("date","D"),O("date",9),E("D",je),E("DD",je,Be),E("Do",function(t,e){return t?e._dayOfMonthOrdinalParse||e._ordinalParse:e._dayOfMonthOrdinalParseLenient}),G(["D","DD"],sn),G("Do",function(t,e){e[sn]=_(t.match(je)[0],10)});var Jn=R("Date",!0);N("DDD",["DDDD",3],"DDDo","dayOfYear"),T("dayOfYear","DDD"),O("dayOfYear",4),E("DDD",Ge),E("DDDD",Ve),G(["DDD","DDDD"],function(t,e,n){n._dayOfYear=_(t)}),N("m",["mm",2],0,"minute"),T("minute","m"),O("minute",14),E("m",je),E("mm",je,Be),G(["m","mm"],un);var Kn=R("Minutes",!1);N("s",["ss",2],0,"second"),T("second","s"),O("second",15),E("s",je),E("ss",je,Be),G(["s","ss"],dn);var Qn=R("Seconds",!1);N("S",0,0,function(){return~~(this.millisecond()/100)}),N(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),N(0,["SSS",3],0,"millisecond"),N(0,["SSSS",4],0,function(){return 10*this.millisecond()}),N(0,["SSSSS",5],0,function(){return 100*this.millisecond()}),N(0,["SSSSSS",6],0,function(){return 1e3*this.millisecond()}),N(0,["SSSSSSS",7],0,function(){return 1e4*this.millisecond()}),N(0,["SSSSSSSS",8],0,function(){return 1e5*this.millisecond()}),N(0,["SSSSSSSSS",9],0,function(){return 1e6*this.millisecond()}),T("millisecond","ms"),O("millisecond",16),E("S",Ge,ze),E("SS",Ge,Be),E("SSS",Ge,Ve);var $n;for($n="SSSS";$n.length<=9;$n+="S")E($n,Je);for($n="S";$n.length<=9;$n+="S")G($n,function(t,e){e[cn]=_(1e3*("0."+t))});var ti=R("Milliseconds",!1);N("z",0,0,"zoneAbbr"),N("zz",0,0,"zoneName");var ei=y.prototype;ei.add=Gn,ei.calendar=function(t,e){var i=t||Nt(),a=qt(i,this).startOf("day"),r=n.calendarFormat(this,a)||"sameElse",o=e&&(D(e[r])?e[r].call(this,i):e[r]);return this.format(o||this.localeData().calendar(r,this,Nt(i)))},ei.clone=function(){return new y(this)},ei.diff=function(t,e,n){var i,a,r,o;return this.isValid()&&(i=qt(t,this)).isValid()?(a=6e4*(i.utcOffset()-this.utcOffset()),"year"===(e=I(e))||"month"===e||"quarter"===e?(o=ee(this,i),"quarter"===e?o/=3:"year"===e&&(o/=12)):(r=this-i,o="second"===e?r/1e3:"minute"===e?r/6e4:"hour"===e?r/36e5:"day"===e?(r-a)/864e5:"week"===e?(r-a)/6048e5:r),n?o:x(o)):NaN},ei.endOf=function(t){return void 0===(t=I(t))||"millisecond"===t?this:("date"===t&&(t="day"),this.startOf(t).add(1,"isoWeek"===t?"week":t).subtract(1,"ms"))},ei.format=function(t){t||(t=this.isUtc()?n.defaultFormatUtc:n.defaultFormat);var e=V(this,t);return this.localeData().postformat(e)},ei.from=function(t,e){return this.isValid()&&(b(t)&&t.isValid()||Nt(t).isValid())?Xt({to:this,from:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},ei.fromNow=function(t){return this.from(Nt(),t)},ei.to=function(t,e){return this.isValid()&&(b(t)&&t.isValid()||Nt(t).isValid())?Xt({from:this,to:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},ei.toNow=function(t){return this.to(Nt(),t)},ei.get=function(t){return t=I(t),D(this[t])?this[t]():this},ei.invalidAt=function(){return g(this).overflow},ei.isAfter=function(t,e){var n=b(t)?t:Nt(t);return!(!this.isValid()||!n.isValid())&&("millisecond"===(e=I(o(e)?"millisecond":e))?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(e).valueOf())},ei.isBefore=function(t,e){var n=b(t)?t:Nt(t);return!(!this.isValid()||!n.isValid())&&("millisecond"===(e=I(o(e)?"millisecond":e))?this.valueOf()<n.valueOf():this.clone().endOf(e).valueOf()<n.valueOf())},ei.isBetween=function(t,e,n,i){return("("===(i=i||"()")[0]?this.isAfter(t,n):!this.isBefore(t,n))&&(")"===i[1]?this.isBefore(e,n):!this.isAfter(e,n))},ei.isSame=function(t,e){var n,i=b(t)?t:Nt(t);return!(!this.isValid()||!i.isValid())&&("millisecond"===(e=I(e||"millisecond"))?this.valueOf()===i.valueOf():(n=i.valueOf(),this.clone().startOf(e).valueOf()<=n&&n<=this.clone().endOf(e).valueOf()))},ei.isSameOrAfter=function(t,e){return this.isSame(t,e)||this.isAfter(t,e)},ei.isSameOrBefore=function(t,e){return this.isSame(t,e)||this.isBefore(t,e)},ei.isValid=function(){return m(this)},ei.lang=Xn,ei.locale=ne,ei.localeData=ie,ei.max=Hn,ei.min=Vn,ei.parsingFlags=function(){return c({},g(this))},ei.set=function(t,e){if("object"==typeof t)for(var n=F(t=A(t)),i=0;i<n.length;i++)this[n[i].unit](t[n[i].unit]);else if(t=I(t),D(this[t]))return this[t](e);return this},ei.startOf=function(t){switch(t=I(t)){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":case"date":this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)}return"week"===t&&this.weekday(0),"isoWeek"===t&&this.isoWeekday(1),"quarter"===t&&this.month(3*Math.floor(this.month()/3)),this},ei.subtract=Zn,ei.toArray=function(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]},ei.toObject=function(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}},ei.toDate=function(){return new Date(this.valueOf())},ei.toISOString=function(){if(!this.isValid())return null;var t=this.clone().utc();return t.year()<0||t.year()>9999?V(t,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):D(Date.prototype.toISOString)?this.toDate().toISOString():V(t,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]")},ei.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t="moment",e="";this.isLocal()||(t=0===this.utcOffset()?"moment.utc":"moment.parseZone",e="Z");var n="["+t+'("]',i=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",a=e+'[")]';return this.format(n+i+"-MM-DD[T]HH:mm:ss.SSS"+a)},ei.toJSON=function(){return this.isValid()?this.toISOString():null},ei.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},ei.unix=function(){return Math.floor(this.valueOf()/1e3)},ei.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},ei.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},ei.year=xn,ei.isLeapYear=function(){return nt(this.year())},ei.weekYear=function(t){return re.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},ei.isoWeekYear=function(t){return re.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)},ei.quarter=ei.quarters=function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},ei.month=$,ei.daysInMonth=function(){return J(this.year(),this.month())},ei.week=ei.weeks=function(t){var e=this.localeData().week(this);return null==t?e:this.add(7*(t-e),"d")},ei.isoWeek=ei.isoWeeks=function(t){var e=st(this,1,4).week;return null==t?e:this.add(7*(t-e),"d")},ei.weeksInYear=function(){var t=this.localeData()._week;return lt(this.year(),t.dow,t.doy)},ei.isoWeeksInYear=function(){return lt(this.year(),1,4)},ei.date=Jn,ei.day=ei.days=function(t){if(!this.isValid())return null!=t?this:NaN;var e=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=ut(t,this.localeData()),this.add(t-e,"d")):e},ei.weekday=function(t){if(!this.isValid())return null!=t?this:NaN;var e=(this.day()+7-this.localeData()._week.dow)%7;return null==t?e:this.add(t-e,"d")},ei.isoWeekday=function(t){if(!this.isValid())return null!=t?this:NaN;if(null!=t){var e=dt(t,this.localeData());return this.day(this.day()%7?e:e-7)}return this.day()||7},ei.dayOfYear=function(t){var e=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?e:this.add(t-e,"d")},ei.hour=ei.hours=In,ei.minute=ei.minutes=Kn,ei.second=ei.seconds=Qn,ei.millisecond=ei.milliseconds=ti,ei.utcOffset=function(t,e,i){var a,r=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"==typeof t){if(null===(t=Ut($e,t)))return this}else Math.abs(t)<16&&!i&&(t*=60);return!this._isUTC&&e&&(a=Gt(this)),this._offset=t,this._isUTC=!0,null!=a&&this.add(a,"m"),r!==t&&(!e||this._changeInProgress?te(this,Xt(t-r,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,n.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?r:Gt(this)},ei.utc=function(t){return this.utcOffset(0,t)},ei.local=function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(Gt(this),"m")),this},ei.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=Ut(Qe,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this},ei.hasAlignedHourOffset=function(t){return!!this.isValid()&&(t=t?Nt(t).utcOffset():0,(this.utcOffset()-t)%60==0)},ei.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},ei.isLocal=function(){return!!this.isValid()&&!this._isUTC},ei.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},ei.isUtc=Zt,ei.isUTC=Zt,ei.zoneAbbr=function(){return this._isUTC?"UTC":""},ei.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},ei.dates=M("dates accessor is deprecated. Use date instead.",Jn),ei.months=M("months accessor is deprecated. Use month instead",$),ei.years=M("years accessor is deprecated. Use year instead",xn),ei.zone=M("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",function(t,e){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,e),this):-this.utcOffset()}),ei.isDSTShifted=M("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",function(){if(!o(this._isDSTShifted))return this._isDSTShifted;var t={};if(v(t,this),(t=Lt(t))._a){var e=t._isUTC?h(t._a):Nt(t._a);this._isDSTShifted=this.isValid()&&k(t._a,e.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted});var ni=P.prototype;ni.calendar=function(t,e,n){var i=this._calendar[t]||this._calendar.sameElse;return D(i)?i.call(e,n):i},ni.longDateFormat=function(t){var e=this._longDateFormat[t],n=this._longDateFormat[t.toUpperCase()];return e||!n?e:(this._longDateFormat[t]=n.replace(/MMMM|MM|DD|dddd/g,function(t){return t.slice(1)}),this._longDateFormat[t])},ni.invalidDate=function(){return this._invalidDate},ni.ordinal=function(t){return this._ordinal.replace("%d",t)},ni.preparse=se,ni.postformat=se,ni.relativeTime=function(t,e,n,i){var a=this._relativeTime[n];return D(a)?a(t,e,n,i):a.replace(/%d/i,t)},ni.pastFuture=function(t,e){var n=this._relativeTime[t>0?"future":"past"];return D(n)?n(e):n.replace(/%s/i,e)},ni.set=function(t){var e,n;for(n in t)D(e=t[n])?this[n]=e:this["_"+n]=e;this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},ni.months=function(t,e){return t?i(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||mn).test(e)?"format":"standalone"][t.month()]:i(this._months)?this._months:this._months.standalone},ni.monthsShort=function(t,e){return t?i(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[mn.test(e)?"format":"standalone"][t.month()]:i(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},ni.monthsParse=function(t,e,n){var i,a,r;if(this._monthsParseExact)return K.call(this,t,e,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),i=0;i<12;i++){if(a=h([2e3,i]),n&&!this._longMonthsParse[i]&&(this._longMonthsParse[i]=new RegExp("^"+this.months(a,"").replace(".","")+"$","i"),this._shortMonthsParse[i]=new RegExp("^"+this.monthsShort(a,"").replace(".","")+"$","i")),n||this._monthsParse[i]||(r="^"+this.months(a,"")+"|^"+this.monthsShort(a,""),this._monthsParse[i]=new RegExp(r.replace(".",""),"i")),n&&"MMMM"===e&&this._longMonthsParse[i].test(t))return i;if(n&&"MMM"===e&&this._shortMonthsParse[i].test(t))return i;if(!n&&this._monthsParse[i].test(t))return i}},ni.monthsRegex=function(t){return this._monthsParseExact?(d(this,"_monthsRegex")||tt.call(this),t?this._monthsStrictRegex:this._monthsRegex):(d(this,"_monthsRegex")||(this._monthsRegex=bn),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)},ni.monthsShortRegex=function(t){return this._monthsParseExact?(d(this,"_monthsRegex")||tt.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(d(this,"_monthsShortRegex")||(this._monthsShortRegex=yn),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)},ni.week=function(t){return st(t,this._week.dow,this._week.doy).week},ni.firstDayOfYear=function(){return this._week.doy},ni.firstDayOfWeek=function(){return this._week.dow},ni.weekdays=function(t,e){return t?i(this._weekdays)?this._weekdays[t.day()]:this._weekdays[this._weekdays.isFormat.test(e)?"format":"standalone"][t.day()]:i(this._weekdays)?this._weekdays:this._weekdays.standalone},ni.weekdaysMin=function(t){return t?this._weekdaysMin[t.day()]:this._weekdaysMin},ni.weekdaysShort=function(t){return t?this._weekdaysShort[t.day()]:this._weekdaysShort},ni.weekdaysParse=function(t,e,n){var i,a,r;if(this._weekdaysParseExact)return ct.call(this,t,e,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),i=0;i<7;i++){if(a=h([2e3,1]).day(i),n&&!this._fullWeekdaysParse[i]&&(this._fullWeekdaysParse[i]=new RegExp("^"+this.weekdays(a,"").replace(".",".?")+"$","i"),this._shortWeekdaysParse[i]=new RegExp("^"+this.weekdaysShort(a,"").replace(".",".?")+"$","i"),this._minWeekdaysParse[i]=new RegExp("^"+this.weekdaysMin(a,"").replace(".",".?")+"$","i")),this._weekdaysParse[i]||(r="^"+this.weekdays(a,"")+"|^"+this.weekdaysShort(a,"")+"|^"+this.weekdaysMin(a,""),this._weekdaysParse[i]=new RegExp(r.replace(".",""),"i")),n&&"dddd"===e&&this._fullWeekdaysParse[i].test(t))return i;if(n&&"ddd"===e&&this._shortWeekdaysParse[i].test(t))return i;if(n&&"dd"===e&&this._minWeekdaysParse[i].test(t))return i;if(!n&&this._weekdaysParse[i].test(t))return i}},ni.weekdaysRegex=function(t){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||ht.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(d(this,"_weekdaysRegex")||(this._weekdaysRegex=Sn),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)},ni.weekdaysShortRegex=function(t){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||ht.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(d(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Dn),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},ni.weekdaysMinRegex=function(t){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||ht.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(d(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Cn),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},ni.isPM=function(t){return"p"===(t+"").toLowerCase().charAt(0)},ni.meridiem=function(t,e,n){return t>11?n?"pm":"PM":n?"am":"AM"},bt("en",{dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10;return t+(1===_(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")}}),n.lang=M("moment.lang is deprecated. Use moment.locale instead.",bt),n.langData=M("moment.langData is deprecated. Use moment.localeData instead.",_t);var ii=Math.abs,ai=me("ms"),ri=me("s"),oi=me("m"),si=me("h"),li=me("d"),ui=me("w"),di=me("M"),ci=me("y"),hi=pe("milliseconds"),fi=pe("seconds"),gi=pe("minutes"),mi=pe("hours"),pi=pe("days"),vi=pe("months"),yi=pe("years"),bi=Math.round,xi={ss:44,s:45,m:45,h:22,d:26,M:11},_i=Math.abs,ki=Vt.prototype;return ki.isValid=function(){return this._isValid},ki.abs=function(){var t=this._data;return this._milliseconds=ii(this._milliseconds),this._days=ii(this._days),this._months=ii(this._months),t.milliseconds=ii(t.milliseconds),t.seconds=ii(t.seconds),t.minutes=ii(t.minutes),t.hours=ii(t.hours),t.months=ii(t.months),t.years=ii(t.years),this},ki.add=function(t,e){return ce(this,t,e,1)},ki.subtract=function(t,e){return ce(this,t,e,-1)},ki.as=function(t){if(!this.isValid())return NaN;var e,n,i=this._milliseconds;if("month"===(t=I(t))||"year"===t)return e=this._days+i/864e5,n=this._months+fe(e),"month"===t?n:n/12;switch(e=this._days+Math.round(ge(this._months)),t){case"week":return e/7+i/6048e5;case"day":return e+i/864e5;case"hour":return 24*e+i/36e5;case"minute":return 1440*e+i/6e4;case"second":return 86400*e+i/1e3;case"millisecond":return Math.floor(864e5*e)+i;default:throw new Error("Unknown unit "+t)}},ki.asMilliseconds=ai,ki.asSeconds=ri,ki.asMinutes=oi,ki.asHours=si,ki.asDays=li,ki.asWeeks=ui,ki.asMonths=di,ki.asYears=ci,ki.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*_(this._months/12):NaN},ki._bubble=function(){var t,e,n,i,a,r=this._milliseconds,o=this._days,s=this._months,l=this._data;return r>=0&&o>=0&&s>=0||r<=0&&o<=0&&s<=0||(r+=864e5*he(ge(s)+o),o=0,s=0),l.milliseconds=r%1e3,t=x(r/1e3),l.seconds=t%60,e=x(t/60),l.minutes=e%60,n=x(e/60),l.hours=n%24,o+=x(n/24),a=x(fe(o)),s+=a,o-=he(ge(a)),i=x(s/12),s%=12,l.days=o,l.months=s,l.years=i,this},ki.get=function(t){return t=I(t),this.isValid()?this[t+"s"]():NaN},ki.milliseconds=hi,ki.seconds=fi,ki.minutes=gi,ki.hours=mi,ki.days=pi,ki.weeks=function(){return x(this.days()/7)},ki.months=vi,ki.years=yi,ki.humanize=function(t){if(!this.isValid())return this.localeData().invalidDate();var e=this.localeData(),n=ye(this,!t,e);return t&&(n=e.pastFuture(+this,n)),e.postformat(n)},ki.toISOString=be,ki.toString=be,ki.toJSON=be,ki.locale=ne,ki.localeData=ie,ki.toIsoString=M("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",be),ki.lang=Xn,N("X",0,0,"unix"),N("x",0,0,"valueOf"),E("x",Ke),E("X",tn),G("X",function(t,e,n){n._d=new Date(1e3*parseFloat(t,10))}),G("x",function(t,e,n){n._d=new Date(_(t))}),n.version="2.18.1",function(t){xe=t}(Nt),n.fn=ei,n.min=function(){return zt("isBefore",[].slice.call(arguments,0))},n.max=function(){return zt("isAfter",[].slice.call(arguments,0))},n.now=function(){return Date.now?Date.now():+new Date},n.utc=h,n.unix=function(t){return Nt(1e3*t)},n.months=function(t,e){return ue(t,e,"months")},n.isDate=l,n.locale=bt,n.invalid=p,n.duration=Xt,n.isMoment=b,n.weekdays=function(t,e,n){return de(t,e,n,"weekdays")},n.parseZone=function(){return Nt.apply(null,arguments).parseZone()},n.localeData=_t,n.isDuration=Ht,n.monthsShort=function(t,e){return ue(t,e,"monthsShort")},n.weekdaysMin=function(t,e,n){return de(t,e,n,"weekdaysMin")},n.defineLocale=xt,n.updateLocale=function(t,e){if(null!=e){var n,i=An;null!=On[t]&&(i=On[t]._config),(n=new P(e=C(i,e))).parentLocale=On[t],On[t]=n,bt(t)}else null!=On[t]&&(null!=On[t].parentLocale?On[t]=On[t].parentLocale:null!=On[t]&&delete On[t]);return On[t]},n.locales=function(){return Pe(On)},n.weekdaysShort=function(t,e,n){return de(t,e,n,"weekdaysShort")},n.normalizeUnits=I,n.relativeTimeRounding=function(t){return void 0===t?bi:"function"==typeof t&&(bi=t,!0)},n.relativeTimeThreshold=function(t,e){return void 0!==xi[t]&&(void 0===e?xi[t]:(xi[t]=e,"s"===t&&(xi.ss=e-1),!0))},n.calendarFormat=function(t,e){var n=t.diff(e,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"},n.prototype=ei,n})},{}],7:[function(t,e,n){var i=t(29)();i.helpers=t(45),t(27)(i),i.defaults=t(25),i.Element=t(26),i.elements=t(40),i.Interaction=t(28),i.platform=t(48),t(31)(i),t(22)(i),t(23)(i),t(24)(i),t(30)(i),t(33)(i),t(32)(i),t(35)(i),t(54)(i),t(52)(i),t(53)(i),t(55)(i),t(56)(i),t(57)(i),t(15)(i),t(16)(i),t(17)(i),t(18)(i),t(19)(i),t(20)(i),t(21)(i),t(8)(i),t(9)(i),t(10)(i),t(11)(i),t(12)(i),t(13)(i),t(14)(i);var a=[];a.push(t(49)(i),t(50)(i),t(51)(i)),i.plugins.register(a),i.platform.initialize(),e.exports=i,"undefined"!=typeof window&&(window.Chart=i),i.canvasHelpers=i.helpers.canvas},{10:10,11:11,12:12,13:13,14:14,15:15,16:16,17:17,18:18,19:19,20:20,21:21,22:22,23:23,24:24,25:25,26:26,27:27,28:28,29:29,30:30,31:31,32:32,33:33,35:35,40:40,45:45,48:48,49:49,50:50,51:51,52:52,53:53,54:54,55:55,56:56,57:57,8:8,9:9}],8:[function(t,e,n){"use strict";e.exports=function(t){t.Bar=function(e,n){return n.type="bar",new t(e,n)}}},{}],9:[function(t,e,n){"use strict";e.exports=function(t){t.Bubble=function(e,n){return n.type="bubble",new t(e,n)}}},{}],10:[function(t,e,n){"use strict";e.exports=function(t){t.Doughnut=function(e,n){return n.type="doughnut",new t(e,n)}}},{}],11:[function(t,e,n){"use strict";e.exports=function(t){t.Line=function(e,n){return n.type="line",new t(e,n)}}},{}],12:[function(t,e,n){"use strict";e.exports=function(t){t.PolarArea=function(e,n){return n.type="polarArea",new t(e,n)}}},{}],13:[function(t,e,n){"use strict";e.exports=function(t){t.Radar=function(e,n){return n.type="radar",new t(e,n)}}},{}],14:[function(t,e,n){"use strict";e.exports=function(t){t.Scatter=function(e,n){return n.type="scatter",new t(e,n)}}},{}],15:[function(t,e,n){"use strict";var i=t(25),a=t(40),r=t(45);i._set("bar",{hover:{mode:"label"},scales:{xAxes:[{type:"category",categoryPercentage:.8,barPercentage:.9,offset:!0,gridLines:{offsetGridLines:!0}}],yAxes:[{type:"linear"}]}}),i._set("horizontalBar",{hover:{mode:"index",axis:"y"},scales:{xAxes:[{type:"linear",position:"bottom"}],yAxes:[{position:"left",type:"category",categoryPercentage:.8,barPercentage:.9,offset:!0,gridLines:{offsetGridLines:!0}}]},elements:{rectangle:{borderSkipped:"left"}},tooltips:{callbacks:{title:function(t,e){var n="";return t.length>0&&(t[0].yLabel?n=t[0].yLabel:e.labels.length>0&&t[0].index<e.labels.length&&(n=e.labels[t[0].index])),n},label:function(t,e){return(e.datasets[t.datasetIndex].label||"")+": "+t.xLabel}},mode:"index",axis:"y"}}),e.exports=function(t){t.controllers.bar=t.DatasetController.extend({dataElementType:a.Rectangle,initialize:function(){var e,n=this;t.DatasetController.prototype.initialize.apply(n,arguments),(e=n.getMeta()).stack=n.getDataset().stack,e.bar=!0},update:function(t){var e,n,i=this,a=i.getMeta().data;for(i._ruler=i.getRuler(),e=0,n=a.length;e<n;++e)i.updateElement(a[e],e,t)},updateElement:function(t,e,n){var i=this,a=i.chart,o=i.getMeta(),s=i.getDataset(),l=t.custom||{},u=a.options.elements.rectangle;t._xScale=i.getScaleForId(o.xAxisID),t._yScale=i.getScaleForId(o.yAxisID),t._datasetIndex=i.index,t._index=e,t._model={datasetLabel:s.label,label:a.data.labels[e],borderSkipped:l.borderSkipped?l.borderSkipped:u.borderSkipped,backgroundColor:l.backgroundColor?l.backgroundColor:r.valueAtIndexOrDefault(s.backgroundColor,e,u.backgroundColor),borderColor:l.borderColor?l.borderColor:r.valueAtIndexOrDefault(s.borderColor,e,u.borderColor),borderWidth:l.borderWidth?l.borderWidth:r.valueAtIndexOrDefault(s.borderWidth,e,u.borderWidth)},i.updateElementGeometry(t,e,n),t.pivot()},updateElementGeometry:function(t,e,n){var i=this,a=t._model,r=i.getValueScale(),o=r.getBasePixel(),s=r.isHorizontal(),l=i._ruler||i.getRuler(),u=i.calculateBarValuePixels(i.index,e),d=i.calculateBarIndexPixels(i.index,e,l);a.horizontal=s,a.base=n?o:u.base,a.x=s?n?o:u.head:d.center,a.y=s?d.center:n?o:u.head,a.height=s?d.size:void 0,a.width=s?void 0:d.size},getValueScaleId:function(){return this.getMeta().yAxisID},getIndexScaleId:function(){return this.getMeta().xAxisID},getValueScale:function(){return this.getScaleForId(this.getValueScaleId())},getIndexScale:function(){return this.getScaleForId(this.getIndexScaleId())},getStackCount:function(t){var e,n,i=this,a=i.chart,r=i.getIndexScale().options.stacked,o=void 0===t?a.data.datasets.length:t+1,s=[];for(e=0;e<o;++e)(n=a.getDatasetMeta(e)).bar&&a.isDatasetVisible(e)&&(!1===r||!0===r&&-1===s.indexOf(n.stack)||void 0===r&&(void 0===n.stack||-1===s.indexOf(n.stack)))&&s.push(n.stack);return s.length},getStackIndex:function(t){return this.getStackCount(t)-1},getRuler:function(){var t,e,n=this,i=n.getIndexScale(),a=n.getStackCount(),r=n.index,o=[],s=i.isHorizontal(),l=s?i.left:i.top,u=l+(s?i.width:i.height);for(t=0,e=n.getMeta().data.length;t<e;++t)o.push(i.getPixelForValue(null,t,r));return{pixels:o,start:l,end:u,stackCount:a,scale:i}},calculateBarValuePixels:function(t,e){var n,i,a,r,o,s,l=this,u=l.chart,d=l.getMeta(),c=l.getValueScale(),h=u.data.datasets,f=c.getRightValue(h[t].data[e]),g=c.options.stacked,m=d.stack,p=0;if(g||void 0===g&&void 0!==m)for(n=0;n<t;++n)(i=u.getDatasetMeta(n)).bar&&i.stack===m&&i.controller.getValueScaleId()===c.id&&u.isDatasetVisible(n)&&(a=c.getRightValue(h[n].data[e]),(f<0&&a<0||f>=0&&a>0)&&(p+=a));return r=c.getPixelForValue(p),o=c.getPixelForValue(p+f),s=(o-r)/2,{size:s,base:r,head:o,center:o+s/2}},calculateBarIndexPixels:function(t,e,n){var i,a,o,s,l,u,d=this,c=n.scale.options,h=d.getStackIndex(t),f=n.pixels,g=f[e],m=f.length,p=n.start,v=n.end;return 1===m?(i=g>p?g-p:v-g,a=g<v?v-g:g-p):(e>0&&(i=(g-f[e-1])/2,e===m-1&&(a=i)),e<m-1&&(a=(f[e+1]-g)/2,0===e&&(i=a))),o=i*c.categoryPercentage,s=a*c.categoryPercentage,l=(o+s)/n.stackCount,u=l*c.barPercentage,u=Math.min(r.valueOrDefault(c.barThickness,u),r.valueOrDefault(c.maxBarThickness,1/0)),g-=o,g+=l*h,g+=(l-u)/2,{size:u,base:g,head:g+u,center:g+u/2}},draw:function(){var t=this,e=t.chart,n=t.getValueScale(),i=t.getMeta().data,a=t.getDataset(),o=i.length,s=0;for(r.canvas.clipArea(e.ctx,e.chartArea);s<o;++s)isNaN(n.getRightValue(a.data[s]))||i[s].draw();r.canvas.unclipArea(e.ctx)},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t._index,i=t.custom||{},a=t._model;a.backgroundColor=i.hoverBackgroundColor?i.hoverBackgroundColor:r.valueAtIndexOrDefault(e.hoverBackgroundColor,n,r.getHoverColor(a.backgroundColor)),a.borderColor=i.hoverBorderColor?i.hoverBorderColor:r.valueAtIndexOrDefault(e.hoverBorderColor,n,r.getHoverColor(a.borderColor)),a.borderWidth=i.hoverBorderWidth?i.hoverBorderWidth:r.valueAtIndexOrDefault(e.hoverBorderWidth,n,a.borderWidth)},removeHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t._index,i=t.custom||{},a=t._model,o=this.chart.options.elements.rectangle;a.backgroundColor=i.backgroundColor?i.backgroundColor:r.valueAtIndexOrDefault(e.backgroundColor,n,o.backgroundColor),a.borderColor=i.borderColor?i.borderColor:r.valueAtIndexOrDefault(e.borderColor,n,o.borderColor),a.borderWidth=i.borderWidth?i.borderWidth:r.valueAtIndexOrDefault(e.borderWidth,n,o.borderWidth)}}),t.controllers.horizontalBar=t.controllers.bar.extend({getValueScaleId:function(){return this.getMeta().xAxisID},getIndexScaleId:function(){return this.getMeta().yAxisID}})}},{25:25,40:40,45:45}],16:[function(t,e,n){"use strict";var i=t(25),a=t(40),r=t(45);i._set("bubble",{hover:{mode:"single"},scales:{xAxes:[{type:"linear",position:"bottom",id:"x-axis-0"}],yAxes:[{type:"linear",position:"left",id:"y-axis-0"}]},tooltips:{callbacks:{title:function(){return""},label:function(t,e){var n=e.datasets[t.datasetIndex].label||"",i=e.datasets[t.datasetIndex].data[t.index];return n+": ("+t.xLabel+", "+t.yLabel+", "+i.r+")"}}}}),e.exports=function(t){t.controllers.bubble=t.DatasetController.extend({dataElementType:a.Point,update:function(t){var e=this,n=e.getMeta().data;r.each(n,function(n,i){e.updateElement(n,i,t)})},updateElement:function(t,e,n){var i=this,a=i.getMeta(),r=t.custom||{},o=i.getScaleForId(a.xAxisID),s=i.getScaleForId(a.yAxisID),l=i._resolveElementOptions(t,e),u=i.getDataset().data[e],d=i.index,c=n?o.getPixelForDecimal(.5):o.getPixelForValue("object"==typeof u?u:NaN,e,d),h=n?s.getBasePixel():s.getPixelForValue(u,e,d);t._xScale=o,t._yScale=s,t._options=l,t._datasetIndex=d,t._index=e,t._model={backgroundColor:l.backgroundColor,borderColor:l.borderColor,borderWidth:l.borderWidth,hitRadius:l.hitRadius,pointStyle:l.pointStyle,radius:n?0:l.radius,skip:r.skip||isNaN(c)||isNaN(h),x:c,y:h},t.pivot()},setHoverStyle:function(t){var e=t._model,n=t._options;e.backgroundColor=r.valueOrDefault(n.hoverBackgroundColor,r.getHoverColor(n.backgroundColor)),e.borderColor=r.valueOrDefault(n.hoverBorderColor,r.getHoverColor(n.borderColor)),e.borderWidth=r.valueOrDefault(n.hoverBorderWidth,n.borderWidth),e.radius=n.radius+n.hoverRadius},removeHoverStyle:function(t){var e=t._model,n=t._options;e.backgroundColor=n.backgroundColor,e.borderColor=n.borderColor,e.borderWidth=n.borderWidth,e.radius=n.radius},_resolveElementOptions:function(t,e){var n,i,a,o=this,s=o.chart,l=s.data.datasets[o.index],u=t.custom||{},d=s.options.elements.point,c=r.options.resolve,h=l.data[e],f={},g={chart:s,dataIndex:e,dataset:l,datasetIndex:o.index},m=["backgroundColor","borderColor","borderWidth","hoverBackgroundColor","hoverBorderColor","hoverBorderWidth","hoverRadius","hitRadius","pointStyle"];for(n=0,i=m.length;n<i;++n)f[a=m[n]]=c([u[a],l[a],d[a]],g,e);return f.radius=c([u.radius,h?h.r:void 0,l.radius,d.radius],g,e),f}})}},{25:25,40:40,45:45}],17:[function(t,e,n){"use strict";var i=t(25),a=t(40),r=t(45);i._set("doughnut",{animation:{animateRotate:!0,animateScale:!1},hover:{mode:"single"},legendCallback:function(t){var e=[];e.push('<ul class="'+t.id+'-legend">');var n=t.data,i=n.datasets,a=n.labels;if(i.length)for(var r=0;r<i[0].data.length;++r)e.push('<li><span style="background-color:'+i[0].backgroundColor[r]+'"></span>'),a[r]&&e.push(a[r]),e.push("</li>");return e.push("</ul>"),e.join("")},legend:{labels:{generateLabels:function(t){var e=t.data;return e.labels.length&&e.datasets.length?e.labels.map(function(n,i){var a=t.getDatasetMeta(0),o=e.datasets[0],s=a.data[i],l=s&&s.custom||{},u=r.valueAtIndexOrDefault,d=t.options.elements.arc;return{text:n,fillStyle:l.backgroundColor?l.backgroundColor:u(o.backgroundColor,i,d.backgroundColor),strokeStyle:l.borderColor?l.borderColor:u(o.borderColor,i,d.borderColor),lineWidth:l.borderWidth?l.borderWidth:u(o.borderWidth,i,d.borderWidth),hidden:isNaN(o.data[i])||a.data[i].hidden,index:i}}):[]}},onClick:function(t,e){var n,i,a,r=e.index,o=this.chart;for(n=0,i=(o.data.datasets||[]).length;n<i;++n)(a=o.getDatasetMeta(n)).data[r]&&(a.data[r].hidden=!a.data[r].hidden);o.update()}},cutoutPercentage:50,rotation:-.5*Math.PI,circumference:2*Math.PI,tooltips:{callbacks:{title:function(){return""},label:function(t,e){var n=e.labels[t.index],i=": "+e.datasets[t.datasetIndex].data[t.index];return r.isArray(n)?(n=n.slice())[0]+=i:n+=i,n}}}}),i._set("pie",r.clone(i.doughnut)),i._set("pie",{cutoutPercentage:0}),e.exports=function(t){t.controllers.doughnut=t.controllers.pie=t.DatasetController.extend({dataElementType:a.Arc,linkScales:r.noop,getRingIndex:function(t){for(var e=0,n=0;n<t;++n)this.chart.isDatasetVisible(n)&&++e;return e},update:function(t){var e=this,n=e.chart,i=n.chartArea,a=n.options,o=a.elements.arc,s=i.right-i.left-o.borderWidth,l=i.bottom-i.top-o.borderWidth,u=Math.min(s,l),d={x:0,y:0},c=e.getMeta(),h=a.cutoutPercentage,f=a.circumference;if(f<2*Math.PI){var g=a.rotation%(2*Math.PI),m=(g+=2*Math.PI*(g>=Math.PI?-1:g<-Math.PI?1:0))+f,p={x:Math.cos(g),y:Math.sin(g)},v={x:Math.cos(m),y:Math.sin(m)},y=g<=0&&m>=0||g<=2*Math.PI&&2*Math.PI<=m,b=g<=.5*Math.PI&&.5*Math.PI<=m||g<=2.5*Math.PI&&2.5*Math.PI<=m,x=g<=-Math.PI&&-Math.PI<=m||g<=Math.PI&&Math.PI<=m,_=g<=.5*-Math.PI&&.5*-Math.PI<=m||g<=1.5*Math.PI&&1.5*Math.PI<=m,k=h/100,w={x:x?-1:Math.min(p.x*(p.x<0?1:k),v.x*(v.x<0?1:k)),y:_?-1:Math.min(p.y*(p.y<0?1:k),v.y*(v.y<0?1:k))},M={x:y?1:Math.max(p.x*(p.x>0?1:k),v.x*(v.x>0?1:k)),y:b?1:Math.max(p.y*(p.y>0?1:k),v.y*(v.y>0?1:k))},S={width:.5*(M.x-w.x),height:.5*(M.y-w.y)};u=Math.min(s/S.width,l/S.height),d={x:-.5*(M.x+w.x),y:-.5*(M.y+w.y)}}n.borderWidth=e.getMaxBorderWidth(c.data),n.outerRadius=Math.max((u-n.borderWidth)/2,0),n.innerRadius=Math.max(h?n.outerRadius/100*h:0,0),n.radiusLength=(n.outerRadius-n.innerRadius)/n.getVisibleDatasetCount(),n.offsetX=d.x*n.outerRadius,n.offsetY=d.y*n.outerRadius,c.total=e.calculateTotal(),e.outerRadius=n.outerRadius-n.radiusLength*e.getRingIndex(e.index),e.innerRadius=Math.max(e.outerRadius-n.radiusLength,0),r.each(c.data,function(n,i){e.updateElement(n,i,t)})},updateElement:function(t,e,n){var i=this,a=i.chart,o=a.chartArea,s=a.options,l=s.animation,u=(o.left+o.right)/2,d=(o.top+o.bottom)/2,c=s.rotation,h=s.rotation,f=i.getDataset(),g=n&&l.animateRotate?0:t.hidden?0:i.calculateCircumference(f.data[e])*(s.circumference/(2*Math.PI)),m=n&&l.animateScale?0:i.innerRadius,p=n&&l.animateScale?0:i.outerRadius,v=r.valueAtIndexOrDefault;r.extend(t,{_datasetIndex:i.index,_index:e,_model:{x:u+a.offsetX,y:d+a.offsetY,startAngle:c,endAngle:h,circumference:g,outerRadius:p,innerRadius:m,label:v(f.label,e,a.data.labels[e])}});var y=t._model;this.removeHoverStyle(t),n&&l.animateRotate||(y.startAngle=0===e?s.rotation:i.getMeta().data[e-1]._model.endAngle,y.endAngle=y.startAngle+y.circumference),t.pivot()},removeHoverStyle:function(e){t.DatasetController.prototype.removeHoverStyle.call(this,e,this.chart.options.elements.arc)},calculateTotal:function(){var t,e=this.getDataset(),n=this.getMeta(),i=0;return r.each(n.data,function(n,a){t=e.data[a],isNaN(t)||n.hidden||(i+=Math.abs(t))}),i},calculateCircumference:function(t){var e=this.getMeta().total;return e>0&&!isNaN(t)?2*Math.PI*(t/e):0},getMaxBorderWidth:function(t){for(var e,n,i=0,a=this.index,r=t.length,o=0;o<r;o++)e=t[o]._model?t[o]._model.borderWidth:0,i=(n=t[o]._chart?t[o]._chart.config.data.datasets[a].hoverBorderWidth:0)>(i=e>i?e:i)?n:i;return i}})}},{25:25,40:40,45:45}],18:[function(t,e,n){"use strict";var i=t(25),a=t(40),r=t(45);i._set("line",{showLines:!0,spanGaps:!1,hover:{mode:"label"},scales:{xAxes:[{type:"category",id:"x-axis-0"}],yAxes:[{type:"linear",id:"y-axis-0"}]}}),e.exports=function(t){function e(t,e){return r.valueOrDefault(t.showLine,e.showLines)}t.controllers.line=t.DatasetController.extend({datasetElementType:a.Line,dataElementType:a.Point,update:function(t){var n,i,a,o=this,s=o.getMeta(),l=s.dataset,u=s.data||[],d=o.chart.options,c=d.elements.line,h=o.getScaleForId(s.yAxisID),f=o.getDataset(),g=e(f,d);for(g&&(a=l.custom||{},void 0!==f.tension&&void 0===f.lineTension&&(f.lineTension=f.tension),l._scale=h,l._datasetIndex=o.index,l._children=u,l._model={spanGaps:f.spanGaps?f.spanGaps:d.spanGaps,tension:a.tension?a.tension:r.valueOrDefault(f.lineTension,c.tension),backgroundColor:a.backgroundColor?a.backgroundColor:f.backgroundColor||c.backgroundColor,borderWidth:a.borderWidth?a.borderWidth:f.borderWidth||c.borderWidth,borderColor:a.borderColor?a.borderColor:f.borderColor||c.borderColor,borderCapStyle:a.borderCapStyle?a.borderCapStyle:f.borderCapStyle||c.borderCapStyle,borderDash:a.borderDash?a.borderDash:f.borderDash||c.borderDash,borderDashOffset:a.borderDashOffset?a.borderDashOffset:f.borderDashOffset||c.borderDashOffset,borderJoinStyle:a.borderJoinStyle?a.borderJoinStyle:f.borderJoinStyle||c.borderJoinStyle,fill:a.fill?a.fill:void 0!==f.fill?f.fill:c.fill,steppedLine:a.steppedLine?a.steppedLine:r.valueOrDefault(f.steppedLine,c.stepped),cubicInterpolationMode:a.cubicInterpolationMode?a.cubicInterpolationMode:r.valueOrDefault(f.cubicInterpolationMode,c.cubicInterpolationMode)},l.pivot()),n=0,i=u.length;n<i;++n)o.updateElement(u[n],n,t);for(g&&0!==l._model.tension&&o.updateBezierControlPoints(),n=0,i=u.length;n<i;++n)u[n].pivot()},getPointBackgroundColor:function(t,e){var n=this.chart.options.elements.point.backgroundColor,i=this.getDataset(),a=t.custom||{};return a.backgroundColor?n=a.backgroundColor:i.pointBackgroundColor?n=r.valueAtIndexOrDefault(i.pointBackgroundColor,e,n):i.backgroundColor&&(n=i.backgroundColor),n},getPointBorderColor:function(t,e){var n=this.chart.options.elements.point.borderColor,i=this.getDataset(),a=t.custom||{};return a.borderColor?n=a.borderColor:i.pointBorderColor?n=r.valueAtIndexOrDefault(i.pointBorderColor,e,n):i.borderColor&&(n=i.borderColor),n},getPointBorderWidth:function(t,e){var n=this.chart.options.elements.point.borderWidth,i=this.getDataset(),a=t.custom||{};return isNaN(a.borderWidth)?!isNaN(i.pointBorderWidth)||r.isArray(i.pointBorderWidth)?n=r.valueAtIndexOrDefault(i.pointBorderWidth,e,n):isNaN(i.borderWidth)||(n=i.borderWidth):n=a.borderWidth,n},updateElement:function(t,e,n){var i,a,o=this,s=o.getMeta(),l=t.custom||{},u=o.getDataset(),d=o.index,c=u.data[e],h=o.getScaleForId(s.yAxisID),f=o.getScaleForId(s.xAxisID),g=o.chart.options.elements.point;void 0!==u.radius&&void 0===u.pointRadius&&(u.pointRadius=u.radius),void 0!==u.hitRadius&&void 0===u.pointHitRadius&&(u.pointHitRadius=u.hitRadius),i=f.getPixelForValue("object"==typeof c?c:NaN,e,d),a=n?h.getBasePixel():o.calculatePointY(c,e,d),t._xScale=f,t._yScale=h,t._datasetIndex=d,t._index=e,t._model={x:i,y:a,skip:l.skip||isNaN(i)||isNaN(a),radius:l.radius||r.valueAtIndexOrDefault(u.pointRadius,e,g.radius),pointStyle:l.pointStyle||r.valueAtIndexOrDefault(u.pointStyle,e,g.pointStyle),backgroundColor:o.getPointBackgroundColor(t,e),borderColor:o.getPointBorderColor(t,e),borderWidth:o.getPointBorderWidth(t,e),tension:s.dataset._model?s.dataset._model.tension:0,steppedLine:!!s.dataset._model&&s.dataset._model.steppedLine,hitRadius:l.hitRadius||r.valueAtIndexOrDefault(u.pointHitRadius,e,g.hitRadius)}},calculatePointY:function(t,e,n){var i,a,r,o=this,s=o.chart,l=o.getMeta(),u=o.getScaleForId(l.yAxisID),d=0,c=0;if(u.options.stacked){for(i=0;i<n;i++)if(a=s.data.datasets[i],"line"===(r=s.getDatasetMeta(i)).type&&r.yAxisID===u.id&&s.isDatasetVisible(i)){var h=Number(u.getRightValue(a.data[e]));h<0?c+=h||0:d+=h||0}var f=Number(u.getRightValue(t));return f<0?u.getPixelForValue(c+f):u.getPixelForValue(d+f)}return u.getPixelForValue(t)},updateBezierControlPoints:function(){function t(t,e,n){return Math.max(Math.min(t,n),e)}var e,n,i,a,o=this,s=o.getMeta(),l=o.chart.chartArea,u=s.data||[];if(s.dataset._model.spanGaps&&(u=u.filter(function(t){return!t._model.skip})),"monotone"===s.dataset._model.cubicInterpolationMode)r.splineCurveMonotone(u);else for(e=0,n=u.length;e<n;++e)i=u[e]._model,a=r.splineCurve(r.previousItem(u,e)._model,i,r.nextItem(u,e)._model,s.dataset._model.tension),i.controlPointPreviousX=a.previous.x,i.controlPointPreviousY=a.previous.y,i.controlPointNextX=a.next.x,i.controlPointNextY=a.next.y;if(o.chart.options.elements.line.capBezierPoints)for(e=0,n=u.length;e<n;++e)(i=u[e]._model).controlPointPreviousX=t(i.controlPointPreviousX,l.left,l.right),i.controlPointPreviousY=t(i.controlPointPreviousY,l.top,l.bottom),i.controlPointNextX=t(i.controlPointNextX,l.left,l.right),i.controlPointNextY=t(i.controlPointNextY,l.top,l.bottom)},draw:function(){var t=this,n=t.chart,i=t.getMeta(),a=i.data||[],o=n.chartArea,s=a.length,l=0;for(r.canvas.clipArea(n.ctx,o),e(t.getDataset(),n.options)&&i.dataset.draw(),r.canvas.unclipArea(n.ctx);l<s;++l)a[l].draw(o)},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t._index,i=t.custom||{},a=t._model;a.radius=i.hoverRadius||r.valueAtIndexOrDefault(e.pointHoverRadius,n,this.chart.options.elements.point.hoverRadius),a.backgroundColor=i.hoverBackgroundColor||r.valueAtIndexOrDefault(e.pointHoverBackgroundColor,n,r.getHoverColor(a.backgroundColor)),a.borderColor=i.hoverBorderColor||r.valueAtIndexOrDefault(e.pointHoverBorderColor,n,r.getHoverColor(a.borderColor)),a.borderWidth=i.hoverBorderWidth||r.valueAtIndexOrDefault(e.pointHoverBorderWidth,n,a.borderWidth)},removeHoverStyle:function(t){var e=this,n=e.chart.data.datasets[t._datasetIndex],i=t._index,a=t.custom||{},o=t._model;void 0!==n.radius&&void 0===n.pointRadius&&(n.pointRadius=n.radius),o.radius=a.radius||r.valueAtIndexOrDefault(n.pointRadius,i,e.chart.options.elements.point.radius),o.backgroundColor=e.getPointBackgroundColor(t,i),o.borderColor=e.getPointBorderColor(t,i),o.borderWidth=e.getPointBorderWidth(t,i)}})}},{25:25,40:40,45:45}],19:[function(t,e,n){"use strict";var i=t(25),a=t(40),r=t(45);i._set("polarArea",{scale:{type:"radialLinear",angleLines:{display:!1},gridLines:{circular:!0},pointLabels:{display:!1},ticks:{beginAtZero:!0}},animation:{animateRotate:!0,animateScale:!0},startAngle:-.5*Math.PI,legendCallback:function(t){var e=[];e.push('<ul class="'+t.id+'-legend">');var n=t.data,i=n.datasets,a=n.labels;if(i.length)for(var r=0;r<i[0].data.length;++r)e.push('<li><span style="background-color:'+i[0].backgroundColor[r]+'"></span>'),a[r]&&e.push(a[r]),e.push("</li>");return e.push("</ul>"),e.join("")},legend:{labels:{generateLabels:function(t){var e=t.data;return e.labels.length&&e.datasets.length?e.labels.map(function(n,i){var a=t.getDatasetMeta(0),o=e.datasets[0],s=a.data[i].custom||{},l=r.valueAtIndexOrDefault,u=t.options.elements.arc;return{text:n,fillStyle:s.backgroundColor?s.backgroundColor:l(o.backgroundColor,i,u.backgroundColor),strokeStyle:s.borderColor?s.borderColor:l(o.borderColor,i,u.borderColor),lineWidth:s.borderWidth?s.borderWidth:l(o.borderWidth,i,u.borderWidth),hidden:isNaN(o.data[i])||a.data[i].hidden,index:i}}):[]}},onClick:function(t,e){var n,i,a,r=e.index,o=this.chart;for(n=0,i=(o.data.datasets||[]).length;n<i;++n)(a=o.getDatasetMeta(n)).data[r].hidden=!a.data[r].hidden;o.update()}},tooltips:{callbacks:{title:function(){return""},label:function(t,e){return e.labels[t.index]+": "+t.yLabel}}}}),e.exports=function(t){t.controllers.polarArea=t.DatasetController.extend({dataElementType:a.Arc,linkScales:r.noop,update:function(t){var e=this,n=e.chart,i=n.chartArea,a=e.getMeta(),o=n.options,s=o.elements.arc,l=Math.min(i.right-i.left,i.bottom-i.top);n.outerRadius=Math.max((l-s.borderWidth/2)/2,0),n.innerRadius=Math.max(o.cutoutPercentage?n.outerRadius/100*o.cutoutPercentage:1,0),n.radiusLength=(n.outerRadius-n.innerRadius)/n.getVisibleDatasetCount(),e.outerRadius=n.outerRadius-n.radiusLength*e.index,e.innerRadius=e.outerRadius-n.radiusLength,a.count=e.countVisibleElements(),r.each(a.data,function(n,i){e.updateElement(n,i,t)})},updateElement:function(t,e,n){for(var i=this,a=i.chart,o=i.getDataset(),s=a.options,l=s.animation,u=a.scale,d=a.data.labels,c=i.calculateCircumference(o.data[e]),h=u.xCenter,f=u.yCenter,g=0,m=i.getMeta(),p=0;p<e;++p)isNaN(o.data[p])||m.data[p].hidden||++g;var v=s.startAngle,y=t.hidden?0:u.getDistanceFromCenterForValue(o.data[e]),b=v+c*g,x=b+(t.hidden?0:c),_=l.animateScale?0:u.getDistanceFromCenterForValue(o.data[e]);r.extend(t,{_datasetIndex:i.index,_index:e,_scale:u,_model:{x:h,y:f,innerRadius:0,outerRadius:n?_:y,startAngle:n&&l.animateRotate?v:b,endAngle:n&&l.animateRotate?v:x,label:r.valueAtIndexOrDefault(d,e,d[e])}}),i.removeHoverStyle(t),t.pivot()},removeHoverStyle:function(e){t.DatasetController.prototype.removeHoverStyle.call(this,e,this.chart.options.elements.arc)},countVisibleElements:function(){var t=this.getDataset(),e=this.getMeta(),n=0;return r.each(e.data,function(e,i){isNaN(t.data[i])||e.hidden||n++}),n},calculateCircumference:function(t){var e=this.getMeta().count;return e>0&&!isNaN(t)?2*Math.PI/e:0}})}},{25:25,40:40,45:45}],20:[function(t,e,n){"use strict";var i=t(25),a=t(40),r=t(45);i._set("radar",{scale:{type:"radialLinear"},elements:{line:{tension:0}}}),e.exports=function(t){t.controllers.radar=t.DatasetController.extend({datasetElementType:a.Line,dataElementType:a.Point,linkScales:r.noop,update:function(t){var e=this,n=e.getMeta(),i=n.dataset,a=n.data,o=i.custom||{},s=e.getDataset(),l=e.chart.options.elements.line,u=e.chart.scale;void 0!==s.tension&&void 0===s.lineTension&&(s.lineTension=s.tension),r.extend(n.dataset,{_datasetIndex:e.index,_scale:u,_children:a,_loop:!0,_model:{tension:o.tension?o.tension:r.valueOrDefault(s.lineTension,l.tension),backgroundColor:o.backgroundColor?o.backgroundColor:s.backgroundColor||l.backgroundColor,borderWidth:o.borderWidth?o.borderWidth:s.borderWidth||l.borderWidth,borderColor:o.borderColor?o.borderColor:s.borderColor||l.borderColor,fill:o.fill?o.fill:void 0!==s.fill?s.fill:l.fill,borderCapStyle:o.borderCapStyle?o.borderCapStyle:s.borderCapStyle||l.borderCapStyle,borderDash:o.borderDash?o.borderDash:s.borderDash||l.borderDash,borderDashOffset:o.borderDashOffset?o.borderDashOffset:s.borderDashOffset||l.borderDashOffset,borderJoinStyle:o.borderJoinStyle?o.borderJoinStyle:s.borderJoinStyle||l.borderJoinStyle}}),n.dataset.pivot(),r.each(a,function(n,i){e.updateElement(n,i,t)},e),e.updateBezierControlPoints()},updateElement:function(t,e,n){var i=this,a=t.custom||{},o=i.getDataset(),s=i.chart.scale,l=i.chart.options.elements.point,u=s.getPointPositionForValue(e,o.data[e]);void 0!==o.radius&&void 0===o.pointRadius&&(o.pointRadius=o.radius),void 0!==o.hitRadius&&void 0===o.pointHitRadius&&(o.pointHitRadius=o.hitRadius),r.extend(t,{_datasetIndex:i.index,_index:e,_scale:s,_model:{x:n?s.xCenter:u.x,y:n?s.yCenter:u.y,tension:a.tension?a.tension:r.valueOrDefault(o.lineTension,i.chart.options.elements.line.tension),radius:a.radius?a.radius:r.valueAtIndexOrDefault(o.pointRadius,e,l.radius),backgroundColor:a.backgroundColor?a.backgroundColor:r.valueAtIndexOrDefault(o.pointBackgroundColor,e,l.backgroundColor),borderColor:a.borderColor?a.borderColor:r.valueAtIndexOrDefault(o.pointBorderColor,e,l.borderColor),borderWidth:a.borderWidth?a.borderWidth:r.valueAtIndexOrDefault(o.pointBorderWidth,e,l.borderWidth),pointStyle:a.pointStyle?a.pointStyle:r.valueAtIndexOrDefault(o.pointStyle,e,l.pointStyle),hitRadius:a.hitRadius?a.hitRadius:r.valueAtIndexOrDefault(o.pointHitRadius,e,l.hitRadius)}}),t._model.skip=a.skip?a.skip:isNaN(t._model.x)||isNaN(t._model.y)},updateBezierControlPoints:function(){var t=this.chart.chartArea,e=this.getMeta();r.each(e.data,function(n,i){var a=n._model,o=r.splineCurve(r.previousItem(e.data,i,!0)._model,a,r.nextItem(e.data,i,!0)._model,a.tension);a.controlPointPreviousX=Math.max(Math.min(o.previous.x,t.right),t.left),a.controlPointPreviousY=Math.max(Math.min(o.previous.y,t.bottom),t.top),a.controlPointNextX=Math.max(Math.min(o.next.x,t.right),t.left),a.controlPointNextY=Math.max(Math.min(o.next.y,t.bottom),t.top),n.pivot()})},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t.custom||{},i=t._index,a=t._model;a.radius=n.hoverRadius?n.hoverRadius:r.valueAtIndexOrDefault(e.pointHoverRadius,i,this.chart.options.elements.point.hoverRadius),a.backgroundColor=n.hoverBackgroundColor?n.hoverBackgroundColor:r.valueAtIndexOrDefault(e.pointHoverBackgroundColor,i,r.getHoverColor(a.backgroundColor)),a.borderColor=n.hoverBorderColor?n.hoverBorderColor:r.valueAtIndexOrDefault(e.pointHoverBorderColor,i,r.getHoverColor(a.borderColor)),a.borderWidth=n.hoverBorderWidth?n.hoverBorderWidth:r.valueAtIndexOrDefault(e.pointHoverBorderWidth,i,a.borderWidth)},removeHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t.custom||{},i=t._index,a=t._model,o=this.chart.options.elements.point;a.radius=n.radius?n.radius:r.valueAtIndexOrDefault(e.pointRadius,i,o.radius),a.backgroundColor=n.backgroundColor?n.backgroundColor:r.valueAtIndexOrDefault(e.pointBackgroundColor,i,o.backgroundColor),a.borderColor=n.borderColor?n.borderColor:r.valueAtIndexOrDefault(e.pointBorderColor,i,o.borderColor),a.borderWidth=n.borderWidth?n.borderWidth:r.valueAtIndexOrDefault(e.pointBorderWidth,i,o.borderWidth)}})}},{25:25,40:40,45:45}],21:[function(t,e,n){"use strict";t(25)._set("scatter",{hover:{mode:"single"},scales:{xAxes:[{id:"x-axis-1",type:"linear",position:"bottom"}],yAxes:[{id:"y-axis-1",type:"linear",position:"left"}]},showLines:!1,tooltips:{callbacks:{title:function(){return""},label:function(t){return"("+t.xLabel+", "+t.yLabel+")"}}}}),e.exports=function(t){t.controllers.scatter=t.controllers.line}},{25:25}],22:[function(t,e,n){"use strict";var i=t(25),a=t(26),r=t(45);i._set("global",{animation:{duration:1e3,easing:"easeOutQuart",onProgress:r.noop,onComplete:r.noop}}),e.exports=function(t){t.Animation=a.extend({chart:null,currentStep:0,numSteps:60,easing:"",render:null,onAnimationProgress:null,onAnimationComplete:null}),t.animationService={frameDuration:17,animations:[],dropFrames:0,request:null,addAnimation:function(t,e,n,i){var a,r,o=this.animations;for(e.chart=t,i||(t.animating=!0),a=0,r=o.length;a<r;++a)if(o[a].chart===t)return void(o[a]=e);o.push(e),1===o.length&&this.requestAnimationFrame()},cancelAnimation:function(t){var e=r.findIndex(this.animations,function(e){return e.chart===t});-1!==e&&(this.animations.splice(e,1),t.animating=!1)},requestAnimationFrame:function(){var t=this;null===t.request&&(t.request=r.requestAnimFrame.call(window,function(){t.request=null,t.startDigest()}))},startDigest:function(){var t=this,e=Date.now(),n=0;t.dropFrames>1&&(n=Math.floor(t.dropFrames),t.dropFrames=t.dropFrames%1),t.advance(1+n);var i=Date.now();t.dropFrames+=(i-e)/t.frameDuration,t.animations.length>0&&t.requestAnimationFrame()},advance:function(t){for(var e,n,i=this.animations,a=0;a<i.length;)n=(e=i[a]).chart,e.currentStep=(e.currentStep||0)+t,e.currentStep=Math.min(e.currentStep,e.numSteps),r.callback(e.render,[n,e],n),r.callback(e.onAnimationProgress,[e],n),e.currentStep>=e.numSteps?(r.callback(e.onAnimationComplete,[e],n),n.animating=!1,i.splice(a,1)):++a}},Object.defineProperty(t.Animation.prototype,"animationObject",{get:function(){return this}}),Object.defineProperty(t.Animation.prototype,"chartInstance",{get:function(){return this.chart},set:function(t){this.chart=t}})}},{25:25,26:26,45:45}],23:[function(t,e,n){"use strict";var i=t(25),a=t(45),r=t(28),o=t(48);e.exports=function(t){function e(t){var e=(t=t||{}).data=t.data||{};return e.datasets=e.datasets||[],e.labels=e.labels||[],t.options=a.configMerge(i.global,i[t.type],t.options||{}),t}function n(t){var e=t.options;e.scale?t.scale.options=e.scale:e.scales&&e.scales.xAxes.concat(e.scales.yAxes).forEach(function(e){t.scales[e.id].options=e}),t.tooltip._options=e.tooltips}function s(t){return"top"===t||"bottom"===t}var l=t.plugins;t.types={},t.instances={},t.controllers={},a.extend(t.prototype,{construct:function(n,i){var r=this;i=e(i);var s=o.acquireContext(n,i),l=s&&s.canvas,u=l&&l.height,d=l&&l.width;r.id=a.uid(),r.ctx=s,r.canvas=l,r.config=i,r.width=d,r.height=u,r.aspectRatio=u?d/u:null,r.options=i.options,r._bufferedRender=!1,r.chart=r,r.controller=r,t.instances[r.id]=r,Object.defineProperty(r,"data",{get:function(){return r.config.data},set:function(t){r.config.data=t}}),s&&l?(r.initialize(),r.update()):console.error("Failed to create chart: can't acquire context from the given item")},initialize:function(){var t=this;return l.notify(t,"beforeInit"),a.retinaScale(t,t.options.devicePixelRatio),t.bindEvents(),t.options.responsive&&t.resize(!0),t.ensureScalesHaveIDs(),t.buildScales(),t.initToolTip(),l.notify(t,"afterInit"),t},clear:function(){return a.canvas.clear(this),this},stop:function(){return t.animationService.cancelAnimation(this),this},resize:function(t){var e=this,n=e.options,i=e.canvas,r=n.maintainAspectRatio&&e.aspectRatio||null,o=Math.max(0,Math.floor(a.getMaximumWidth(i))),s=Math.max(0,Math.floor(r?o/r:a.getMaximumHeight(i)));if((e.width!==o||e.height!==s)&&(i.width=e.width=o,i.height=e.height=s,i.style.width=o+"px",i.style.height=s+"px",a.retinaScale(e,n.devicePixelRatio),!t)){var u={width:o,height:s};l.notify(e,"resize",[u]),e.options.onResize&&e.options.onResize(e,u),e.stop(),e.update(e.options.responsiveAnimationDuration)}},ensureScalesHaveIDs:function(){var t=this.options,e=t.scales||{},n=t.scale;a.each(e.xAxes,function(t,e){t.id=t.id||"x-axis-"+e}),a.each(e.yAxes,function(t,e){t.id=t.id||"y-axis-"+e}),n&&(n.id=n.id||"scale")},buildScales:function(){var e=this,n=e.options,i=e.scales={},r=[];n.scales&&(r=r.concat((n.scales.xAxes||[]).map(function(t){return{options:t,dtype:"category",dposition:"bottom"}}),(n.scales.yAxes||[]).map(function(t){return{options:t,dtype:"linear",dposition:"left"}}))),n.scale&&r.push({options:n.scale,dtype:"radialLinear",isDefault:!0,dposition:"chartArea"}),a.each(r,function(n){var r=n.options,o=a.valueOrDefault(r.type,n.dtype),l=t.scaleService.getScaleConstructor(o);if(l){s(r.position)!==s(n.dposition)&&(r.position=n.dposition);var u=new l({id:r.id,options:r,ctx:e.ctx,chart:e});i[u.id]=u,u.mergeTicksOptions(),n.isDefault&&(e.scale=u)}}),t.scaleService.addScalesToLayout(this)},buildOrUpdateControllers:function(){var e=this,n=[],i=[];return a.each(e.data.datasets,function(a,r){var o=e.getDatasetMeta(r),s=a.type||e.config.type;if(o.type&&o.type!==s&&(e.destroyDatasetMeta(r),o=e.getDatasetMeta(r)),o.type=s,n.push(o.type),o.controller)o.controller.updateIndex(r);else{var l=t.controllers[o.type];if(void 0===l)throw new Error('"'+o.type+'" is not a chart type.');o.controller=new l(e,r),i.push(o.controller)}},e),i},resetElements:function(){var t=this;a.each(t.data.datasets,function(e,n){t.getDatasetMeta(n).controller.reset()},t)},reset:function(){this.resetElements(),this.tooltip.initialize()},update:function(t){var e=this;if(t&&"object"==typeof t||(t={duration:t,lazy:arguments[1]}),n(e),!1!==l.notify(e,"beforeUpdate")){e.tooltip._data=e.data;var i=e.buildOrUpdateControllers();a.each(e.data.datasets,function(t,n){e.getDatasetMeta(n).controller.buildOrUpdateElements()},e),e.updateLayout(),a.each(i,function(t){t.reset()}),e.updateDatasets(),l.notify(e,"afterUpdate"),e._bufferedRender?e._bufferedRequest={duration:t.duration,easing:t.easing,lazy:t.lazy}:e.render(t)}},updateLayout:function(){var e=this;!1!==l.notify(e,"beforeLayout")&&(t.layoutService.update(this,this.width,this.height),l.notify(e,"afterScaleUpdate"),l.notify(e,"afterLayout"))},updateDatasets:function(){var t=this;if(!1!==l.notify(t,"beforeDatasetsUpdate")){for(var e=0,n=t.data.datasets.length;e<n;++e)t.updateDataset(e);l.notify(t,"afterDatasetsUpdate")}},updateDataset:function(t){var e=this,n=e.getDatasetMeta(t),i={meta:n,index:t};!1!==l.notify(e,"beforeDatasetUpdate",[i])&&(n.controller.update(),l.notify(e,"afterDatasetUpdate",[i]))},render:function(e){var n=this;e&&"object"==typeof e||(e={duration:e,lazy:arguments[1]});var i=e.duration,r=e.lazy;if(!1!==l.notify(n,"beforeRender")){var o=n.options.animation,s=function(t){l.notify(n,"afterRender"),a.callback(o&&o.onComplete,[t],n)};if(o&&(void 0!==i&&0!==i||void 0===i&&0!==o.duration)){var u=new t.Animation({numSteps:(i||o.duration)/16.66,easing:e.easing||o.easing,render:function(t,e){var n=a.easing.effects[e.easing],i=e.currentStep,r=i/e.numSteps;t.draw(n(r),r,i)},onAnimationProgress:o.onProgress,onAnimationComplete:s});t.animationService.addAnimation(n,u,i,r)}else n.draw(),s(new t.Animation({numSteps:0,chart:n}));return n}},draw:function(t){var e=this;e.clear(),a.isNullOrUndef(t)&&(t=1),e.transition(t),!1!==l.notify(e,"beforeDraw",[t])&&(a.each(e.boxes,function(t){t.draw(e.chartArea)},e),e.scale&&e.scale.draw(),e.drawDatasets(t),e.tooltip.draw(),l.notify(e,"afterDraw",[t]))},transition:function(t){for(var e=this,n=0,i=(e.data.datasets||[]).length;n<i;++n)e.isDatasetVisible(n)&&e.getDatasetMeta(n).controller.transition(t);e.tooltip.transition(t)},drawDatasets:function(t){var e=this;if(!1!==l.notify(e,"beforeDatasetsDraw",[t])){for(var n=(e.data.datasets||[]).length-1;n>=0;--n)e.isDatasetVisible(n)&&e.drawDataset(n,t);l.notify(e,"afterDatasetsDraw",[t])}},drawDataset:function(t,e){var n=this,i=n.getDatasetMeta(t),a={meta:i,index:t,easingValue:e};!1!==l.notify(n,"beforeDatasetDraw",[a])&&(i.controller.draw(e),l.notify(n,"afterDatasetDraw",[a]))},getElementAtEvent:function(t){return r.modes.single(this,t)},getElementsAtEvent:function(t){return r.modes.label(this,t,{intersect:!0})},getElementsAtXAxis:function(t){return r.modes["x-axis"](this,t,{intersect:!0})},getElementsAtEventForMode:function(t,e,n){var i=r.modes[e];return"function"==typeof i?i(this,t,n):[]},getDatasetAtEvent:function(t){return r.modes.dataset(this,t,{intersect:!0})},getDatasetMeta:function(t){var e=this,n=e.data.datasets[t];n._meta||(n._meta={});var i=n._meta[e.id];return i||(i=n._meta[e.id]={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null}),i},getVisibleDatasetCount:function(){for(var t=0,e=0,n=this.data.datasets.length;e<n;++e)this.isDatasetVisible(e)&&t++;return t},isDatasetVisible:function(t){var e=this.getDatasetMeta(t);return"boolean"==typeof e.hidden?!e.hidden:!this.data.datasets[t].hidden},generateLegend:function(){return this.options.legendCallback(this)},destroyDatasetMeta:function(t){var e=this.id,n=this.data.datasets[t],i=n._meta&&n._meta[e];i&&(i.controller.destroy(),delete n._meta[e])},destroy:function(){var e,n,i=this,r=i.canvas;for(i.stop(),e=0,n=i.data.datasets.length;e<n;++e)i.destroyDatasetMeta(e);r&&(i.unbindEvents(),a.canvas.clear(i),o.releaseContext(i.ctx),i.canvas=null,i.ctx=null),l.notify(i,"destroy"),delete t.instances[i.id]},toBase64Image:function(){return this.canvas.toDataURL.apply(this.canvas,arguments)},initToolTip:function(){var e=this;e.tooltip=new t.Tooltip({_chart:e,_chartInstance:e,_data:e.data,_options:e.options.tooltips},e)},bindEvents:function(){var t=this,e=t._listeners={},n=function(){t.eventHandler.apply(t,arguments)};a.each(t.options.events,function(i){o.addEventListener(t,i,n),e[i]=n}),t.options.responsive&&(n=function(){t.resize()},o.addEventListener(t,"resize",n),e.resize=n)},unbindEvents:function(){var t=this,e=t._listeners;e&&(delete t._listeners,a.each(e,function(e,n){o.removeEventListener(t,n,e)}))},updateHoverStyle:function(t,e,n){var i,a,r,o=n?"setHoverStyle":"removeHoverStyle";for(a=0,r=t.length;a<r;++a)(i=t[a])&&this.getDatasetMeta(i._datasetIndex).controller[o](i)},eventHandler:function(t){var e=this,n=e.tooltip;if(!1!==l.notify(e,"beforeEvent",[t])){e._bufferedRender=!0,e._bufferedRequest=null;var i=e.handleEvent(t);i|=n&&n.handleEvent(t),l.notify(e,"afterEvent",[t]);var a=e._bufferedRequest;return a?e.render(a):i&&!e.animating&&(e.stop(),e.render(e.options.hover.animationDuration,!0)),e._bufferedRender=!1,e._bufferedRequest=null,e}},handleEvent:function(t){var e=this,n=e.options||{},i=n.hover,r=!1;return e.lastActive=e.lastActive||[],"mouseout"===t.type?e.active=[]:e.active=e.getElementsAtEventForMode(t,i.mode,i),a.callback(n.onHover||n.hover.onHover,[t.native,e.active],e),"mouseup"!==t.type&&"click"!==t.type||n.onClick&&n.onClick.call(e,t.native,e.active),e.lastActive.length&&e.updateHoverStyle(e.lastActive,i.mode,!1),e.active.length&&i.mode&&e.updateHoverStyle(e.active,i.mode,!0),r=!a.arrayEquals(e.active,e.lastActive),e.lastActive=e.active,r}}),t.Controller=t}},{25:25,28:28,45:45,48:48}],24:[function(t,e,n){"use strict";var i=t(45);e.exports=function(t){function e(t,e){t._chartjs?t._chartjs.listeners.push(e):(Object.defineProperty(t,"_chartjs",{configurable:!0,enumerable:!1,value:{listeners:[e]}}),a.forEach(function(e){var n="onData"+e.charAt(0).toUpperCase()+e.slice(1),a=t[e];Object.defineProperty(t,e,{configurable:!0,enumerable:!1,value:function(){var e=Array.prototype.slice.call(arguments),r=a.apply(this,e);return i.each(t._chartjs.listeners,function(t){"function"==typeof t[n]&&t[n].apply(t,e)}),r}})}))}function n(t,e){var n=t._chartjs;if(n){var i=n.listeners,r=i.indexOf(e);-1!==r&&i.splice(r,1),i.length>0||(a.forEach(function(e){delete t[e]}),delete t._chartjs)}}var a=["push","pop","shift","splice","unshift"];t.DatasetController=function(t,e){this.initialize(t,e)},i.extend(t.DatasetController.prototype,{datasetElementType:null,dataElementType:null,initialize:function(t,e){var n=this;n.chart=t,n.index=e,n.linkScales(),n.addElements()},updateIndex:function(t){this.index=t},linkScales:function(){var t=this,e=t.getMeta(),n=t.getDataset();null===e.xAxisID&&(e.xAxisID=n.xAxisID||t.chart.options.scales.xAxes[0].id),null===e.yAxisID&&(e.yAxisID=n.yAxisID||t.chart.options.scales.yAxes[0].id)},getDataset:function(){return this.chart.data.datasets[this.index]},getMeta:function(){return this.chart.getDatasetMeta(this.index)},getScaleForId:function(t){return this.chart.scales[t]},reset:function(){this.update(!0)},destroy:function(){this._data&&n(this._data,this)},createMetaDataset:function(){var t=this,e=t.datasetElementType;return e&&new e({_chart:t.chart,_datasetIndex:t.index})},createMetaData:function(t){var e=this,n=e.dataElementType;return n&&new n({_chart:e.chart,_datasetIndex:e.index,_index:t})},addElements:function(){var t,e,n=this,i=n.getMeta(),a=n.getDataset().data||[],r=i.data;for(t=0,e=a.length;t<e;++t)r[t]=r[t]||n.createMetaData(t);i.dataset=i.dataset||n.createMetaDataset()},addElementAndReset:function(t){var e=this.createMetaData(t);this.getMeta().data.splice(t,0,e),this.updateElement(e,t,!0)},buildOrUpdateElements:function(){var t=this,i=t.getDataset(),a=i.data||(i.data=[]);t._data!==a&&(t._data&&n(t._data,t),e(a,t),t._data=a),t.resyncElements()},update:i.noop,transition:function(t){for(var e=this.getMeta(),n=e.data||[],i=n.length,a=0;a<i;++a)n[a].transition(t);e.dataset&&e.dataset.transition(t)},draw:function(){var t=this.getMeta(),e=t.data||[],n=e.length,i=0;for(t.dataset&&t.dataset.draw();i<n;++i)e[i].draw()},removeHoverStyle:function(t,e){var n=this.chart.data.datasets[t._datasetIndex],a=t._index,r=t.custom||{},o=i.valueAtIndexOrDefault,s=t._model;s.backgroundColor=r.backgroundColor?r.backgroundColor:o(n.backgroundColor,a,e.backgroundColor),s.borderColor=r.borderColor?r.borderColor:o(n.borderColor,a,e.borderColor),s.borderWidth=r.borderWidth?r.borderWidth:o(n.borderWidth,a,e.borderWidth)},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t._index,a=t.custom||{},r=i.valueAtIndexOrDefault,o=i.getHoverColor,s=t._model;s.backgroundColor=a.hoverBackgroundColor?a.hoverBackgroundColor:r(e.hoverBackgroundColor,n,o(s.backgroundColor)),s.borderColor=a.hoverBorderColor?a.hoverBorderColor:r(e.hoverBorderColor,n,o(s.borderColor)),s.borderWidth=a.hoverBorderWidth?a.hoverBorderWidth:r(e.hoverBorderWidth,n,s.borderWidth)},resyncElements:function(){var t=this,e=t.getMeta(),n=t.getDataset().data,i=e.data.length,a=n.length;a<i?e.data.splice(a,i-a):a>i&&t.insertElements(i,a-i)},insertElements:function(t,e){for(var n=0;n<e;++n)this.addElementAndReset(t+n)},onDataPush:function(){this.insertElements(this.getDataset().data.length-1,arguments.length)},onDataPop:function(){this.getMeta().data.pop()},onDataShift:function(){this.getMeta().data.shift()},onDataSplice:function(t,e){this.getMeta().data.splice(t,e),this.insertElements(t,arguments.length-2)},onDataUnshift:function(){this.insertElements(0,arguments.length)}}),t.DatasetController.extend=i.inherits}},{45:45}],25:[function(t,e,n){"use strict";var i=t(45);e.exports={_set:function(t,e){return i.merge(this[t]||(this[t]={}),e)}}},{45:45}],26:[function(t,e,n){"use strict";function i(t,e,n,i){var r,o,s,l,u,d,c,h,f,g=Object.keys(n);for(r=0,o=g.length;r<o;++r)if(s=g[r],d=n[s],e.hasOwnProperty(s)||(e[s]=d),(l=e[s])!==d&&"_"!==s[0]){if(t.hasOwnProperty(s)||(t[s]=l),u=t[s],(c=typeof d)===typeof u)if("string"===c){if((h=a(u)).valid&&(f=a(d)).valid){e[s]=f.mix(h,i).rgbString();continue}}else if("number"===c&&isFinite(u)&&isFinite(d)){e[s]=u+(d-u)*i;continue}e[s]=d}}var a=t(2),r=t(45),o=function(t){r.extend(this,t),this.initialize.apply(this,arguments)};r.extend(o.prototype,{initialize:function(){this.hidden=!1},pivot:function(){var t=this;return t._view||(t._view=r.clone(t._model)),t._start={},t},transition:function(t){var e=this,n=e._model,a=e._start,r=e._view;return n&&1!==t?(r||(r=e._view={}),a||(a=e._start={}),i(a,r,n,t),e):(e._view=n,e._start=null,e)},tooltipPosition:function(){return{x:this._model.x,y:this._model.y}},hasValue:function(){return r.isNumber(this._model.x)&&r.isNumber(this._model.y)}}),o.extend=r.inherits,e.exports=o},{2:2,45:45}],27:[function(t,e,n){"use strict";var i=t(2),a=t(25),r=t(45);e.exports=function(t){function e(t,e,n){var i;return"string"==typeof t?(i=parseInt(t,10),-1!==t.indexOf("%")&&(i=i/100*e.parentNode[n])):i=t,i}function n(t){return void 0!==t&&null!==t&&"none"!==t}function o(t,i,a){var r=document.defaultView,o=t.parentNode,s=r.getComputedStyle(t)[i],l=r.getComputedStyle(o)[i],u=n(s),d=n(l),c=Number.POSITIVE_INFINITY;return u||d?Math.min(u?e(s,t,a):c,d?e(l,o,a):c):"none"}r.extend=function(t){for(var e=1,n=arguments.length;e<n;e++)r.each(arguments[e],function(e,n){t[n]=e});return t},r.configMerge=function(){return r.merge(r.clone(arguments[0]),[].slice.call(arguments,1),{merger:function(e,n,i,a){var o=n[e]||{},s=i[e];"scales"===e?n[e]=r.scaleMerge(o,s):"scale"===e?n[e]=r.merge(o,[t.scaleService.getScaleDefaults(s.type),s]):r._merger(e,n,i,a)}})},r.scaleMerge=function(){return r.merge(r.clone(arguments[0]),[].slice.call(arguments,1),{merger:function(e,n,i,a){if("xAxes"===e||"yAxes"===e){var o,s,l,u=i[e].length;for(n[e]||(n[e]=[]),o=0;o<u;++o)l=i[e][o],s=r.valueOrDefault(l.type,"xAxes"===e?"category":"linear"),o>=n[e].length&&n[e].push({}),!n[e][o].type||l.type&&l.type!==n[e][o].type?r.merge(n[e][o],[t.scaleService.getScaleDefaults(s),l]):r.merge(n[e][o],l)}else r._merger(e,n,i,a)}})},r.where=function(t,e){if(r.isArray(t)&&Array.prototype.filter)return t.filter(e);var n=[];return r.each(t,function(t){e(t)&&n.push(t)}),n},r.findIndex=Array.prototype.findIndex?function(t,e,n){return t.findIndex(e,n)}:function(t,e,n){n=void 0===n?t:n;for(var i=0,a=t.length;i<a;++i)if(e.call(n,t[i],i,t))return i;return-1},r.findNextWhere=function(t,e,n){r.isNullOrUndef(n)&&(n=-1);for(var i=n+1;i<t.length;i++){var a=t[i];if(e(a))return a}},r.findPreviousWhere=function(t,e,n){r.isNullOrUndef(n)&&(n=t.length);for(var i=n-1;i>=0;i--){var a=t[i];if(e(a))return a}},r.inherits=function(t){var e=this,n=t&&t.hasOwnProperty("constructor")?t.constructor:function(){return e.apply(this,arguments)},i=function(){this.constructor=n};return i.prototype=e.prototype,n.prototype=new i,n.extend=r.inherits,t&&r.extend(n.prototype,t),n.__super__=e.prototype,n},r.isNumber=function(t){return!isNaN(parseFloat(t))&&isFinite(t)},r.almostEquals=function(t,e,n){return Math.abs(t-e)<n},r.almostWhole=function(t,e){var n=Math.round(t);return n-e<t&&n+e>t},r.max=function(t){return t.reduce(function(t,e){return isNaN(e)?t:Math.max(t,e)},Number.NEGATIVE_INFINITY)},r.min=function(t){return t.reduce(function(t,e){return isNaN(e)?t:Math.min(t,e)},Number.POSITIVE_INFINITY)},r.sign=Math.sign?function(t){return Math.sign(t)}:function(t){return 0==(t=+t)||isNaN(t)?t:t>0?1:-1},r.log10=Math.log10?function(t){return Math.log10(t)}:function(t){return Math.log(t)/Math.LN10},r.toRadians=function(t){return t*(Math.PI/180)},r.toDegrees=function(t){return t*(180/Math.PI)},r.getAngleFromPoint=function(t,e){var n=e.x-t.x,i=e.y-t.y,a=Math.sqrt(n*n+i*i),r=Math.atan2(i,n);return r<-.5*Math.PI&&(r+=2*Math.PI),{angle:r,distance:a}},r.distanceBetweenPoints=function(t,e){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))},r.aliasPixel=function(t){return t%2==0?0:.5},r.splineCurve=function(t,e,n,i){var a=t.skip?e:t,r=e,o=n.skip?e:n,s=Math.sqrt(Math.pow(r.x-a.x,2)+Math.pow(r.y-a.y,2)),l=Math.sqrt(Math.pow(o.x-r.x,2)+Math.pow(o.y-r.y,2)),u=s/(s+l),d=l/(s+l),c=i*(u=isNaN(u)?0:u),h=i*(d=isNaN(d)?0:d);return{previous:{x:r.x-c*(o.x-a.x),y:r.y-c*(o.y-a.y)},next:{x:r.x+h*(o.x-a.x),y:r.y+h*(o.y-a.y)}}},r.EPSILON=Number.EPSILON||1e-14,r.splineCurveMonotone=function(t){var e,n,i,a,o=(t||[]).map(function(t){return{model:t._model,deltaK:0,mK:0}}),s=o.length;for(e=0;e<s;++e)if(!(i=o[e]).model.skip){if(n=e>0?o[e-1]:null,(a=e<s-1?o[e+1]:null)&&!a.model.skip){var l=a.model.x-i.model.x;i.deltaK=0!==l?(a.model.y-i.model.y)/l:0}!n||n.model.skip?i.mK=i.deltaK:!a||a.model.skip?i.mK=n.deltaK:this.sign(n.deltaK)!==this.sign(i.deltaK)?i.mK=0:i.mK=(n.deltaK+i.deltaK)/2}var u,d,c,h;for(e=0;e<s-1;++e)i=o[e],a=o[e+1],i.model.skip||a.model.skip||(r.almostEquals(i.deltaK,0,this.EPSILON)?i.mK=a.mK=0:(u=i.mK/i.deltaK,d=a.mK/i.deltaK,(h=Math.pow(u,2)+Math.pow(d,2))<=9||(c=3/Math.sqrt(h),i.mK=u*c*i.deltaK,a.mK=d*c*i.deltaK)));var f;for(e=0;e<s;++e)(i=o[e]).model.skip||(n=e>0?o[e-1]:null,a=e<s-1?o[e+1]:null,n&&!n.model.skip&&(f=(i.model.x-n.model.x)/3,i.model.controlPointPreviousX=i.model.x-f,i.model.controlPointPreviousY=i.model.y-f*i.mK),a&&!a.model.skip&&(f=(a.model.x-i.model.x)/3,i.model.controlPointNextX=i.model.x+f,i.model.controlPointNextY=i.model.y+f*i.mK))},r.nextItem=function(t,e,n){return n?e>=t.length-1?t[0]:t[e+1]:e>=t.length-1?t[t.length-1]:t[e+1]},r.previousItem=function(t,e,n){return n?e<=0?t[t.length-1]:t[e-1]:e<=0?t[0]:t[e-1]},r.niceNum=function(t,e){var n=Math.floor(r.log10(t)),i=t/Math.pow(10,n);return(e?i<1.5?1:i<3?2:i<7?5:10:i<=1?1:i<=2?2:i<=5?5:10)*Math.pow(10,n)},r.requestAnimFrame="undefined"==typeof window?function(t){t()}:window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(t){return window.setTimeout(t,1e3/60)},r.getRelativePosition=function(t,e){var n,i,a=t.originalEvent||t,o=t.currentTarget||t.srcElement,s=o.getBoundingClientRect(),l=a.touches;l&&l.length>0?(n=l[0].clientX,i=l[0].clientY):(n=a.clientX,i=a.clientY);var u=parseFloat(r.getStyle(o,"padding-left")),d=parseFloat(r.getStyle(o,"padding-top")),c=parseFloat(r.getStyle(o,"padding-right")),h=parseFloat(r.getStyle(o,"padding-bottom")),f=s.right-s.left-u-c,g=s.bottom-s.top-d-h;return n=Math.round((n-s.left-u)/f*o.width/e.currentDevicePixelRatio),i=Math.round((i-s.top-d)/g*o.height/e.currentDevicePixelRatio),{x:n,y:i}},r.getConstraintWidth=function(t){return o(t,"max-width","clientWidth")},r.getConstraintHeight=function(t){return o(t,"max-height","clientHeight")},r.getMaximumWidth=function(t){var e=t.parentNode;if(!e)return t.clientWidth;var n=parseInt(r.getStyle(e,"padding-left"),10),i=parseInt(r.getStyle(e,"padding-right"),10),a=e.clientWidth-n-i,o=r.getConstraintWidth(t);return isNaN(o)?a:Math.min(a,o)},r.getMaximumHeight=function(t){var e=t.parentNode;if(!e)return t.clientHeight;var n=parseInt(r.getStyle(e,"padding-top"),10),i=parseInt(r.getStyle(e,"padding-bottom"),10),a=e.clientHeight-n-i,o=r.getConstraintHeight(t);return isNaN(o)?a:Math.min(a,o)},r.getStyle=function(t,e){return t.currentStyle?t.currentStyle[e]:document.defaultView.getComputedStyle(t,null).getPropertyValue(e)},r.retinaScale=function(t,e){var n=t.currentDevicePixelRatio=e||window.devicePixelRatio||1;if(1!==n){var i=t.canvas,a=t.height,r=t.width;i.height=a*n,i.width=r*n,t.ctx.scale(n,n),i.style.height=a+"px",i.style.width=r+"px"}},r.fontString=function(t,e,n){return e+" "+t+"px "+n},r.longestText=function(t,e,n,i){var a=(i=i||{}).data=i.data||{},o=i.garbageCollect=i.garbageCollect||[];i.font!==e&&(a=i.data={},o=i.garbageCollect=[],i.font=e),t.font=e;var s=0;r.each(n,function(e){void 0!==e&&null!==e&&!0!==r.isArray(e)?s=r.measureText(t,a,o,s,e):r.isArray(e)&&r.each(e,function(e){void 0===e||null===e||r.isArray(e)||(s=r.measureText(t,a,o,s,e))})});var l=o.length/2;if(l>n.length){for(var u=0;u<l;u++)delete a[o[u]];o.splice(0,l)}return s},r.measureText=function(t,e,n,i,a){var r=e[a];return r||(r=e[a]=t.measureText(a).width,n.push(a)),r>i&&(i=r),i},r.numberOfLabelLines=function(t){var e=1;return r.each(t,function(t){r.isArray(t)&&t.length>e&&(e=t.length)}),e},r.color=i?function(t){return t instanceof CanvasGradient&&(t=a.global.defaultColor),i(t)}:function(t){return console.error("Color.js not found!"),t},r.getHoverColor=function(t){return t instanceof CanvasPattern?t:r.color(t).saturate(.5).darken(.1).rgbString()}}},{2:2,25:25,45:45}],28:[function(t,e,n){"use strict";function i(t,e){return t.native?{x:t.x,y:t.y}:u.getRelativePosition(t,e)}function a(t,e){var n,i,a,r,o;for(i=0,r=t.data.datasets.length;i<r;++i)if(t.isDatasetVisible(i))for(a=0,o=(n=t.getDatasetMeta(i)).data.length;a<o;++a){var s=n.data[a];s._view.skip||e(s)}}function r(t,e){var n=[];return a(t,function(t){t.inRange(e.x,e.y)&&n.push(t)}),n}function o(t,e,n,i){var r=Number.POSITIVE_INFINITY,o=[];return a(t,function(t){if(!n||t.inRange(e.x,e.y)){var a=t.getCenterPoint(),s=i(e,a);s<r?(o=[t],r=s):s===r&&o.push(t)}}),o}function s(t){var e=-1!==t.indexOf("x"),n=-1!==t.indexOf("y");return function(t,i){var a=e?Math.abs(t.x-i.x):0,r=n?Math.abs(t.y-i.y):0;return Math.sqrt(Math.pow(a,2)+Math.pow(r,2))}}function l(t,e,n){var a=i(e,t);n.axis=n.axis||"x";var l=s(n.axis),u=n.intersect?r(t,a):o(t,a,!1,l),d=[];return u.length?(t.data.datasets.forEach(function(e,n){if(t.isDatasetVisible(n)){var i=t.getDatasetMeta(n).data[u[0]._index];i&&!i._view.skip&&d.push(i)}}),d):[]}var u=t(45);e.exports={modes:{single:function(t,e){var n=i(e,t),r=[];return a(t,function(t){if(t.inRange(n.x,n.y))return r.push(t),r}),r.slice(0,1)},label:l,index:l,dataset:function(t,e,n){var a=i(e,t);n.axis=n.axis||"xy";var l=s(n.axis),u=n.intersect?r(t,a):o(t,a,!1,l);return u.length>0&&(u=t.getDatasetMeta(u[0]._datasetIndex).data),u},"x-axis":function(t,e){return l(t,e,{intersect:!0})},point:function(t,e){return r(t,i(e,t))},nearest:function(t,e,n){var a=i(e,t);n.axis=n.axis||"xy";var r=s(n.axis),l=o(t,a,n.intersect,r);return l.length>1&&l.sort(function(t,e){var n=t.getArea()-e.getArea();return 0===n&&(n=t._datasetIndex-e._datasetIndex),n}),l.slice(0,1)},x:function(t,e,n){var r=i(e,t),o=[],s=!1;return a(t,function(t){t.inXRange(r.x)&&o.push(t),t.inRange(r.x,r.y)&&(s=!0)}),n.intersect&&!s&&(o=[]),o},y:function(t,e,n){var r=i(e,t),o=[],s=!1;return a(t,function(t){t.inYRange(r.y)&&o.push(t),t.inRange(r.x,r.y)&&(s=!0)}),n.intersect&&!s&&(o=[]),o}}}},{45:45}],29:[function(t,e,n){"use strict";t(25)._set("global",{responsive:!0,responsiveAnimationDuration:0,maintainAspectRatio:!0,events:["mousemove","mouseout","click","touchstart","touchmove"],hover:{onHover:null,mode:"nearest",intersect:!0,animationDuration:400},onClick:null,defaultColor:"rgba(0,0,0,0.1)",defaultFontColor:"#666",defaultFontFamily:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",defaultFontSize:12,defaultFontStyle:"normal",showLines:!0,elements:{},layout:{padding:{top:0,right:0,bottom:0,left:0}}}),e.exports=function(){var t=function(t,e){return this.construct(t,e),this};return t.Chart=t,t}},{25:25}],30:[function(t,e,n){"use strict";var i=t(45);e.exports=function(t){function e(t,e){return i.where(t,function(t){return t.position===e})}function n(t,e){t.forEach(function(t,e){return t._tmpIndex_=e,t}),t.sort(function(t,n){var i=e?n:t,a=e?t:n;return i.weight===a.weight?i._tmpIndex_-a._tmpIndex_:i.weight-a.weight}),t.forEach(function(t){delete t._tmpIndex_})}t.layoutService={defaults:{},addBox:function(t,e){t.boxes||(t.boxes=[]),e.fullWidth=e.fullWidth||!1,e.position=e.position||"top",e.weight=e.weight||0,t.boxes.push(e)},removeBox:function(t,e){var n=t.boxes?t.boxes.indexOf(e):-1;-1!==n&&t.boxes.splice(n,1)},configure:function(t,e,n){for(var i,a=["fullWidth","position","weight"],r=a.length,o=0;o<r;++o)i=a[o],n.hasOwnProperty(i)&&(e[i]=n[i])},update:function(t,a,r){function o(t){var e=i.findNextWhere(D,function(e){return e.box===t});if(e)if(t.isHorizontal()){var n={left:Math.max(A,C),right:Math.max(O,P),top:0,bottom:0};t.update(t.fullWidth?b:M,x/2,n)}else t.update(e.minSize.width,S)}function s(t){t.isHorizontal()?(t.left=t.fullWidth?d:A,t.right=t.fullWidth?a-c:A+M,t.top=B,t.bottom=B+t.height,B=t.bottom):(t.left=z,t.right=z+t.width,t.top=F,t.bottom=F+S,z=t.right)}if(t){var l=t.options.layout||{},u=i.options.toPadding(l.padding),d=u.left,c=u.right,h=u.top,f=u.bottom,g=e(t.boxes,"left"),m=e(t.boxes,"right"),p=e(t.boxes,"top"),v=e(t.boxes,"bottom"),y=e(t.boxes,"chartArea");n(g,!0),n(m,!1),n(p,!0),n(v,!1);var b=a-d-c,x=r-h-f,_=x/2,k=(a-b/2)/(g.length+m.length),w=(r-_)/(p.length+v.length),M=b,S=x,D=[];i.each(g.concat(m,p,v),function(t){var e,n=t.isHorizontal();n?(e=t.update(t.fullWidth?b:M,w),S-=e.height):(e=t.update(k,_),M-=e.width),D.push({horizontal:n,minSize:e,box:t})});var C=0,P=0,T=0,I=0;i.each(p.concat(v),function(t){if(t.getPadding){var e=t.getPadding();C=Math.max(C,e.left),P=Math.max(P,e.right)}}),i.each(g.concat(m),function(t){if(t.getPadding){var e=t.getPadding();T=Math.max(T,e.top),I=Math.max(I,e.bottom)}});var A=d,O=c,F=h,R=f;i.each(g.concat(m),o),i.each(g,function(t){A+=t.width}),i.each(m,function(t){O+=t.width}),i.each(p.concat(v),o),i.each(p,function(t){F+=t.height}),i.each(v,function(t){R+=t.height}),i.each(g.concat(m),function(t){var e=i.findNextWhere(D,function(e){return e.box===t}),n={left:0,right:0,top:F,bottom:R};e&&t.update(e.minSize.width,S,n)}),A=d,O=c,F=h,R=f,i.each(g,function(t){A+=t.width}),i.each(m,function(t){O+=t.width}),i.each(p,function(t){F+=t.height}),i.each(v,function(t){R+=t.height});var L=Math.max(C-A,0);A+=L,O+=Math.max(P-O,0);var W=Math.max(T-F,0);F+=W,R+=Math.max(I-R,0);var Y=r-F-R,N=a-A-O;N===M&&Y===S||(i.each(g,function(t){t.height=Y}),i.each(m,function(t){t.height=Y}),i.each(p,function(t){t.fullWidth||(t.width=N)}),i.each(v,function(t){t.fullWidth||(t.width=N)}),S=Y,M=N);var z=d+L,B=h+W;i.each(g.concat(p),s),z+=M,B+=S,i.each(m,s),i.each(v,s),t.chartArea={left:A,top:F,right:A+M,bottom:F+S},i.each(y,function(e){e.left=t.chartArea.left,e.top=t.chartArea.top,e.right=t.chartArea.right,e.bottom=t.chartArea.bottom,e.update(M,S)})}}}}},{45:45}],31:[function(t,e,n){"use strict";var i=t(25),a=t(26),r=t(45);i._set("global",{plugins:{}}),e.exports=function(t){t.plugins={_plugins:[],_cacheId:0,register:function(t){var e=this._plugins;[].concat(t).forEach(function(t){-1===e.indexOf(t)&&e.push(t)}),this._cacheId++},unregister:function(t){var e=this._plugins;[].concat(t).forEach(function(t){var n=e.indexOf(t);-1!==n&&e.splice(n,1)}),this._cacheId++},clear:function(){this._plugins=[],this._cacheId++},count:function(){return this._plugins.length},getAll:function(){return this._plugins},notify:function(t,e,n){var i,a,r,o,s,l=this.descriptors(t),u=l.length;for(i=0;i<u;++i)if(a=l[i],r=a.plugin,"function"==typeof(s=r[e])&&((o=[t].concat(n||[])).push(a.options),!1===s.apply(r,o)))return!1;return!0},descriptors:function(t){var e=t._plugins||(t._plugins={});if(e.id===this._cacheId)return e.descriptors;var n=[],a=[],o=t&&t.config||{},s=o.options&&o.options.plugins||{};return this._plugins.concat(o.plugins||[]).forEach(function(t){if(-1===n.indexOf(t)){var e=t.id,o=s[e];!1!==o&&(!0===o&&(o=r.clone(i.global.plugins[e])),n.push(t),a.push({plugin:t,options:o||{}}))}}),e.descriptors=a,e.id=this._cacheId,a}},t.pluginService=t.plugins,t.PluginBase=a.extend({})}},{25:25,26:26,45:45}],32:[function(t,e,n){"use strict";function i(t){var e,n,i=[];for(e=0,n=t.length;e<n;++e)i.push(t[e].label);return i}function a(t,e,n){var i=t.getPixelForTick(e);return n&&(i-=0===e?(t.getPixelForTick(1)-i)/2:(i-t.getPixelForTick(e-1))/2),i}var r=t(25),o=t(26),s=t(45),l=t(34);r._set("scale",{display:!0,position:"left",offset:!1,gridLines:{display:!0,color:"rgba(0, 0, 0, 0.1)",lineWidth:1,drawBorder:!0,drawOnChartArea:!0,drawTicks:!0,tickMarkLength:10,zeroLineWidth:1,zeroLineColor:"rgba(0,0,0,0.25)",zeroLineBorderDash:[],zeroLineBorderDashOffset:0,offsetGridLines:!1,borderDash:[],borderDashOffset:0},scaleLabel:{display:!1,labelString:"",lineHeight:1.2,padding:{top:4,bottom:4}},ticks:{beginAtZero:!1,minRotation:0,maxRotation:50,mirror:!1,padding:0,reverse:!1,display:!0,autoSkip:!0,autoSkipPadding:0,labelOffset:0,callback:l.formatters.values,minor:{},major:{}}}),e.exports=function(t){function e(t,e,n){return s.isArray(e)?s.longestText(t,n,e):t.measureText(e).width}function n(t){var e=s.valueOrDefault,n=r.global,i=e(t.fontSize,n.defaultFontSize),a=e(t.fontStyle,n.defaultFontStyle),o=e(t.fontFamily,n.defaultFontFamily);return{size:i,style:a,family:o,font:s.fontString(i,a,o)}}function l(t){return s.options.toLineHeight(s.valueOrDefault(t.lineHeight,1.2),s.valueOrDefault(t.fontSize,r.global.defaultFontSize))}t.Scale=o.extend({getPadding:function(){var t=this;return{left:t.paddingLeft||0,top:t.paddingTop||0,right:t.paddingRight||0,bottom:t.paddingBottom||0}},getTicks:function(){return this._ticks},mergeTicksOptions:function(){var t=this.options.ticks;!1===t.minor&&(t.minor={display:!1}),!1===t.major&&(t.major={display:!1});for(var e in t)"major"!==e&&"minor"!==e&&(void 0===t.minor[e]&&(t.minor[e]=t[e]),void 0===t.major[e]&&(t.major[e]=t[e]))},beforeUpdate:function(){s.callback(this.options.beforeUpdate,[this])},update:function(t,e,n){var i,a,r,o,l,u,d=this;for(d.beforeUpdate(),d.maxWidth=t,d.maxHeight=e,d.margins=s.extend({left:0,right:0,top:0,bottom:0},n),d.longestTextCache=d.longestTextCache||{},d.beforeSetDimensions(),d.setDimensions(),d.afterSetDimensions(),d.beforeDataLimits(),d.determineDataLimits(),d.afterDataLimits(),d.beforeBuildTicks(),l=d.buildTicks()||[],d.afterBuildTicks(),d.beforeTickToLabelConversion(),r=d.convertTicksToLabels(l)||d.ticks,d.afterTickToLabelConversion(),d.ticks=r,i=0,a=r.length;i<a;++i)o=r[i],(u=l[i])?u.label=o:l.push(u={label:o,major:!1});return d._ticks=l,d.beforeCalculateTickRotation(),d.calculateTickRotation(),d.afterCalculateTickRotation(),d.beforeFit(),d.fit(),d.afterFit(),d.afterUpdate(),d.minSize},afterUpdate:function(){s.callback(this.options.afterUpdate,[this])},beforeSetDimensions:function(){s.callback(this.options.beforeSetDimensions,[this])},setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0},afterSetDimensions:function(){s.callback(this.options.afterSetDimensions,[this])},beforeDataLimits:function(){s.callback(this.options.beforeDataLimits,[this])},determineDataLimits:s.noop,afterDataLimits:function(){s.callback(this.options.afterDataLimits,[this])},beforeBuildTicks:function(){s.callback(this.options.beforeBuildTicks,[this])},buildTicks:s.noop,afterBuildTicks:function(){s.callback(this.options.afterBuildTicks,[this])},beforeTickToLabelConversion:function(){s.callback(this.options.beforeTickToLabelConversion,[this])},convertTicksToLabels:function(){var t=this,e=t.options.ticks;t.ticks=t.ticks.map(e.userCallback||e.callback,this)},afterTickToLabelConversion:function(){s.callback(this.options.afterTickToLabelConversion,[this])},beforeCalculateTickRotation:function(){s.callback(this.options.beforeCalculateTickRotation,[this])},calculateTickRotation:function(){var t=this,e=t.ctx,a=t.options.ticks,r=i(t._ticks),o=n(a);e.font=o.font;var l=a.minRotation||0;if(r.length&&t.options.display&&t.isHorizontal())for(var u,d=s.longestText(e,o.font,r,t.longestTextCache),c=d,h=t.getPixelForTick(1)-t.getPixelForTick(0)-6;c>h&&l<a.maxRotation;){var f=s.toRadians(l);if(u=Math.cos(f),Math.sin(f)*d>t.maxHeight){l--;break}l++,c=u*d}t.labelRotation=l},afterCalculateTickRotation:function(){s.callback(this.options.afterCalculateTickRotation,[this])},beforeFit:function(){s.callback(this.options.beforeFit,[this])},fit:function(){var t=this,a=t.minSize={width:0,height:0},r=i(t._ticks),o=t.options,u=o.ticks,d=o.scaleLabel,c=o.gridLines,h=o.display,f=t.isHorizontal(),g=n(u),m=o.gridLines.tickMarkLength;if(a.width=f?t.isFullWidth()?t.maxWidth-t.margins.left-t.margins.right:t.maxWidth:h&&c.drawTicks?m:0,a.height=f?h&&c.drawTicks?m:0:t.maxHeight,d.display&&h){var p=l(d)+s.options.toPadding(d.padding).height;f?a.height+=p:a.width+=p}if(u.display&&h){var v=s.longestText(t.ctx,g.font,r,t.longestTextCache),y=s.numberOfLabelLines(r),b=.5*g.size,x=t.options.ticks.padding;if(f){t.longestLabelWidth=v;var _=s.toRadians(t.labelRotation),k=Math.cos(_),w=Math.sin(_)*v+g.size*y+b*(y-1)+b;a.height=Math.min(t.maxHeight,a.height+w+x),t.ctx.font=g.font;var M=e(t.ctx,r[0],g.font),S=e(t.ctx,r[r.length-1],g.font);0!==t.labelRotation?(t.paddingLeft="bottom"===o.position?k*M+3:k*b+3,t.paddingRight="bottom"===o.position?k*b+3:k*S+3):(t.paddingLeft=M/2+3,t.paddingRight=S/2+3)}else u.mirror?v=0:v+=x+b,a.width=Math.min(t.maxWidth,a.width+v),t.paddingTop=g.size/2,t.paddingBottom=g.size/2}t.handleMargins(),t.width=a.width,t.height=a.height},handleMargins:function(){var t=this;t.margins&&(t.paddingLeft=Math.max(t.paddingLeft-t.margins.left,0),t.paddingTop=Math.max(t.paddingTop-t.margins.top,0),t.paddingRight=Math.max(t.paddingRight-t.margins.right,0),t.paddingBottom=Math.max(t.paddingBottom-t.margins.bottom,0))},afterFit:function(){s.callback(this.options.afterFit,[this])},isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},isFullWidth:function(){return this.options.fullWidth},getRightValue:function(t){if(s.isNullOrUndef(t))return NaN;if("number"==typeof t&&!isFinite(t))return NaN;if(t)if(this.isHorizontal()){if(void 0!==t.x)return this.getRightValue(t.x)}else if(void 0!==t.y)return this.getRightValue(t.y);return t},getLabelForIndex:s.noop,getPixelForValue:s.noop,getValueForPixel:s.noop,getPixelForTick:function(t){var e=this,n=e.options.offset;if(e.isHorizontal()){var i=(e.width-(e.paddingLeft+e.paddingRight))/Math.max(e._ticks.length-(n?0:1),1),a=i*t+e.paddingLeft;n&&(a+=i/2);var r=e.left+Math.round(a);return r+=e.isFullWidth()?e.margins.left:0}var o=e.height-(e.paddingTop+e.paddingBottom);return e.top+t*(o/(e._ticks.length-1))},getPixelForDecimal:function(t){var e=this;if(e.isHorizontal()){var n=(e.width-(e.paddingLeft+e.paddingRight))*t+e.paddingLeft,i=e.left+Math.round(n);return i+=e.isFullWidth()?e.margins.left:0}return e.top+t*e.height},getBasePixel:function(){return this.getPixelForValue(this.getBaseValue())},getBaseValue:function(){var t=this,e=t.min,n=t.max;return t.beginAtZero?0:e<0&&n<0?n:e>0&&n>0?e:0},_autoSkip:function(t){var e,n,i,a,r=this,o=r.isHorizontal(),l=r.options.ticks.minor,u=t.length,d=s.toRadians(r.labelRotation),c=Math.cos(d),h=r.longestLabelWidth*c,f=[];for(l.maxTicksLimit&&(a=l.maxTicksLimit),o&&(e=!1,(h+l.autoSkipPadding)*u>r.width-(r.paddingLeft+r.paddingRight)&&(e=1+Math.floor((h+l.autoSkipPadding)*u/(r.width-(r.paddingLeft+r.paddingRight)))),a&&u>a&&(e=Math.max(e,Math.floor(u/a)))),n=0;n<u;n++)i=t[n],((e>1&&n%e>0||n%e==0&&n+e>=u)&&n!==u-1||s.isNullOrUndef(i.label))&&delete i.label,f.push(i);return f},draw:function(t){var e=this,i=e.options;if(i.display){var o=e.ctx,u=r.global,d=i.ticks.minor,c=i.ticks.major||d,h=i.gridLines,f=i.scaleLabel,g=0!==e.labelRotation,m=e.isHorizontal(),p=d.autoSkip?e._autoSkip(e.getTicks()):e.getTicks(),v=s.valueOrDefault(d.fontColor,u.defaultFontColor),y=n(d),b=s.valueOrDefault(c.fontColor,u.defaultFontColor),x=n(c),_=h.drawTicks?h.tickMarkLength:0,k=s.valueOrDefault(f.fontColor,u.defaultFontColor),w=n(f),M=s.options.toPadding(f.padding),S=s.toRadians(e.labelRotation),D=[],C="right"===i.position?e.left:e.right-_,P="right"===i.position?e.left+_:e.right,T="bottom"===i.position?e.top:e.bottom-_,I="bottom"===i.position?e.top+_:e.bottom;if(s.each(p,function(n,r){if(void 0!==n.label){var o,l,c,f,v=n.label;r===e.zeroLineIndex&&i.offset===h.offsetGridLines?(o=h.zeroLineWidth,l=h.zeroLineColor,c=h.zeroLineBorderDash,f=h.zeroLineBorderDashOffset):(o=s.valueAtIndexOrDefault(h.lineWidth,r),l=s.valueAtIndexOrDefault(h.color,r),c=s.valueOrDefault(h.borderDash,u.borderDash),f=s.valueOrDefault(h.borderDashOffset,u.borderDashOffset));var y,b,x,k,w,M,A,O,F,R,L="middle",W="middle",Y=d.padding;if(m){var N=_+Y;"bottom"===i.position?(W=g?"middle":"top",L=g?"right":"center",R=e.top+N):(W=g?"middle":"bottom",L=g?"left":"center",R=e.bottom-N);var z=a(e,r,h.offsetGridLines&&p.length>1);z<e.left&&(l="rgba(0,0,0,0)"),z+=s.aliasPixel(o),F=e.getPixelForTick(r)+d.labelOffset,y=x=w=A=z,b=T,k=I,M=t.top,O=t.bottom}else{var B,V="left"===i.position;d.mirror?(L=V?"left":"right",B=Y):(L=V?"right":"left",B=_+Y),F=V?e.right-B:e.left+B;var H=a(e,r,h.offsetGridLines&&p.length>1);H<e.top&&(l="rgba(0,0,0,0)"),H+=s.aliasPixel(o),R=e.getPixelForTick(r)+d.labelOffset,y=C,x=P,w=t.left,A=t.right,b=k=M=O=H}D.push({tx1:y,ty1:b,tx2:x,ty2:k,x1:w,y1:M,x2:A,y2:O,labelX:F,labelY:R,glWidth:o,glColor:l,glBorderDash:c,glBorderDashOffset:f,rotation:-1*S,label:v,major:n.major,textBaseline:W,textAlign:L})}}),s.each(D,function(t){if(h.display&&(o.save(),o.lineWidth=t.glWidth,o.strokeStyle=t.glColor,o.setLineDash&&(o.setLineDash(t.glBorderDash),o.lineDashOffset=t.glBorderDashOffset),o.beginPath(),h.drawTicks&&(o.moveTo(t.tx1,t.ty1),o.lineTo(t.tx2,t.ty2)),h.drawOnChartArea&&(o.moveTo(t.x1,t.y1),o.lineTo(t.x2,t.y2)),o.stroke(),o.restore()),d.display){o.save(),o.translate(t.labelX,t.labelY),o.rotate(t.rotation),o.font=t.major?x.font:y.font,o.fillStyle=t.major?b:v,o.textBaseline=t.textBaseline,o.textAlign=t.textAlign;var e=t.label;if(s.isArray(e))for(var n=0,i=0;n<e.length;++n)o.fillText(""+e[n],0,i),i+=1.5*y.size;else o.fillText(e,0,0);o.restore()}}),f.display){var A,O,F=0,R=l(f)/2;if(m)A=e.left+(e.right-e.left)/2,O="bottom"===i.position?e.bottom-R-M.bottom:e.top+R+M.top;else{var L="left"===i.position;A=L?e.left+R+M.top:e.right-R-M.top,O=e.top+(e.bottom-e.top)/2,F=L?-.5*Math.PI:.5*Math.PI}o.save(),o.translate(A,O),o.rotate(F),o.textAlign="center",o.textBaseline="middle",o.fillStyle=k,o.font=w.font,o.fillText(f.labelString,0,0),o.restore()}if(h.drawBorder){o.lineWidth=s.valueAtIndexOrDefault(h.lineWidth,0),o.strokeStyle=s.valueAtIndexOrDefault(h.color,0);var W=e.left,Y=e.right,N=e.top,z=e.bottom,B=s.aliasPixel(o.lineWidth);m?(N=z="top"===i.position?e.bottom:e.top,N+=B,z+=B):(W=Y="left"===i.position?e.right:e.left,W+=B,Y+=B),o.beginPath(),o.moveTo(W,N),o.lineTo(Y,z),o.stroke()}}}})}},{25:25,26:26,34:34,45:45}],33:[function(t,e,n){"use strict";var i=t(25),a=t(45);e.exports=function(t){t.scaleService={constructors:{},defaults:{},registerScaleType:function(t,e,n){this.constructors[t]=e,this.defaults[t]=a.clone(n)},getScaleConstructor:function(t){return this.constructors.hasOwnProperty(t)?this.constructors[t]:void 0},getScaleDefaults:function(t){return this.defaults.hasOwnProperty(t)?a.merge({},[i.scale,this.defaults[t]]):{}},updateScaleDefaults:function(t,e){var n=this;n.defaults.hasOwnProperty(t)&&(n.defaults[t]=a.extend(n.defaults[t],e))},addScalesToLayout:function(e){a.each(e.scales,function(n){n.fullWidth=n.options.fullWidth,n.position=n.options.position,n.weight=n.options.weight,t.layoutService.addBox(e,n)})}}}},{25:25,45:45}],34:[function(t,e,n){"use strict";var i=t(45);e.exports={generators:{linear:function(t,e){var n,a=[];if(t.stepSize&&t.stepSize>0)n=t.stepSize;else{var r=i.niceNum(e.max-e.min,!1);n=i.niceNum(r/(t.maxTicks-1),!0)}var o=Math.floor(e.min/n)*n,s=Math.ceil(e.max/n)*n;t.min&&t.max&&t.stepSize&&i.almostWhole((t.max-t.min)/t.stepSize,n/1e3)&&(o=t.min,s=t.max);var l=(s-o)/n;l=i.almostEquals(l,Math.round(l),n/1e3)?Math.round(l):Math.ceil(l),a.push(void 0!==t.min?t.min:o);for(var u=1;u<l;++u)a.push(o+u*n);return a.push(void 0!==t.max?t.max:s),a},logarithmic:function(t,e){var n,a,r=[],o=i.valueOrDefault,s=o(t.min,Math.pow(10,Math.floor(i.log10(e.min)))),l=Math.floor(i.log10(e.max)),u=Math.ceil(e.max/Math.pow(10,l));0===s?(n=Math.floor(i.log10(e.minNotZero)),a=Math.floor(e.minNotZero/Math.pow(10,n)),r.push(s),s=a*Math.pow(10,n)):(n=Math.floor(i.log10(s)),a=Math.floor(s/Math.pow(10,n)));do{r.push(s),10===++a&&(a=1,++n),s=a*Math.pow(10,n)}while(n<l||n===l&&a<u);var d=o(t.max,s);return r.push(d),r}},formatters:{values:function(t){return i.isArray(t)?t:""+t},linear:function(t,e,n){var a=n.length>3?n[2]-n[1]:n[1]-n[0];Math.abs(a)>1&&t!==Math.floor(t)&&(a=t-Math.floor(t));var r=i.log10(Math.abs(a)),o="";if(0!==t){var s=-1*Math.floor(r);s=Math.max(Math.min(s,20),0),o=t.toFixed(s)}else o="0";return o},logarithmic:function(t,e,n){var a=t/Math.pow(10,Math.floor(i.log10(t)));return 0===t?"0":1===a||2===a||5===a||0===e||e===n.length-1?t.toExponential():""}}}},{45:45}],35:[function(t,e,n){"use strict";var i=t(25),a=t(26),r=t(45);i._set("global",{tooltips:{enabled:!0,custom:null,mode:"nearest",position:"average",intersect:!0,backgroundColor:"rgba(0,0,0,0.8)",titleFontStyle:"bold",titleSpacing:2,titleMarginBottom:6,titleFontColor:"#fff",titleAlign:"left",bodySpacing:2,bodyFontColor:"#fff",bodyAlign:"left",footerFontStyle:"bold",footerSpacing:2,footerMarginTop:6,footerFontColor:"#fff",footerAlign:"left",yPadding:6,xPadding:6,caretPadding:2,caretSize:5,cornerRadius:6,multiKeyBackground:"#fff",displayColors:!0,borderColor:"rgba(0,0,0,0)",borderWidth:0,callbacks:{beforeTitle:r.noop,title:function(t,e){var n="",i=e.labels,a=i?i.length:0;if(t.length>0){var r=t[0];r.xLabel?n=r.xLabel:a>0&&r.index<a&&(n=i[r.index])}return n},afterTitle:r.noop,beforeBody:r.noop,beforeLabel:r.noop,label:function(t,e){var n=e.datasets[t.datasetIndex].label||"";return n&&(n+=": "),n+=t.yLabel},labelColor:function(t,e){var n=e.getDatasetMeta(t.datasetIndex).data[t.index]._view;return{borderColor:n.borderColor,backgroundColor:n.backgroundColor}},labelTextColor:function(){return this._options.bodyFontColor},afterLabel:r.noop,afterBody:r.noop,beforeFooter:r.noop,footer:r.noop,afterFooter:r.noop}}}),e.exports=function(t){function e(t,e){var n=r.color(t);return n.alpha(e*n.alpha()).rgbaString()}function n(t,e){return e&&(r.isArray(e)?Array.prototype.push.apply(t,e):t.push(e)),t}function o(t){var e=t._xScale,n=t._yScale||t._scale,i=t._index,a=t._datasetIndex;return{xLabel:e?e.getLabelForIndex(i,a):"",yLabel:n?n.getLabelForIndex(i,a):"",index:i,datasetIndex:a,x:t._model.x,y:t._model.y}}function s(t){var e=i.global,n=r.valueOrDefault;return{xPadding:t.xPadding,yPadding:t.yPadding,xAlign:t.xAlign,yAlign:t.yAlign,bodyFontColor:t.bodyFontColor,_bodyFontFamily:n(t.bodyFontFamily,e.defaultFontFamily),_bodyFontStyle:n(t.bodyFontStyle,e.defaultFontStyle),_bodyAlign:t.bodyAlign,bodyFontSize:n(t.bodyFontSize,e.defaultFontSize),bodySpacing:t.bodySpacing,titleFontColor:t.titleFontColor,_titleFontFamily:n(t.titleFontFamily,e.defaultFontFamily),_titleFontStyle:n(t.titleFontStyle,e.defaultFontStyle),titleFontSize:n(t.titleFontSize,e.defaultFontSize),_titleAlign:t.titleAlign,titleSpacing:t.titleSpacing,titleMarginBottom:t.titleMarginBottom,footerFontColor:t.footerFontColor,_footerFontFamily:n(t.footerFontFamily,e.defaultFontFamily),_footerFontStyle:n(t.footerFontStyle,e.defaultFontStyle),footerFontSize:n(t.footerFontSize,e.defaultFontSize),_footerAlign:t.footerAlign,footerSpacing:t.footerSpacing,footerMarginTop:t.footerMarginTop,caretSize:t.caretSize,cornerRadius:t.cornerRadius,backgroundColor:t.backgroundColor,opacity:0,legendColorBackground:t.multiKeyBackground,displayColors:t.displayColors,borderColor:t.borderColor,borderWidth:t.borderWidth}}function l(t,e){var n=t._chart.ctx,i=2*e.yPadding,a=0,o=e.body,s=o.reduce(function(t,e){return t+e.before.length+e.lines.length+e.after.length},0);s+=e.beforeBody.length+e.afterBody.length;var l=e.title.length,u=e.footer.length,d=e.titleFontSize,c=e.bodyFontSize,h=e.footerFontSize;i+=l*d,i+=l?(l-1)*e.titleSpacing:0,i+=l?e.titleMarginBottom:0,i+=s*c,i+=s?(s-1)*e.bodySpacing:0,i+=u?e.footerMarginTop:0,i+=u*h,i+=u?(u-1)*e.footerSpacing:0;var f=0,g=function(t){a=Math.max(a,n.measureText(t).width+f)};return n.font=r.fontString(d,e._titleFontStyle,e._titleFontFamily),r.each(e.title,g),n.font=r.fontString(c,e._bodyFontStyle,e._bodyFontFamily),r.each(e.beforeBody.concat(e.afterBody),g),f=e.displayColors?c+2:0,r.each(o,function(t){r.each(t.before,g),r.each(t.lines,g),r.each(t.after,g)}),f=0,n.font=r.fontString(h,e._footerFontStyle,e._footerFontFamily),r.each(e.footer,g),a+=2*e.xPadding,{width:a,height:i}}function u(t,e){var n=t._model,i=t._chart,a=t._chart.chartArea,r="center",o="center";n.y<e.height?o="top":n.y>i.height-e.height&&(o="bottom");var s,l,u,d,c,h=(a.left+a.right)/2,f=(a.top+a.bottom)/2;"center"===o?(s=function(t){return t<=h},l=function(t){return t>h}):(s=function(t){return t<=e.width/2},l=function(t){return t>=i.width-e.width/2}),u=function(t){return t+e.width>i.width},d=function(t){return t-e.width<0},c=function(t){return t<=f?"top":"bottom"},s(n.x)?(r="left",u(n.x)&&(r="center",o=c(n.y))):l(n.x)&&(r="right",d(n.x)&&(r="center",o=c(n.y)));var g=t._options;return{xAlign:g.xAlign?g.xAlign:r,yAlign:g.yAlign?g.yAlign:o}}function d(t,e,n){var i=t.x,a=t.y,r=t.caretSize,o=t.caretPadding,s=t.cornerRadius,l=n.xAlign,u=n.yAlign,d=r+o,c=s+o;return"right"===l?i-=e.width:"center"===l&&(i-=e.width/2),"top"===u?a+=d:a-="bottom"===u?e.height+d:e.height/2,"center"===u?"left"===l?i+=d:"right"===l&&(i-=d):"left"===l?i-=c:"right"===l&&(i+=c),{x:i,y:a}}t.Tooltip=a.extend({initialize:function(){this._model=s(this._options)},getTitle:function(){var t=this,e=t._options.callbacks,i=e.beforeTitle.apply(t,arguments),a=e.title.apply(t,arguments),r=e.afterTitle.apply(t,arguments),o=[];return o=n(o,i),o=n(o,a),o=n(o,r)},getBeforeBody:function(){var t=this._options.callbacks.beforeBody.apply(this,arguments);return r.isArray(t)?t:void 0!==t?[t]:[]},getBody:function(t,e){var i=this,a=i._options.callbacks,o=[];return r.each(t,function(t){var r={before:[],lines:[],after:[]};n(r.before,a.beforeLabel.call(i,t,e)),n(r.lines,a.label.call(i,t,e)),n(r.after,a.afterLabel.call(i,t,e)),o.push(r)}),o},getAfterBody:function(){var t=this._options.callbacks.afterBody.apply(this,arguments);return r.isArray(t)?t:void 0!==t?[t]:[]},getFooter:function(){var t=this,e=t._options.callbacks,i=e.beforeFooter.apply(t,arguments),a=e.footer.apply(t,arguments),r=e.afterFooter.apply(t,arguments),o=[];return o=n(o,i),o=n(o,a),o=n(o,r)},update:function(e){var n,i,a=this,c=a._options,h=a._model,f=a._model=s(c),g=a._active,m=a._data,p={xAlign:h.xAlign,yAlign:h.yAlign},v={x:h.x,y:h.y},y={width:h.width,height:h.height},b={x:h.caretX,y:h.caretY};if(g.length){f.opacity=1;var x=[],_=[];b=t.Tooltip.positioners[c.position](g,a._eventPosition);var k=[];for(n=0,i=g.length;n<i;++n)k.push(o(g[n]));c.filter&&(k=k.filter(function(t){return c.filter(t,m)})),c.itemSort&&(k=k.sort(function(t,e){return c.itemSort(t,e,m)})),r.each(k,function(t){x.push(c.callbacks.labelColor.call(a,t,a._chart)),_.push(c.callbacks.labelTextColor.call(a,t,a._chart))}),f.title=a.getTitle(k,m),f.beforeBody=a.getBeforeBody(k,m),f.body=a.getBody(k,m),f.afterBody=a.getAfterBody(k,m),f.footer=a.getFooter(k,m),f.x=Math.round(b.x),f.y=Math.round(b.y),f.caretPadding=c.caretPadding,f.labelColors=x,f.labelTextColors=_,f.dataPoints=k,v=d(f,y=l(this,f),p=u(this,y))}else f.opacity=0;return f.xAlign=p.xAlign,f.yAlign=p.yAlign,f.x=v.x,f.y=v.y,f.width=y.width,f.height=y.height,f.caretX=b.x,f.caretY=b.y,a._model=f,e&&c.custom&&c.custom.call(a,f),a},drawCaret:function(t,e){var n=this._chart.ctx,i=this._view,a=this.getCaretPosition(t,e,i);n.lineTo(a.x1,a.y1),n.lineTo(a.x2,a.y2),n.lineTo(a.x3,a.y3)},getCaretPosition:function(t,e,n){var i,a,r,o,s,l,u=n.caretSize,d=n.cornerRadius,c=n.xAlign,h=n.yAlign,f=t.x,g=t.y,m=e.width,p=e.height;if("center"===h)s=g+p/2,"left"===c?(a=(i=f)-u,r=i,o=s+u,l=s-u):(a=(i=f+m)+u,r=i,o=s-u,l=s+u);else if("left"===c?(i=(a=f+d+u)-u,r=a+u):"right"===c?(i=(a=f+m-d-u)-u,r=a+u):(i=(a=f+m/2)-u,r=a+u),"top"===h)s=(o=g)-u,l=o;else{s=(o=g+p)+u,l=o;var v=r;r=i,i=v}return{x1:i,x2:a,x3:r,y1:o,y2:s,y3:l}},drawTitle:function(t,n,i,a){var o=n.title;if(o.length){i.textAlign=n._titleAlign,i.textBaseline="top";var s=n.titleFontSize,l=n.titleSpacing;i.fillStyle=e(n.titleFontColor,a),i.font=r.fontString(s,n._titleFontStyle,n._titleFontFamily);var u,d;for(u=0,d=o.length;u<d;++u)i.fillText(o[u],t.x,t.y),t.y+=s+l,u+1===o.length&&(t.y+=n.titleMarginBottom-l)}},drawBody:function(t,n,i,a){var o=n.bodyFontSize,s=n.bodySpacing,l=n.body;i.textAlign=n._bodyAlign,i.textBaseline="top",i.font=r.fontString(o,n._bodyFontStyle,n._bodyFontFamily);var u=0,d=function(e){i.fillText(e,t.x+u,t.y),t.y+=o+s};r.each(n.beforeBody,d);var c=n.displayColors;u=c?o+2:0,r.each(l,function(s,l){r.each(s.before,d),r.each(s.lines,function(r){if(c){i.fillStyle=e(n.legendColorBackground,a),i.fillRect(t.x,t.y,o,o),i.lineWidth=1,i.strokeStyle=e(n.labelColors[l].borderColor,a),i.strokeRect(t.x,t.y,o,o),i.fillStyle=e(n.labelColors[l].backgroundColor,a),i.fillRect(t.x+1,t.y+1,o-2,o-2);var s=e(n.labelTextColors[l],a);i.fillStyle=s}d(r)}),r.each(s.after,d)}),u=0,r.each(n.afterBody,d),t.y-=s},drawFooter:function(t,n,i,a){var o=n.footer;o.length&&(t.y+=n.footerMarginTop,i.textAlign=n._footerAlign,i.textBaseline="top",i.fillStyle=e(n.footerFontColor,a),i.font=r.fontString(n.footerFontSize,n._footerFontStyle,n._footerFontFamily),r.each(o,function(e){i.fillText(e,t.x,t.y),t.y+=n.footerFontSize+n.footerSpacing}))},drawBackground:function(t,n,i,a,r){i.fillStyle=e(n.backgroundColor,r),i.strokeStyle=e(n.borderColor,r),i.lineWidth=n.borderWidth;var o=n.xAlign,s=n.yAlign,l=t.x,u=t.y,d=a.width,c=a.height,h=n.cornerRadius;i.beginPath(),i.moveTo(l+h,u),"top"===s&&this.drawCaret(t,a),i.lineTo(l+d-h,u),i.quadraticCurveTo(l+d,u,l+d,u+h),"center"===s&&"right"===o&&this.drawCaret(t,a),i.lineTo(l+d,u+c-h),i.quadraticCurveTo(l+d,u+c,l+d-h,u+c),"bottom"===s&&this.drawCaret(t,a),i.lineTo(l+h,u+c),i.quadraticCurveTo(l,u+c,l,u+c-h),"center"===s&&"left"===o&&this.drawCaret(t,a),i.lineTo(l,u+h),i.quadraticCurveTo(l,u,l+h,u),i.closePath(),i.fill(),n.borderWidth>0&&i.stroke()},draw:function(){var t=this._chart.ctx,e=this._view;if(0!==e.opacity){var n={width:e.width,height:e.height},i={x:e.x,y:e.y},a=Math.abs(e.opacity<.001)?0:e.opacity,r=e.title.length||e.beforeBody.length||e.body.length||e.afterBody.length||e.footer.length;this._options.enabled&&r&&(this.drawBackground(i,e,t,n,a),i.x+=e.xPadding,i.y+=e.yPadding,this.drawTitle(i,e,t,a),this.drawBody(i,e,t,a),this.drawFooter(i,e,t,a))}},handleEvent:function(t){var e=this,n=e._options,i=!1;if(e._lastActive=e._lastActive||[],"mouseout"===t.type?e._active=[]:e._active=e._chart.getElementsAtEventForMode(t,n.mode,n),!(i=!r.arrayEquals(e._active,e._lastActive)))return!1;if(e._lastActive=e._active,n.enabled||n.custom){e._eventPosition={x:t.x,y:t.y};var a=e._model;e.update(!0),e.pivot(),i|=a.x!==e._model.x||a.y!==e._model.y}return i}}),t.Tooltip.positioners={average:function(t){if(!t.length)return!1;var e,n,i=0,a=0,r=0;for(e=0,n=t.length;e<n;++e){var o=t[e];if(o&&o.hasValue()){var s=o.tooltipPosition();i+=s.x,a+=s.y,++r}}return{x:Math.round(i/r),y:Math.round(a/r)}},nearest:function(t,e){var n,i,a,o=e.x,s=e.y,l=Number.POSITIVE_INFINITY;for(n=0,i=t.length;n<i;++n){var u=t[n];if(u&&u.hasValue()){var d=u.getCenterPoint(),c=r.distanceBetweenPoints(e,d);c<l&&(l=c,a=u)}}if(a){var h=a.tooltipPosition();o=h.x,s=h.y}return{x:o,y:s}}}}},{25:25,26:26,45:45}],36:[function(t,e,n){"use strict";var i=t(25),a=t(26),r=t(45);i._set("global",{elements:{arc:{backgroundColor:i.global.defaultColor,borderColor:"#fff",borderWidth:2}}}),e.exports=a.extend({inLabelRange:function(t){var e=this._view;return!!e&&Math.pow(t-e.x,2)<Math.pow(e.radius+e.hoverRadius,2)},inRange:function(t,e){var n=this._view;if(n){for(var i=r.getAngleFromPoint(n,{x:t,y:e}),a=i.angle,o=i.distance,s=n.startAngle,l=n.endAngle;l<s;)l+=2*Math.PI;for(;a>l;)a-=2*Math.PI;for(;a<s;)a+=2*Math.PI;var u=a>=s&&a<=l,d=o>=n.innerRadius&&o<=n.outerRadius;return u&&d}return!1},getCenterPoint:function(){var t=this._view,e=(t.startAngle+t.endAngle)/2,n=(t.innerRadius+t.outerRadius)/2;return{x:t.x+Math.cos(e)*n,y:t.y+Math.sin(e)*n}},getArea:function(){var t=this._view;return Math.PI*((t.endAngle-t.startAngle)/(2*Math.PI))*(Math.pow(t.outerRadius,2)-Math.pow(t.innerRadius,2))},tooltipPosition:function(){var t=this._view,e=t.startAngle+(t.endAngle-t.startAngle)/2,n=(t.outerRadius-t.innerRadius)/2+t.innerRadius;return{x:t.x+Math.cos(e)*n,y:t.y+Math.sin(e)*n}},draw:function(){var t=this._chart.ctx,e=this._view,n=e.startAngle,i=e.endAngle;t.beginPath(),t.arc(e.x,e.y,e.outerRadius,n,i),t.arc(e.x,e.y,e.innerRadius,i,n,!0),t.closePath(),t.strokeStyle=e.borderColor,t.lineWidth=e.borderWidth,t.fillStyle=e.backgroundColor,t.fill(),t.lineJoin="bevel",e.borderWidth&&t.stroke()}})},{25:25,26:26,45:45}],37:[function(t,e,n){"use strict";var i=t(25),a=t(26),r=t(45),o=i.global;i._set("global",{elements:{line:{tension:.4,backgroundColor:o.defaultColor,borderWidth:3,borderColor:o.defaultColor,borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",capBezierPoints:!0,fill:!0}}}),e.exports=a.extend({draw:function(){var t,e,n,i,a=this,s=a._view,l=a._chart.ctx,u=s.spanGaps,d=a._children.slice(),c=o.elements.line,h=-1;for(a._loop&&d.length&&d.push(d[0]),l.save(),l.lineCap=s.borderCapStyle||c.borderCapStyle,l.setLineDash&&l.setLineDash(s.borderDash||c.borderDash),l.lineDashOffset=s.borderDashOffset||c.borderDashOffset,l.lineJoin=s.borderJoinStyle||c.borderJoinStyle,l.lineWidth=s.borderWidth||c.borderWidth,l.strokeStyle=s.borderColor||o.defaultColor,l.beginPath(),h=-1,t=0;t<d.length;++t)e=d[t],n=r.previousItem(d,t),i=e._view,0===t?i.skip||(l.moveTo(i.x,i.y),h=t):(n=-1===h?n:d[h],i.skip||(h!==t-1&&!u||-1===h?l.moveTo(i.x,i.y):r.canvas.lineTo(l,n._view,e._view),h=t));l.stroke(),l.restore()}})},{25:25,26:26,45:45}],38:[function(t,e,n){"use strict";function i(t){var e=this._view;return!!e&&Math.pow(t-e.x,2)<Math.pow(e.radius+e.hitRadius,2)}var a=t(25),r=t(26),o=t(45),s=a.global.defaultColor;a._set("global",{elements:{point:{radius:3,pointStyle:"circle",backgroundColor:s,borderColor:s,borderWidth:1,hitRadius:1,hoverRadius:4,hoverBorderWidth:1}}}),e.exports=r.extend({inRange:function(t,e){var n=this._view;return!!n&&Math.pow(t-n.x,2)+Math.pow(e-n.y,2)<Math.pow(n.hitRadius+n.radius,2)},inLabelRange:i,inXRange:i,inYRange:function(t){var e=this._view;return!!e&&Math.pow(t-e.y,2)<Math.pow(e.radius+e.hitRadius,2)},getCenterPoint:function(){var t=this._view;return{x:t.x,y:t.y}},getArea:function(){return Math.PI*Math.pow(this._view.radius,2)},tooltipPosition:function(){var t=this._view;return{x:t.x,y:t.y,padding:t.radius+t.borderWidth}},draw:function(t){var e=this._view,n=this._model,i=this._chart.ctx,r=e.pointStyle,l=e.radius,u=e.x,d=e.y,c=o.color,h=0;e.skip||(i.strokeStyle=e.borderColor||s,i.lineWidth=o.valueOrDefault(e.borderWidth,a.global.elements.point.borderWidth),i.fillStyle=e.backgroundColor||s,void 0!==t&&(n.x<t.left||1.01*t.right<n.x||n.y<t.top||1.01*t.bottom<n.y)&&(n.x<t.left?h=(u-n.x)/(t.left-n.x):1.01*t.right<n.x?h=(n.x-u)/(n.x-t.right):n.y<t.top?h=(d-n.y)/(t.top-n.y):1.01*t.bottom<n.y&&(h=(n.y-d)/(n.y-t.bottom)),h=Math.round(100*h)/100,i.strokeStyle=c(i.strokeStyle).alpha(h).rgbString(),i.fillStyle=c(i.fillStyle).alpha(h).rgbString()),o.canvas.drawPoint(i,r,l,u,d))}})},{25:25,26:26,45:45}],39:[function(t,e,n){"use strict";function i(t){return void 0!==t._view.width}function a(t){var e,n,a,r,o=t._view;if(i(t)){var s=o.width/2;e=o.x-s,n=o.x+s,a=Math.min(o.y,o.base),r=Math.max(o.y,o.base)}else{var l=o.height/2;e=Math.min(o.x,o.base),n=Math.max(o.x,o.base),a=o.y-l,r=o.y+l}return{left:e,top:a,right:n,bottom:r}}var r=t(25),o=t(26);r._set("global",{elements:{rectangle:{backgroundColor:r.global.defaultColor,borderColor:r.global.defaultColor,borderSkipped:"bottom",borderWidth:0}}}),e.exports=o.extend({draw:function(){function t(t){return v[(y+t)%4]}var e,n,i,a,r,o,s,l=this._chart.ctx,u=this._view,d=u.borderWidth;if(u.horizontal?(e=u.base,n=u.x,i=u.y-u.height/2,a=u.y+u.height/2,r=n>e?1:-1,o=1,s=u.borderSkipped||"left"):(e=u.x-u.width/2,n=u.x+u.width/2,i=u.y,r=1,o=(a=u.base)>i?1:-1,s=u.borderSkipped||"bottom"),d){var c=Math.min(Math.abs(e-n),Math.abs(i-a)),h=(d=d>c?c:d)/2,f=e+("left"!==s?h*r:0),g=n+("right"!==s?-h*r:0),m=i+("top"!==s?h*o:0),p=a+("bottom"!==s?-h*o:0);f!==g&&(i=m,a=p),m!==p&&(e=f,n=g)}l.beginPath(),l.fillStyle=u.backgroundColor,l.strokeStyle=u.borderColor,l.lineWidth=d;var v=[[e,a],[e,i],[n,i],[n,a]],y=["bottom","left","top","right"].indexOf(s,0);-1===y&&(y=0);var b=t(0);l.moveTo(b[0],b[1]);for(var x=1;x<4;x++)b=t(x),l.lineTo(b[0],b[1]);l.fill(),d&&l.stroke()},height:function(){var t=this._view;return t.base-t.y},inRange:function(t,e){var n=!1;if(this._view){var i=a(this);n=t>=i.left&&t<=i.right&&e>=i.top&&e<=i.bottom}return n},inLabelRange:function(t,e){var n=this;if(!n._view)return!1;var r=a(n);return i(n)?t>=r.left&&t<=r.right:e>=r.top&&e<=r.bottom},inXRange:function(t){var e=a(this);return t>=e.left&&t<=e.right},inYRange:function(t){var e=a(this);return t>=e.top&&t<=e.bottom},getCenterPoint:function(){var t,e,n=this._view;return i(this)?(t=n.x,e=(n.y+n.base)/2):(t=(n.x+n.base)/2,e=n.y),{x:t,y:e}},getArea:function(){var t=this._view;return t.width*Math.abs(t.y-t.base)},tooltipPosition:function(){var t=this._view;return{x:t.x,y:t.y}}})},{25:25,26:26}],40:[function(t,e,n){"use strict";e.exports={},e.exports.Arc=t(36),e.exports.Line=t(37),e.exports.Point=t(38),e.exports.Rectangle=t(39)},{36:36,37:37,38:38,39:39}],41:[function(t,e,n){"use strict";var i=t(42),n=e.exports={clear:function(t){t.ctx.clearRect(0,0,t.width,t.height)},roundedRect:function(t,e,n,i,a,r){if(r){var o=Math.min(r,i/2),s=Math.min(r,a/2);t.moveTo(e+o,n),t.lineTo(e+i-o,n),t.quadraticCurveTo(e+i,n,e+i,n+s),t.lineTo(e+i,n+a-s),t.quadraticCurveTo(e+i,n+a,e+i-o,n+a),t.lineTo(e+o,n+a),t.quadraticCurveTo(e,n+a,e,n+a-s),t.lineTo(e,n+s),t.quadraticCurveTo(e,n,e+o,n)}else t.rect(e,n,i,a)},drawPoint:function(t,e,n,i,a){var r,o,s,l,u,d;if("object"!=typeof e||"[object HTMLImageElement]"!==(r=e.toString())&&"[object HTMLCanvasElement]"!==r){if(!(isNaN(n)||n<=0)){switch(e){default:t.beginPath(),t.arc(i,a,n,0,2*Math.PI),t.closePath(),t.fill();break;case"triangle":t.beginPath(),u=(o=3*n/Math.sqrt(3))*Math.sqrt(3)/2,t.moveTo(i-o/2,a+u/3),t.lineTo(i+o/2,a+u/3),t.lineTo(i,a-2*u/3),t.closePath(),t.fill();break;case"rect":d=1/Math.SQRT2*n,t.beginPath(),t.fillRect(i-d,a-d,2*d,2*d),t.strokeRect(i-d,a-d,2*d,2*d);break;case"rectRounded":var c=n/Math.SQRT2,h=i-c,f=a-c,g=Math.SQRT2*n;t.beginPath(),this.roundedRect(t,h,f,g,g,n/2),t.closePath(),t.fill();break;case"rectRot":d=1/Math.SQRT2*n,t.beginPath(),t.moveTo(i-d,a),t.lineTo(i,a+d),t.lineTo(i+d,a),t.lineTo(i,a-d),t.closePath(),t.fill();break;case"cross":t.beginPath(),t.moveTo(i,a+n),t.lineTo(i,a-n),t.moveTo(i-n,a),t.lineTo(i+n,a),t.closePath();break;case"crossRot":t.beginPath(),s=Math.cos(Math.PI/4)*n,l=Math.sin(Math.PI/4)*n,t.moveTo(i-s,a-l),t.lineTo(i+s,a+l),t.moveTo(i-s,a+l),t.lineTo(i+s,a-l),t.closePath();break;case"star":t.beginPath(),t.moveTo(i,a+n),t.lineTo(i,a-n),t.moveTo(i-n,a),t.lineTo(i+n,a),s=Math.cos(Math.PI/4)*n,l=Math.sin(Math.PI/4)*n,t.moveTo(i-s,a-l),t.lineTo(i+s,a+l),t.moveTo(i-s,a+l),t.lineTo(i+s,a-l),t.closePath();break;case"line":t.beginPath(),t.moveTo(i-n,a),t.lineTo(i+n,a),t.closePath();break;case"dash":t.beginPath(),t.moveTo(i,a),t.lineTo(i+n,a),t.closePath()}t.stroke()}}else t.drawImage(e,i-e.width/2,a-e.height/2,e.width,e.height)},clipArea:function(t,e){t.save(),t.beginPath(),t.rect(e.left,e.top,e.right-e.left,e.bottom-e.top),t.clip()},unclipArea:function(t){t.restore()},lineTo:function(t,e,n,i){if(n.steppedLine)return"after"===n.steppedLine&&!i||"after"!==n.steppedLine&&i?t.lineTo(e.x,n.y):t.lineTo(n.x,e.y),void t.lineTo(n.x,n.y);n.tension?t.bezierCurveTo(i?e.controlPointPreviousX:e.controlPointNextX,i?e.controlPointPreviousY:e.controlPointNextY,i?n.controlPointNextX:n.controlPointPreviousX,i?n.controlPointNextY:n.controlPointPreviousY,n.x,n.y):t.lineTo(n.x,n.y)}};i.clear=n.clear,i.drawRoundedRectangle=function(t){t.beginPath(),n.roundedRect.apply(n,arguments),t.closePath()}},{42:42}],42:[function(t,e,n){"use strict";var i={noop:function(){},uid:function(){var t=0;return function(){return t++}}(),isNullOrUndef:function(t){return null===t||void 0===t},isArray:Array.isArray?Array.isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)},isObject:function(t){return null!==t&&"[object Object]"===Object.prototype.toString.call(t)},valueOrDefault:function(t,e){return void 0===t?e:t},valueAtIndexOrDefault:function(t,e,n){return i.valueOrDefault(i.isArray(t)?t[e]:t,n)},callback:function(t,e,n){if(t&&"function"==typeof t.call)return t.apply(n,e)},each:function(t,e,n,a){var r,o,s;if(i.isArray(t))if(o=t.length,a)for(r=o-1;r>=0;r--)e.call(n,t[r],r);else for(r=0;r<o;r++)e.call(n,t[r],r);else if(i.isObject(t))for(o=(s=Object.keys(t)).length,r=0;r<o;r++)e.call(n,t[s[r]],s[r])},arrayEquals:function(t,e){var n,a,r,o;if(!t||!e||t.length!==e.length)return!1;for(n=0,a=t.length;n<a;++n)if(r=t[n],o=e[n],r instanceof Array&&o instanceof Array){if(!i.arrayEquals(r,o))return!1}else if(r!==o)return!1;return!0},clone:function(t){if(i.isArray(t))return t.map(i.clone);if(i.isObject(t)){for(var e={},n=Object.keys(t),a=n.length,r=0;r<a;++r)e[n[r]]=i.clone(t[n[r]]);return e}return t},_merger:function(t,e,n,a){var r=e[t],o=n[t];i.isObject(r)&&i.isObject(o)?i.merge(r,o,a):e[t]=i.clone(o)},_mergerIf:function(t,e,n){var a=e[t],r=n[t];i.isObject(a)&&i.isObject(r)?i.mergeIf(a,r):e.hasOwnProperty(t)||(e[t]=i.clone(r))},merge:function(t,e,n){var a,r,o,s,l,u=i.isArray(e)?e:[e],d=u.length;if(!i.isObject(t))return t;for(a=(n=n||{}).merger||i._merger,r=0;r<d;++r)if(e=u[r],i.isObject(e))for(l=0,s=(o=Object.keys(e)).length;l<s;++l)a(o[l],t,e,n);return t},mergeIf:function(t,e){return i.merge(t,e,{merger:i._mergerIf})}};e.exports=i,i.callCallback=i.callback,i.indexOf=function(t,e,n){return Array.prototype.indexOf.call(t,e,n)},i.getValueOrDefault=i.valueOrDefault,i.getValueAtIndexOrDefault=i.valueAtIndexOrDefault},{}],43:[function(t,e,n){"use strict";var i=t(42),a={linear:function(t){return t},easeInQuad:function(t){return t*t},easeOutQuad:function(t){return-t*(t-2)},easeInOutQuad:function(t){return(t/=.5)<1?.5*t*t:-.5*(--t*(t-2)-1)},easeInCubic:function(t){return t*t*t},easeOutCubic:function(t){return(t-=1)*t*t+1},easeInOutCubic:function(t){return(t/=.5)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},easeInQuart:function(t){return t*t*t*t},easeOutQuart:function(t){return-((t-=1)*t*t*t-1)},easeInOutQuart:function(t){return(t/=.5)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)},easeInQuint:function(t){return t*t*t*t*t},easeOutQuint:function(t){return(t-=1)*t*t*t*t+1},easeInOutQuint:function(t){return(t/=.5)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},easeInSine:function(t){return 1-Math.cos(t*(Math.PI/2))},easeOutSine:function(t){return Math.sin(t*(Math.PI/2))},easeInOutSine:function(t){return-.5*(Math.cos(Math.PI*t)-1)},easeInExpo:function(t){return 0===t?0:Math.pow(2,10*(t-1))},easeOutExpo:function(t){return 1===t?1:1-Math.pow(2,-10*t)},easeInOutExpo:function(t){return 0===t?0:1===t?1:(t/=.5)<1?.5*Math.pow(2,10*(t-1)):.5*(2-Math.pow(2,-10*--t))},easeInCirc:function(t){return t>=1?t:-(Math.sqrt(1-t*t)-1)},easeOutCirc:function(t){return Math.sqrt(1-(t-=1)*t)},easeInOutCirc:function(t){return(t/=.5)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},easeInElastic:function(t){var e=1.70158,n=0,i=1;return 0===t?0:1===t?1:(n||(n=.3),i<1?(i=1,e=n/4):e=n/(2*Math.PI)*Math.asin(1/i),-i*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/n))},easeOutElastic:function(t){var e=1.70158,n=0,i=1;return 0===t?0:1===t?1:(n||(n=.3),i<1?(i=1,e=n/4):e=n/(2*Math.PI)*Math.asin(1/i),i*Math.pow(2,-10*t)*Math.sin((t-e)*(2*Math.PI)/n)+1)},easeInOutElastic:function(t){var e=1.70158,n=0,i=1;return 0===t?0:2==(t/=.5)?1:(n||(n=.45),i<1?(i=1,e=n/4):e=n/(2*Math.PI)*Math.asin(1/i),t<1?i*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/n)*-.5:i*Math.pow(2,-10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/n)*.5+1)},easeInBack:function(t){var e=1.70158;return t*t*((e+1)*t-e)},easeOutBack:function(t){var e=1.70158;return(t-=1)*t*((e+1)*t+e)+1},easeInOutBack:function(t){var e=1.70158;return(t/=.5)<1?t*t*((1+(e*=1.525))*t-e)*.5:.5*((t-=2)*t*((1+(e*=1.525))*t+e)+2)},easeInBounce:function(t){return 1-a.easeOutBounce(1-t)},easeOutBounce:function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},easeInOutBounce:function(t){return t<.5?.5*a.easeInBounce(2*t):.5*a.easeOutBounce(2*t-1)+.5}};e.exports={effects:a},i.easingEffects=a},{42:42}],44:[function(t,e,n){"use strict";var i=t(42);e.exports={toLineHeight:function(t,e){var n=(""+t).match(/^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/);if(!n||"normal"===n[1])return 1.2*e;switch(t=+n[2],n[3]){case"px":return t;case"%":t/=100}return e*t},toPadding:function(t){var e,n,a,r;return i.isObject(t)?(e=+t.top||0,n=+t.right||0,a=+t.bottom||0,r=+t.left||0):e=n=a=r=+t||0,{top:e,right:n,bottom:a,left:r,height:e+a,width:r+n}},resolve:function(t,e,n){var a,r,o;for(a=0,r=t.length;a<r;++a)if(void 0!==(o=t[a])&&(void 0!==e&&"function"==typeof o&&(o=o(e)),void 0!==n&&i.isArray(o)&&(o=o[n]),void 0!==o))return o}}},{42:42}],45:[function(t,e,n){"use strict";e.exports=t(42),e.exports.easing=t(43),e.exports.canvas=t(41),e.exports.options=t(44)},{41:41,42:42,43:43,44:44}],46:[function(t,e,n){e.exports={acquireContext:function(t){return t&&t.canvas&&(t=t.canvas),t&&t.getContext("2d")||null}}},{}],47:[function(t,e,n){"use strict";function i(t,e){var n=p.getStyle(t,e),i=n&&n.match(/^(\d+)(\.\d+)?px$/);return i?Number(i[1]):void 0}function a(t,e){var n=t.style,a=t.getAttribute("height"),r=t.getAttribute("width");if(t[v]={initial:{height:a,width:r,style:{display:n.display,height:n.height,width:n.width}}},n.display=n.display||"block",null===r||""===r){var o=i(t,"width");void 0!==o&&(t.width=o)}if(null===a||""===a)if(""===t.style.height)t.height=t.width/(e.options.aspectRatio||2);else{var s=i(t,"height");void 0!==o&&(t.height=s)}return t}function r(t,e,n){t.addEventListener(e,n,w)}function o(t,e,n){t.removeEventListener(e,n,w)}function s(t,e,n,i,a){return{type:t,chart:e,native:a||null,x:void 0!==n?n:null,y:void 0!==i?i:null}}function l(t,e){var n=k[t.type]||t.type,i=p.getRelativePosition(t,e);return s(n,e,i.x,i.y,t)}function u(t,e){var n=!1,i=[];return function(){i=Array.prototype.slice.call(arguments),e=e||this,n||(n=!0,p.requestAnimFrame.call(window,function(){n=!1,t.apply(e,i)}))}}function d(t){var e=document.createElement("div"),n=y+"size-monitor",i="position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1;";e.style.cssText=i,e.className=n,e.innerHTML='<div class="'+n+'-expand" style="'+i+'"><div style="position:absolute;width:1000000px;height:1000000px;left:0;top:0"></div></div><div class="'+n+'-shrink" style="'+i+'"><div style="position:absolute;width:200%;height:200%;left:0; top:0"></div></div>';var a=e.childNodes[0],o=e.childNodes[1];e._reset=function(){a.scrollLeft=1e6,a.scrollTop=1e6,o.scrollLeft=1e6,o.scrollTop=1e6};var s=function(){e._reset(),t()};return r(a,"scroll",s.bind(a,"expand")),r(o,"scroll",s.bind(o,"shrink")),e}function c(t,e){var n=(t[v]||(t[v]={})).renderProxy=function(t){t.animationName===x&&e()};p.each(_,function(e){r(t,e,n)}),t.classList.add(b)}function h(t){var e=t[v]||{},n=e.renderProxy;n&&(p.each(_,function(e){o(t,e,n)}),delete e.renderProxy),t.classList.remove(b)}function f(t,e,n){var i=t[v]||(t[v]={}),a=i.resizer=d(u(function(){if(i.resizer)return e(s("resize",n))}));c(t,function(){if(i.resizer){var e=t.parentNode;e&&e!==a.parentNode&&e.insertBefore(a,e.firstChild),a._reset()}})}function g(t){var e=t[v]||{},n=e.resizer;delete e.resizer,h(t),n&&n.parentNode&&n.parentNode.removeChild(n)}function m(t,e){var n=t._style||document.createElement("style");t._style||(t._style=n,e="/* Chart.js */\n"+e,n.setAttribute("type","text/css"),document.getElementsByTagName("head")[0].appendChild(n)),n.appendChild(document.createTextNode(e))}var p=t(45),v="$chartjs",y="chartjs-",b=y+"render-monitor",x=y+"render-animation",_=["animationstart","webkitAnimationStart"],k={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"},w=!!function(){var t=!1;try{var e=Object.defineProperty({},"passive",{get:function(){t=!0}});window.addEventListener("e",null,e)}catch(t){}return t}()&&{passive:!0};e.exports={_enabled:"undefined"!=typeof window&&"undefined"!=typeof document,initialize:function(){var t="from{opacity:0.99}to{opacity:1}";m(this,"@-webkit-keyframes "+x+"{"+t+"}@keyframes "+x+"{"+t+"}."+b+"{-webkit-animation:"+x+" 0.001s;animation:"+x+" 0.001s;}")},acquireContext:function(t,e){"string"==typeof t?t=document.getElementById(t):t.length&&(t=t[0]),t&&t.canvas&&(t=t.canvas);var n=t&&t.getContext&&t.getContext("2d");return n&&n.canvas===t?(a(t,e),n):null},releaseContext:function(t){var e=t.canvas;if(e[v]){var n=e[v].initial;["height","width"].forEach(function(t){var i=n[t];p.isNullOrUndef(i)?e.removeAttribute(t):e.setAttribute(t,i)}),p.each(n.style||{},function(t,n){e.style[n]=t}),e.width=e.width,delete e[v]}},addEventListener:function(t,e,n){var i=t.canvas;if("resize"!==e){var a=n[v]||(n[v]={});r(i,e,(a.proxies||(a.proxies={}))[t.id+"_"+e]=function(e){n(l(e,t))})}else f(i,n,t)},removeEventListener:function(t,e,n){var i=t.canvas;if("resize"!==e){var a=((n[v]||{}).proxies||{})[t.id+"_"+e];a&&o(i,e,a)}else g(i)}},p.addEvent=r,p.removeEvent=o},{45:45}],48:[function(t,e,n){"use strict";var i=t(45),a=t(46),r=t(47),o=r._enabled?r:a;e.exports=i.extend({initialize:function(){},acquireContext:function(){},releaseContext:function(){},addEventListener:function(){},removeEventListener:function(){}},o)},{45:45,46:46,47:47}],49:[function(t,e,n){"use strict";var i=t(25),a=t(40),r=t(45);i._set("global",{plugins:{filler:{propagate:!0}}}),e.exports=function(){function t(t,e,n){var i,a=t._model||{},r=a.fill;if(void 0===r&&(r=!!a.backgroundColor),!1===r||null===r)return!1;if(!0===r)return"origin";if(i=parseFloat(r,10),isFinite(i)&&Math.floor(i)===i)return"-"!==r[0]&&"+"!==r[0]||(i=e+i),!(i===e||i<0||i>=n)&&i;switch(r){case"bottom":return"start";case"top":return"end";case"zero":return"origin";case"origin":case"start":case"end":return r;default:return!1}}function e(t){var e,n=t.el._model||{},i=t.el._scale||{},a=t.fill,r=null;if(isFinite(a))return null;if("start"===a?r=void 0===n.scaleBottom?i.bottom:n.scaleBottom:"end"===a?r=void 0===n.scaleTop?i.top:n.scaleTop:void 0!==n.scaleZero?r=n.scaleZero:i.getBasePosition?r=i.getBasePosition():i.getBasePixel&&(r=i.getBasePixel()),void 0!==r&&null!==r){if(void 0!==r.x&&void 0!==r.y)return r;if("number"==typeof r&&isFinite(r))return e=i.isHorizontal(),{x:e?r:null,y:e?null:r}}return null}function n(t,e,n){var i,a=t[e].fill,r=[e];if(!n)return a;for(;!1!==a&&-1===r.indexOf(a);){if(!isFinite(a))return a;if(!(i=t[a]))return!1;if(i.visible)return a;r.push(a),a=i.fill}return!1}function o(t){var e=t.fill,n="dataset";return!1===e?null:(isFinite(e)||(n="boundary"),d[n](t))}function s(t){return t&&!t.skip}function l(t,e,n,i,a){var o;if(i&&a){for(t.moveTo(e[0].x,e[0].y),o=1;o<i;++o)r.canvas.lineTo(t,e[o-1],e[o]);for(t.lineTo(n[a-1].x,n[a-1].y),o=a-1;o>0;--o)r.canvas.lineTo(t,n[o],n[o-1],!0)}}function u(t,e,n,i,a,r){var o,u,d,c,h,f,g,m=e.length,p=i.spanGaps,v=[],y=[],b=0,x=0;for(t.beginPath(),o=0,u=m+!!r;o<u;++o)h=n(c=e[d=o%m]._view,d,i),f=s(c),g=s(h),f&&g?(b=v.push(c),x=y.push(h)):b&&x&&(p?(f&&v.push(c),g&&y.push(h)):(l(t,v,y,b,x),b=x=0,v=[],y=[]));l(t,v,y,b,x),t.closePath(),t.fillStyle=a,t.fill()}var d={dataset:function(t){var e=t.fill,n=t.chart,i=n.getDatasetMeta(e),a=i&&n.isDatasetVisible(e)&&i.dataset._children||[],r=a.length||0;return r?function(t,e){return e<r&&a[e]._view||null}:null},boundary:function(t){var e=t.boundary,n=e?e.x:null,i=e?e.y:null;return function(t){return{x:null===n?t.x:n,y:null===i?t.y:i}}}};return{id:"filler",afterDatasetsUpdate:function(i,r){var s,l,u,d,c=(i.data.datasets||[]).length,h=r.propagate,f=[];for(l=0;l<c;++l)d=null,(u=(s=i.getDatasetMeta(l)).dataset)&&u._model&&u instanceof a.Line&&(d={visible:i.isDatasetVisible(l),fill:t(u,l,c),chart:i,el:u}),s.$filler=d,f.push(d);for(l=0;l<c;++l)(d=f[l])&&(d.fill=n(f,l,h),d.boundary=e(d),d.mapper=o(d))},beforeDatasetDraw:function(t,e){var n=e.meta.$filler;if(n){var a=t.ctx,o=n.el,s=o._view,l=o._children||[],d=n.mapper,c=s.backgroundColor||i.global.defaultColor;d&&c&&l.length&&(r.canvas.clipArea(a,t.chartArea),u(a,l,d,s,c,o._loop),r.canvas.unclipArea(a))}}}}},{25:25,40:40,45:45}],50:[function(t,e,n){"use strict";var i=t(25),a=t(26),r=t(45);i._set("global",{legend:{display:!0,position:"top",fullWidth:!0,reverse:!1,weight:1e3,onClick:function(t,e){var n=e.datasetIndex,i=this.chart,a=i.getDatasetMeta(n);a.hidden=null===a.hidden?!i.data.datasets[n].hidden:null,i.update()},onHover:null,labels:{boxWidth:40,padding:10,generateLabels:function(t){var e=t.data;return r.isArray(e.datasets)?e.datasets.map(function(e,n){return{text:e.label,fillStyle:r.isArray(e.backgroundColor)?e.backgroundColor[0]:e.backgroundColor,hidden:!t.isDatasetVisible(n),lineCap:e.borderCapStyle,lineDash:e.borderDash,lineDashOffset:e.borderDashOffset,lineJoin:e.borderJoinStyle,lineWidth:e.borderWidth,strokeStyle:e.borderColor,pointStyle:e.pointStyle,datasetIndex:n}},this):[]}}},legendCallback:function(t){var e=[];e.push('<ul class="'+t.id+'-legend">');for(var n=0;n<t.data.datasets.length;n++)e.push('<li><span style="background-color:'+t.data.datasets[n].backgroundColor+'"></span>'),t.data.datasets[n].label&&e.push(t.data.datasets[n].label),e.push("</li>");return e.push("</ul>"),e.join("")}}),e.exports=function(t){function e(t,e){return t.usePointStyle?e*Math.SQRT2:t.boxWidth}function n(e,n){var i=new t.Legend({ctx:e.ctx,options:n,chart:e});o.configure(e,i,n),o.addBox(e,i),e.legend=i}var o=t.layoutService,s=r.noop;return t.Legend=a.extend({initialize:function(t){r.extend(this,t),this.legendHitBoxes=[],this.doughnutMode=!1},beforeUpdate:s,update:function(t,e,n){var i=this;return i.beforeUpdate(),i.maxWidth=t,i.maxHeight=e,i.margins=n,i.beforeSetDimensions(),i.setDimensions(),i.afterSetDimensions(),i.beforeBuildLabels(),i.buildLabels(),i.afterBuildLabels(),i.beforeFit(),i.fit(),i.afterFit(),i.afterUpdate(),i.minSize},afterUpdate:s,beforeSetDimensions:s,setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0,t.minSize={width:0,height:0}},afterSetDimensions:s,beforeBuildLabels:s,buildLabels:function(){var t=this,e=t.options.labels||{},n=r.callback(e.generateLabels,[t.chart],t)||[];e.filter&&(n=n.filter(function(n){return e.filter(n,t.chart.data)})),t.options.reverse&&n.reverse(),t.legendItems=n},afterBuildLabels:s,beforeFit:s,fit:function(){var t=this,n=t.options,a=n.labels,o=n.display,s=t.ctx,l=i.global,u=r.valueOrDefault,d=u(a.fontSize,l.defaultFontSize),c=u(a.fontStyle,l.defaultFontStyle),h=u(a.fontFamily,l.defaultFontFamily),f=r.fontString(d,c,h),g=t.legendHitBoxes=[],m=t.minSize,p=t.isHorizontal();if(p?(m.width=t.maxWidth,m.height=o?10:0):(m.width=o?10:0,m.height=t.maxHeight),o)if(s.font=f,p){var v=t.lineWidths=[0],y=t.legendItems.length?d+a.padding:0;s.textAlign="left",s.textBaseline="top",r.each(t.legendItems,function(n,i){var r=e(a,d)+d/2+s.measureText(n.text).width;v[v.length-1]+r+a.padding>=t.width&&(y+=d+a.padding,v[v.length]=t.left),g[i]={left:0,top:0,width:r,height:d},v[v.length-1]+=r+a.padding}),m.height+=y}else{var b=a.padding,x=t.columnWidths=[],_=a.padding,k=0,w=0,M=d+b;r.each(t.legendItems,function(t,n){var i=e(a,d)+d/2+s.measureText(t.text).width;w+M>m.height&&(_+=k+a.padding,x.push(k),k=0,w=0),k=Math.max(k,i),w+=M,g[n]={left:0,top:0,width:i,height:d}}),_+=k,x.push(k),m.width+=_}t.width=m.width,t.height=m.height},afterFit:s,isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},draw:function(){var t=this,n=t.options,a=n.labels,o=i.global,s=o.elements.line,l=t.width,u=t.lineWidths;if(n.display){var d,c=t.ctx,h=r.valueOrDefault,f=h(a.fontColor,o.defaultFontColor),g=h(a.fontSize,o.defaultFontSize),m=h(a.fontStyle,o.defaultFontStyle),p=h(a.fontFamily,o.defaultFontFamily),v=r.fontString(g,m,p);c.textAlign="left",c.textBaseline="middle",c.lineWidth=.5,c.strokeStyle=f,c.fillStyle=f,c.font=v;var y=e(a,g),b=t.legendHitBoxes,x=function(t,e,i){if(!(isNaN(y)||y<=0)){c.save(),c.fillStyle=h(i.fillStyle,o.defaultColor),c.lineCap=h(i.lineCap,s.borderCapStyle),c.lineDashOffset=h(i.lineDashOffset,s.borderDashOffset),c.lineJoin=h(i.lineJoin,s.borderJoinStyle),c.lineWidth=h(i.lineWidth,s.borderWidth),c.strokeStyle=h(i.strokeStyle,o.defaultColor);var a=0===h(i.lineWidth,s.borderWidth);if(c.setLineDash&&c.setLineDash(h(i.lineDash,s.borderDash)),n.labels&&n.labels.usePointStyle){var l=g*Math.SQRT2/2,u=l/Math.SQRT2,d=t+u,f=e+u;r.canvas.drawPoint(c,i.pointStyle,l,d,f)}else a||c.strokeRect(t,e,y,g),c.fillRect(t,e,y,g);c.restore()}},_=function(t,e,n,i){var a=g/2,r=y+a+t,o=e+a;c.fillText(n.text,r,o),n.hidden&&(c.beginPath(),c.lineWidth=2,c.moveTo(r,o),c.lineTo(r+i,o),c.stroke())},k=t.isHorizontal();d=k?{x:t.left+(l-u[0])/2,y:t.top+a.padding,line:0}:{x:t.left+a.padding,y:t.top+a.padding,line:0};var w=g+a.padding;r.each(t.legendItems,function(e,n){var i=c.measureText(e.text).width,r=y+g/2+i,o=d.x,s=d.y;k?o+r>=l&&(s=d.y+=w,d.line++,o=d.x=t.left+(l-u[d.line])/2):s+w>t.bottom&&(o=d.x=o+t.columnWidths[d.line]+a.padding,s=d.y=t.top+a.padding,d.line++),x(o,s,e),b[n].left=o,b[n].top=s,_(o,s,e,i),k?d.x+=r+a.padding:d.y+=w})}},handleEvent:function(t){var e=this,n=e.options,i="mouseup"===t.type?"click":t.type,a=!1;if("mousemove"===i){if(!n.onHover)return}else{if("click"!==i)return;if(!n.onClick)return}var r=t.x,o=t.y;if(r>=e.left&&r<=e.right&&o>=e.top&&o<=e.bottom)for(var s=e.legendHitBoxes,l=0;l<s.length;++l){var u=s[l];if(r>=u.left&&r<=u.left+u.width&&o>=u.top&&o<=u.top+u.height){if("click"===i){n.onClick.call(e,t.native,e.legendItems[l]),a=!0;break}if("mousemove"===i){n.onHover.call(e,t.native,e.legendItems[l]),a=!0;break}}}return a}}),{id:"legend",beforeInit:function(t){var e=t.options.legend;e&&n(t,e)},beforeUpdate:function(t){var e=t.options.legend,a=t.legend;e?(r.mergeIf(e,i.global.legend),a?(o.configure(t,a,e),a.options=e):n(t,e)):a&&(o.removeBox(t,a),delete t.legend)},afterEvent:function(t,e){var n=t.legend;n&&n.handleEvent(e)}}}},{25:25,26:26,45:45}],51:[function(t,e,n){"use strict";var i=t(25),a=t(26),r=t(45);i._set("global",{title:{display:!1,fontStyle:"bold",fullWidth:!0,lineHeight:1.2,padding:10,position:"top",text:"",weight:2e3}}),e.exports=function(t){function e(e,i){var a=new t.Title({ctx:e.ctx,options:i,chart:e});n.configure(e,a,i),n.addBox(e,a),e.titleBlock=a}var n=t.layoutService,o=r.noop;return t.Title=a.extend({initialize:function(t){var e=this;r.extend(e,t),e.legendHitBoxes=[]},beforeUpdate:o,update:function(t,e,n){var i=this;return i.beforeUpdate(),i.maxWidth=t,i.maxHeight=e,i.margins=n,i.beforeSetDimensions(),i.setDimensions(),i.afterSetDimensions(),i.beforeBuildLabels(),i.buildLabels(),i.afterBuildLabels(),i.beforeFit(),i.fit(),i.afterFit(),i.afterUpdate(),i.minSize},afterUpdate:o,beforeSetDimensions:o,setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0,t.minSize={width:0,height:0}},afterSetDimensions:o,beforeBuildLabels:o,buildLabels:o,afterBuildLabels:o,beforeFit:o,fit:function(){var t=this,e=r.valueOrDefault,n=t.options,a=n.display,o=e(n.fontSize,i.global.defaultFontSize),s=t.minSize,l=r.isArray(n.text)?n.text.length:1,u=r.options.toLineHeight(n.lineHeight,o),d=a?l*u+2*n.padding:0;t.isHorizontal()?(s.width=t.maxWidth,s.height=d):(s.width=d,s.height=t.maxHeight),t.width=s.width,t.height=s.height},afterFit:o,isHorizontal:function(){var t=this.options.position;return"top"===t||"bottom"===t},draw:function(){var t=this,e=t.ctx,n=r.valueOrDefault,a=t.options,o=i.global;if(a.display){var s,l,u,d=n(a.fontSize,o.defaultFontSize),c=n(a.fontStyle,o.defaultFontStyle),h=n(a.fontFamily,o.defaultFontFamily),f=r.fontString(d,c,h),g=r.options.toLineHeight(a.lineHeight,d),m=g/2+a.padding,p=0,v=t.top,y=t.left,b=t.bottom,x=t.right;e.fillStyle=n(a.fontColor,o.defaultFontColor),e.font=f,t.isHorizontal()?(l=y+(x-y)/2,u=v+m,s=x-y):(l="left"===a.position?y+m:x-m,u=v+(b-v)/2,s=b-v,p=Math.PI*("left"===a.position?-.5:.5)),e.save(),e.translate(l,u),e.rotate(p),e.textAlign="center",e.textBaseline="middle";var _=a.text;if(r.isArray(_))for(var k=0,w=0;w<_.length;++w)e.fillText(_[w],0,k,s),k+=g;else e.fillText(_,0,0,s);e.restore()}}}),{id:"title",beforeInit:function(t){var n=t.options.title;n&&e(t,n)},beforeUpdate:function(a){var o=a.options.title,s=a.titleBlock;o?(r.mergeIf(o,i.global.title),s?(n.configure(a,s,o),s.options=o):e(a,o)):s&&(t.layoutService.removeBox(a,s),delete a.titleBlock)}}}},{25:25,26:26,45:45}],52:[function(t,e,n){"use strict";e.exports=function(t){var e={position:"bottom"},n=t.Scale.extend({getLabels:function(){var t=this.chart.data;return this.options.labels||(this.isHorizontal()?t.xLabels:t.yLabels)||t.labels},determineDataLimits:function(){var t=this,e=t.getLabels();t.minIndex=0,t.maxIndex=e.length-1;var n;void 0!==t.options.ticks.min&&(n=e.indexOf(t.options.ticks.min),t.minIndex=-1!==n?n:t.minIndex),void 0!==t.options.ticks.max&&(n=e.indexOf(t.options.ticks.max),t.maxIndex=-1!==n?n:t.maxIndex),t.min=e[t.minIndex],t.max=e[t.maxIndex]},buildTicks:function(){var t=this,e=t.getLabels();t.ticks=0===t.minIndex&&t.maxIndex===e.length-1?e:e.slice(t.minIndex,t.maxIndex+1)},getLabelForIndex:function(t,e){var n=this,i=n.chart.data,a=n.isHorizontal();return i.yLabels&&!a?n.getRightValue(i.datasets[e].data[t]):n.ticks[t-n.minIndex]},getPixelForValue:function(t,e){var n,i=this,a=i.options.offset,r=Math.max(i.maxIndex+1-i.minIndex-(a?0:1),1);if(void 0!==t&&null!==t&&(n=i.isHorizontal()?t.x:t.y),void 0!==n||void 0!==t&&isNaN(e)){var o=i.getLabels();t=n||t;var s=o.indexOf(t);e=-1!==s?s:e}if(i.isHorizontal()){var l=i.width/r,u=l*(e-i.minIndex);return a&&(u+=l/2),i.left+Math.round(u)}var d=i.height/r,c=d*(e-i.minIndex);return a&&(c+=d/2),i.top+Math.round(c)},getPixelForTick:function(t){return this.getPixelForValue(this.ticks[t],t+this.minIndex,null)},getValueForPixel:function(t){var e=this,n=e.options.offset,i=Math.max(e._ticks.length-(n?0:1),1),a=e.isHorizontal(),r=(a?e.width:e.height)/i;return t-=a?e.left:e.top,n&&(t-=r/2),(t<=0?0:Math.round(t/r))+e.minIndex},getBasePixel:function(){return this.bottom}});t.scaleService.registerScaleType("category",n,e)}},{}],53:[function(t,e,n){"use strict";var i=t(25),a=t(45),r=t(34);e.exports=function(t){var e={position:"left",ticks:{callback:r.formatters.linear}},n=t.LinearScaleBase.extend({determineDataLimits:function(){function t(t){return o?t.xAxisID===e.id:t.yAxisID===e.id}var e=this,n=e.options,i=e.chart,r=i.data.datasets,o=e.isHorizontal();e.min=null,e.max=null;var s=n.stacked;if(void 0===s&&a.each(r,function(e,n){if(!s){var a=i.getDatasetMeta(n);i.isDatasetVisible(n)&&t(a)&&void 0!==a.stack&&(s=!0)}}),n.stacked||s){var l={};a.each(r,function(r,o){var s=i.getDatasetMeta(o),u=[s.type,void 0===n.stacked&&void 0===s.stack?o:"",s.stack].join(".");void 0===l[u]&&(l[u]={positiveValues:[],negativeValues:[]});var d=l[u].positiveValues,c=l[u].negativeValues;i.isDatasetVisible(o)&&t(s)&&a.each(r.data,function(t,i){var a=+e.getRightValue(t);isNaN(a)||s.data[i].hidden||(d[i]=d[i]||0,c[i]=c[i]||0,n.relativePoints?d[i]=100:a<0?c[i]+=a:d[i]+=a)})}),a.each(l,function(t){var n=t.positiveValues.concat(t.negativeValues),i=a.min(n),r=a.max(n);e.min=null===e.min?i:Math.min(e.min,i),e.max=null===e.max?r:Math.max(e.max,r)})}else a.each(r,function(n,r){var o=i.getDatasetMeta(r);i.isDatasetVisible(r)&&t(o)&&a.each(n.data,function(t,n){var i=+e.getRightValue(t);isNaN(i)||o.data[n].hidden||(null===e.min?e.min=i:i<e.min&&(e.min=i),null===e.max?e.max=i:i>e.max&&(e.max=i))})});e.min=isFinite(e.min)&&!isNaN(e.min)?e.min:0,e.max=isFinite(e.max)&&!isNaN(e.max)?e.max:1,this.handleTickRangeOptions()},getTickLimit:function(){var t,e=this,n=e.options.ticks;if(e.isHorizontal())t=Math.min(n.maxTicksLimit?n.maxTicksLimit:11,Math.ceil(e.width/50));else{var r=a.valueOrDefault(n.fontSize,i.global.defaultFontSize);t=Math.min(n.maxTicksLimit?n.maxTicksLimit:11,Math.ceil(e.height/(2*r)))}return t},handleDirectionalChanges:function(){this.isHorizontal()||this.ticks.reverse()},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},getPixelForValue:function(t){var e,n=this,i=n.start,a=+n.getRightValue(t),r=n.end-i;return n.isHorizontal()?(e=n.left+n.width/r*(a-i),Math.round(e)):(e=n.bottom-n.height/r*(a-i),Math.round(e))},getValueForPixel:function(t){var e=this,n=e.isHorizontal(),i=n?e.width:e.height,a=(n?t-e.left:e.bottom-t)/i;return e.start+(e.end-e.start)*a},getPixelForTick:function(t){return this.getPixelForValue(this.ticksAsNumbers[t])}});t.scaleService.registerScaleType("linear",n,e)}},{25:25,34:34,45:45}],54:[function(t,e,n){"use strict";var i=t(45),a=t(34);e.exports=function(t){var e=i.noop;t.LinearScaleBase=t.Scale.extend({getRightValue:function(e){return"string"==typeof e?+e:t.Scale.prototype.getRightValue.call(this,e)},handleTickRangeOptions:function(){var t=this,e=t.options.ticks;if(e.beginAtZero){var n=i.sign(t.min),a=i.sign(t.max);n<0&&a<0?t.max=0:n>0&&a>0&&(t.min=0)}var r=void 0!==e.min||void 0!==e.suggestedMin,o=void 0!==e.max||void 0!==e.suggestedMax;void 0!==e.min?t.min=e.min:void 0!==e.suggestedMin&&(null===t.min?t.min=e.suggestedMin:t.min=Math.min(t.min,e.suggestedMin)),void 0!==e.max?t.max=e.max:void 0!==e.suggestedMax&&(null===t.max?t.max=e.suggestedMax:t.max=Math.max(t.max,e.suggestedMax)),r!==o&&t.min>=t.max&&(r?t.max=t.min+1:t.min=t.max-1),t.min===t.max&&(t.max++,e.beginAtZero||t.min--)},getTickLimit:e,handleDirectionalChanges:e,buildTicks:function(){var t=this,e=t.options.ticks,n=t.getTickLimit(),r={maxTicks:n=Math.max(2,n),min:e.min,max:e.max,stepSize:i.valueOrDefault(e.fixedStepSize,e.stepSize)},o=t.ticks=a.generators.linear(r,t);t.handleDirectionalChanges(),t.max=i.max(o),t.min=i.min(o),e.reverse?(o.reverse(),t.start=t.max,t.end=t.min):(t.start=t.min,t.end=t.max)},convertTicksToLabels:function(){var e=this;e.ticksAsNumbers=e.ticks.slice(),e.zeroLineIndex=e.ticks.indexOf(0),t.Scale.prototype.convertTicksToLabels.call(e)}})}},{34:34,45:45}],55:[function(t,e,n){"use strict";var i=t(45),a=t(34);e.exports=function(t){var e={position:"left",ticks:{callback:a.formatters.logarithmic}},n=t.Scale.extend({determineDataLimits:function(){function t(t){return l?t.xAxisID===e.id:t.yAxisID===e.id}var e=this,n=e.options,a=n.ticks,r=e.chart,o=r.data.datasets,s=i.valueOrDefault,l=e.isHorizontal();e.min=null,e.max=null,e.minNotZero=null;var u=n.stacked;if(void 0===u&&i.each(o,function(e,n){if(!u){var i=r.getDatasetMeta(n);r.isDatasetVisible(n)&&t(i)&&void 0!==i.stack&&(u=!0)}}),n.stacked||u){var d={};i.each(o,function(a,o){var s=r.getDatasetMeta(o),l=[s.type,void 0===n.stacked&&void 0===s.stack?o:"",s.stack].join(".");r.isDatasetVisible(o)&&t(s)&&(void 0===d[l]&&(d[l]=[]),i.each(a.data,function(t,i){var a=d[l],r=+e.getRightValue(t);isNaN(r)||s.data[i].hidden||(a[i]=a[i]||0,n.relativePoints?a[i]=100:a[i]+=r)}))}),i.each(d,function(t){var n=i.min(t),a=i.max(t);e.min=null===e.min?n:Math.min(e.min,n),e.max=null===e.max?a:Math.max(e.max,a)})}else i.each(o,function(n,a){var o=r.getDatasetMeta(a);r.isDatasetVisible(a)&&t(o)&&i.each(n.data,function(t,n){var i=+e.getRightValue(t);isNaN(i)||o.data[n].hidden||(null===e.min?e.min=i:i<e.min&&(e.min=i),null===e.max?e.max=i:i>e.max&&(e.max=i),0!==i&&(null===e.minNotZero||i<e.minNotZero)&&(e.minNotZero=i))})});e.min=s(a.min,e.min),e.max=s(a.max,e.max),e.min===e.max&&(0!==e.min&&null!==e.min?(e.min=Math.pow(10,Math.floor(i.log10(e.min))-1),e.max=Math.pow(10,Math.floor(i.log10(e.max))+1)):(e.min=1,e.max=10))},buildTicks:function(){var t=this,e=t.options.ticks,n={min:e.min,max:e.max},r=t.ticks=a.generators.logarithmic(n,t);t.isHorizontal()||r.reverse(),t.max=i.max(r),t.min=i.min(r),e.reverse?(r.reverse(),t.start=t.max,t.end=t.min):(t.start=t.min,t.end=t.max)},convertTicksToLabels:function(){this.tickValues=this.ticks.slice(),t.Scale.prototype.convertTicksToLabels.call(this)},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},getPixelForTick:function(t){return this.getPixelForValue(this.tickValues[t])},getPixelForValue:function(t){var e,n,a,r=this,o=r.start,s=+r.getRightValue(t),l=r.options.ticks;return r.isHorizontal()?(a=i.log10(r.end)-i.log10(o),0===s?n=r.left:(e=r.width,n=r.left+e/a*(i.log10(s)-i.log10(o)))):(e=r.height,0!==o||l.reverse?0===r.end&&l.reverse?(a=i.log10(r.start)-i.log10(r.minNotZero),n=s===r.end?r.top:s===r.minNotZero?r.top+.02*e:r.top+.02*e+.98*e/a*(i.log10(s)-i.log10(r.minNotZero))):0===s?n=l.reverse?r.top:r.bottom:(a=i.log10(r.end)-i.log10(o),e=r.height,n=r.bottom-e/a*(i.log10(s)-i.log10(o))):(a=i.log10(r.end)-i.log10(r.minNotZero),n=s===o?r.bottom:s===r.minNotZero?r.bottom-.02*e:r.bottom-.02*e-.98*e/a*(i.log10(s)-i.log10(r.minNotZero)))),n},getValueForPixel:function(t){var e,n,a=this,r=i.log10(a.end)-i.log10(a.start);return a.isHorizontal()?(n=a.width,e=a.start*Math.pow(10,(t-a.left)*r/n)):(n=a.height,e=Math.pow(10,(a.bottom-t)*r/n)/a.start),e}});t.scaleService.registerScaleType("logarithmic",n,e)}},{34:34,45:45}],56:[function(t,e,n){"use strict";var i=t(25),a=t(45),r=t(34);e.exports=function(t){function e(t){var e=t.options;return e.angleLines.display||e.pointLabels.display?t.chart.data.labels.length:0}function n(t){var e=t.options.pointLabels,n=a.valueOrDefault(e.fontSize,p.defaultFontSize),i=a.valueOrDefault(e.fontStyle,p.defaultFontStyle),r=a.valueOrDefault(e.fontFamily,p.defaultFontFamily);return{size:n,style:i,family:r,font:a.fontString(n,i,r)}}function o(t,e,n){return a.isArray(n)?{w:a.longestText(t,t.font,n),h:n.length*e+1.5*(n.length-1)*e}:{w:t.measureText(n).width,h:e}}function s(t,e,n,i,a){return t===i||t===a?{start:e-n/2,end:e+n/2}:t<i||t>a?{start:e-n-5,end:e}:{start:e,end:e+n+5}}function l(t){var i,r,l,u=n(t),d=Math.min(t.height/2,t.width/2),c={r:t.width,l:0,t:t.height,b:0},h={};t.ctx.font=u.font,t._pointLabelSizes=[];var f=e(t);for(i=0;i<f;i++){l=t.getPointPosition(i,d),r=o(t.ctx,u.size,t.pointLabels[i]||""),t._pointLabelSizes[i]=r;var g=t.getIndexAngle(i),m=a.toDegrees(g)%360,p=s(m,l.x,r.w,0,180),v=s(m,l.y,r.h,90,270);p.start<c.l&&(c.l=p.start,h.l=g),p.end>c.r&&(c.r=p.end,h.r=g),v.start<c.t&&(c.t=v.start,h.t=g),v.end>c.b&&(c.b=v.end,h.b=g)}t.setReductions(d,c,h)}function u(t){var e=Math.min(t.height/2,t.width/2);t.drawingArea=Math.round(e),t.setCenterPoint(0,0,0,0)}function d(t){return 0===t||180===t?"center":t<180?"left":"right"}function c(t,e,n,i){if(a.isArray(e))for(var r=n.y,o=1.5*i,s=0;s<e.length;++s)t.fillText(e[s],n.x,r),r+=o;else t.fillText(e,n.x,n.y)}function h(t,e,n){90===t||270===t?n.y-=e.h/2:(t>270||t<90)&&(n.y-=e.h)}function f(t){var i=t.ctx,r=a.valueOrDefault,o=t.options,s=o.angleLines,l=o.pointLabels;i.lineWidth=s.lineWidth,i.strokeStyle=s.color;var u=t.getDistanceFromCenterForValue(o.ticks.reverse?t.min:t.max),f=n(t);i.textBaseline="top";for(var g=e(t)-1;g>=0;g--){if(s.display){var m=t.getPointPosition(g,u);i.beginPath(),i.moveTo(t.xCenter,t.yCenter),i.lineTo(m.x,m.y),i.stroke(),i.closePath()}if(l.display){var v=t.getPointPosition(g,u+5),y=r(l.fontColor,p.defaultFontColor);i.font=f.font,i.fillStyle=y;var b=t.getIndexAngle(g),x=a.toDegrees(b);i.textAlign=d(x),h(x,t._pointLabelSizes[g],v),c(i,t.pointLabels[g]||"",v,f.size)}}}function g(t,n,i,r){var o=t.ctx;if(o.strokeStyle=a.valueAtIndexOrDefault(n.color,r-1),o.lineWidth=a.valueAtIndexOrDefault(n.lineWidth,r-1),t.options.gridLines.circular)o.beginPath(),o.arc(t.xCenter,t.yCenter,i,0,2*Math.PI),o.closePath(),o.stroke();else{var s=e(t);if(0===s)return;o.beginPath();var l=t.getPointPosition(0,i);o.moveTo(l.x,l.y);for(var u=1;u<s;u++)l=t.getPointPosition(u,i),o.lineTo(l.x,l.y);o.closePath(),o.stroke()}}function m(t){return a.isNumber(t)?t:0}var p=i.global,v={display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,color:"rgba(0, 0, 0, 0.1)",lineWidth:1},gridLines:{circular:!1},ticks:{showLabelBackdrop:!0,backdropColor:"rgba(255,255,255,0.75)",backdropPaddingY:2,backdropPaddingX:2,callback:r.formatters.linear},pointLabels:{display:!0,fontSize:10,callback:function(t){return t}}},y=t.LinearScaleBase.extend({setDimensions:function(){var t=this,e=t.options,n=e.ticks;t.width=t.maxWidth,t.height=t.maxHeight,t.xCenter=Math.round(t.width/2),t.yCenter=Math.round(t.height/2);var i=a.min([t.height,t.width]),r=a.valueOrDefault(n.fontSize,p.defaultFontSize);t.drawingArea=e.display?i/2-(r/2+n.backdropPaddingY):i/2},determineDataLimits:function(){var t=this,e=t.chart,n=Number.POSITIVE_INFINITY,i=Number.NEGATIVE_INFINITY;a.each(e.data.datasets,function(r,o){if(e.isDatasetVisible(o)){var s=e.getDatasetMeta(o);a.each(r.data,function(e,a){var r=+t.getRightValue(e);isNaN(r)||s.data[a].hidden||(n=Math.min(r,n),i=Math.max(r,i))})}}),t.min=n===Number.POSITIVE_INFINITY?0:n,t.max=i===Number.NEGATIVE_INFINITY?0:i,t.handleTickRangeOptions()},getTickLimit:function(){var t=this.options.ticks,e=a.valueOrDefault(t.fontSize,p.defaultFontSize);return Math.min(t.maxTicksLimit?t.maxTicksLimit:11,Math.ceil(this.drawingArea/(1.5*e)))},convertTicksToLabels:function(){var e=this;t.LinearScaleBase.prototype.convertTicksToLabels.call(e),e.pointLabels=e.chart.data.labels.map(e.options.pointLabels.callback,e)},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},fit:function(){this.options.pointLabels.display?l(this):u(this)},setReductions:function(t,e,n){var i=this,a=e.l/Math.sin(n.l),r=Math.max(e.r-i.width,0)/Math.sin(n.r),o=-e.t/Math.cos(n.t),s=-Math.max(e.b-i.height,0)/Math.cos(n.b);a=m(a),r=m(r),o=m(o),s=m(s),i.drawingArea=Math.min(Math.round(t-(a+r)/2),Math.round(t-(o+s)/2)),i.setCenterPoint(a,r,o,s)},setCenterPoint:function(t,e,n,i){var a=this,r=a.width-e-a.drawingArea,o=t+a.drawingArea,s=n+a.drawingArea,l=a.height-i-a.drawingArea;a.xCenter=Math.round((o+r)/2+a.left),a.yCenter=Math.round((s+l)/2+a.top)},getIndexAngle:function(t){return t*(2*Math.PI/e(this))+(this.chart.options&&this.chart.options.startAngle?this.chart.options.startAngle:0)*Math.PI*2/360},getDistanceFromCenterForValue:function(t){var e=this;if(null===t)return 0;var n=e.drawingArea/(e.max-e.min);return e.options.ticks.reverse?(e.max-t)*n:(t-e.min)*n},getPointPosition:function(t,e){var n=this,i=n.getIndexAngle(t)-Math.PI/2;return{x:Math.round(Math.cos(i)*e)+n.xCenter,y:Math.round(Math.sin(i)*e)+n.yCenter}},getPointPositionForValue:function(t,e){return this.getPointPosition(t,this.getDistanceFromCenterForValue(e))},getBasePosition:function(){var t=this,e=t.min,n=t.max;return t.getPointPositionForValue(0,t.beginAtZero?0:e<0&&n<0?n:e>0&&n>0?e:0)},draw:function(){var t=this,e=t.options,n=e.gridLines,i=e.ticks,r=a.valueOrDefault;if(e.display){var o=t.ctx,s=this.getIndexAngle(0),l=r(i.fontSize,p.defaultFontSize),u=r(i.fontStyle,p.defaultFontStyle),d=r(i.fontFamily,p.defaultFontFamily),c=a.fontString(l,u,d);a.each(t.ticks,function(e,a){if(a>0||i.reverse){var u=t.getDistanceFromCenterForValue(t.ticksAsNumbers[a]);if(n.display&&0!==a&&g(t,n,u,a),i.display){var d=r(i.fontColor,p.defaultFontColor);if(o.font=c,o.save(),o.translate(t.xCenter,t.yCenter),o.rotate(s),i.showLabelBackdrop){var h=o.measureText(e).width;o.fillStyle=i.backdropColor,o.fillRect(-h/2-i.backdropPaddingX,-u-l/2-i.backdropPaddingY,h+2*i.backdropPaddingX,l+2*i.backdropPaddingY)}o.textAlign="center",o.textBaseline="middle",o.fillStyle=d,o.fillText(e,0,-u),o.restore()}}}),(e.angleLines.display||e.pointLabels.display)&&f(t)}}});t.scaleService.registerScaleType("radialLinear",y,v)}},{25:25,34:34,45:45}],57:[function(t,e,n){"use strict";function i(t,e){return t-e}function a(t){var e,n,i,a={},r=[];for(e=0,n=t.length;e<n;++e)a[i=t[e]]||(a[i]=!0,r.push(i));return r}function r(t,e,n,i){if("linear"===i||!t.length)return[{time:e,pos:0},{time:n,pos:1}];var a,r,o,s,l,u=[],d=[e];for(a=0,r=t.length;a<r;++a)(s=t[a])>e&&s<n&&d.push(s);for(d.push(n),a=0,r=d.length;a<r;++a)l=d[a+1],o=d[a-1],s=d[a],void 0!==o&&void 0!==l&&Math.round((l+o)/2)===s||u.push({time:s,pos:a/(r-1)});return u}function o(t,e,n){for(var i,a,r,o=0,s=t.length-1;o>=0&&o<=s;){if(i=o+s>>1,a=t[i-1]||null,r=t[i],!a)return{lo:null,hi:r};if(r[e]<n)o=i+1;else{if(!(a[e]>n))return{lo:a,hi:r};s=i-1}}return{lo:r,hi:null}}function s(t,e,n,i){var a=o(t,e,n),r=a.lo?a.hi?a.lo:t[t.length-2]:t[0],s=a.lo?a.hi?a.hi:t[t.length-1]:t[1],l=s[e]-r[e],u=l?(n-r[e])/l:0,d=(s[i]-r[i])*u;return r[i]+d}function l(t,e){var n=e.parser,i=e.parser||e.format;return"function"==typeof n?n(t):"string"==typeof t&&"string"==typeof i?p(t,i):(t instanceof p||(t=p(t)),t.isValid()?t:"function"==typeof i?i(t):t)}function u(t,e){if(y.isNullOrUndef(t))return null;var n=e.options.time,i=l(e.getRightValue(t),n);return i.isValid()?(n.round&&i.startOf(n.round),i.valueOf()):null}function d(t,e,n,i){var a,r,o,s=e-t,l=_[n],u=l.size,d=l.steps;if(!d)return Math.ceil(s/((i||1)*u));for(a=0,r=d.length;a<r&&(o=d[a],!(Math.ceil(s/(u*o))<=i));++a);return o}function c(t,e,n,i){var a,r,o,s=k.length;for(a=k.indexOf(t);a<s-1;++a)if(r=_[k[a]],o=r.steps?r.steps[r.steps.length-1]:x,Math.ceil((n-e)/(o*r.size))<=i)return k[a];return k[s-1]}function h(t){for(var e=k.indexOf(t)+1,n=k.length;e<n;++e)if(_[k[e]].major)return k[e]}function f(t,e,n,i,a,r){var o,s=r.time,l=y.valueOrDefault(s.stepSize,s.unitStepSize),u="week"===n&&s.isoWeekday,c=r.ticks.major.enabled,h=_[n],f=p(t),g=p(e),m=[];for(l||(l=d(t,e,n,a)),u&&(f=f.isoWeekday(u),g=g.isoWeekday(u)),f=f.startOf(u?"day":n),(g=g.startOf(u?"day":n))<e&&g.add(1,n),o=p(f),c&&i&&!u&&!s.round&&(o.startOf(i),o.add(~~((f-o)/(h.size*l))*l,n));o<g;o.add(l,n))m.push(+o);return m.push(+o),m}function g(t,e,n,i,a){var r,o,l=0,u=0;return a.offset&&e.length&&(a.time.min||(r=e.length>1?e[1]:i,o=e[0],l=(s(t,"time",r,"pos")-s(t,"time",o,"pos"))/2),a.time.max||(r=e[e.length-1],o=e.length>1?e[e.length-2]:n,u=(s(t,"time",r,"pos")-s(t,"time",o,"pos"))/2)),{left:l,right:u}}function m(t,e){var n,i,a,r,o=[];for(n=0,i=t.length;n<i;++n)a=t[n],r=!!e&&a===+p(a).startOf(e),o.push({value:a,major:r});return o}var p=t(6);p="function"==typeof p?p:window.moment;var v=t(25),y=t(45),b=Number.MIN_SAFE_INTEGER||-9007199254740991,x=Number.MAX_SAFE_INTEGER||9007199254740991,_={millisecond:{major:!0,size:1,steps:[1,2,5,10,20,50,100,250,500]},second:{major:!0,size:1e3,steps:[1,2,5,10,30]},minute:{major:!0,size:6e4,steps:[1,2,5,10,30]},hour:{major:!0,size:36e5,steps:[1,2,3,6,12]},day:{major:!0,size:864e5,steps:[1,2,5]},week:{major:!1,size:6048e5,steps:[1,2,3,4]},month:{major:!0,size:2628e6,steps:[1,2,3]},quarter:{major:!1,size:7884e6,steps:[1,2,3,4]},year:{major:!0,size:3154e7}},k=Object.keys(_);e.exports=function(t){var e={position:"bottom",distribution:"linear",bounds:"data",time:{parser:!1,format:!1,unit:!1,round:!1,displayFormat:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{millisecond:"h:mm:ss.SSS a",second:"h:mm:ss a",minute:"h:mm a",hour:"hA",day:"MMM D",week:"ll",month:"MMM YYYY",quarter:"[Q]Q - YYYY",year:"YYYY"}},ticks:{autoSkip:!1,source:"auto",major:{enabled:!1}}},n=t.Scale.extend({initialize:function(){if(!p)throw new Error("Chart.js - Moment.js could not be found! You must include it before Chart.js to use the time scale. Download at https://momentjs.com");this.mergeTicksOptions(),t.Scale.prototype.initialize.call(this)},update:function(){var e=this,n=e.options;return n.time&&n.time.format&&console.warn("options.time.format is deprecated and replaced by options.time.parser."),t.Scale.prototype.update.apply(e,arguments)},getRightValue:function(e){return e&&void 0!==e.t&&(e=e.t),t.Scale.prototype.getRightValue.call(this,e)},determineDataLimits:function(){var t,e,n,r,o,s,l=this,d=l.chart,c=l.options.time,h=u(c.min,l)||x,f=u(c.max,l)||b,g=[],m=[],v=[];for(t=0,n=d.data.labels.length;t<n;++t)v.push(u(d.data.labels[t],l));for(t=0,n=(d.data.datasets||[]).length;t<n;++t)if(d.isDatasetVisible(t))if(o=d.data.datasets[t].data,y.isObject(o[0]))for(m[t]=[],e=0,r=o.length;e<r;++e)s=u(o[e],l),g.push(s),m[t][e]=s;else g.push.apply(g,v),m[t]=v.slice(0);else m[t]=[];v.length&&(v=a(v).sort(i),h=Math.min(h,v[0]),f=Math.max(f,v[v.length-1])),g.length&&(g=a(g).sort(i),h=Math.min(h,g[0]),f=Math.max(f,g[g.length-1])),h=h===x?+p().startOf("day"):h,f=f===b?+p().endOf("day")+1:f,l.min=Math.min(h,f),l.max=Math.max(h+1,f),l._horizontal=l.isHorizontal(),l._table=[],l._timestamps={data:g,datasets:m,labels:v}},buildTicks:function(){var t,e,n,i=this,a=i.min,o=i.max,s=i.options,l=s.time,d=l.displayFormats,p=i.getLabelCapacity(a),v=l.unit||c(l.minUnit,a,o,p),y=h(v),b=[],x=[];switch(s.ticks.source){case"data":b=i._timestamps.data;break;case"labels":b=i._timestamps.labels;break;case"auto":default:b=f(a,o,v,y,p,s)}for("ticks"===s.bounds&&b.length&&(a=b[0],o=b[b.length-1]),a=u(l.min,i)||a,o=u(l.max,i)||o,t=0,e=b.length;t<e;++t)(n=b[t])>=a&&n<=o&&x.push(n);return i.min=a,i.max=o,i._unit=v,i._majorUnit=y,i._minorFormat=d[v],i._majorFormat=d[y],i._table=r(i._timestamps.data,a,o,s.distribution),i._offsets=g(i._table,x,a,o,s),m(x,y)},getLabelForIndex:function(t,e){var n=this,i=n.chart.data,a=n.options.time,r=i.labels&&t<i.labels.length?i.labels[t]:"",o=i.datasets[e].data[t];return y.isObject(o)&&(r=n.getRightValue(o)),a.tooltipFormat&&(r=l(r,a).format(a.tooltipFormat)),r},tickFormatFunction:function(t,e,n){var i=this,a=i.options,r=t.valueOf(),o=i._majorUnit,s=i._majorFormat,l=t.clone().startOf(i._majorUnit).valueOf(),u=a.ticks.major,d=u.enabled&&o&&s&&r===l,c=t.format(d?s:i._minorFormat),h=d?u:a.ticks.minor,f=y.valueOrDefault(h.callback,h.userCallback);return f?f(c,e,n):c},convertTicksToLabels:function(t){var e,n,i=[];for(e=0,n=t.length;e<n;++e)i.push(this.tickFormatFunction(p(t[e].value),e,t));return i},getPixelForOffset:function(t){var e=this,n=e._horizontal?e.width:e.height,i=e._horizontal?e.left:e.top,a=s(e._table,"time",t,"pos");return i+n*(e._offsets.left+a)/(e._offsets.left+1+e._offsets.right)},getPixelForValue:function(t,e,n){var i=this,a=null;if(void 0!==e&&void 0!==n&&(a=i._timestamps.datasets[n][e]),null===a&&(a=u(t,i)),null!==a)return i.getPixelForOffset(a)},getPixelForTick:function(t){var e=this.getTicks();return t>=0&&t<e.length?this.getPixelForOffset(e[t].value):null},getValueForPixel:function(t){var e=this,n=e._horizontal?e.width:e.height,i=e._horizontal?e.left:e.top,a=(n?(t-i)/n:0)*(e._offsets.left+1+e._offsets.left)-e._offsets.right,r=s(e._table,"pos",a,"time");return p(r)},getLabelWidth:function(t){var e=this,n=e.options.ticks,i=e.ctx.measureText(t).width,a=y.toRadians(n.maxRotation),r=Math.cos(a),o=Math.sin(a);return i*r+y.valueOrDefault(n.fontSize,v.global.defaultFontSize)*o},getLabelCapacity:function(t){var e=this;e._minorFormat=e.options.time.displayFormats.millisecond;var n=e.tickFormatFunction(p(t),0,[]),i=e.getLabelWidth(n),a=e.isHorizontal()?e.width:e.height;return Math.floor(a/i)}});t.scaleService.registerScaleType("time",n,e)}},{25:25,45:45,6:6}]},{},[7])(7)});
|
1 |
+
/*!
|
2 |
+
* Chart.js
|
3 |
+
* http://chartjs.org/
|
4 |
+
* Version: 2.7.0
|
5 |
+
*
|
6 |
+
* Copyright 2017 Nick Downie
|
7 |
+
* Released under the MIT license
|
8 |
+
* https://github.com/chartjs/Chart.js/blob/master/LICENSE.md
|
9 |
+
*/
|
10 |
!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).Chart=t()}}(function(){return function t(e,n,i){function a(o,s){if(!n[o]){if(!e[o]){var l="function"==typeof require&&require;if(!s&&l)return l(o,!0);if(r)return r(o,!0);var u=new Error("Cannot find module '"+o+"'");throw u.code="MODULE_NOT_FOUND",u}var d=n[o]={exports:{}};e[o][0].call(d.exports,function(t){var n=e[o][1][t];return a(n||t)},d,d.exports,t,e,n,i)}return n[o].exports}for(var r="function"==typeof require&&require,o=0;o<i.length;o++)a(i[o]);return a}({1:[function(t,e,n){function i(t){if(t){var e=/^#([a-fA-F0-9]{3})$/i,n=/^#([a-fA-F0-9]{6})$/i,i=/^rgba?\(\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/i,a=/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/i,r=/(\w+)/,o=[0,0,0],s=1,l=t.match(e);if(l){l=l[1];for(d=0;d<o.length;d++)o[d]=parseInt(l[d]+l[d],16)}else if(l=t.match(n)){l=l[1];for(d=0;d<o.length;d++)o[d]=parseInt(l.slice(2*d,2*d+2),16)}else if(l=t.match(i)){for(d=0;d<o.length;d++)o[d]=parseInt(l[d+1]);s=parseFloat(l[4])}else if(l=t.match(a)){for(d=0;d<o.length;d++)o[d]=Math.round(2.55*parseFloat(l[d+1]));s=parseFloat(l[4])}else if(l=t.match(r)){if("transparent"==l[1])return[0,0,0,0];if(!(o=c[l[1]]))return}for(var d=0;d<o.length;d++)o[d]=u(o[d],0,255);return s=s||0==s?u(s,0,1):1,o[3]=s,o}}function a(t){if(t){var e=/^hsla?\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/,n=t.match(e);if(n){var i=parseFloat(n[4]);return[u(parseInt(n[1]),0,360),u(parseFloat(n[2]),0,100),u(parseFloat(n[3]),0,100),u(isNaN(i)?1:i,0,1)]}}}function r(t){if(t){var e=/^hwb\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/,n=t.match(e);if(n){var i=parseFloat(n[4]);return[u(parseInt(n[1]),0,360),u(parseFloat(n[2]),0,100),u(parseFloat(n[3]),0,100),u(isNaN(i)?1:i,0,1)]}}}function o(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"rgba("+t[0]+", "+t[1]+", "+t[2]+", "+e+")"}function s(t,e){return"rgba("+Math.round(t[0]/255*100)+"%, "+Math.round(t[1]/255*100)+"%, "+Math.round(t[2]/255*100)+"%, "+(e||t[3]||1)+")"}function l(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"hsla("+t[0]+", "+t[1]+"%, "+t[2]+"%, "+e+")"}function u(t,e,n){return Math.min(Math.max(e,t),n)}function d(t){var e=t.toString(16).toUpperCase();return e.length<2?"0"+e:e}var c=t(5);e.exports={getRgba:i,getHsla:a,getRgb:function(t){var e=i(t);return e&&e.slice(0,3)},getHsl:function(t){var e=a(t);return e&&e.slice(0,3)},getHwb:r,getAlpha:function(t){var e=i(t);return e?e[3]:(e=a(t))?e[3]:(e=r(t))?e[3]:void 0},hexString:function(t){return"#"+d(t[0])+d(t[1])+d(t[2])},rgbString:function(t,e){return e<1||t[3]&&t[3]<1?o(t,e):"rgb("+t[0]+", "+t[1]+", "+t[2]+")"},rgbaString:o,percentString:function(t,e){return e<1||t[3]&&t[3]<1?s(t,e):"rgb("+Math.round(t[0]/255*100)+"%, "+Math.round(t[1]/255*100)+"%, "+Math.round(t[2]/255*100)+"%)"},percentaString:s,hslString:function(t,e){return e<1||t[3]&&t[3]<1?l(t,e):"hsl("+t[0]+", "+t[1]+"%, "+t[2]+"%)"},hslaString:l,hwbString:function(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"hwb("+t[0]+", "+t[1]+"%, "+t[2]+"%"+(void 0!==e&&1!==e?", "+e:"")+")"},keyword:function(t){return h[t.slice(0,3)]}};var h={};for(var f in c)h[c[f]]=f},{5:5}],2:[function(t,e,n){var i=t(4),a=t(1),r=function(t){if(t instanceof r)return t;if(!(this instanceof r))return new r(t);this.valid=!1,this.values={rgb:[0,0,0],hsl:[0,0,0],hsv:[0,0,0],hwb:[0,0,0],cmyk:[0,0,0,0],alpha:1};var e;"string"==typeof t?(e=a.getRgba(t))?this.setValues("rgb",e):(e=a.getHsla(t))?this.setValues("hsl",e):(e=a.getHwb(t))&&this.setValues("hwb",e):"object"==typeof t&&(void 0!==(e=t).r||void 0!==e.red?this.setValues("rgb",e):void 0!==e.l||void 0!==e.lightness?this.setValues("hsl",e):void 0!==e.v||void 0!==e.value?this.setValues("hsv",e):void 0!==e.w||void 0!==e.whiteness?this.setValues("hwb",e):void 0===e.c&&void 0===e.cyan||this.setValues("cmyk",e))};r.prototype={isValid:function(){return this.valid},rgb:function(){return this.setSpace("rgb",arguments)},hsl:function(){return this.setSpace("hsl",arguments)},hsv:function(){return this.setSpace("hsv",arguments)},hwb:function(){return this.setSpace("hwb",arguments)},cmyk:function(){return this.setSpace("cmyk",arguments)},rgbArray:function(){return this.values.rgb},hslArray:function(){return this.values.hsl},hsvArray:function(){return this.values.hsv},hwbArray:function(){var t=this.values;return 1!==t.alpha?t.hwb.concat([t.alpha]):t.hwb},cmykArray:function(){return this.values.cmyk},rgbaArray:function(){var t=this.values;return t.rgb.concat([t.alpha])},hslaArray:function(){var t=this.values;return t.hsl.concat([t.alpha])},alpha:function(t){return void 0===t?this.values.alpha:(this.setValues("alpha",t),this)},red:function(t){return this.setChannel("rgb",0,t)},green:function(t){return this.setChannel("rgb",1,t)},blue:function(t){return this.setChannel("rgb",2,t)},hue:function(t){return t&&(t=(t%=360)<0?360+t:t),this.setChannel("hsl",0,t)},saturation:function(t){return this.setChannel("hsl",1,t)},lightness:function(t){return this.setChannel("hsl",2,t)},saturationv:function(t){return this.setChannel("hsv",1,t)},whiteness:function(t){return this.setChannel("hwb",1,t)},blackness:function(t){return this.setChannel("hwb",2,t)},value:function(t){return this.setChannel("hsv",2,t)},cyan:function(t){return this.setChannel("cmyk",0,t)},magenta:function(t){return this.setChannel("cmyk",1,t)},yellow:function(t){return this.setChannel("cmyk",2,t)},black:function(t){return this.setChannel("cmyk",3,t)},hexString:function(){return a.hexString(this.values.rgb)},rgbString:function(){return a.rgbString(this.values.rgb,this.values.alpha)},rgbaString:function(){return a.rgbaString(this.values.rgb,this.values.alpha)},percentString:function(){return a.percentString(this.values.rgb,this.values.alpha)},hslString:function(){return a.hslString(this.values.hsl,this.values.alpha)},hslaString:function(){return a.hslaString(this.values.hsl,this.values.alpha)},hwbString:function(){return a.hwbString(this.values.hwb,this.values.alpha)},keyword:function(){return a.keyword(this.values.rgb,this.values.alpha)},rgbNumber:function(){var t=this.values.rgb;return t[0]<<16|t[1]<<8|t[2]},luminosity:function(){for(var t=this.values.rgb,e=[],n=0;n<t.length;n++){var i=t[n]/255;e[n]=i<=.03928?i/12.92:Math.pow((i+.055)/1.055,2.4)}return.2126*e[0]+.7152*e[1]+.0722*e[2]},contrast:function(t){var e=this.luminosity(),n=t.luminosity();return e>n?(e+.05)/(n+.05):(n+.05)/(e+.05)},level:function(t){var e=this.contrast(t);return e>=7.1?"AAA":e>=4.5?"AA":""},dark:function(){var t=this.values.rgb;return(299*t[0]+587*t[1]+114*t[2])/1e3<128},light:function(){return!this.dark()},negate:function(){for(var t=[],e=0;e<3;e++)t[e]=255-this.values.rgb[e];return this.setValues("rgb",t),this},lighten:function(t){var e=this.values.hsl;return e[2]+=e[2]*t,this.setValues("hsl",e),this},darken:function(t){var e=this.values.hsl;return e[2]-=e[2]*t,this.setValues("hsl",e),this},saturate:function(t){var e=this.values.hsl;return e[1]+=e[1]*t,this.setValues("hsl",e),this},desaturate:function(t){var e=this.values.hsl;return e[1]-=e[1]*t,this.setValues("hsl",e),this},whiten:function(t){var e=this.values.hwb;return e[1]+=e[1]*t,this.setValues("hwb",e),this},blacken:function(t){var e=this.values.hwb;return e[2]+=e[2]*t,this.setValues("hwb",e),this},greyscale:function(){var t=this.values.rgb,e=.3*t[0]+.59*t[1]+.11*t[2];return this.setValues("rgb",[e,e,e]),this},clearer:function(t){var e=this.values.alpha;return this.setValues("alpha",e-e*t),this},opaquer:function(t){var e=this.values.alpha;return this.setValues("alpha",e+e*t),this},rotate:function(t){var e=this.values.hsl,n=(e[0]+t)%360;return e[0]=n<0?360+n:n,this.setValues("hsl",e),this},mix:function(t,e){var n=this,i=t,a=void 0===e?.5:e,r=2*a-1,o=n.alpha()-i.alpha(),s=((r*o==-1?r:(r+o)/(1+r*o))+1)/2,l=1-s;return this.rgb(s*n.red()+l*i.red(),s*n.green()+l*i.green(),s*n.blue()+l*i.blue()).alpha(n.alpha()*a+i.alpha()*(1-a))},toJSON:function(){return this.rgb()},clone:function(){var t,e,n=new r,i=this.values,a=n.values;for(var o in i)i.hasOwnProperty(o)&&(t=i[o],"[object Array]"===(e={}.toString.call(t))?a[o]=t.slice(0):"[object Number]"===e?a[o]=t:console.error("unexpected color value:",t));return n}},r.prototype.spaces={rgb:["red","green","blue"],hsl:["hue","saturation","lightness"],hsv:["hue","saturation","value"],hwb:["hue","whiteness","blackness"],cmyk:["cyan","magenta","yellow","black"]},r.prototype.maxes={rgb:[255,255,255],hsl:[360,100,100],hsv:[360,100,100],hwb:[360,100,100],cmyk:[100,100,100,100]},r.prototype.getValues=function(t){for(var e=this.values,n={},i=0;i<t.length;i++)n[t.charAt(i)]=e[t][i];return 1!==e.alpha&&(n.a=e.alpha),n},r.prototype.setValues=function(t,e){var n,a=this.values,r=this.spaces,o=this.maxes,s=1;if(this.valid=!0,"alpha"===t)s=e;else if(e.length)a[t]=e.slice(0,t.length),s=e[t.length];else if(void 0!==e[t.charAt(0)]){for(n=0;n<t.length;n++)a[t][n]=e[t.charAt(n)];s=e.a}else if(void 0!==e[r[t][0]]){var l=r[t];for(n=0;n<t.length;n++)a[t][n]=e[l[n]];s=e.alpha}if(a.alpha=Math.max(0,Math.min(1,void 0===s?a.alpha:s)),"alpha"===t)return!1;var u;for(n=0;n<t.length;n++)u=Math.max(0,Math.min(o[t][n],a[t][n])),a[t][n]=Math.round(u);for(var d in r)d!==t&&(a[d]=i[t][d](a[t]));return!0},r.prototype.setSpace=function(t,e){var n=e[0];return void 0===n?this.getValues(t):("number"==typeof n&&(n=Array.prototype.slice.call(e)),this.setValues(t,n),this)},r.prototype.setChannel=function(t,e,n){var i=this.values[t];return void 0===n?i[e]:n===i[e]?this:(i[e]=n,this.setValues(t,i),this)},"undefined"!=typeof window&&(window.Color=r),e.exports=r},{1:1,4:4}],3:[function(t,e,n){function i(t){var e,n,i,a=t[0]/255,r=t[1]/255,o=t[2]/255,s=Math.min(a,r,o),l=Math.max(a,r,o),u=l-s;return l==s?e=0:a==l?e=(r-o)/u:r==l?e=2+(o-a)/u:o==l&&(e=4+(a-r)/u),(e=Math.min(60*e,360))<0&&(e+=360),i=(s+l)/2,n=l==s?0:i<=.5?u/(l+s):u/(2-l-s),[e,100*n,100*i]}function a(t){var e,n,i,a=t[0],r=t[1],o=t[2],s=Math.min(a,r,o),l=Math.max(a,r,o),u=l-s;return n=0==l?0:u/l*1e3/10,l==s?e=0:a==l?e=(r-o)/u:r==l?e=2+(o-a)/u:o==l&&(e=4+(a-r)/u),(e=Math.min(60*e,360))<0&&(e+=360),i=l/255*1e3/10,[e,n,i]}function o(t){var e=t[0],n=t[1],a=t[2];return[i(t)[0],100*(1/255*Math.min(e,Math.min(n,a))),100*(a=1-1/255*Math.max(e,Math.max(n,a)))]}function s(t){var e,n,i,a,r=t[0]/255,o=t[1]/255,s=t[2]/255;return a=Math.min(1-r,1-o,1-s),e=(1-r-a)/(1-a)||0,n=(1-o-a)/(1-a)||0,i=(1-s-a)/(1-a)||0,[100*e,100*n,100*i,100*a]}function l(t){return S[JSON.stringify(t)]}function u(t){var e=t[0]/255,n=t[1]/255,i=t[2]/255;return[100*(.4124*(e=e>.04045?Math.pow((e+.055)/1.055,2.4):e/12.92)+.3576*(n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92)+.1805*(i=i>.04045?Math.pow((i+.055)/1.055,2.4):i/12.92)),100*(.2126*e+.7152*n+.0722*i),100*(.0193*e+.1192*n+.9505*i)]}function d(t){var e,n,i,a=u(t),r=a[0],o=a[1],s=a[2];return r/=95.047,o/=100,s/=108.883,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,o=o>.008856?Math.pow(o,1/3):7.787*o+16/116,s=s>.008856?Math.pow(s,1/3):7.787*s+16/116,e=116*o-16,n=500*(r-o),i=200*(o-s),[e,n,i]}function c(t){var e,n,i,a,r,o=t[0]/360,s=t[1]/100,l=t[2]/100;if(0==s)return r=255*l,[r,r,r];e=2*l-(n=l<.5?l*(1+s):l+s-l*s),a=[0,0,0];for(var u=0;u<3;u++)(i=o+1/3*-(u-1))<0&&i++,i>1&&i--,r=6*i<1?e+6*(n-e)*i:2*i<1?n:3*i<2?e+(n-e)*(2/3-i)*6:e,a[u]=255*r;return a}function h(t){var e=t[0]/60,n=t[1]/100,i=t[2]/100,a=Math.floor(e)%6,r=e-Math.floor(e),o=255*i*(1-n),s=255*i*(1-n*r),l=255*i*(1-n*(1-r)),i=255*i;switch(a){case 0:return[i,l,o];case 1:return[s,i,o];case 2:return[o,i,l];case 3:return[o,s,i];case 4:return[l,o,i];case 5:return[i,o,s]}}function f(t){var e,n,i,a,o=t[0]/360,s=t[1]/100,l=t[2]/100,u=s+l;switch(u>1&&(s/=u,l/=u),e=Math.floor(6*o),n=1-l,i=6*o-e,0!=(1&e)&&(i=1-i),a=s+i*(n-s),e){default:case 6:case 0:r=n,g=a,b=s;break;case 1:r=a,g=n,b=s;break;case 2:r=s,g=n,b=a;break;case 3:r=s,g=a,b=n;break;case 4:r=a,g=s,b=n;break;case 5:r=n,g=s,b=a}return[255*r,255*g,255*b]}function m(t){var e,n,i,a=t[0]/100,r=t[1]/100,o=t[2]/100,s=t[3]/100;return e=1-Math.min(1,a*(1-s)+s),n=1-Math.min(1,r*(1-s)+s),i=1-Math.min(1,o*(1-s)+s),[255*e,255*n,255*i]}function p(t){var e,n,i,a=t[0]/100,r=t[1]/100,o=t[2]/100;return e=3.2406*a+-1.5372*r+-.4986*o,n=-.9689*a+1.8758*r+.0415*o,i=.0557*a+-.204*r+1.057*o,e=e>.0031308?1.055*Math.pow(e,1/2.4)-.055:e*=12.92,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:n*=12.92,i=i>.0031308?1.055*Math.pow(i,1/2.4)-.055:i*=12.92,e=Math.min(Math.max(0,e),1),n=Math.min(Math.max(0,n),1),i=Math.min(Math.max(0,i),1),[255*e,255*n,255*i]}function v(t){var e,n,i,a=t[0],r=t[1],o=t[2];return a/=95.047,r/=100,o/=108.883,a=a>.008856?Math.pow(a,1/3):7.787*a+16/116,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,o=o>.008856?Math.pow(o,1/3):7.787*o+16/116,e=116*r-16,n=500*(a-r),i=200*(r-o),[e,n,i]}function y(t){var e,n,i,a,r=t[0],o=t[1],s=t[2];return r<=8?a=(n=100*r/903.3)/100*7.787+16/116:(n=100*Math.pow((r+16)/116,3),a=Math.pow(n/100,1/3)),e=e/95.047<=.008856?e=95.047*(o/500+a-16/116)/7.787:95.047*Math.pow(o/500+a,3),i=i/108.883<=.008859?i=108.883*(a-s/200-16/116)/7.787:108.883*Math.pow(a-s/200,3),[e,n,i]}function x(t){var e,n,i,a=t[0],r=t[1],o=t[2];return e=Math.atan2(o,r),(n=360*e/2/Math.PI)<0&&(n+=360),i=Math.sqrt(r*r+o*o),[a,i,n]}function _(t){return p(y(t))}function k(t){var e,n,i,a=t[0],r=t[1];return i=t[2]/360*2*Math.PI,e=r*Math.cos(i),n=r*Math.sin(i),[a,e,n]}function w(t){return M[t]}e.exports={rgb2hsl:i,rgb2hsv:a,rgb2hwb:o,rgb2cmyk:s,rgb2keyword:l,rgb2xyz:u,rgb2lab:d,rgb2lch:function(t){return x(d(t))},hsl2rgb:c,hsl2hsv:function(t){var e,n,i=t[0],a=t[1]/100,r=t[2]/100;return 0===r?[0,0,0]:(r*=2,a*=r<=1?r:2-r,n=(r+a)/2,e=2*a/(r+a),[i,100*e,100*n])},hsl2hwb:function(t){return o(c(t))},hsl2cmyk:function(t){return s(c(t))},hsl2keyword:function(t){return l(c(t))},hsv2rgb:h,hsv2hsl:function(t){var e,n,i=t[0],a=t[1]/100,r=t[2]/100;return n=(2-a)*r,e=a*r,e/=n<=1?n:2-n,e=e||0,n/=2,[i,100*e,100*n]},hsv2hwb:function(t){return o(h(t))},hsv2cmyk:function(t){return s(h(t))},hsv2keyword:function(t){return l(h(t))},hwb2rgb:f,hwb2hsl:function(t){return i(f(t))},hwb2hsv:function(t){return a(f(t))},hwb2cmyk:function(t){return s(f(t))},hwb2keyword:function(t){return l(f(t))},cmyk2rgb:m,cmyk2hsl:function(t){return i(m(t))},cmyk2hsv:function(t){return a(m(t))},cmyk2hwb:function(t){return o(m(t))},cmyk2keyword:function(t){return l(m(t))},keyword2rgb:w,keyword2hsl:function(t){return i(w(t))},keyword2hsv:function(t){return a(w(t))},keyword2hwb:function(t){return o(w(t))},keyword2cmyk:function(t){return s(w(t))},keyword2lab:function(t){return d(w(t))},keyword2xyz:function(t){return u(w(t))},xyz2rgb:p,xyz2lab:v,xyz2lch:function(t){return x(v(t))},lab2xyz:y,lab2rgb:_,lab2lch:x,lch2lab:k,lch2xyz:function(t){return y(k(t))},lch2rgb:function(t){return _(k(t))}};var M={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},S={};for(var D in M)S[JSON.stringify(M[D])]=D},{}],4:[function(t,e,n){var i=t(3),a=function(){return new u};for(var r in i){a[r+"Raw"]=function(t){return function(e){return"number"==typeof e&&(e=Array.prototype.slice.call(arguments)),i[t](e)}}(r);var o=/(\w+)2(\w+)/.exec(r),s=o[1],l=o[2];(a[s]=a[s]||{})[l]=a[r]=function(t){return function(e){"number"==typeof e&&(e=Array.prototype.slice.call(arguments));var n=i[t](e);if("string"==typeof n||void 0===n)return n;for(var a=0;a<n.length;a++)n[a]=Math.round(n[a]);return n}}(r)}var u=function(){this.convs={}};u.prototype.routeSpace=function(t,e){var n=e[0];return void 0===n?this.getValues(t):("number"==typeof n&&(n=Array.prototype.slice.call(e)),this.setValues(t,n))},u.prototype.setValues=function(t,e){return this.space=t,this.convs={},this.convs[t]=e,this},u.prototype.getValues=function(t){var e=this.convs[t];if(!e){var n=this.space,i=this.convs[n];e=a[n][t](i),this.convs[t]=e}return e},["rgb","hsl","hsv","cmyk","keyword"].forEach(function(t){u.prototype[t]=function(e){return this.routeSpace(t,arguments)}}),e.exports=a},{3:3}],5:[function(t,e,n){"use strict";e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},{}],6:[function(t,e,n){!function(t,i){"object"==typeof n&&void 0!==e?e.exports=i():t.moment=i()}(this,function(){"use strict";function n(){return xe.apply(null,arguments)}function i(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function a(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function r(t){var e;for(e in t)return!1;return!0}function o(t){return void 0===t}function s(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function l(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function u(t,e){var n,i=[];for(n=0;n<t.length;++n)i.push(e(t[n],n));return i}function d(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function c(t,e){for(var n in e)d(e,n)&&(t[n]=e[n]);return d(e,"toString")&&(t.toString=e.toString),d(e,"valueOf")&&(t.valueOf=e.valueOf),t}function h(t,e,n,i){return Yt(t,e,n,i,!0).utc()}function f(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function g(t){return null==t._pf&&(t._pf=f()),t._pf}function m(t){if(null==t._isValid){var e=g(t),n=ke.call(e.parsedDateParts,function(t){return null!=t}),i=!isNaN(t._d.getTime())&&e.overflow<0&&!e.empty&&!e.invalidMonth&&!e.invalidWeekday&&!e.nullInput&&!e.invalidFormat&&!e.userInvalidated&&(!e.meridiem||e.meridiem&&n);if(t._strict&&(i=i&&0===e.charsLeftOver&&0===e.unusedTokens.length&&void 0===e.bigHour),null!=Object.isFrozen&&Object.isFrozen(t))return i;t._isValid=i}return t._isValid}function p(t){var e=h(NaN);return null!=t?c(g(e),t):g(e).userInvalidated=!0,e}function v(t,e){var n,i,a;if(o(e._isAMomentObject)||(t._isAMomentObject=e._isAMomentObject),o(e._i)||(t._i=e._i),o(e._f)||(t._f=e._f),o(e._l)||(t._l=e._l),o(e._strict)||(t._strict=e._strict),o(e._tzm)||(t._tzm=e._tzm),o(e._isUTC)||(t._isUTC=e._isUTC),o(e._offset)||(t._offset=e._offset),o(e._pf)||(t._pf=g(e)),o(e._locale)||(t._locale=e._locale),we.length>0)for(n=0;n<we.length;n++)o(a=e[i=we[n]])||(t[i]=a);return t}function y(t){v(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===Me&&(Me=!0,n.updateOffset(this),Me=!1)}function b(t){return t instanceof y||null!=t&&null!=t._isAMomentObject}function x(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function _(t){var e=+t,n=0;return 0!==e&&isFinite(e)&&(n=x(e)),n}function k(t,e,n){var i,a=Math.min(t.length,e.length),r=Math.abs(t.length-e.length),o=0;for(i=0;i<a;i++)(n&&t[i]!==e[i]||!n&&_(t[i])!==_(e[i]))&&o++;return o+r}function w(t){!1===n.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function M(t,e){var i=!0;return c(function(){if(null!=n.deprecationHandler&&n.deprecationHandler(null,t),i){for(var a,r=[],o=0;o<arguments.length;o++){if(a="","object"==typeof arguments[o]){a+="\n["+o+"] ";for(var s in arguments[0])a+=s+": "+arguments[0][s]+", ";a=a.slice(0,-2)}else a=arguments[o];r.push(a)}w(t+"\nArguments: "+Array.prototype.slice.call(r).join("")+"\n"+(new Error).stack),i=!1}return e.apply(this,arguments)},e)}function S(t,e){null!=n.deprecationHandler&&n.deprecationHandler(t,e),Se[t]||(w(e),Se[t]=!0)}function D(t){return t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function C(t,e){var n,i=c({},t);for(n in e)d(e,n)&&(a(t[n])&&a(e[n])?(i[n]={},c(i[n],t[n]),c(i[n],e[n])):null!=e[n]?i[n]=e[n]:delete i[n]);for(n in t)d(t,n)&&!d(e,n)&&a(t[n])&&(i[n]=c({},i[n]));return i}function P(t){null!=t&&this.set(t)}function T(t,e){var n=t.toLowerCase();Fe[n]=Fe[n+"s"]=Fe[e]=t}function I(t){return"string"==typeof t?Fe[t]||Fe[t.toLowerCase()]:void 0}function A(t){var e,n,i={};for(n in t)d(t,n)&&(e=I(n))&&(i[e]=t[n]);return i}function O(t,e){Re[t]=e}function F(t){var e=[];for(var n in t)e.push({unit:n,priority:Re[n]});return e.sort(function(t,e){return t.priority-e.priority}),e}function R(t,e){return function(i){return null!=i?(W(this,t,i),n.updateOffset(this,e),this):L(this,t)}}function L(t,e){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+e]():NaN}function W(t,e,n){t.isValid()&&t._d["set"+(t._isUTC?"UTC":"")+e](n)}function Y(t,e,n){var i=""+Math.abs(t),a=e-i.length;return(t>=0?n?"+":"":"-")+Math.pow(10,Math.max(0,a)).toString().substr(1)+i}function N(t,e,n,i){var a=i;"string"==typeof i&&(a=function(){return this[i]()}),t&&(Ne[t]=a),e&&(Ne[e[0]]=function(){return Y(a.apply(this,arguments),e[1],e[2])}),n&&(Ne[n]=function(){return this.localeData().ordinal(a.apply(this,arguments),t)})}function z(t){return t.match(/\[[\s\S]/)?t.replace(/^\[|\]$/g,""):t.replace(/\\/g,"")}function B(t){var e,n,i=t.match(Le);for(e=0,n=i.length;e<n;e++)Ne[i[e]]?i[e]=Ne[i[e]]:i[e]=z(i[e]);return function(e){var a,r="";for(a=0;a<n;a++)r+=D(i[a])?i[a].call(e,t):i[a];return r}}function V(t,e){return t.isValid()?(e=H(e,t.localeData()),Ye[e]=Ye[e]||B(e),Ye[e](t)):t.localeData().invalidDate()}function H(t,e){var n=5;for(We.lastIndex=0;n>=0&&We.test(t);)t=t.replace(We,function(t){return e.longDateFormat(t)||t}),We.lastIndex=0,n-=1;return t}function E(t,e,n){nn[t]=D(e)?e:function(t,i){return t&&n?n:e}}function j(t,e){return d(nn,t)?nn[t](e._strict,e._locale):new RegExp(U(t))}function U(t){return q(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,e,n,i,a){return e||n||i||a}))}function q(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function G(t,e){var n,i=e;for("string"==typeof t&&(t=[t]),s(e)&&(i=function(t,n){n[e]=_(t)}),n=0;n<t.length;n++)an[t[n]]=i}function Z(t,e){G(t,function(t,n,i,a){i._w=i._w||{},e(t,i._w,i,a)})}function X(t,e,n){null!=e&&d(an,t)&&an[t](e,n._a,n,t)}function J(t,e){return new Date(Date.UTC(t,e+1,0)).getUTCDate()}function K(t,e,n){var i,a,r,o=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],i=0;i<12;++i)r=h([2e3,i]),this._shortMonthsParse[i]=this.monthsShort(r,"").toLocaleLowerCase(),this._longMonthsParse[i]=this.months(r,"").toLocaleLowerCase();return n?"MMM"===e?-1!==(a=gn.call(this._shortMonthsParse,o))?a:null:-1!==(a=gn.call(this._longMonthsParse,o))?a:null:"MMM"===e?-1!==(a=gn.call(this._shortMonthsParse,o))?a:-1!==(a=gn.call(this._longMonthsParse,o))?a:null:-1!==(a=gn.call(this._longMonthsParse,o))?a:-1!==(a=gn.call(this._shortMonthsParse,o))?a:null}function Q(t,e){var n;if(!t.isValid())return t;if("string"==typeof e)if(/^\d+$/.test(e))e=_(e);else if(e=t.localeData().monthsParse(e),!s(e))return t;return n=Math.min(t.date(),J(t.year(),e)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](e,n),t}function $(t){return null!=t?(Q(this,t),n.updateOffset(this,!0),this):L(this,"Month")}function tt(){function t(t,e){return e.length-t.length}var e,n,i=[],a=[],r=[];for(e=0;e<12;e++)n=h([2e3,e]),i.push(this.monthsShort(n,"")),a.push(this.months(n,"")),r.push(this.months(n,"")),r.push(this.monthsShort(n,""));for(i.sort(t),a.sort(t),r.sort(t),e=0;e<12;e++)i[e]=q(i[e]),a[e]=q(a[e]);for(e=0;e<24;e++)r[e]=q(r[e]);this._monthsRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+i.join("|")+")","i")}function et(t){return nt(t)?366:365}function nt(t){return t%4==0&&t%100!=0||t%400==0}function it(t,e,n,i,a,r,o){var s=new Date(t,e,n,i,a,r,o);return t<100&&t>=0&&isFinite(s.getFullYear())&&s.setFullYear(t),s}function at(t){var e=new Date(Date.UTC.apply(null,arguments));return t<100&&t>=0&&isFinite(e.getUTCFullYear())&&e.setUTCFullYear(t),e}function rt(t,e,n){var i=7+e-n;return-((7+at(t,0,i).getUTCDay()-e)%7)+i-1}function ot(t,e,n,i,a){var r,o,s=1+7*(e-1)+(7+n-i)%7+rt(t,i,a);return s<=0?o=et(r=t-1)+s:s>et(t)?(r=t+1,o=s-et(t)):(r=t,o=s),{year:r,dayOfYear:o}}function st(t,e,n){var i,a,r=rt(t.year(),e,n),o=Math.floor((t.dayOfYear()-r-1)/7)+1;return o<1?i=o+lt(a=t.year()-1,e,n):o>lt(t.year(),e,n)?(i=o-lt(t.year(),e,n),a=t.year()+1):(a=t.year(),i=o),{week:i,year:a}}function lt(t,e,n){var i=rt(t,e,n),a=rt(t+1,e,n);return(et(t)-i+a)/7}function ut(t,e){return"string"!=typeof t?t:isNaN(t)?"number"==typeof(t=e.weekdaysParse(t))?t:null:parseInt(t,10)}function dt(t,e){return"string"==typeof t?e.weekdaysParse(t)%7||7:isNaN(t)?null:t}function ct(t,e,n){var i,a,r,o=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],i=0;i<7;++i)r=h([2e3,1]).day(i),this._minWeekdaysParse[i]=this.weekdaysMin(r,"").toLocaleLowerCase(),this._shortWeekdaysParse[i]=this.weekdaysShort(r,"").toLocaleLowerCase(),this._weekdaysParse[i]=this.weekdays(r,"").toLocaleLowerCase();return n?"dddd"===e?-1!==(a=gn.call(this._weekdaysParse,o))?a:null:"ddd"===e?-1!==(a=gn.call(this._shortWeekdaysParse,o))?a:null:-1!==(a=gn.call(this._minWeekdaysParse,o))?a:null:"dddd"===e?-1!==(a=gn.call(this._weekdaysParse,o))?a:-1!==(a=gn.call(this._shortWeekdaysParse,o))?a:-1!==(a=gn.call(this._minWeekdaysParse,o))?a:null:"ddd"===e?-1!==(a=gn.call(this._shortWeekdaysParse,o))?a:-1!==(a=gn.call(this._weekdaysParse,o))?a:-1!==(a=gn.call(this._minWeekdaysParse,o))?a:null:-1!==(a=gn.call(this._minWeekdaysParse,o))?a:-1!==(a=gn.call(this._weekdaysParse,o))?a:-1!==(a=gn.call(this._shortWeekdaysParse,o))?a:null}function ht(){function t(t,e){return e.length-t.length}var e,n,i,a,r,o=[],s=[],l=[],u=[];for(e=0;e<7;e++)n=h([2e3,1]).day(e),i=this.weekdaysMin(n,""),a=this.weekdaysShort(n,""),r=this.weekdays(n,""),o.push(i),s.push(a),l.push(r),u.push(i),u.push(a),u.push(r);for(o.sort(t),s.sort(t),l.sort(t),u.sort(t),e=0;e<7;e++)s[e]=q(s[e]),l[e]=q(l[e]),u[e]=q(u[e]);this._weekdaysRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+o.join("|")+")","i")}function ft(){return this.hours()%12||12}function gt(t,e){N(t,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),e)})}function mt(t,e){return e._meridiemParse}function pt(t){return t?t.toLowerCase().replace("_","-"):t}function vt(t){for(var e,n,i,a,r=0;r<t.length;){for(e=(a=pt(t[r]).split("-")).length,n=(n=pt(t[r+1]))?n.split("-"):null;e>0;){if(i=yt(a.slice(0,e).join("-")))return i;if(n&&n.length>=e&&k(a,n,!0)>=e-1)break;e--}r++}return null}function yt(n){var i=null;if(!On[n]&&void 0!==e&&e&&e.exports)try{i=Pn._abbr,t("./locale/"+n),bt(i)}catch(t){}return On[n]}function bt(t,e){var n;return t&&(n=o(e)?_t(t):xt(t,e))&&(Pn=n),Pn._abbr}function xt(t,e){if(null!==e){var n=An;if(e.abbr=t,null!=On[t])S("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),n=On[t]._config;else if(null!=e.parentLocale){if(null==On[e.parentLocale])return Fn[e.parentLocale]||(Fn[e.parentLocale]=[]),Fn[e.parentLocale].push({name:t,config:e}),null;n=On[e.parentLocale]._config}return On[t]=new P(C(n,e)),Fn[t]&&Fn[t].forEach(function(t){xt(t.name,t.config)}),bt(t),On[t]}return delete On[t],null}function _t(t){var e;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Pn;if(!i(t)){if(e=yt(t))return e;t=[t]}return vt(t)}function kt(t){var e,n=t._a;return n&&-2===g(t).overflow&&(e=n[on]<0||n[on]>11?on:n[sn]<1||n[sn]>J(n[rn],n[on])?sn:n[ln]<0||n[ln]>24||24===n[ln]&&(0!==n[un]||0!==n[dn]||0!==n[cn])?ln:n[un]<0||n[un]>59?un:n[dn]<0||n[dn]>59?dn:n[cn]<0||n[cn]>999?cn:-1,g(t)._overflowDayOfYear&&(e<rn||e>sn)&&(e=sn),g(t)._overflowWeeks&&-1===e&&(e=hn),g(t)._overflowWeekday&&-1===e&&(e=fn),g(t).overflow=e),t}function wt(t){var e,n,i,a,r,o,s=t._i,l=Rn.exec(s)||Ln.exec(s);if(l){for(g(t).iso=!0,e=0,n=Yn.length;e<n;e++)if(Yn[e][1].exec(l[1])){a=Yn[e][0],i=!1!==Yn[e][2];break}if(null==a)return void(t._isValid=!1);if(l[3]){for(e=0,n=Nn.length;e<n;e++)if(Nn[e][1].exec(l[3])){r=(l[2]||" ")+Nn[e][0];break}if(null==r)return void(t._isValid=!1)}if(!i&&null!=r)return void(t._isValid=!1);if(l[4]){if(!Wn.exec(l[4]))return void(t._isValid=!1);o="Z"}t._f=a+(r||"")+(o||""),It(t)}else t._isValid=!1}function Mt(t){var e,n,i,a,r,o,s,l,u={" GMT":" +0000"," EDT":" -0400"," EST":" -0500"," CDT":" -0500"," CST":" -0600"," MDT":" -0600"," MST":" -0700"," PDT":" -0700"," PST":" -0800"};if(e=t._i.replace(/\([^\)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s|\s$/g,""),n=Bn.exec(e)){if(i=n[1]?"ddd"+(5===n[1].length?", ":" "):"",a="D MMM "+(n[2].length>10?"YYYY ":"YY "),r="HH:mm"+(n[4]?":ss":""),n[1]){var d=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"][new Date(n[2]).getDay()];if(n[1].substr(0,3)!==d)return g(t).weekdayMismatch=!0,void(t._isValid=!1)}switch(n[5].length){case 2:s=0===l?" +0000":((l="YXWVUTSRQPONZABCDEFGHIKLM".indexOf(n[5][1].toUpperCase())-12)<0?" -":" +")+(""+l).replace(/^-?/,"0").match(/..$/)[0]+"00";break;case 4:s=u[n[5]];break;default:s=u[" GMT"]}n[5]=s,t._i=n.splice(1).join(""),o=" ZZ",t._f=i+a+r+o,It(t),g(t).rfc2822=!0}else t._isValid=!1}function St(t){var e=zn.exec(t._i);null===e?(wt(t),!1===t._isValid&&(delete t._isValid,Mt(t),!1===t._isValid&&(delete t._isValid,n.createFromInputFallback(t)))):t._d=new Date(+e[1])}function Dt(t,e,n){return null!=t?t:null!=e?e:n}function Ct(t){var e=new Date(n.now());return t._useUTC?[e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()]:[e.getFullYear(),e.getMonth(),e.getDate()]}function Pt(t){var e,n,i,a,r=[];if(!t._d){for(i=Ct(t),t._w&&null==t._a[sn]&&null==t._a[on]&&Tt(t),null!=t._dayOfYear&&(a=Dt(t._a[rn],i[rn]),(t._dayOfYear>et(a)||0===t._dayOfYear)&&(g(t)._overflowDayOfYear=!0),n=at(a,0,t._dayOfYear),t._a[on]=n.getUTCMonth(),t._a[sn]=n.getUTCDate()),e=0;e<3&&null==t._a[e];++e)t._a[e]=r[e]=i[e];for(;e<7;e++)t._a[e]=r[e]=null==t._a[e]?2===e?1:0:t._a[e];24===t._a[ln]&&0===t._a[un]&&0===t._a[dn]&&0===t._a[cn]&&(t._nextDay=!0,t._a[ln]=0),t._d=(t._useUTC?at:it).apply(null,r),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[ln]=24)}}function Tt(t){var e,n,i,a,r,o,s,l;if(null!=(e=t._w).GG||null!=e.W||null!=e.E)r=1,o=4,n=Dt(e.GG,t._a[rn],st(Nt(),1,4).year),i=Dt(e.W,1),((a=Dt(e.E,1))<1||a>7)&&(l=!0);else{r=t._locale._week.dow,o=t._locale._week.doy;var u=st(Nt(),r,o);n=Dt(e.gg,t._a[rn],u.year),i=Dt(e.w,u.week),null!=e.d?((a=e.d)<0||a>6)&&(l=!0):null!=e.e?(a=e.e+r,(e.e<0||e.e>6)&&(l=!0)):a=r}i<1||i>lt(n,r,o)?g(t)._overflowWeeks=!0:null!=l?g(t)._overflowWeekday=!0:(s=ot(n,i,a,r,o),t._a[rn]=s.year,t._dayOfYear=s.dayOfYear)}function It(t){if(t._f!==n.ISO_8601)if(t._f!==n.RFC_2822){t._a=[],g(t).empty=!0;var e,i,a,r,o,s=""+t._i,l=s.length,u=0;for(a=H(t._f,t._locale).match(Le)||[],e=0;e<a.length;e++)r=a[e],(i=(s.match(j(r,t))||[])[0])&&((o=s.substr(0,s.indexOf(i))).length>0&&g(t).unusedInput.push(o),s=s.slice(s.indexOf(i)+i.length),u+=i.length),Ne[r]?(i?g(t).empty=!1:g(t).unusedTokens.push(r),X(r,i,t)):t._strict&&!i&&g(t).unusedTokens.push(r);g(t).charsLeftOver=l-u,s.length>0&&g(t).unusedInput.push(s),t._a[ln]<=12&&!0===g(t).bigHour&&t._a[ln]>0&&(g(t).bigHour=void 0),g(t).parsedDateParts=t._a.slice(0),g(t).meridiem=t._meridiem,t._a[ln]=At(t._locale,t._a[ln],t._meridiem),Pt(t),kt(t)}else Mt(t);else wt(t)}function At(t,e,n){var i;return null==n?e:null!=t.meridiemHour?t.meridiemHour(e,n):null!=t.isPM?((i=t.isPM(n))&&e<12&&(e+=12),i||12!==e||(e=0),e):e}function Ot(t){var e,n,i,a,r;if(0===t._f.length)return g(t).invalidFormat=!0,void(t._d=new Date(NaN));for(a=0;a<t._f.length;a++)r=0,e=v({},t),null!=t._useUTC&&(e._useUTC=t._useUTC),e._f=t._f[a],It(e),m(e)&&(r+=g(e).charsLeftOver,r+=10*g(e).unusedTokens.length,g(e).score=r,(null==i||r<i)&&(i=r,n=e));c(t,n||e)}function Ft(t){if(!t._d){var e=A(t._i);t._a=u([e.year,e.month,e.day||e.date,e.hour,e.minute,e.second,e.millisecond],function(t){return t&&parseInt(t,10)}),Pt(t)}}function Rt(t){var e=new y(kt(Lt(t)));return e._nextDay&&(e.add(1,"d"),e._nextDay=void 0),e}function Lt(t){var e=t._i,n=t._f;return t._locale=t._locale||_t(t._l),null===e||void 0===n&&""===e?p({nullInput:!0}):("string"==typeof e&&(t._i=e=t._locale.preparse(e)),b(e)?new y(kt(e)):(l(e)?t._d=e:i(n)?Ot(t):n?It(t):Wt(t),m(t)||(t._d=null),t))}function Wt(t){var e=t._i;o(e)?t._d=new Date(n.now()):l(e)?t._d=new Date(e.valueOf()):"string"==typeof e?St(t):i(e)?(t._a=u(e.slice(0),function(t){return parseInt(t,10)}),Pt(t)):a(e)?Ft(t):s(e)?t._d=new Date(e):n.createFromInputFallback(t)}function Yt(t,e,n,o,s){var l={};return!0!==n&&!1!==n||(o=n,n=void 0),(a(t)&&r(t)||i(t)&&0===t.length)&&(t=void 0),l._isAMomentObject=!0,l._useUTC=l._isUTC=s,l._l=n,l._i=t,l._f=e,l._strict=o,Rt(l)}function Nt(t,e,n,i){return Yt(t,e,n,i,!1)}function zt(t,e){var n,a;if(1===e.length&&i(e[0])&&(e=e[0]),!e.length)return Nt();for(n=e[0],a=1;a<e.length;++a)e[a].isValid()&&!e[a][t](n)||(n=e[a]);return n}function Bt(t){for(var e in t)if(-1===En.indexOf(e)||null!=t[e]&&isNaN(t[e]))return!1;for(var n=!1,i=0;i<En.length;++i)if(t[En[i]]){if(n)return!1;parseFloat(t[En[i]])!==_(t[En[i]])&&(n=!0)}return!0}function Vt(t){var e=A(t),n=e.year||0,i=e.quarter||0,a=e.month||0,r=e.week||0,o=e.day||0,s=e.hour||0,l=e.minute||0,u=e.second||0,d=e.millisecond||0;this._isValid=Bt(e),this._milliseconds=+d+1e3*u+6e4*l+1e3*s*60*60,this._days=+o+7*r,this._months=+a+3*i+12*n,this._data={},this._locale=_t(),this._bubble()}function Ht(t){return t instanceof Vt}function Et(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function jt(t,e){N(t,0,0,function(){var t=this.utcOffset(),n="+";return t<0&&(t=-t,n="-"),n+Y(~~(t/60),2)+e+Y(~~t%60,2)})}function Ut(t,e){var n=(e||"").match(t);if(null===n)return null;var i=((n[n.length-1]||[])+"").match(jn)||["-",0,0],a=60*i[1]+_(i[2]);return 0===a?0:"+"===i[0]?a:-a}function qt(t,e){var i,a;return e._isUTC?(i=e.clone(),a=(b(t)||l(t)?t.valueOf():Nt(t).valueOf())-i.valueOf(),i._d.setTime(i._d.valueOf()+a),n.updateOffset(i,!1),i):Nt(t).local()}function Gt(t){return 15*-Math.round(t._d.getTimezoneOffset()/15)}function Zt(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}function Xt(t,e){var n,i,a,r=t,o=null;return Ht(t)?r={ms:t._milliseconds,d:t._days,M:t._months}:s(t)?(r={},e?r[e]=t:r.milliseconds=t):(o=Un.exec(t))?(n="-"===o[1]?-1:1,r={y:0,d:_(o[sn])*n,h:_(o[ln])*n,m:_(o[un])*n,s:_(o[dn])*n,ms:_(Et(1e3*o[cn]))*n}):(o=qn.exec(t))?(n="-"===o[1]?-1:1,r={y:Jt(o[2],n),M:Jt(o[3],n),w:Jt(o[4],n),d:Jt(o[5],n),h:Jt(o[6],n),m:Jt(o[7],n),s:Jt(o[8],n)}):null==r?r={}:"object"==typeof r&&("from"in r||"to"in r)&&(a=Qt(Nt(r.from),Nt(r.to)),(r={}).ms=a.milliseconds,r.M=a.months),i=new Vt(r),Ht(t)&&d(t,"_locale")&&(i._locale=t._locale),i}function Jt(t,e){var n=t&&parseFloat(t.replace(",","."));return(isNaN(n)?0:n)*e}function Kt(t,e){var n={milliseconds:0,months:0};return n.months=e.month()-t.month()+12*(e.year()-t.year()),t.clone().add(n.months,"M").isAfter(e)&&--n.months,n.milliseconds=+e-+t.clone().add(n.months,"M"),n}function Qt(t,e){var n;return t.isValid()&&e.isValid()?(e=qt(e,t),t.isBefore(e)?n=Kt(t,e):((n=Kt(e,t)).milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function $t(t,e){return function(n,i){var a,r;return null===i||isNaN(+i)||(S(e,"moment()."+e+"(period, number) is deprecated. Please use moment()."+e+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),r=n,n=i,i=r),n="string"==typeof n?+n:n,a=Xt(n,i),te(this,a,t),this}}function te(t,e,i,a){var r=e._milliseconds,o=Et(e._days),s=Et(e._months);t.isValid()&&(a=null==a||a,r&&t._d.setTime(t._d.valueOf()+r*i),o&&W(t,"Date",L(t,"Date")+o*i),s&&Q(t,L(t,"Month")+s*i),a&&n.updateOffset(t,o||s))}function ee(t,e){var n,i=12*(e.year()-t.year())+(e.month()-t.month()),a=t.clone().add(i,"months");return n=e-a<0?(e-a)/(a-t.clone().add(i-1,"months")):(e-a)/(t.clone().add(i+1,"months")-a),-(i+n)||0}function ne(t){var e;return void 0===t?this._locale._abbr:(null!=(e=_t(t))&&(this._locale=e),this)}function ie(){return this._locale}function ae(t,e){N(0,[t,t.length],0,e)}function re(t,e,n,i,a){var r;return null==t?st(this,i,a).year:(r=lt(t,i,a),e>r&&(e=r),oe.call(this,t,e,n,i,a))}function oe(t,e,n,i,a){var r=ot(t,e,n,i,a),o=at(r.year,0,r.dayOfYear);return this.year(o.getUTCFullYear()),this.month(o.getUTCMonth()),this.date(o.getUTCDate()),this}function se(t){return t}function le(t,e,n,i){var a=_t(),r=h().set(i,e);return a[n](r,t)}function ue(t,e,n){if(s(t)&&(e=t,t=void 0),t=t||"",null!=e)return le(t,e,n,"month");var i,a=[];for(i=0;i<12;i++)a[i]=le(t,i,n,"month");return a}function de(t,e,n,i){"boolean"==typeof t?(s(e)&&(n=e,e=void 0),e=e||""):(n=e=t,t=!1,s(e)&&(n=e,e=void 0),e=e||"");var a=_t(),r=t?a._week.dow:0;if(null!=n)return le(e,(n+r)%7,i,"day");var o,l=[];for(o=0;o<7;o++)l[o]=le(e,(o+r)%7,i,"day");return l}function ce(t,e,n,i){var a=Xt(e,n);return t._milliseconds+=i*a._milliseconds,t._days+=i*a._days,t._months+=i*a._months,t._bubble()}function he(t){return t<0?Math.floor(t):Math.ceil(t)}function fe(t){return 4800*t/146097}function ge(t){return 146097*t/4800}function me(t){return function(){return this.as(t)}}function pe(t){return function(){return this.isValid()?this._data[t]:NaN}}function ve(t,e,n,i,a){return a.relativeTime(e||1,!!n,t,i)}function ye(t,e,n){var i=Xt(t).abs(),a=bi(i.as("s")),r=bi(i.as("m")),o=bi(i.as("h")),s=bi(i.as("d")),l=bi(i.as("M")),u=bi(i.as("y")),d=a<=xi.ss&&["s",a]||a<xi.s&&["ss",a]||r<=1&&["m"]||r<xi.m&&["mm",r]||o<=1&&["h"]||o<xi.h&&["hh",o]||s<=1&&["d"]||s<xi.d&&["dd",s]||l<=1&&["M"]||l<xi.M&&["MM",l]||u<=1&&["y"]||["yy",u];return d[2]=e,d[3]=+t>0,d[4]=n,ve.apply(null,d)}function be(){if(!this.isValid())return this.localeData().invalidDate();var t,e,n,i=_i(this._milliseconds)/1e3,a=_i(this._days),r=_i(this._months);e=x((t=x(i/60))/60),i%=60,t%=60;var o=n=x(r/12),s=r%=12,l=a,u=e,d=t,c=i,h=this.asSeconds();return h?(h<0?"-":"")+"P"+(o?o+"Y":"")+(s?s+"M":"")+(l?l+"D":"")+(u||d||c?"T":"")+(u?u+"H":"")+(d?d+"M":"")+(c?c+"S":""):"P0D"}var xe,_e,ke=_e=Array.prototype.some?Array.prototype.some:function(t){for(var e=Object(this),n=e.length>>>0,i=0;i<n;i++)if(i in e&&t.call(this,e[i],i,e))return!0;return!1},we=n.momentProperties=[],Me=!1,Se={};n.suppressDeprecationWarnings=!1,n.deprecationHandler=null;var De,Ce,Pe=De=Object.keys?Object.keys:function(t){var e,n=[];for(e in t)d(t,e)&&n.push(e);return n},Te={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},Ie={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},Ae=/\d{1,2}/,Oe={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},Fe={},Re={},Le=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,We=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Ye={},Ne={},ze=/\d/,Be=/\d\d/,Ve=/\d{3}/,He=/\d{4}/,Ee=/[+-]?\d{6}/,je=/\d\d?/,Ue=/\d\d\d\d?/,qe=/\d\d\d\d\d\d?/,Ge=/\d{1,3}/,Ze=/\d{1,4}/,Xe=/[+-]?\d{1,6}/,Je=/\d+/,Ke=/[+-]?\d+/,Qe=/Z|[+-]\d\d:?\d\d/gi,$e=/Z|[+-]\d\d(?::?\d\d)?/gi,tn=/[+-]?\d+(\.\d{1,3})?/,en=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,nn={},an={},rn=0,on=1,sn=2,ln=3,un=4,dn=5,cn=6,hn=7,fn=8,gn=Ce=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var e;for(e=0;e<this.length;++e)if(this[e]===t)return e;return-1};N("M",["MM",2],"Mo",function(){return this.month()+1}),N("MMM",0,0,function(t){return this.localeData().monthsShort(this,t)}),N("MMMM",0,0,function(t){return this.localeData().months(this,t)}),T("month","M"),O("month",8),E("M",je),E("MM",je,Be),E("MMM",function(t,e){return e.monthsShortRegex(t)}),E("MMMM",function(t,e){return e.monthsRegex(t)}),G(["M","MM"],function(t,e){e[on]=_(t)-1}),G(["MMM","MMMM"],function(t,e,n,i){var a=n._locale.monthsParse(t,i,n._strict);null!=a?e[on]=a:g(n).invalidMonth=t});var mn=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,pn="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),vn="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),yn=en,bn=en;N("Y",0,0,function(){var t=this.year();return t<=9999?""+t:"+"+t}),N(0,["YY",2],0,function(){return this.year()%100}),N(0,["YYYY",4],0,"year"),N(0,["YYYYY",5],0,"year"),N(0,["YYYYYY",6,!0],0,"year"),T("year","y"),O("year",1),E("Y",Ke),E("YY",je,Be),E("YYYY",Ze,He),E("YYYYY",Xe,Ee),E("YYYYYY",Xe,Ee),G(["YYYYY","YYYYYY"],rn),G("YYYY",function(t,e){e[rn]=2===t.length?n.parseTwoDigitYear(t):_(t)}),G("YY",function(t,e){e[rn]=n.parseTwoDigitYear(t)}),G("Y",function(t,e){e[rn]=parseInt(t,10)}),n.parseTwoDigitYear=function(t){return _(t)+(_(t)>68?1900:2e3)};var xn=R("FullYear",!0);N("w",["ww",2],"wo","week"),N("W",["WW",2],"Wo","isoWeek"),T("week","w"),T("isoWeek","W"),O("week",5),O("isoWeek",5),E("w",je),E("ww",je,Be),E("W",je),E("WW",je,Be),Z(["w","ww","W","WW"],function(t,e,n,i){e[i.substr(0,1)]=_(t)});var _n={dow:0,doy:6};N("d",0,"do","day"),N("dd",0,0,function(t){return this.localeData().weekdaysMin(this,t)}),N("ddd",0,0,function(t){return this.localeData().weekdaysShort(this,t)}),N("dddd",0,0,function(t){return this.localeData().weekdays(this,t)}),N("e",0,0,"weekday"),N("E",0,0,"isoWeekday"),T("day","d"),T("weekday","e"),T("isoWeekday","E"),O("day",11),O("weekday",11),O("isoWeekday",11),E("d",je),E("e",je),E("E",je),E("dd",function(t,e){return e.weekdaysMinRegex(t)}),E("ddd",function(t,e){return e.weekdaysShortRegex(t)}),E("dddd",function(t,e){return e.weekdaysRegex(t)}),Z(["dd","ddd","dddd"],function(t,e,n,i){var a=n._locale.weekdaysParse(t,i,n._strict);null!=a?e.d=a:g(n).invalidWeekday=t}),Z(["d","e","E"],function(t,e,n,i){e[i]=_(t)});var kn="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),wn="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Mn="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Sn=en,Dn=en,Cn=en;N("H",["HH",2],0,"hour"),N("h",["hh",2],0,ft),N("k",["kk",2],0,function(){return this.hours()||24}),N("hmm",0,0,function(){return""+ft.apply(this)+Y(this.minutes(),2)}),N("hmmss",0,0,function(){return""+ft.apply(this)+Y(this.minutes(),2)+Y(this.seconds(),2)}),N("Hmm",0,0,function(){return""+this.hours()+Y(this.minutes(),2)}),N("Hmmss",0,0,function(){return""+this.hours()+Y(this.minutes(),2)+Y(this.seconds(),2)}),gt("a",!0),gt("A",!1),T("hour","h"),O("hour",13),E("a",mt),E("A",mt),E("H",je),E("h",je),E("k",je),E("HH",je,Be),E("hh",je,Be),E("kk",je,Be),E("hmm",Ue),E("hmmss",qe),E("Hmm",Ue),E("Hmmss",qe),G(["H","HH"],ln),G(["k","kk"],function(t,e,n){var i=_(t);e[ln]=24===i?0:i}),G(["a","A"],function(t,e,n){n._isPm=n._locale.isPM(t),n._meridiem=t}),G(["h","hh"],function(t,e,n){e[ln]=_(t),g(n).bigHour=!0}),G("hmm",function(t,e,n){var i=t.length-2;e[ln]=_(t.substr(0,i)),e[un]=_(t.substr(i)),g(n).bigHour=!0}),G("hmmss",function(t,e,n){var i=t.length-4,a=t.length-2;e[ln]=_(t.substr(0,i)),e[un]=_(t.substr(i,2)),e[dn]=_(t.substr(a)),g(n).bigHour=!0}),G("Hmm",function(t,e,n){var i=t.length-2;e[ln]=_(t.substr(0,i)),e[un]=_(t.substr(i))}),G("Hmmss",function(t,e,n){var i=t.length-4,a=t.length-2;e[ln]=_(t.substr(0,i)),e[un]=_(t.substr(i,2)),e[dn]=_(t.substr(a))});var Pn,Tn=/[ap]\.?m?\.?/i,In=R("Hours",!0),An={calendar:Te,longDateFormat:Ie,invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:Ae,relativeTime:Oe,months:pn,monthsShort:vn,week:_n,weekdays:kn,weekdaysMin:Mn,weekdaysShort:wn,meridiemParse:Tn},On={},Fn={},Rn=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Ln=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Wn=/Z|[+-]\d\d(?::?\d\d)?/,Yn=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],Nn=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],zn=/^\/?Date\((\-?\d+)/i,Bn=/^((?:Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d?\d\s(?:Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(?:\d\d)?\d\d\s)(\d\d:\d\d)(\:\d\d)?(\s(?:UT|GMT|[ECMP][SD]T|[A-IK-Za-ik-z]|[+-]\d{4}))$/;n.createFromInputFallback=M("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))}),n.ISO_8601=function(){},n.RFC_2822=function(){};var Vn=M("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var t=Nt.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:p()}),Hn=M("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var t=Nt.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:p()}),En=["year","quarter","month","week","day","hour","minute","second","millisecond"];jt("Z",":"),jt("ZZ",""),E("Z",$e),E("ZZ",$e),G(["Z","ZZ"],function(t,e,n){n._useUTC=!0,n._tzm=Ut($e,t)});var jn=/([\+\-]|\d\d)/gi;n.updateOffset=function(){};var Un=/^(\-)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/,qn=/^(-)?P(?:(-?[0-9,.]*)Y)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)W)?(?:(-?[0-9,.]*)D)?(?:T(?:(-?[0-9,.]*)H)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)S)?)?$/;Xt.fn=Vt.prototype,Xt.invalid=function(){return Xt(NaN)};var Gn=$t(1,"add"),Zn=$t(-1,"subtract");n.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",n.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Xn=M("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(t){return void 0===t?this.localeData():this.locale(t)});N(0,["gg",2],0,function(){return this.weekYear()%100}),N(0,["GG",2],0,function(){return this.isoWeekYear()%100}),ae("gggg","weekYear"),ae("ggggg","weekYear"),ae("GGGG","isoWeekYear"),ae("GGGGG","isoWeekYear"),T("weekYear","gg"),T("isoWeekYear","GG"),O("weekYear",1),O("isoWeekYear",1),E("G",Ke),E("g",Ke),E("GG",je,Be),E("gg",je,Be),E("GGGG",Ze,He),E("gggg",Ze,He),E("GGGGG",Xe,Ee),E("ggggg",Xe,Ee),Z(["gggg","ggggg","GGGG","GGGGG"],function(t,e,n,i){e[i.substr(0,2)]=_(t)}),Z(["gg","GG"],function(t,e,i,a){e[a]=n.parseTwoDigitYear(t)}),N("Q",0,"Qo","quarter"),T("quarter","Q"),O("quarter",7),E("Q",ze),G("Q",function(t,e){e[on]=3*(_(t)-1)}),N("D",["DD",2],"Do","date"),T("date","D"),O("date",9),E("D",je),E("DD",je,Be),E("Do",function(t,e){return t?e._dayOfMonthOrdinalParse||e._ordinalParse:e._dayOfMonthOrdinalParseLenient}),G(["D","DD"],sn),G("Do",function(t,e){e[sn]=_(t.match(je)[0],10)});var Jn=R("Date",!0);N("DDD",["DDDD",3],"DDDo","dayOfYear"),T("dayOfYear","DDD"),O("dayOfYear",4),E("DDD",Ge),E("DDDD",Ve),G(["DDD","DDDD"],function(t,e,n){n._dayOfYear=_(t)}),N("m",["mm",2],0,"minute"),T("minute","m"),O("minute",14),E("m",je),E("mm",je,Be),G(["m","mm"],un);var Kn=R("Minutes",!1);N("s",["ss",2],0,"second"),T("second","s"),O("second",15),E("s",je),E("ss",je,Be),G(["s","ss"],dn);var Qn=R("Seconds",!1);N("S",0,0,function(){return~~(this.millisecond()/100)}),N(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),N(0,["SSS",3],0,"millisecond"),N(0,["SSSS",4],0,function(){return 10*this.millisecond()}),N(0,["SSSSS",5],0,function(){return 100*this.millisecond()}),N(0,["SSSSSS",6],0,function(){return 1e3*this.millisecond()}),N(0,["SSSSSSS",7],0,function(){return 1e4*this.millisecond()}),N(0,["SSSSSSSS",8],0,function(){return 1e5*this.millisecond()}),N(0,["SSSSSSSSS",9],0,function(){return 1e6*this.millisecond()}),T("millisecond","ms"),O("millisecond",16),E("S",Ge,ze),E("SS",Ge,Be),E("SSS",Ge,Ve);var $n;for($n="SSSS";$n.length<=9;$n+="S")E($n,Je);for($n="S";$n.length<=9;$n+="S")G($n,function(t,e){e[cn]=_(1e3*("0."+t))});var ti=R("Milliseconds",!1);N("z",0,0,"zoneAbbr"),N("zz",0,0,"zoneName");var ei=y.prototype;ei.add=Gn,ei.calendar=function(t,e){var i=t||Nt(),a=qt(i,this).startOf("day"),r=n.calendarFormat(this,a)||"sameElse",o=e&&(D(e[r])?e[r].call(this,i):e[r]);return this.format(o||this.localeData().calendar(r,this,Nt(i)))},ei.clone=function(){return new y(this)},ei.diff=function(t,e,n){var i,a,r,o;return this.isValid()&&(i=qt(t,this)).isValid()?(a=6e4*(i.utcOffset()-this.utcOffset()),"year"===(e=I(e))||"month"===e||"quarter"===e?(o=ee(this,i),"quarter"===e?o/=3:"year"===e&&(o/=12)):(r=this-i,o="second"===e?r/1e3:"minute"===e?r/6e4:"hour"===e?r/36e5:"day"===e?(r-a)/864e5:"week"===e?(r-a)/6048e5:r),n?o:x(o)):NaN},ei.endOf=function(t){return void 0===(t=I(t))||"millisecond"===t?this:("date"===t&&(t="day"),this.startOf(t).add(1,"isoWeek"===t?"week":t).subtract(1,"ms"))},ei.format=function(t){t||(t=this.isUtc()?n.defaultFormatUtc:n.defaultFormat);var e=V(this,t);return this.localeData().postformat(e)},ei.from=function(t,e){return this.isValid()&&(b(t)&&t.isValid()||Nt(t).isValid())?Xt({to:this,from:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},ei.fromNow=function(t){return this.from(Nt(),t)},ei.to=function(t,e){return this.isValid()&&(b(t)&&t.isValid()||Nt(t).isValid())?Xt({from:this,to:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},ei.toNow=function(t){return this.to(Nt(),t)},ei.get=function(t){return t=I(t),D(this[t])?this[t]():this},ei.invalidAt=function(){return g(this).overflow},ei.isAfter=function(t,e){var n=b(t)?t:Nt(t);return!(!this.isValid()||!n.isValid())&&("millisecond"===(e=I(o(e)?"millisecond":e))?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(e).valueOf())},ei.isBefore=function(t,e){var n=b(t)?t:Nt(t);return!(!this.isValid()||!n.isValid())&&("millisecond"===(e=I(o(e)?"millisecond":e))?this.valueOf()<n.valueOf():this.clone().endOf(e).valueOf()<n.valueOf())},ei.isBetween=function(t,e,n,i){return("("===(i=i||"()")[0]?this.isAfter(t,n):!this.isBefore(t,n))&&(")"===i[1]?this.isBefore(e,n):!this.isAfter(e,n))},ei.isSame=function(t,e){var n,i=b(t)?t:Nt(t);return!(!this.isValid()||!i.isValid())&&("millisecond"===(e=I(e||"millisecond"))?this.valueOf()===i.valueOf():(n=i.valueOf(),this.clone().startOf(e).valueOf()<=n&&n<=this.clone().endOf(e).valueOf()))},ei.isSameOrAfter=function(t,e){return this.isSame(t,e)||this.isAfter(t,e)},ei.isSameOrBefore=function(t,e){return this.isSame(t,e)||this.isBefore(t,e)},ei.isValid=function(){return m(this)},ei.lang=Xn,ei.locale=ne,ei.localeData=ie,ei.max=Hn,ei.min=Vn,ei.parsingFlags=function(){return c({},g(this))},ei.set=function(t,e){if("object"==typeof t)for(var n=F(t=A(t)),i=0;i<n.length;i++)this[n[i].unit](t[n[i].unit]);else if(t=I(t),D(this[t]))return this[t](e);return this},ei.startOf=function(t){switch(t=I(t)){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":case"date":this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)}return"week"===t&&this.weekday(0),"isoWeek"===t&&this.isoWeekday(1),"quarter"===t&&this.month(3*Math.floor(this.month()/3)),this},ei.subtract=Zn,ei.toArray=function(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]},ei.toObject=function(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}},ei.toDate=function(){return new Date(this.valueOf())},ei.toISOString=function(){if(!this.isValid())return null;var t=this.clone().utc();return t.year()<0||t.year()>9999?V(t,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):D(Date.prototype.toISOString)?this.toDate().toISOString():V(t,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]")},ei.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t="moment",e="";this.isLocal()||(t=0===this.utcOffset()?"moment.utc":"moment.parseZone",e="Z");var n="["+t+'("]',i=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",a=e+'[")]';return this.format(n+i+"-MM-DD[T]HH:mm:ss.SSS"+a)},ei.toJSON=function(){return this.isValid()?this.toISOString():null},ei.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},ei.unix=function(){return Math.floor(this.valueOf()/1e3)},ei.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},ei.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},ei.year=xn,ei.isLeapYear=function(){return nt(this.year())},ei.weekYear=function(t){return re.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},ei.isoWeekYear=function(t){return re.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)},ei.quarter=ei.quarters=function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},ei.month=$,ei.daysInMonth=function(){return J(this.year(),this.month())},ei.week=ei.weeks=function(t){var e=this.localeData().week(this);return null==t?e:this.add(7*(t-e),"d")},ei.isoWeek=ei.isoWeeks=function(t){var e=st(this,1,4).week;return null==t?e:this.add(7*(t-e),"d")},ei.weeksInYear=function(){var t=this.localeData()._week;return lt(this.year(),t.dow,t.doy)},ei.isoWeeksInYear=function(){return lt(this.year(),1,4)},ei.date=Jn,ei.day=ei.days=function(t){if(!this.isValid())return null!=t?this:NaN;var e=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=ut(t,this.localeData()),this.add(t-e,"d")):e},ei.weekday=function(t){if(!this.isValid())return null!=t?this:NaN;var e=(this.day()+7-this.localeData()._week.dow)%7;return null==t?e:this.add(t-e,"d")},ei.isoWeekday=function(t){if(!this.isValid())return null!=t?this:NaN;if(null!=t){var e=dt(t,this.localeData());return this.day(this.day()%7?e:e-7)}return this.day()||7},ei.dayOfYear=function(t){var e=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?e:this.add(t-e,"d")},ei.hour=ei.hours=In,ei.minute=ei.minutes=Kn,ei.second=ei.seconds=Qn,ei.millisecond=ei.milliseconds=ti,ei.utcOffset=function(t,e,i){var a,r=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"==typeof t){if(null===(t=Ut($e,t)))return this}else Math.abs(t)<16&&!i&&(t*=60);return!this._isUTC&&e&&(a=Gt(this)),this._offset=t,this._isUTC=!0,null!=a&&this.add(a,"m"),r!==t&&(!e||this._changeInProgress?te(this,Xt(t-r,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,n.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?r:Gt(this)},ei.utc=function(t){return this.utcOffset(0,t)},ei.local=function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(Gt(this),"m")),this},ei.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=Ut(Qe,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this},ei.hasAlignedHourOffset=function(t){return!!this.isValid()&&(t=t?Nt(t).utcOffset():0,(this.utcOffset()-t)%60==0)},ei.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},ei.isLocal=function(){return!!this.isValid()&&!this._isUTC},ei.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},ei.isUtc=Zt,ei.isUTC=Zt,ei.zoneAbbr=function(){return this._isUTC?"UTC":""},ei.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},ei.dates=M("dates accessor is deprecated. Use date instead.",Jn),ei.months=M("months accessor is deprecated. Use month instead",$),ei.years=M("years accessor is deprecated. Use year instead",xn),ei.zone=M("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",function(t,e){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,e),this):-this.utcOffset()}),ei.isDSTShifted=M("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",function(){if(!o(this._isDSTShifted))return this._isDSTShifted;var t={};if(v(t,this),(t=Lt(t))._a){var e=t._isUTC?h(t._a):Nt(t._a);this._isDSTShifted=this.isValid()&&k(t._a,e.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted});var ni=P.prototype;ni.calendar=function(t,e,n){var i=this._calendar[t]||this._calendar.sameElse;return D(i)?i.call(e,n):i},ni.longDateFormat=function(t){var e=this._longDateFormat[t],n=this._longDateFormat[t.toUpperCase()];return e||!n?e:(this._longDateFormat[t]=n.replace(/MMMM|MM|DD|dddd/g,function(t){return t.slice(1)}),this._longDateFormat[t])},ni.invalidDate=function(){return this._invalidDate},ni.ordinal=function(t){return this._ordinal.replace("%d",t)},ni.preparse=se,ni.postformat=se,ni.relativeTime=function(t,e,n,i){var a=this._relativeTime[n];return D(a)?a(t,e,n,i):a.replace(/%d/i,t)},ni.pastFuture=function(t,e){var n=this._relativeTime[t>0?"future":"past"];return D(n)?n(e):n.replace(/%s/i,e)},ni.set=function(t){var e,n;for(n in t)D(e=t[n])?this[n]=e:this["_"+n]=e;this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},ni.months=function(t,e){return t?i(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||mn).test(e)?"format":"standalone"][t.month()]:i(this._months)?this._months:this._months.standalone},ni.monthsShort=function(t,e){return t?i(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[mn.test(e)?"format":"standalone"][t.month()]:i(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},ni.monthsParse=function(t,e,n){var i,a,r;if(this._monthsParseExact)return K.call(this,t,e,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),i=0;i<12;i++){if(a=h([2e3,i]),n&&!this._longMonthsParse[i]&&(this._longMonthsParse[i]=new RegExp("^"+this.months(a,"").replace(".","")+"$","i"),this._shortMonthsParse[i]=new RegExp("^"+this.monthsShort(a,"").replace(".","")+"$","i")),n||this._monthsParse[i]||(r="^"+this.months(a,"")+"|^"+this.monthsShort(a,""),this._monthsParse[i]=new RegExp(r.replace(".",""),"i")),n&&"MMMM"===e&&this._longMonthsParse[i].test(t))return i;if(n&&"MMM"===e&&this._shortMonthsParse[i].test(t))return i;if(!n&&this._monthsParse[i].test(t))return i}},ni.monthsRegex=function(t){return this._monthsParseExact?(d(this,"_monthsRegex")||tt.call(this),t?this._monthsStrictRegex:this._monthsRegex):(d(this,"_monthsRegex")||(this._monthsRegex=bn),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)},ni.monthsShortRegex=function(t){return this._monthsParseExact?(d(this,"_monthsRegex")||tt.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(d(this,"_monthsShortRegex")||(this._monthsShortRegex=yn),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)},ni.week=function(t){return st(t,this._week.dow,this._week.doy).week},ni.firstDayOfYear=function(){return this._week.doy},ni.firstDayOfWeek=function(){return this._week.dow},ni.weekdays=function(t,e){return t?i(this._weekdays)?this._weekdays[t.day()]:this._weekdays[this._weekdays.isFormat.test(e)?"format":"standalone"][t.day()]:i(this._weekdays)?this._weekdays:this._weekdays.standalone},ni.weekdaysMin=function(t){return t?this._weekdaysMin[t.day()]:this._weekdaysMin},ni.weekdaysShort=function(t){return t?this._weekdaysShort[t.day()]:this._weekdaysShort},ni.weekdaysParse=function(t,e,n){var i,a,r;if(this._weekdaysParseExact)return ct.call(this,t,e,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),i=0;i<7;i++){if(a=h([2e3,1]).day(i),n&&!this._fullWeekdaysParse[i]&&(this._fullWeekdaysParse[i]=new RegExp("^"+this.weekdays(a,"").replace(".",".?")+"$","i"),this._shortWeekdaysParse[i]=new RegExp("^"+this.weekdaysShort(a,"").replace(".",".?")+"$","i"),this._minWeekdaysParse[i]=new RegExp("^"+this.weekdaysMin(a,"").replace(".",".?")+"$","i")),this._weekdaysParse[i]||(r="^"+this.weekdays(a,"")+"|^"+this.weekdaysShort(a,"")+"|^"+this.weekdaysMin(a,""),this._weekdaysParse[i]=new RegExp(r.replace(".",""),"i")),n&&"dddd"===e&&this._fullWeekdaysParse[i].test(t))return i;if(n&&"ddd"===e&&this._shortWeekdaysParse[i].test(t))return i;if(n&&"dd"===e&&this._minWeekdaysParse[i].test(t))return i;if(!n&&this._weekdaysParse[i].test(t))return i}},ni.weekdaysRegex=function(t){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||ht.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(d(this,"_weekdaysRegex")||(this._weekdaysRegex=Sn),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)},ni.weekdaysShortRegex=function(t){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||ht.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(d(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Dn),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},ni.weekdaysMinRegex=function(t){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||ht.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(d(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Cn),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},ni.isPM=function(t){return"p"===(t+"").toLowerCase().charAt(0)},ni.meridiem=function(t,e,n){return t>11?n?"pm":"PM":n?"am":"AM"},bt("en",{dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10;return t+(1===_(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")}}),n.lang=M("moment.lang is deprecated. Use moment.locale instead.",bt),n.langData=M("moment.langData is deprecated. Use moment.localeData instead.",_t);var ii=Math.abs,ai=me("ms"),ri=me("s"),oi=me("m"),si=me("h"),li=me("d"),ui=me("w"),di=me("M"),ci=me("y"),hi=pe("milliseconds"),fi=pe("seconds"),gi=pe("minutes"),mi=pe("hours"),pi=pe("days"),vi=pe("months"),yi=pe("years"),bi=Math.round,xi={ss:44,s:45,m:45,h:22,d:26,M:11},_i=Math.abs,ki=Vt.prototype;return ki.isValid=function(){return this._isValid},ki.abs=function(){var t=this._data;return this._milliseconds=ii(this._milliseconds),this._days=ii(this._days),this._months=ii(this._months),t.milliseconds=ii(t.milliseconds),t.seconds=ii(t.seconds),t.minutes=ii(t.minutes),t.hours=ii(t.hours),t.months=ii(t.months),t.years=ii(t.years),this},ki.add=function(t,e){return ce(this,t,e,1)},ki.subtract=function(t,e){return ce(this,t,e,-1)},ki.as=function(t){if(!this.isValid())return NaN;var e,n,i=this._milliseconds;if("month"===(t=I(t))||"year"===t)return e=this._days+i/864e5,n=this._months+fe(e),"month"===t?n:n/12;switch(e=this._days+Math.round(ge(this._months)),t){case"week":return e/7+i/6048e5;case"day":return e+i/864e5;case"hour":return 24*e+i/36e5;case"minute":return 1440*e+i/6e4;case"second":return 86400*e+i/1e3;case"millisecond":return Math.floor(864e5*e)+i;default:throw new Error("Unknown unit "+t)}},ki.asMilliseconds=ai,ki.asSeconds=ri,ki.asMinutes=oi,ki.asHours=si,ki.asDays=li,ki.asWeeks=ui,ki.asMonths=di,ki.asYears=ci,ki.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*_(this._months/12):NaN},ki._bubble=function(){var t,e,n,i,a,r=this._milliseconds,o=this._days,s=this._months,l=this._data;return r>=0&&o>=0&&s>=0||r<=0&&o<=0&&s<=0||(r+=864e5*he(ge(s)+o),o=0,s=0),l.milliseconds=r%1e3,t=x(r/1e3),l.seconds=t%60,e=x(t/60),l.minutes=e%60,n=x(e/60),l.hours=n%24,o+=x(n/24),a=x(fe(o)),s+=a,o-=he(ge(a)),i=x(s/12),s%=12,l.days=o,l.months=s,l.years=i,this},ki.get=function(t){return t=I(t),this.isValid()?this[t+"s"]():NaN},ki.milliseconds=hi,ki.seconds=fi,ki.minutes=gi,ki.hours=mi,ki.days=pi,ki.weeks=function(){return x(this.days()/7)},ki.months=vi,ki.years=yi,ki.humanize=function(t){if(!this.isValid())return this.localeData().invalidDate();var e=this.localeData(),n=ye(this,!t,e);return t&&(n=e.pastFuture(+this,n)),e.postformat(n)},ki.toISOString=be,ki.toString=be,ki.toJSON=be,ki.locale=ne,ki.localeData=ie,ki.toIsoString=M("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",be),ki.lang=Xn,N("X",0,0,"unix"),N("x",0,0,"valueOf"),E("x",Ke),E("X",tn),G("X",function(t,e,n){n._d=new Date(1e3*parseFloat(t,10))}),G("x",function(t,e,n){n._d=new Date(_(t))}),n.version="2.18.1",function(t){xe=t}(Nt),n.fn=ei,n.min=function(){return zt("isBefore",[].slice.call(arguments,0))},n.max=function(){return zt("isAfter",[].slice.call(arguments,0))},n.now=function(){return Date.now?Date.now():+new Date},n.utc=h,n.unix=function(t){return Nt(1e3*t)},n.months=function(t,e){return ue(t,e,"months")},n.isDate=l,n.locale=bt,n.invalid=p,n.duration=Xt,n.isMoment=b,n.weekdays=function(t,e,n){return de(t,e,n,"weekdays")},n.parseZone=function(){return Nt.apply(null,arguments).parseZone()},n.localeData=_t,n.isDuration=Ht,n.monthsShort=function(t,e){return ue(t,e,"monthsShort")},n.weekdaysMin=function(t,e,n){return de(t,e,n,"weekdaysMin")},n.defineLocale=xt,n.updateLocale=function(t,e){if(null!=e){var n,i=An;null!=On[t]&&(i=On[t]._config),(n=new P(e=C(i,e))).parentLocale=On[t],On[t]=n,bt(t)}else null!=On[t]&&(null!=On[t].parentLocale?On[t]=On[t].parentLocale:null!=On[t]&&delete On[t]);return On[t]},n.locales=function(){return Pe(On)},n.weekdaysShort=function(t,e,n){return de(t,e,n,"weekdaysShort")},n.normalizeUnits=I,n.relativeTimeRounding=function(t){return void 0===t?bi:"function"==typeof t&&(bi=t,!0)},n.relativeTimeThreshold=function(t,e){return void 0!==xi[t]&&(void 0===e?xi[t]:(xi[t]=e,"s"===t&&(xi.ss=e-1),!0))},n.calendarFormat=function(t,e){var n=t.diff(e,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"},n.prototype=ei,n})},{}],7:[function(t,e,n){var i=t(29)();i.helpers=t(45),t(27)(i),i.defaults=t(25),i.Element=t(26),i.elements=t(40),i.Interaction=t(28),i.platform=t(48),t(31)(i),t(22)(i),t(23)(i),t(24)(i),t(30)(i),t(33)(i),t(32)(i),t(35)(i),t(54)(i),t(52)(i),t(53)(i),t(55)(i),t(56)(i),t(57)(i),t(15)(i),t(16)(i),t(17)(i),t(18)(i),t(19)(i),t(20)(i),t(21)(i),t(8)(i),t(9)(i),t(10)(i),t(11)(i),t(12)(i),t(13)(i),t(14)(i);var a=[];a.push(t(49)(i),t(50)(i),t(51)(i)),i.plugins.register(a),i.platform.initialize(),e.exports=i,"undefined"!=typeof window&&(window.Chart=i),i.canvasHelpers=i.helpers.canvas},{10:10,11:11,12:12,13:13,14:14,15:15,16:16,17:17,18:18,19:19,20:20,21:21,22:22,23:23,24:24,25:25,26:26,27:27,28:28,29:29,30:30,31:31,32:32,33:33,35:35,40:40,45:45,48:48,49:49,50:50,51:51,52:52,53:53,54:54,55:55,56:56,57:57,8:8,9:9}],8:[function(t,e,n){"use strict";e.exports=function(t){t.Bar=function(e,n){return n.type="bar",new t(e,n)}}},{}],9:[function(t,e,n){"use strict";e.exports=function(t){t.Bubble=function(e,n){return n.type="bubble",new t(e,n)}}},{}],10:[function(t,e,n){"use strict";e.exports=function(t){t.Doughnut=function(e,n){return n.type="doughnut",new t(e,n)}}},{}],11:[function(t,e,n){"use strict";e.exports=function(t){t.Line=function(e,n){return n.type="line",new t(e,n)}}},{}],12:[function(t,e,n){"use strict";e.exports=function(t){t.PolarArea=function(e,n){return n.type="polarArea",new t(e,n)}}},{}],13:[function(t,e,n){"use strict";e.exports=function(t){t.Radar=function(e,n){return n.type="radar",new t(e,n)}}},{}],14:[function(t,e,n){"use strict";e.exports=function(t){t.Scatter=function(e,n){return n.type="scatter",new t(e,n)}}},{}],15:[function(t,e,n){"use strict";var i=t(25),a=t(40),r=t(45);i._set("bar",{hover:{mode:"label"},scales:{xAxes:[{type:"category",categoryPercentage:.8,barPercentage:.9,offset:!0,gridLines:{offsetGridLines:!0}}],yAxes:[{type:"linear"}]}}),i._set("horizontalBar",{hover:{mode:"index",axis:"y"},scales:{xAxes:[{type:"linear",position:"bottom"}],yAxes:[{position:"left",type:"category",categoryPercentage:.8,barPercentage:.9,offset:!0,gridLines:{offsetGridLines:!0}}]},elements:{rectangle:{borderSkipped:"left"}},tooltips:{callbacks:{title:function(t,e){var n="";return t.length>0&&(t[0].yLabel?n=t[0].yLabel:e.labels.length>0&&t[0].index<e.labels.length&&(n=e.labels[t[0].index])),n},label:function(t,e){return(e.datasets[t.datasetIndex].label||"")+": "+t.xLabel}},mode:"index",axis:"y"}}),e.exports=function(t){t.controllers.bar=t.DatasetController.extend({dataElementType:a.Rectangle,initialize:function(){var e,n=this;t.DatasetController.prototype.initialize.apply(n,arguments),(e=n.getMeta()).stack=n.getDataset().stack,e.bar=!0},update:function(t){var e,n,i=this,a=i.getMeta().data;for(i._ruler=i.getRuler(),e=0,n=a.length;e<n;++e)i.updateElement(a[e],e,t)},updateElement:function(t,e,n){var i=this,a=i.chart,o=i.getMeta(),s=i.getDataset(),l=t.custom||{},u=a.options.elements.rectangle;t._xScale=i.getScaleForId(o.xAxisID),t._yScale=i.getScaleForId(o.yAxisID),t._datasetIndex=i.index,t._index=e,t._model={datasetLabel:s.label,label:a.data.labels[e],borderSkipped:l.borderSkipped?l.borderSkipped:u.borderSkipped,backgroundColor:l.backgroundColor?l.backgroundColor:r.valueAtIndexOrDefault(s.backgroundColor,e,u.backgroundColor),borderColor:l.borderColor?l.borderColor:r.valueAtIndexOrDefault(s.borderColor,e,u.borderColor),borderWidth:l.borderWidth?l.borderWidth:r.valueAtIndexOrDefault(s.borderWidth,e,u.borderWidth)},i.updateElementGeometry(t,e,n),t.pivot()},updateElementGeometry:function(t,e,n){var i=this,a=t._model,r=i.getValueScale(),o=r.getBasePixel(),s=r.isHorizontal(),l=i._ruler||i.getRuler(),u=i.calculateBarValuePixels(i.index,e),d=i.calculateBarIndexPixels(i.index,e,l);a.horizontal=s,a.base=n?o:u.base,a.x=s?n?o:u.head:d.center,a.y=s?d.center:n?o:u.head,a.height=s?d.size:void 0,a.width=s?void 0:d.size},getValueScaleId:function(){return this.getMeta().yAxisID},getIndexScaleId:function(){return this.getMeta().xAxisID},getValueScale:function(){return this.getScaleForId(this.getValueScaleId())},getIndexScale:function(){return this.getScaleForId(this.getIndexScaleId())},getStackCount:function(t){var e,n,i=this,a=i.chart,r=i.getIndexScale().options.stacked,o=void 0===t?a.data.datasets.length:t+1,s=[];for(e=0;e<o;++e)(n=a.getDatasetMeta(e)).bar&&a.isDatasetVisible(e)&&(!1===r||!0===r&&-1===s.indexOf(n.stack)||void 0===r&&(void 0===n.stack||-1===s.indexOf(n.stack)))&&s.push(n.stack);return s.length},getStackIndex:function(t){return this.getStackCount(t)-1},getRuler:function(){var t,e,n=this,i=n.getIndexScale(),a=n.getStackCount(),r=n.index,o=[],s=i.isHorizontal(),l=s?i.left:i.top,u=l+(s?i.width:i.height);for(t=0,e=n.getMeta().data.length;t<e;++t)o.push(i.getPixelForValue(null,t,r));return{pixels:o,start:l,end:u,stackCount:a,scale:i}},calculateBarValuePixels:function(t,e){var n,i,a,r,o,s,l=this,u=l.chart,d=l.getMeta(),c=l.getValueScale(),h=u.data.datasets,f=c.getRightValue(h[t].data[e]),g=c.options.stacked,m=d.stack,p=0;if(g||void 0===g&&void 0!==m)for(n=0;n<t;++n)(i=u.getDatasetMeta(n)).bar&&i.stack===m&&i.controller.getValueScaleId()===c.id&&u.isDatasetVisible(n)&&(a=c.getRightValue(h[n].data[e]),(f<0&&a<0||f>=0&&a>0)&&(p+=a));return r=c.getPixelForValue(p),o=c.getPixelForValue(p+f),s=(o-r)/2,{size:s,base:r,head:o,center:o+s/2}},calculateBarIndexPixels:function(t,e,n){var i,a,o,s,l,u,d=this,c=n.scale.options,h=d.getStackIndex(t),f=n.pixels,g=f[e],m=f.length,p=n.start,v=n.end;return 1===m?(i=g>p?g-p:v-g,a=g<v?v-g:g-p):(e>0&&(i=(g-f[e-1])/2,e===m-1&&(a=i)),e<m-1&&(a=(f[e+1]-g)/2,0===e&&(i=a))),o=i*c.categoryPercentage,s=a*c.categoryPercentage,l=(o+s)/n.stackCount,u=l*c.barPercentage,u=Math.min(r.valueOrDefault(c.barThickness,u),r.valueOrDefault(c.maxBarThickness,1/0)),g-=o,g+=l*h,g+=(l-u)/2,{size:u,base:g,head:g+u,center:g+u/2}},draw:function(){var t=this,e=t.chart,n=t.getValueScale(),i=t.getMeta().data,a=t.getDataset(),o=i.length,s=0;for(r.canvas.clipArea(e.ctx,e.chartArea);s<o;++s)isNaN(n.getRightValue(a.data[s]))||i[s].draw();r.canvas.unclipArea(e.ctx)},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t._index,i=t.custom||{},a=t._model;a.backgroundColor=i.hoverBackgroundColor?i.hoverBackgroundColor:r.valueAtIndexOrDefault(e.hoverBackgroundColor,n,r.getHoverColor(a.backgroundColor)),a.borderColor=i.hoverBorderColor?i.hoverBorderColor:r.valueAtIndexOrDefault(e.hoverBorderColor,n,r.getHoverColor(a.borderColor)),a.borderWidth=i.hoverBorderWidth?i.hoverBorderWidth:r.valueAtIndexOrDefault(e.hoverBorderWidth,n,a.borderWidth)},removeHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t._index,i=t.custom||{},a=t._model,o=this.chart.options.elements.rectangle;a.backgroundColor=i.backgroundColor?i.backgroundColor:r.valueAtIndexOrDefault(e.backgroundColor,n,o.backgroundColor),a.borderColor=i.borderColor?i.borderColor:r.valueAtIndexOrDefault(e.borderColor,n,o.borderColor),a.borderWidth=i.borderWidth?i.borderWidth:r.valueAtIndexOrDefault(e.borderWidth,n,o.borderWidth)}}),t.controllers.horizontalBar=t.controllers.bar.extend({getValueScaleId:function(){return this.getMeta().xAxisID},getIndexScaleId:function(){return this.getMeta().yAxisID}})}},{25:25,40:40,45:45}],16:[function(t,e,n){"use strict";var i=t(25),a=t(40),r=t(45);i._set("bubble",{hover:{mode:"single"},scales:{xAxes:[{type:"linear",position:"bottom",id:"x-axis-0"}],yAxes:[{type:"linear",position:"left",id:"y-axis-0"}]},tooltips:{callbacks:{title:function(){return""},label:function(t,e){var n=e.datasets[t.datasetIndex].label||"",i=e.datasets[t.datasetIndex].data[t.index];return n+": ("+t.xLabel+", "+t.yLabel+", "+i.r+")"}}}}),e.exports=function(t){t.controllers.bubble=t.DatasetController.extend({dataElementType:a.Point,update:function(t){var e=this,n=e.getMeta().data;r.each(n,function(n,i){e.updateElement(n,i,t)})},updateElement:function(t,e,n){var i=this,a=i.getMeta(),r=t.custom||{},o=i.getScaleForId(a.xAxisID),s=i.getScaleForId(a.yAxisID),l=i._resolveElementOptions(t,e),u=i.getDataset().data[e],d=i.index,c=n?o.getPixelForDecimal(.5):o.getPixelForValue("object"==typeof u?u:NaN,e,d),h=n?s.getBasePixel():s.getPixelForValue(u,e,d);t._xScale=o,t._yScale=s,t._options=l,t._datasetIndex=d,t._index=e,t._model={backgroundColor:l.backgroundColor,borderColor:l.borderColor,borderWidth:l.borderWidth,hitRadius:l.hitRadius,pointStyle:l.pointStyle,radius:n?0:l.radius,skip:r.skip||isNaN(c)||isNaN(h),x:c,y:h},t.pivot()},setHoverStyle:function(t){var e=t._model,n=t._options;e.backgroundColor=r.valueOrDefault(n.hoverBackgroundColor,r.getHoverColor(n.backgroundColor)),e.borderColor=r.valueOrDefault(n.hoverBorderColor,r.getHoverColor(n.borderColor)),e.borderWidth=r.valueOrDefault(n.hoverBorderWidth,n.borderWidth),e.radius=n.radius+n.hoverRadius},removeHoverStyle:function(t){var e=t._model,n=t._options;e.backgroundColor=n.backgroundColor,e.borderColor=n.borderColor,e.borderWidth=n.borderWidth,e.radius=n.radius},_resolveElementOptions:function(t,e){var n,i,a,o=this,s=o.chart,l=s.data.datasets[o.index],u=t.custom||{},d=s.options.elements.point,c=r.options.resolve,h=l.data[e],f={},g={chart:s,dataIndex:e,dataset:l,datasetIndex:o.index},m=["backgroundColor","borderColor","borderWidth","hoverBackgroundColor","hoverBorderColor","hoverBorderWidth","hoverRadius","hitRadius","pointStyle"];for(n=0,i=m.length;n<i;++n)f[a=m[n]]=c([u[a],l[a],d[a]],g,e);return f.radius=c([u.radius,h?h.r:void 0,l.radius,d.radius],g,e),f}})}},{25:25,40:40,45:45}],17:[function(t,e,n){"use strict";var i=t(25),a=t(40),r=t(45);i._set("doughnut",{animation:{animateRotate:!0,animateScale:!1},hover:{mode:"single"},legendCallback:function(t){var e=[];e.push('<ul class="'+t.id+'-legend">');var n=t.data,i=n.datasets,a=n.labels;if(i.length)for(var r=0;r<i[0].data.length;++r)e.push('<li><span style="background-color:'+i[0].backgroundColor[r]+'"></span>'),a[r]&&e.push(a[r]),e.push("</li>");return e.push("</ul>"),e.join("")},legend:{labels:{generateLabels:function(t){var e=t.data;return e.labels.length&&e.datasets.length?e.labels.map(function(n,i){var a=t.getDatasetMeta(0),o=e.datasets[0],s=a.data[i],l=s&&s.custom||{},u=r.valueAtIndexOrDefault,d=t.options.elements.arc;return{text:n,fillStyle:l.backgroundColor?l.backgroundColor:u(o.backgroundColor,i,d.backgroundColor),strokeStyle:l.borderColor?l.borderColor:u(o.borderColor,i,d.borderColor),lineWidth:l.borderWidth?l.borderWidth:u(o.borderWidth,i,d.borderWidth),hidden:isNaN(o.data[i])||a.data[i].hidden,index:i}}):[]}},onClick:function(t,e){var n,i,a,r=e.index,o=this.chart;for(n=0,i=(o.data.datasets||[]).length;n<i;++n)(a=o.getDatasetMeta(n)).data[r]&&(a.data[r].hidden=!a.data[r].hidden);o.update()}},cutoutPercentage:50,rotation:-.5*Math.PI,circumference:2*Math.PI,tooltips:{callbacks:{title:function(){return""},label:function(t,e){var n=e.labels[t.index],i=": "+e.datasets[t.datasetIndex].data[t.index];return r.isArray(n)?(n=n.slice())[0]+=i:n+=i,n}}}}),i._set("pie",r.clone(i.doughnut)),i._set("pie",{cutoutPercentage:0}),e.exports=function(t){t.controllers.doughnut=t.controllers.pie=t.DatasetController.extend({dataElementType:a.Arc,linkScales:r.noop,getRingIndex:function(t){for(var e=0,n=0;n<t;++n)this.chart.isDatasetVisible(n)&&++e;return e},update:function(t){var e=this,n=e.chart,i=n.chartArea,a=n.options,o=a.elements.arc,s=i.right-i.left-o.borderWidth,l=i.bottom-i.top-o.borderWidth,u=Math.min(s,l),d={x:0,y:0},c=e.getMeta(),h=a.cutoutPercentage,f=a.circumference;if(f<2*Math.PI){var g=a.rotation%(2*Math.PI),m=(g+=2*Math.PI*(g>=Math.PI?-1:g<-Math.PI?1:0))+f,p={x:Math.cos(g),y:Math.sin(g)},v={x:Math.cos(m),y:Math.sin(m)},y=g<=0&&m>=0||g<=2*Math.PI&&2*Math.PI<=m,b=g<=.5*Math.PI&&.5*Math.PI<=m||g<=2.5*Math.PI&&2.5*Math.PI<=m,x=g<=-Math.PI&&-Math.PI<=m||g<=Math.PI&&Math.PI<=m,_=g<=.5*-Math.PI&&.5*-Math.PI<=m||g<=1.5*Math.PI&&1.5*Math.PI<=m,k=h/100,w={x:x?-1:Math.min(p.x*(p.x<0?1:k),v.x*(v.x<0?1:k)),y:_?-1:Math.min(p.y*(p.y<0?1:k),v.y*(v.y<0?1:k))},M={x:y?1:Math.max(p.x*(p.x>0?1:k),v.x*(v.x>0?1:k)),y:b?1:Math.max(p.y*(p.y>0?1:k),v.y*(v.y>0?1:k))},S={width:.5*(M.x-w.x),height:.5*(M.y-w.y)};u=Math.min(s/S.width,l/S.height),d={x:-.5*(M.x+w.x),y:-.5*(M.y+w.y)}}n.borderWidth=e.getMaxBorderWidth(c.data),n.outerRadius=Math.max((u-n.borderWidth)/2,0),n.innerRadius=Math.max(h?n.outerRadius/100*h:0,0),n.radiusLength=(n.outerRadius-n.innerRadius)/n.getVisibleDatasetCount(),n.offsetX=d.x*n.outerRadius,n.offsetY=d.y*n.outerRadius,c.total=e.calculateTotal(),e.outerRadius=n.outerRadius-n.radiusLength*e.getRingIndex(e.index),e.innerRadius=Math.max(e.outerRadius-n.radiusLength,0),r.each(c.data,function(n,i){e.updateElement(n,i,t)})},updateElement:function(t,e,n){var i=this,a=i.chart,o=a.chartArea,s=a.options,l=s.animation,u=(o.left+o.right)/2,d=(o.top+o.bottom)/2,c=s.rotation,h=s.rotation,f=i.getDataset(),g=n&&l.animateRotate?0:t.hidden?0:i.calculateCircumference(f.data[e])*(s.circumference/(2*Math.PI)),m=n&&l.animateScale?0:i.innerRadius,p=n&&l.animateScale?0:i.outerRadius,v=r.valueAtIndexOrDefault;r.extend(t,{_datasetIndex:i.index,_index:e,_model:{x:u+a.offsetX,y:d+a.offsetY,startAngle:c,endAngle:h,circumference:g,outerRadius:p,innerRadius:m,label:v(f.label,e,a.data.labels[e])}});var y=t._model;this.removeHoverStyle(t),n&&l.animateRotate||(y.startAngle=0===e?s.rotation:i.getMeta().data[e-1]._model.endAngle,y.endAngle=y.startAngle+y.circumference),t.pivot()},removeHoverStyle:function(e){t.DatasetController.prototype.removeHoverStyle.call(this,e,this.chart.options.elements.arc)},calculateTotal:function(){var t,e=this.getDataset(),n=this.getMeta(),i=0;return r.each(n.data,function(n,a){t=e.data[a],isNaN(t)||n.hidden||(i+=Math.abs(t))}),i},calculateCircumference:function(t){var e=this.getMeta().total;return e>0&&!isNaN(t)?2*Math.PI*(t/e):0},getMaxBorderWidth:function(t){for(var e,n,i=0,a=this.index,r=t.length,o=0;o<r;o++)e=t[o]._model?t[o]._model.borderWidth:0,i=(n=t[o]._chart?t[o]._chart.config.data.datasets[a].hoverBorderWidth:0)>(i=e>i?e:i)?n:i;return i}})}},{25:25,40:40,45:45}],18:[function(t,e,n){"use strict";var i=t(25),a=t(40),r=t(45);i._set("line",{showLines:!0,spanGaps:!1,hover:{mode:"label"},scales:{xAxes:[{type:"category",id:"x-axis-0"}],yAxes:[{type:"linear",id:"y-axis-0"}]}}),e.exports=function(t){function e(t,e){return r.valueOrDefault(t.showLine,e.showLines)}t.controllers.line=t.DatasetController.extend({datasetElementType:a.Line,dataElementType:a.Point,update:function(t){var n,i,a,o=this,s=o.getMeta(),l=s.dataset,u=s.data||[],d=o.chart.options,c=d.elements.line,h=o.getScaleForId(s.yAxisID),f=o.getDataset(),g=e(f,d);for(g&&(a=l.custom||{},void 0!==f.tension&&void 0===f.lineTension&&(f.lineTension=f.tension),l._scale=h,l._datasetIndex=o.index,l._children=u,l._model={spanGaps:f.spanGaps?f.spanGaps:d.spanGaps,tension:a.tension?a.tension:r.valueOrDefault(f.lineTension,c.tension),backgroundColor:a.backgroundColor?a.backgroundColor:f.backgroundColor||c.backgroundColor,borderWidth:a.borderWidth?a.borderWidth:f.borderWidth||c.borderWidth,borderColor:a.borderColor?a.borderColor:f.borderColor||c.borderColor,borderCapStyle:a.borderCapStyle?a.borderCapStyle:f.borderCapStyle||c.borderCapStyle,borderDash:a.borderDash?a.borderDash:f.borderDash||c.borderDash,borderDashOffset:a.borderDashOffset?a.borderDashOffset:f.borderDashOffset||c.borderDashOffset,borderJoinStyle:a.borderJoinStyle?a.borderJoinStyle:f.borderJoinStyle||c.borderJoinStyle,fill:a.fill?a.fill:void 0!==f.fill?f.fill:c.fill,steppedLine:a.steppedLine?a.steppedLine:r.valueOrDefault(f.steppedLine,c.stepped),cubicInterpolationMode:a.cubicInterpolationMode?a.cubicInterpolationMode:r.valueOrDefault(f.cubicInterpolationMode,c.cubicInterpolationMode)},l.pivot()),n=0,i=u.length;n<i;++n)o.updateElement(u[n],n,t);for(g&&0!==l._model.tension&&o.updateBezierControlPoints(),n=0,i=u.length;n<i;++n)u[n].pivot()},getPointBackgroundColor:function(t,e){var n=this.chart.options.elements.point.backgroundColor,i=this.getDataset(),a=t.custom||{};return a.backgroundColor?n=a.backgroundColor:i.pointBackgroundColor?n=r.valueAtIndexOrDefault(i.pointBackgroundColor,e,n):i.backgroundColor&&(n=i.backgroundColor),n},getPointBorderColor:function(t,e){var n=this.chart.options.elements.point.borderColor,i=this.getDataset(),a=t.custom||{};return a.borderColor?n=a.borderColor:i.pointBorderColor?n=r.valueAtIndexOrDefault(i.pointBorderColor,e,n):i.borderColor&&(n=i.borderColor),n},getPointBorderWidth:function(t,e){var n=this.chart.options.elements.point.borderWidth,i=this.getDataset(),a=t.custom||{};return isNaN(a.borderWidth)?!isNaN(i.pointBorderWidth)||r.isArray(i.pointBorderWidth)?n=r.valueAtIndexOrDefault(i.pointBorderWidth,e,n):isNaN(i.borderWidth)||(n=i.borderWidth):n=a.borderWidth,n},updateElement:function(t,e,n){var i,a,o=this,s=o.getMeta(),l=t.custom||{},u=o.getDataset(),d=o.index,c=u.data[e],h=o.getScaleForId(s.yAxisID),f=o.getScaleForId(s.xAxisID),g=o.chart.options.elements.point;void 0!==u.radius&&void 0===u.pointRadius&&(u.pointRadius=u.radius),void 0!==u.hitRadius&&void 0===u.pointHitRadius&&(u.pointHitRadius=u.hitRadius),i=f.getPixelForValue("object"==typeof c?c:NaN,e,d),a=n?h.getBasePixel():o.calculatePointY(c,e,d),t._xScale=f,t._yScale=h,t._datasetIndex=d,t._index=e,t._model={x:i,y:a,skip:l.skip||isNaN(i)||isNaN(a),radius:l.radius||r.valueAtIndexOrDefault(u.pointRadius,e,g.radius),pointStyle:l.pointStyle||r.valueAtIndexOrDefault(u.pointStyle,e,g.pointStyle),backgroundColor:o.getPointBackgroundColor(t,e),borderColor:o.getPointBorderColor(t,e),borderWidth:o.getPointBorderWidth(t,e),tension:s.dataset._model?s.dataset._model.tension:0,steppedLine:!!s.dataset._model&&s.dataset._model.steppedLine,hitRadius:l.hitRadius||r.valueAtIndexOrDefault(u.pointHitRadius,e,g.hitRadius)}},calculatePointY:function(t,e,n){var i,a,r,o=this,s=o.chart,l=o.getMeta(),u=o.getScaleForId(l.yAxisID),d=0,c=0;if(u.options.stacked){for(i=0;i<n;i++)if(a=s.data.datasets[i],"line"===(r=s.getDatasetMeta(i)).type&&r.yAxisID===u.id&&s.isDatasetVisible(i)){var h=Number(u.getRightValue(a.data[e]));h<0?c+=h||0:d+=h||0}var f=Number(u.getRightValue(t));return f<0?u.getPixelForValue(c+f):u.getPixelForValue(d+f)}return u.getPixelForValue(t)},updateBezierControlPoints:function(){function t(t,e,n){return Math.max(Math.min(t,n),e)}var e,n,i,a,o=this,s=o.getMeta(),l=o.chart.chartArea,u=s.data||[];if(s.dataset._model.spanGaps&&(u=u.filter(function(t){return!t._model.skip})),"monotone"===s.dataset._model.cubicInterpolationMode)r.splineCurveMonotone(u);else for(e=0,n=u.length;e<n;++e)i=u[e]._model,a=r.splineCurve(r.previousItem(u,e)._model,i,r.nextItem(u,e)._model,s.dataset._model.tension),i.controlPointPreviousX=a.previous.x,i.controlPointPreviousY=a.previous.y,i.controlPointNextX=a.next.x,i.controlPointNextY=a.next.y;if(o.chart.options.elements.line.capBezierPoints)for(e=0,n=u.length;e<n;++e)(i=u[e]._model).controlPointPreviousX=t(i.controlPointPreviousX,l.left,l.right),i.controlPointPreviousY=t(i.controlPointPreviousY,l.top,l.bottom),i.controlPointNextX=t(i.controlPointNextX,l.left,l.right),i.controlPointNextY=t(i.controlPointNextY,l.top,l.bottom)},draw:function(){var t=this,n=t.chart,i=t.getMeta(),a=i.data||[],o=n.chartArea,s=a.length,l=0;for(r.canvas.clipArea(n.ctx,o),e(t.getDataset(),n.options)&&i.dataset.draw(),r.canvas.unclipArea(n.ctx);l<s;++l)a[l].draw(o)},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t._index,i=t.custom||{},a=t._model;a.radius=i.hoverRadius||r.valueAtIndexOrDefault(e.pointHoverRadius,n,this.chart.options.elements.point.hoverRadius),a.backgroundColor=i.hoverBackgroundColor||r.valueAtIndexOrDefault(e.pointHoverBackgroundColor,n,r.getHoverColor(a.backgroundColor)),a.borderColor=i.hoverBorderColor||r.valueAtIndexOrDefault(e.pointHoverBorderColor,n,r.getHoverColor(a.borderColor)),a.borderWidth=i.hoverBorderWidth||r.valueAtIndexOrDefault(e.pointHoverBorderWidth,n,a.borderWidth)},removeHoverStyle:function(t){var e=this,n=e.chart.data.datasets[t._datasetIndex],i=t._index,a=t.custom||{},o=t._model;void 0!==n.radius&&void 0===n.pointRadius&&(n.pointRadius=n.radius),o.radius=a.radius||r.valueAtIndexOrDefault(n.pointRadius,i,e.chart.options.elements.point.radius),o.backgroundColor=e.getPointBackgroundColor(t,i),o.borderColor=e.getPointBorderColor(t,i),o.borderWidth=e.getPointBorderWidth(t,i)}})}},{25:25,40:40,45:45}],19:[function(t,e,n){"use strict";var i=t(25),a=t(40),r=t(45);i._set("polarArea",{scale:{type:"radialLinear",angleLines:{display:!1},gridLines:{circular:!0},pointLabels:{display:!1},ticks:{beginAtZero:!0}},animation:{animateRotate:!0,animateScale:!0},startAngle:-.5*Math.PI,legendCallback:function(t){var e=[];e.push('<ul class="'+t.id+'-legend">');var n=t.data,i=n.datasets,a=n.labels;if(i.length)for(var r=0;r<i[0].data.length;++r)e.push('<li><span style="background-color:'+i[0].backgroundColor[r]+'"></span>'),a[r]&&e.push(a[r]),e.push("</li>");return e.push("</ul>"),e.join("")},legend:{labels:{generateLabels:function(t){var e=t.data;return e.labels.length&&e.datasets.length?e.labels.map(function(n,i){var a=t.getDatasetMeta(0),o=e.datasets[0],s=a.data[i].custom||{},l=r.valueAtIndexOrDefault,u=t.options.elements.arc;return{text:n,fillStyle:s.backgroundColor?s.backgroundColor:l(o.backgroundColor,i,u.backgroundColor),strokeStyle:s.borderColor?s.borderColor:l(o.borderColor,i,u.borderColor),lineWidth:s.borderWidth?s.borderWidth:l(o.borderWidth,i,u.borderWidth),hidden:isNaN(o.data[i])||a.data[i].hidden,index:i}}):[]}},onClick:function(t,e){var n,i,a,r=e.index,o=this.chart;for(n=0,i=(o.data.datasets||[]).length;n<i;++n)(a=o.getDatasetMeta(n)).data[r].hidden=!a.data[r].hidden;o.update()}},tooltips:{callbacks:{title:function(){return""},label:function(t,e){return e.labels[t.index]+": "+t.yLabel}}}}),e.exports=function(t){t.controllers.polarArea=t.DatasetController.extend({dataElementType:a.Arc,linkScales:r.noop,update:function(t){var e=this,n=e.chart,i=n.chartArea,a=e.getMeta(),o=n.options,s=o.elements.arc,l=Math.min(i.right-i.left,i.bottom-i.top);n.outerRadius=Math.max((l-s.borderWidth/2)/2,0),n.innerRadius=Math.max(o.cutoutPercentage?n.outerRadius/100*o.cutoutPercentage:1,0),n.radiusLength=(n.outerRadius-n.innerRadius)/n.getVisibleDatasetCount(),e.outerRadius=n.outerRadius-n.radiusLength*e.index,e.innerRadius=e.outerRadius-n.radiusLength,a.count=e.countVisibleElements(),r.each(a.data,function(n,i){e.updateElement(n,i,t)})},updateElement:function(t,e,n){for(var i=this,a=i.chart,o=i.getDataset(),s=a.options,l=s.animation,u=a.scale,d=a.data.labels,c=i.calculateCircumference(o.data[e]),h=u.xCenter,f=u.yCenter,g=0,m=i.getMeta(),p=0;p<e;++p)isNaN(o.data[p])||m.data[p].hidden||++g;var v=s.startAngle,y=t.hidden?0:u.getDistanceFromCenterForValue(o.data[e]),b=v+c*g,x=b+(t.hidden?0:c),_=l.animateScale?0:u.getDistanceFromCenterForValue(o.data[e]);r.extend(t,{_datasetIndex:i.index,_index:e,_scale:u,_model:{x:h,y:f,innerRadius:0,outerRadius:n?_:y,startAngle:n&&l.animateRotate?v:b,endAngle:n&&l.animateRotate?v:x,label:r.valueAtIndexOrDefault(d,e,d[e])}}),i.removeHoverStyle(t),t.pivot()},removeHoverStyle:function(e){t.DatasetController.prototype.removeHoverStyle.call(this,e,this.chart.options.elements.arc)},countVisibleElements:function(){var t=this.getDataset(),e=this.getMeta(),n=0;return r.each(e.data,function(e,i){isNaN(t.data[i])||e.hidden||n++}),n},calculateCircumference:function(t){var e=this.getMeta().count;return e>0&&!isNaN(t)?2*Math.PI/e:0}})}},{25:25,40:40,45:45}],20:[function(t,e,n){"use strict";var i=t(25),a=t(40),r=t(45);i._set("radar",{scale:{type:"radialLinear"},elements:{line:{tension:0}}}),e.exports=function(t){t.controllers.radar=t.DatasetController.extend({datasetElementType:a.Line,dataElementType:a.Point,linkScales:r.noop,update:function(t){var e=this,n=e.getMeta(),i=n.dataset,a=n.data,o=i.custom||{},s=e.getDataset(),l=e.chart.options.elements.line,u=e.chart.scale;void 0!==s.tension&&void 0===s.lineTension&&(s.lineTension=s.tension),r.extend(n.dataset,{_datasetIndex:e.index,_scale:u,_children:a,_loop:!0,_model:{tension:o.tension?o.tension:r.valueOrDefault(s.lineTension,l.tension),backgroundColor:o.backgroundColor?o.backgroundColor:s.backgroundColor||l.backgroundColor,borderWidth:o.borderWidth?o.borderWidth:s.borderWidth||l.borderWidth,borderColor:o.borderColor?o.borderColor:s.borderColor||l.borderColor,fill:o.fill?o.fill:void 0!==s.fill?s.fill:l.fill,borderCapStyle:o.borderCapStyle?o.borderCapStyle:s.borderCapStyle||l.borderCapStyle,borderDash:o.borderDash?o.borderDash:s.borderDash||l.borderDash,borderDashOffset:o.borderDashOffset?o.borderDashOffset:s.borderDashOffset||l.borderDashOffset,borderJoinStyle:o.borderJoinStyle?o.borderJoinStyle:s.borderJoinStyle||l.borderJoinStyle}}),n.dataset.pivot(),r.each(a,function(n,i){e.updateElement(n,i,t)},e),e.updateBezierControlPoints()},updateElement:function(t,e,n){var i=this,a=t.custom||{},o=i.getDataset(),s=i.chart.scale,l=i.chart.options.elements.point,u=s.getPointPositionForValue(e,o.data[e]);void 0!==o.radius&&void 0===o.pointRadius&&(o.pointRadius=o.radius),void 0!==o.hitRadius&&void 0===o.pointHitRadius&&(o.pointHitRadius=o.hitRadius),r.extend(t,{_datasetIndex:i.index,_index:e,_scale:s,_model:{x:n?s.xCenter:u.x,y:n?s.yCenter:u.y,tension:a.tension?a.tension:r.valueOrDefault(o.lineTension,i.chart.options.elements.line.tension),radius:a.radius?a.radius:r.valueAtIndexOrDefault(o.pointRadius,e,l.radius),backgroundColor:a.backgroundColor?a.backgroundColor:r.valueAtIndexOrDefault(o.pointBackgroundColor,e,l.backgroundColor),borderColor:a.borderColor?a.borderColor:r.valueAtIndexOrDefault(o.pointBorderColor,e,l.borderColor),borderWidth:a.borderWidth?a.borderWidth:r.valueAtIndexOrDefault(o.pointBorderWidth,e,l.borderWidth),pointStyle:a.pointStyle?a.pointStyle:r.valueAtIndexOrDefault(o.pointStyle,e,l.pointStyle),hitRadius:a.hitRadius?a.hitRadius:r.valueAtIndexOrDefault(o.pointHitRadius,e,l.hitRadius)}}),t._model.skip=a.skip?a.skip:isNaN(t._model.x)||isNaN(t._model.y)},updateBezierControlPoints:function(){var t=this.chart.chartArea,e=this.getMeta();r.each(e.data,function(n,i){var a=n._model,o=r.splineCurve(r.previousItem(e.data,i,!0)._model,a,r.nextItem(e.data,i,!0)._model,a.tension);a.controlPointPreviousX=Math.max(Math.min(o.previous.x,t.right),t.left),a.controlPointPreviousY=Math.max(Math.min(o.previous.y,t.bottom),t.top),a.controlPointNextX=Math.max(Math.min(o.next.x,t.right),t.left),a.controlPointNextY=Math.max(Math.min(o.next.y,t.bottom),t.top),n.pivot()})},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t.custom||{},i=t._index,a=t._model;a.radius=n.hoverRadius?n.hoverRadius:r.valueAtIndexOrDefault(e.pointHoverRadius,i,this.chart.options.elements.point.hoverRadius),a.backgroundColor=n.hoverBackgroundColor?n.hoverBackgroundColor:r.valueAtIndexOrDefault(e.pointHoverBackgroundColor,i,r.getHoverColor(a.backgroundColor)),a.borderColor=n.hoverBorderColor?n.hoverBorderColor:r.valueAtIndexOrDefault(e.pointHoverBorderColor,i,r.getHoverColor(a.borderColor)),a.borderWidth=n.hoverBorderWidth?n.hoverBorderWidth:r.valueAtIndexOrDefault(e.pointHoverBorderWidth,i,a.borderWidth)},removeHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t.custom||{},i=t._index,a=t._model,o=this.chart.options.elements.point;a.radius=n.radius?n.radius:r.valueAtIndexOrDefault(e.pointRadius,i,o.radius),a.backgroundColor=n.backgroundColor?n.backgroundColor:r.valueAtIndexOrDefault(e.pointBackgroundColor,i,o.backgroundColor),a.borderColor=n.borderColor?n.borderColor:r.valueAtIndexOrDefault(e.pointBorderColor,i,o.borderColor),a.borderWidth=n.borderWidth?n.borderWidth:r.valueAtIndexOrDefault(e.pointBorderWidth,i,o.borderWidth)}})}},{25:25,40:40,45:45}],21:[function(t,e,n){"use strict";t(25)._set("scatter",{hover:{mode:"single"},scales:{xAxes:[{id:"x-axis-1",type:"linear",position:"bottom"}],yAxes:[{id:"y-axis-1",type:"linear",position:"left"}]},showLines:!1,tooltips:{callbacks:{title:function(){return""},label:function(t){return"("+t.xLabel+", "+t.yLabel+")"}}}}),e.exports=function(t){t.controllers.scatter=t.controllers.line}},{25:25}],22:[function(t,e,n){"use strict";var i=t(25),a=t(26),r=t(45);i._set("global",{animation:{duration:1e3,easing:"easeOutQuart",onProgress:r.noop,onComplete:r.noop}}),e.exports=function(t){t.Animation=a.extend({chart:null,currentStep:0,numSteps:60,easing:"",render:null,onAnimationProgress:null,onAnimationComplete:null}),t.animationService={frameDuration:17,animations:[],dropFrames:0,request:null,addAnimation:function(t,e,n,i){var a,r,o=this.animations;for(e.chart=t,i||(t.animating=!0),a=0,r=o.length;a<r;++a)if(o[a].chart===t)return void(o[a]=e);o.push(e),1===o.length&&this.requestAnimationFrame()},cancelAnimation:function(t){var e=r.findIndex(this.animations,function(e){return e.chart===t});-1!==e&&(this.animations.splice(e,1),t.animating=!1)},requestAnimationFrame:function(){var t=this;null===t.request&&(t.request=r.requestAnimFrame.call(window,function(){t.request=null,t.startDigest()}))},startDigest:function(){var t=this,e=Date.now(),n=0;t.dropFrames>1&&(n=Math.floor(t.dropFrames),t.dropFrames=t.dropFrames%1),t.advance(1+n);var i=Date.now();t.dropFrames+=(i-e)/t.frameDuration,t.animations.length>0&&t.requestAnimationFrame()},advance:function(t){for(var e,n,i=this.animations,a=0;a<i.length;)n=(e=i[a]).chart,e.currentStep=(e.currentStep||0)+t,e.currentStep=Math.min(e.currentStep,e.numSteps),r.callback(e.render,[n,e],n),r.callback(e.onAnimationProgress,[e],n),e.currentStep>=e.numSteps?(r.callback(e.onAnimationComplete,[e],n),n.animating=!1,i.splice(a,1)):++a}},Object.defineProperty(t.Animation.prototype,"animationObject",{get:function(){return this}}),Object.defineProperty(t.Animation.prototype,"chartInstance",{get:function(){return this.chart},set:function(t){this.chart=t}})}},{25:25,26:26,45:45}],23:[function(t,e,n){"use strict";var i=t(25),a=t(45),r=t(28),o=t(48);e.exports=function(t){function e(t){var e=(t=t||{}).data=t.data||{};return e.datasets=e.datasets||[],e.labels=e.labels||[],t.options=a.configMerge(i.global,i[t.type],t.options||{}),t}function n(t){var e=t.options;e.scale?t.scale.options=e.scale:e.scales&&e.scales.xAxes.concat(e.scales.yAxes).forEach(function(e){t.scales[e.id].options=e}),t.tooltip._options=e.tooltips}function s(t){return"top"===t||"bottom"===t}var l=t.plugins;t.types={},t.instances={},t.controllers={},a.extend(t.prototype,{construct:function(n,i){var r=this;i=e(i);var s=o.acquireContext(n,i),l=s&&s.canvas,u=l&&l.height,d=l&&l.width;r.id=a.uid(),r.ctx=s,r.canvas=l,r.config=i,r.width=d,r.height=u,r.aspectRatio=u?d/u:null,r.options=i.options,r._bufferedRender=!1,r.chart=r,r.controller=r,t.instances[r.id]=r,Object.defineProperty(r,"data",{get:function(){return r.config.data},set:function(t){r.config.data=t}}),s&&l?(r.initialize(),r.update()):console.error("Failed to create chart: can't acquire context from the given item")},initialize:function(){var t=this;return l.notify(t,"beforeInit"),a.retinaScale(t,t.options.devicePixelRatio),t.bindEvents(),t.options.responsive&&t.resize(!0),t.ensureScalesHaveIDs(),t.buildScales(),t.initToolTip(),l.notify(t,"afterInit"),t},clear:function(){return a.canvas.clear(this),this},stop:function(){return t.animationService.cancelAnimation(this),this},resize:function(t){var e=this,n=e.options,i=e.canvas,r=n.maintainAspectRatio&&e.aspectRatio||null,o=Math.max(0,Math.floor(a.getMaximumWidth(i))),s=Math.max(0,Math.floor(r?o/r:a.getMaximumHeight(i)));if((e.width!==o||e.height!==s)&&(i.width=e.width=o,i.height=e.height=s,i.style.width=o+"px",i.style.height=s+"px",a.retinaScale(e,n.devicePixelRatio),!t)){var u={width:o,height:s};l.notify(e,"resize",[u]),e.options.onResize&&e.options.onResize(e,u),e.stop(),e.update(e.options.responsiveAnimationDuration)}},ensureScalesHaveIDs:function(){var t=this.options,e=t.scales||{},n=t.scale;a.each(e.xAxes,function(t,e){t.id=t.id||"x-axis-"+e}),a.each(e.yAxes,function(t,e){t.id=t.id||"y-axis-"+e}),n&&(n.id=n.id||"scale")},buildScales:function(){var e=this,n=e.options,i=e.scales={},r=[];n.scales&&(r=r.concat((n.scales.xAxes||[]).map(function(t){return{options:t,dtype:"category",dposition:"bottom"}}),(n.scales.yAxes||[]).map(function(t){return{options:t,dtype:"linear",dposition:"left"}}))),n.scale&&r.push({options:n.scale,dtype:"radialLinear",isDefault:!0,dposition:"chartArea"}),a.each(r,function(n){var r=n.options,o=a.valueOrDefault(r.type,n.dtype),l=t.scaleService.getScaleConstructor(o);if(l){s(r.position)!==s(n.dposition)&&(r.position=n.dposition);var u=new l({id:r.id,options:r,ctx:e.ctx,chart:e});i[u.id]=u,u.mergeTicksOptions(),n.isDefault&&(e.scale=u)}}),t.scaleService.addScalesToLayout(this)},buildOrUpdateControllers:function(){var e=this,n=[],i=[];return a.each(e.data.datasets,function(a,r){var o=e.getDatasetMeta(r),s=a.type||e.config.type;if(o.type&&o.type!==s&&(e.destroyDatasetMeta(r),o=e.getDatasetMeta(r)),o.type=s,n.push(o.type),o.controller)o.controller.updateIndex(r);else{var l=t.controllers[o.type];if(void 0===l)throw new Error('"'+o.type+'" is not a chart type.');o.controller=new l(e,r),i.push(o.controller)}},e),i},resetElements:function(){var t=this;a.each(t.data.datasets,function(e,n){t.getDatasetMeta(n).controller.reset()},t)},reset:function(){this.resetElements(),this.tooltip.initialize()},update:function(t){var e=this;if(t&&"object"==typeof t||(t={duration:t,lazy:arguments[1]}),n(e),!1!==l.notify(e,"beforeUpdate")){e.tooltip._data=e.data;var i=e.buildOrUpdateControllers();a.each(e.data.datasets,function(t,n){e.getDatasetMeta(n).controller.buildOrUpdateElements()},e),e.updateLayout(),a.each(i,function(t){t.reset()}),e.updateDatasets(),l.notify(e,"afterUpdate"),e._bufferedRender?e._bufferedRequest={duration:t.duration,easing:t.easing,lazy:t.lazy}:e.render(t)}},updateLayout:function(){var e=this;!1!==l.notify(e,"beforeLayout")&&(t.layoutService.update(this,this.width,this.height),l.notify(e,"afterScaleUpdate"),l.notify(e,"afterLayout"))},updateDatasets:function(){var t=this;if(!1!==l.notify(t,"beforeDatasetsUpdate")){for(var e=0,n=t.data.datasets.length;e<n;++e)t.updateDataset(e);l.notify(t,"afterDatasetsUpdate")}},updateDataset:function(t){var e=this,n=e.getDatasetMeta(t),i={meta:n,index:t};!1!==l.notify(e,"beforeDatasetUpdate",[i])&&(n.controller.update(),l.notify(e,"afterDatasetUpdate",[i]))},render:function(e){var n=this;e&&"object"==typeof e||(e={duration:e,lazy:arguments[1]});var i=e.duration,r=e.lazy;if(!1!==l.notify(n,"beforeRender")){var o=n.options.animation,s=function(t){l.notify(n,"afterRender"),a.callback(o&&o.onComplete,[t],n)};if(o&&(void 0!==i&&0!==i||void 0===i&&0!==o.duration)){var u=new t.Animation({numSteps:(i||o.duration)/16.66,easing:e.easing||o.easing,render:function(t,e){var n=a.easing.effects[e.easing],i=e.currentStep,r=i/e.numSteps;t.draw(n(r),r,i)},onAnimationProgress:o.onProgress,onAnimationComplete:s});t.animationService.addAnimation(n,u,i,r)}else n.draw(),s(new t.Animation({numSteps:0,chart:n}));return n}},draw:function(t){var e=this;e.clear(),a.isNullOrUndef(t)&&(t=1),e.transition(t),!1!==l.notify(e,"beforeDraw",[t])&&(a.each(e.boxes,function(t){t.draw(e.chartArea)},e),e.scale&&e.scale.draw(),e.drawDatasets(t),e.tooltip.draw(),l.notify(e,"afterDraw",[t]))},transition:function(t){for(var e=this,n=0,i=(e.data.datasets||[]).length;n<i;++n)e.isDatasetVisible(n)&&e.getDatasetMeta(n).controller.transition(t);e.tooltip.transition(t)},drawDatasets:function(t){var e=this;if(!1!==l.notify(e,"beforeDatasetsDraw",[t])){for(var n=(e.data.datasets||[]).length-1;n>=0;--n)e.isDatasetVisible(n)&&e.drawDataset(n,t);l.notify(e,"afterDatasetsDraw",[t])}},drawDataset:function(t,e){var n=this,i=n.getDatasetMeta(t),a={meta:i,index:t,easingValue:e};!1!==l.notify(n,"beforeDatasetDraw",[a])&&(i.controller.draw(e),l.notify(n,"afterDatasetDraw",[a]))},getElementAtEvent:function(t){return r.modes.single(this,t)},getElementsAtEvent:function(t){return r.modes.label(this,t,{intersect:!0})},getElementsAtXAxis:function(t){return r.modes["x-axis"](this,t,{intersect:!0})},getElementsAtEventForMode:function(t,e,n){var i=r.modes[e];return"function"==typeof i?i(this,t,n):[]},getDatasetAtEvent:function(t){return r.modes.dataset(this,t,{intersect:!0})},getDatasetMeta:function(t){var e=this,n=e.data.datasets[t];n._meta||(n._meta={});var i=n._meta[e.id];return i||(i=n._meta[e.id]={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null}),i},getVisibleDatasetCount:function(){for(var t=0,e=0,n=this.data.datasets.length;e<n;++e)this.isDatasetVisible(e)&&t++;return t},isDatasetVisible:function(t){var e=this.getDatasetMeta(t);return"boolean"==typeof e.hidden?!e.hidden:!this.data.datasets[t].hidden},generateLegend:function(){return this.options.legendCallback(this)},destroyDatasetMeta:function(t){var e=this.id,n=this.data.datasets[t],i=n._meta&&n._meta[e];i&&(i.controller.destroy(),delete n._meta[e])},destroy:function(){var e,n,i=this,r=i.canvas;for(i.stop(),e=0,n=i.data.datasets.length;e<n;++e)i.destroyDatasetMeta(e);r&&(i.unbindEvents(),a.canvas.clear(i),o.releaseContext(i.ctx),i.canvas=null,i.ctx=null),l.notify(i,"destroy"),delete t.instances[i.id]},toBase64Image:function(){return this.canvas.toDataURL.apply(this.canvas,arguments)},initToolTip:function(){var e=this;e.tooltip=new t.Tooltip({_chart:e,_chartInstance:e,_data:e.data,_options:e.options.tooltips},e)},bindEvents:function(){var t=this,e=t._listeners={},n=function(){t.eventHandler.apply(t,arguments)};a.each(t.options.events,function(i){o.addEventListener(t,i,n),e[i]=n}),t.options.responsive&&(n=function(){t.resize()},o.addEventListener(t,"resize",n),e.resize=n)},unbindEvents:function(){var t=this,e=t._listeners;e&&(delete t._listeners,a.each(e,function(e,n){o.removeEventListener(t,n,e)}))},updateHoverStyle:function(t,e,n){var i,a,r,o=n?"setHoverStyle":"removeHoverStyle";for(a=0,r=t.length;a<r;++a)(i=t[a])&&this.getDatasetMeta(i._datasetIndex).controller[o](i)},eventHandler:function(t){var e=this,n=e.tooltip;if(!1!==l.notify(e,"beforeEvent",[t])){e._bufferedRender=!0,e._bufferedRequest=null;var i=e.handleEvent(t);i|=n&&n.handleEvent(t),l.notify(e,"afterEvent",[t]);var a=e._bufferedRequest;return a?e.render(a):i&&!e.animating&&(e.stop(),e.render(e.options.hover.animationDuration,!0)),e._bufferedRender=!1,e._bufferedRequest=null,e}},handleEvent:function(t){var e=this,n=e.options||{},i=n.hover,r=!1;return e.lastActive=e.lastActive||[],"mouseout"===t.type?e.active=[]:e.active=e.getElementsAtEventForMode(t,i.mode,i),a.callback(n.onHover||n.hover.onHover,[t.native,e.active],e),"mouseup"!==t.type&&"click"!==t.type||n.onClick&&n.onClick.call(e,t.native,e.active),e.lastActive.length&&e.updateHoverStyle(e.lastActive,i.mode,!1),e.active.length&&i.mode&&e.updateHoverStyle(e.active,i.mode,!0),r=!a.arrayEquals(e.active,e.lastActive),e.lastActive=e.active,r}}),t.Controller=t}},{25:25,28:28,45:45,48:48}],24:[function(t,e,n){"use strict";var i=t(45);e.exports=function(t){function e(t,e){t._chartjs?t._chartjs.listeners.push(e):(Object.defineProperty(t,"_chartjs",{configurable:!0,enumerable:!1,value:{listeners:[e]}}),a.forEach(function(e){var n="onData"+e.charAt(0).toUpperCase()+e.slice(1),a=t[e];Object.defineProperty(t,e,{configurable:!0,enumerable:!1,value:function(){var e=Array.prototype.slice.call(arguments),r=a.apply(this,e);return i.each(t._chartjs.listeners,function(t){"function"==typeof t[n]&&t[n].apply(t,e)}),r}})}))}function n(t,e){var n=t._chartjs;if(n){var i=n.listeners,r=i.indexOf(e);-1!==r&&i.splice(r,1),i.length>0||(a.forEach(function(e){delete t[e]}),delete t._chartjs)}}var a=["push","pop","shift","splice","unshift"];t.DatasetController=function(t,e){this.initialize(t,e)},i.extend(t.DatasetController.prototype,{datasetElementType:null,dataElementType:null,initialize:function(t,e){var n=this;n.chart=t,n.index=e,n.linkScales(),n.addElements()},updateIndex:function(t){this.index=t},linkScales:function(){var t=this,e=t.getMeta(),n=t.getDataset();null===e.xAxisID&&(e.xAxisID=n.xAxisID||t.chart.options.scales.xAxes[0].id),null===e.yAxisID&&(e.yAxisID=n.yAxisID||t.chart.options.scales.yAxes[0].id)},getDataset:function(){return this.chart.data.datasets[this.index]},getMeta:function(){return this.chart.getDatasetMeta(this.index)},getScaleForId:function(t){return this.chart.scales[t]},reset:function(){this.update(!0)},destroy:function(){this._data&&n(this._data,this)},createMetaDataset:function(){var t=this,e=t.datasetElementType;return e&&new e({_chart:t.chart,_datasetIndex:t.index})},createMetaData:function(t){var e=this,n=e.dataElementType;return n&&new n({_chart:e.chart,_datasetIndex:e.index,_index:t})},addElements:function(){var t,e,n=this,i=n.getMeta(),a=n.getDataset().data||[],r=i.data;for(t=0,e=a.length;t<e;++t)r[t]=r[t]||n.createMetaData(t);i.dataset=i.dataset||n.createMetaDataset()},addElementAndReset:function(t){var e=this.createMetaData(t);this.getMeta().data.splice(t,0,e),this.updateElement(e,t,!0)},buildOrUpdateElements:function(){var t=this,i=t.getDataset(),a=i.data||(i.data=[]);t._data!==a&&(t._data&&n(t._data,t),e(a,t),t._data=a),t.resyncElements()},update:i.noop,transition:function(t){for(var e=this.getMeta(),n=e.data||[],i=n.length,a=0;a<i;++a)n[a].transition(t);e.dataset&&e.dataset.transition(t)},draw:function(){var t=this.getMeta(),e=t.data||[],n=e.length,i=0;for(t.dataset&&t.dataset.draw();i<n;++i)e[i].draw()},removeHoverStyle:function(t,e){var n=this.chart.data.datasets[t._datasetIndex],a=t._index,r=t.custom||{},o=i.valueAtIndexOrDefault,s=t._model;s.backgroundColor=r.backgroundColor?r.backgroundColor:o(n.backgroundColor,a,e.backgroundColor),s.borderColor=r.borderColor?r.borderColor:o(n.borderColor,a,e.borderColor),s.borderWidth=r.borderWidth?r.borderWidth:o(n.borderWidth,a,e.borderWidth)},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t._index,a=t.custom||{},r=i.valueAtIndexOrDefault,o=i.getHoverColor,s=t._model;s.backgroundColor=a.hoverBackgroundColor?a.hoverBackgroundColor:r(e.hoverBackgroundColor,n,o(s.backgroundColor)),s.borderColor=a.hoverBorderColor?a.hoverBorderColor:r(e.hoverBorderColor,n,o(s.borderColor)),s.borderWidth=a.hoverBorderWidth?a.hoverBorderWidth:r(e.hoverBorderWidth,n,s.borderWidth)},resyncElements:function(){var t=this,e=t.getMeta(),n=t.getDataset().data,i=e.data.length,a=n.length;a<i?e.data.splice(a,i-a):a>i&&t.insertElements(i,a-i)},insertElements:function(t,e){for(var n=0;n<e;++n)this.addElementAndReset(t+n)},onDataPush:function(){this.insertElements(this.getDataset().data.length-1,arguments.length)},onDataPop:function(){this.getMeta().data.pop()},onDataShift:function(){this.getMeta().data.shift()},onDataSplice:function(t,e){this.getMeta().data.splice(t,e),this.insertElements(t,arguments.length-2)},onDataUnshift:function(){this.insertElements(0,arguments.length)}}),t.DatasetController.extend=i.inherits}},{45:45}],25:[function(t,e,n){"use strict";var i=t(45);e.exports={_set:function(t,e){return i.merge(this[t]||(this[t]={}),e)}}},{45:45}],26:[function(t,e,n){"use strict";function i(t,e,n,i){var r,o,s,l,u,d,c,h,f,g=Object.keys(n);for(r=0,o=g.length;r<o;++r)if(s=g[r],d=n[s],e.hasOwnProperty(s)||(e[s]=d),(l=e[s])!==d&&"_"!==s[0]){if(t.hasOwnProperty(s)||(t[s]=l),u=t[s],(c=typeof d)===typeof u)if("string"===c){if((h=a(u)).valid&&(f=a(d)).valid){e[s]=f.mix(h,i).rgbString();continue}}else if("number"===c&&isFinite(u)&&isFinite(d)){e[s]=u+(d-u)*i;continue}e[s]=d}}var a=t(2),r=t(45),o=function(t){r.extend(this,t),this.initialize.apply(this,arguments)};r.extend(o.prototype,{initialize:function(){this.hidden=!1},pivot:function(){var t=this;return t._view||(t._view=r.clone(t._model)),t._start={},t},transition:function(t){var e=this,n=e._model,a=e._start,r=e._view;return n&&1!==t?(r||(r=e._view={}),a||(a=e._start={}),i(a,r,n,t),e):(e._view=n,e._start=null,e)},tooltipPosition:function(){return{x:this._model.x,y:this._model.y}},hasValue:function(){return r.isNumber(this._model.x)&&r.isNumber(this._model.y)}}),o.extend=r.inherits,e.exports=o},{2:2,45:45}],27:[function(t,e,n){"use strict";var i=t(2),a=t(25),r=t(45);e.exports=function(t){function e(t,e,n){var i;return"string"==typeof t?(i=parseInt(t,10),-1!==t.indexOf("%")&&(i=i/100*e.parentNode[n])):i=t,i}function n(t){return void 0!==t&&null!==t&&"none"!==t}function o(t,i,a){var r=document.defaultView,o=t.parentNode,s=r.getComputedStyle(t)[i],l=r.getComputedStyle(o)[i],u=n(s),d=n(l),c=Number.POSITIVE_INFINITY;return u||d?Math.min(u?e(s,t,a):c,d?e(l,o,a):c):"none"}r.extend=function(t){for(var e=1,n=arguments.length;e<n;e++)r.each(arguments[e],function(e,n){t[n]=e});return t},r.configMerge=function(){return r.merge(r.clone(arguments[0]),[].slice.call(arguments,1),{merger:function(e,n,i,a){var o=n[e]||{},s=i[e];"scales"===e?n[e]=r.scaleMerge(o,s):"scale"===e?n[e]=r.merge(o,[t.scaleService.getScaleDefaults(s.type),s]):r._merger(e,n,i,a)}})},r.scaleMerge=function(){return r.merge(r.clone(arguments[0]),[].slice.call(arguments,1),{merger:function(e,n,i,a){if("xAxes"===e||"yAxes"===e){var o,s,l,u=i[e].length;for(n[e]||(n[e]=[]),o=0;o<u;++o)l=i[e][o],s=r.valueOrDefault(l.type,"xAxes"===e?"category":"linear"),o>=n[e].length&&n[e].push({}),!n[e][o].type||l.type&&l.type!==n[e][o].type?r.merge(n[e][o],[t.scaleService.getScaleDefaults(s),l]):r.merge(n[e][o],l)}else r._merger(e,n,i,a)}})},r.where=function(t,e){if(r.isArray(t)&&Array.prototype.filter)return t.filter(e);var n=[];return r.each(t,function(t){e(t)&&n.push(t)}),n},r.findIndex=Array.prototype.findIndex?function(t,e,n){return t.findIndex(e,n)}:function(t,e,n){n=void 0===n?t:n;for(var i=0,a=t.length;i<a;++i)if(e.call(n,t[i],i,t))return i;return-1},r.findNextWhere=function(t,e,n){r.isNullOrUndef(n)&&(n=-1);for(var i=n+1;i<t.length;i++){var a=t[i];if(e(a))return a}},r.findPreviousWhere=function(t,e,n){r.isNullOrUndef(n)&&(n=t.length);for(var i=n-1;i>=0;i--){var a=t[i];if(e(a))return a}},r.inherits=function(t){var e=this,n=t&&t.hasOwnProperty("constructor")?t.constructor:function(){return e.apply(this,arguments)},i=function(){this.constructor=n};return i.prototype=e.prototype,n.prototype=new i,n.extend=r.inherits,t&&r.extend(n.prototype,t),n.__super__=e.prototype,n},r.isNumber=function(t){return!isNaN(parseFloat(t))&&isFinite(t)},r.almostEquals=function(t,e,n){return Math.abs(t-e)<n},r.almostWhole=function(t,e){var n=Math.round(t);return n-e<t&&n+e>t},r.max=function(t){return t.reduce(function(t,e){return isNaN(e)?t:Math.max(t,e)},Number.NEGATIVE_INFINITY)},r.min=function(t){return t.reduce(function(t,e){return isNaN(e)?t:Math.min(t,e)},Number.POSITIVE_INFINITY)},r.sign=Math.sign?function(t){return Math.sign(t)}:function(t){return 0==(t=+t)||isNaN(t)?t:t>0?1:-1},r.log10=Math.log10?function(t){return Math.log10(t)}:function(t){return Math.log(t)/Math.LN10},r.toRadians=function(t){return t*(Math.PI/180)},r.toDegrees=function(t){return t*(180/Math.PI)},r.getAngleFromPoint=function(t,e){var n=e.x-t.x,i=e.y-t.y,a=Math.sqrt(n*n+i*i),r=Math.atan2(i,n);return r<-.5*Math.PI&&(r+=2*Math.PI),{angle:r,distance:a}},r.distanceBetweenPoints=function(t,e){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))},r.aliasPixel=function(t){return t%2==0?0:.5},r.splineCurve=function(t,e,n,i){var a=t.skip?e:t,r=e,o=n.skip?e:n,s=Math.sqrt(Math.pow(r.x-a.x,2)+Math.pow(r.y-a.y,2)),l=Math.sqrt(Math.pow(o.x-r.x,2)+Math.pow(o.y-r.y,2)),u=s/(s+l),d=l/(s+l),c=i*(u=isNaN(u)?0:u),h=i*(d=isNaN(d)?0:d);return{previous:{x:r.x-c*(o.x-a.x),y:r.y-c*(o.y-a.y)},next:{x:r.x+h*(o.x-a.x),y:r.y+h*(o.y-a.y)}}},r.EPSILON=Number.EPSILON||1e-14,r.splineCurveMonotone=function(t){var e,n,i,a,o=(t||[]).map(function(t){return{model:t._model,deltaK:0,mK:0}}),s=o.length;for(e=0;e<s;++e)if(!(i=o[e]).model.skip){if(n=e>0?o[e-1]:null,(a=e<s-1?o[e+1]:null)&&!a.model.skip){var l=a.model.x-i.model.x;i.deltaK=0!==l?(a.model.y-i.model.y)/l:0}!n||n.model.skip?i.mK=i.deltaK:!a||a.model.skip?i.mK=n.deltaK:this.sign(n.deltaK)!==this.sign(i.deltaK)?i.mK=0:i.mK=(n.deltaK+i.deltaK)/2}var u,d,c,h;for(e=0;e<s-1;++e)i=o[e],a=o[e+1],i.model.skip||a.model.skip||(r.almostEquals(i.deltaK,0,this.EPSILON)?i.mK=a.mK=0:(u=i.mK/i.deltaK,d=a.mK/i.deltaK,(h=Math.pow(u,2)+Math.pow(d,2))<=9||(c=3/Math.sqrt(h),i.mK=u*c*i.deltaK,a.mK=d*c*i.deltaK)));var f;for(e=0;e<s;++e)(i=o[e]).model.skip||(n=e>0?o[e-1]:null,a=e<s-1?o[e+1]:null,n&&!n.model.skip&&(f=(i.model.x-n.model.x)/3,i.model.controlPointPreviousX=i.model.x-f,i.model.controlPointPreviousY=i.model.y-f*i.mK),a&&!a.model.skip&&(f=(a.model.x-i.model.x)/3,i.model.controlPointNextX=i.model.x+f,i.model.controlPointNextY=i.model.y+f*i.mK))},r.nextItem=function(t,e,n){return n?e>=t.length-1?t[0]:t[e+1]:e>=t.length-1?t[t.length-1]:t[e+1]},r.previousItem=function(t,e,n){return n?e<=0?t[t.length-1]:t[e-1]:e<=0?t[0]:t[e-1]},r.niceNum=function(t,e){var n=Math.floor(r.log10(t)),i=t/Math.pow(10,n);return(e?i<1.5?1:i<3?2:i<7?5:10:i<=1?1:i<=2?2:i<=5?5:10)*Math.pow(10,n)},r.requestAnimFrame="undefined"==typeof window?function(t){t()}:window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(t){return window.setTimeout(t,1e3/60)},r.getRelativePosition=function(t,e){var n,i,a=t.originalEvent||t,o=t.currentTarget||t.srcElement,s=o.getBoundingClientRect(),l=a.touches;l&&l.length>0?(n=l[0].clientX,i=l[0].clientY):(n=a.clientX,i=a.clientY);var u=parseFloat(r.getStyle(o,"padding-left")),d=parseFloat(r.getStyle(o,"padding-top")),c=parseFloat(r.getStyle(o,"padding-right")),h=parseFloat(r.getStyle(o,"padding-bottom")),f=s.right-s.left-u-c,g=s.bottom-s.top-d-h;return n=Math.round((n-s.left-u)/f*o.width/e.currentDevicePixelRatio),i=Math.round((i-s.top-d)/g*o.height/e.currentDevicePixelRatio),{x:n,y:i}},r.getConstraintWidth=function(t){return o(t,"max-width","clientWidth")},r.getConstraintHeight=function(t){return o(t,"max-height","clientHeight")},r.getMaximumWidth=function(t){var e=t.parentNode;if(!e)return t.clientWidth;var n=parseInt(r.getStyle(e,"padding-left"),10),i=parseInt(r.getStyle(e,"padding-right"),10),a=e.clientWidth-n-i,o=r.getConstraintWidth(t);return isNaN(o)?a:Math.min(a,o)},r.getMaximumHeight=function(t){var e=t.parentNode;if(!e)return t.clientHeight;var n=parseInt(r.getStyle(e,"padding-top"),10),i=parseInt(r.getStyle(e,"padding-bottom"),10),a=e.clientHeight-n-i,o=r.getConstraintHeight(t);return isNaN(o)?a:Math.min(a,o)},r.getStyle=function(t,e){return t.currentStyle?t.currentStyle[e]:document.defaultView.getComputedStyle(t,null).getPropertyValue(e)},r.retinaScale=function(t,e){var n=t.currentDevicePixelRatio=e||window.devicePixelRatio||1;if(1!==n){var i=t.canvas,a=t.height,r=t.width;i.height=a*n,i.width=r*n,t.ctx.scale(n,n),i.style.height=a+"px",i.style.width=r+"px"}},r.fontString=function(t,e,n){return e+" "+t+"px "+n},r.longestText=function(t,e,n,i){var a=(i=i||{}).data=i.data||{},o=i.garbageCollect=i.garbageCollect||[];i.font!==e&&(a=i.data={},o=i.garbageCollect=[],i.font=e),t.font=e;var s=0;r.each(n,function(e){void 0!==e&&null!==e&&!0!==r.isArray(e)?s=r.measureText(t,a,o,s,e):r.isArray(e)&&r.each(e,function(e){void 0===e||null===e||r.isArray(e)||(s=r.measureText(t,a,o,s,e))})});var l=o.length/2;if(l>n.length){for(var u=0;u<l;u++)delete a[o[u]];o.splice(0,l)}return s},r.measureText=function(t,e,n,i,a){var r=e[a];return r||(r=e[a]=t.measureText(a).width,n.push(a)),r>i&&(i=r),i},r.numberOfLabelLines=function(t){var e=1;return r.each(t,function(t){r.isArray(t)&&t.length>e&&(e=t.length)}),e},r.color=i?function(t){return t instanceof CanvasGradient&&(t=a.global.defaultColor),i(t)}:function(t){return console.error("Color.js not found!"),t},r.getHoverColor=function(t){return t instanceof CanvasPattern?t:r.color(t).saturate(.5).darken(.1).rgbString()}}},{2:2,25:25,45:45}],28:[function(t,e,n){"use strict";function i(t,e){return t.native?{x:t.x,y:t.y}:u.getRelativePosition(t,e)}function a(t,e){var n,i,a,r,o;for(i=0,r=t.data.datasets.length;i<r;++i)if(t.isDatasetVisible(i))for(a=0,o=(n=t.getDatasetMeta(i)).data.length;a<o;++a){var s=n.data[a];s._view.skip||e(s)}}function r(t,e){var n=[];return a(t,function(t){t.inRange(e.x,e.y)&&n.push(t)}),n}function o(t,e,n,i){var r=Number.POSITIVE_INFINITY,o=[];return a(t,function(t){if(!n||t.inRange(e.x,e.y)){var a=t.getCenterPoint(),s=i(e,a);s<r?(o=[t],r=s):s===r&&o.push(t)}}),o}function s(t){var e=-1!==t.indexOf("x"),n=-1!==t.indexOf("y");return function(t,i){var a=e?Math.abs(t.x-i.x):0,r=n?Math.abs(t.y-i.y):0;return Math.sqrt(Math.pow(a,2)+Math.pow(r,2))}}function l(t,e,n){var a=i(e,t);n.axis=n.axis||"x";var l=s(n.axis),u=n.intersect?r(t,a):o(t,a,!1,l),d=[];return u.length?(t.data.datasets.forEach(function(e,n){if(t.isDatasetVisible(n)){var i=t.getDatasetMeta(n).data[u[0]._index];i&&!i._view.skip&&d.push(i)}}),d):[]}var u=t(45);e.exports={modes:{single:function(t,e){var n=i(e,t),r=[];return a(t,function(t){if(t.inRange(n.x,n.y))return r.push(t),r}),r.slice(0,1)},label:l,index:l,dataset:function(t,e,n){var a=i(e,t);n.axis=n.axis||"xy";var l=s(n.axis),u=n.intersect?r(t,a):o(t,a,!1,l);return u.length>0&&(u=t.getDatasetMeta(u[0]._datasetIndex).data),u},"x-axis":function(t,e){return l(t,e,{intersect:!0})},point:function(t,e){return r(t,i(e,t))},nearest:function(t,e,n){var a=i(e,t);n.axis=n.axis||"xy";var r=s(n.axis),l=o(t,a,n.intersect,r);return l.length>1&&l.sort(function(t,e){var n=t.getArea()-e.getArea();return 0===n&&(n=t._datasetIndex-e._datasetIndex),n}),l.slice(0,1)},x:function(t,e,n){var r=i(e,t),o=[],s=!1;return a(t,function(t){t.inXRange(r.x)&&o.push(t),t.inRange(r.x,r.y)&&(s=!0)}),n.intersect&&!s&&(o=[]),o},y:function(t,e,n){var r=i(e,t),o=[],s=!1;return a(t,function(t){t.inYRange(r.y)&&o.push(t),t.inRange(r.x,r.y)&&(s=!0)}),n.intersect&&!s&&(o=[]),o}}}},{45:45}],29:[function(t,e,n){"use strict";t(25)._set("global",{responsive:!0,responsiveAnimationDuration:0,maintainAspectRatio:!0,events:["mousemove","mouseout","click","touchstart","touchmove"],hover:{onHover:null,mode:"nearest",intersect:!0,animationDuration:400},onClick:null,defaultColor:"rgba(0,0,0,0.1)",defaultFontColor:"#666",defaultFontFamily:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",defaultFontSize:12,defaultFontStyle:"normal",showLines:!0,elements:{},layout:{padding:{top:0,right:0,bottom:0,left:0}}}),e.exports=function(){var t=function(t,e){return this.construct(t,e),this};return t.Chart=t,t}},{25:25}],30:[function(t,e,n){"use strict";var i=t(45);e.exports=function(t){function e(t,e){return i.where(t,function(t){return t.position===e})}function n(t,e){t.forEach(function(t,e){return t._tmpIndex_=e,t}),t.sort(function(t,n){var i=e?n:t,a=e?t:n;return i.weight===a.weight?i._tmpIndex_-a._tmpIndex_:i.weight-a.weight}),t.forEach(function(t){delete t._tmpIndex_})}t.layoutService={defaults:{},addBox:function(t,e){t.boxes||(t.boxes=[]),e.fullWidth=e.fullWidth||!1,e.position=e.position||"top",e.weight=e.weight||0,t.boxes.push(e)},removeBox:function(t,e){var n=t.boxes?t.boxes.indexOf(e):-1;-1!==n&&t.boxes.splice(n,1)},configure:function(t,e,n){for(var i,a=["fullWidth","position","weight"],r=a.length,o=0;o<r;++o)i=a[o],n.hasOwnProperty(i)&&(e[i]=n[i])},update:function(t,a,r){function o(t){var e=i.findNextWhere(D,function(e){return e.box===t});if(e)if(t.isHorizontal()){var n={left:Math.max(A,C),right:Math.max(O,P),top:0,bottom:0};t.update(t.fullWidth?b:M,x/2,n)}else t.update(e.minSize.width,S)}function s(t){t.isHorizontal()?(t.left=t.fullWidth?d:A,t.right=t.fullWidth?a-c:A+M,t.top=B,t.bottom=B+t.height,B=t.bottom):(t.left=z,t.right=z+t.width,t.top=F,t.bottom=F+S,z=t.right)}if(t){var l=t.options.layout||{},u=i.options.toPadding(l.padding),d=u.left,c=u.right,h=u.top,f=u.bottom,g=e(t.boxes,"left"),m=e(t.boxes,"right"),p=e(t.boxes,"top"),v=e(t.boxes,"bottom"),y=e(t.boxes,"chartArea");n(g,!0),n(m,!1),n(p,!0),n(v,!1);var b=a-d-c,x=r-h-f,_=x/2,k=(a-b/2)/(g.length+m.length),w=(r-_)/(p.length+v.length),M=b,S=x,D=[];i.each(g.concat(m,p,v),function(t){var e,n=t.isHorizontal();n?(e=t.update(t.fullWidth?b:M,w),S-=e.height):(e=t.update(k,_),M-=e.width),D.push({horizontal:n,minSize:e,box:t})});var C=0,P=0,T=0,I=0;i.each(p.concat(v),function(t){if(t.getPadding){var e=t.getPadding();C=Math.max(C,e.left),P=Math.max(P,e.right)}}),i.each(g.concat(m),function(t){if(t.getPadding){var e=t.getPadding();T=Math.max(T,e.top),I=Math.max(I,e.bottom)}});var A=d,O=c,F=h,R=f;i.each(g.concat(m),o),i.each(g,function(t){A+=t.width}),i.each(m,function(t){O+=t.width}),i.each(p.concat(v),o),i.each(p,function(t){F+=t.height}),i.each(v,function(t){R+=t.height}),i.each(g.concat(m),function(t){var e=i.findNextWhere(D,function(e){return e.box===t}),n={left:0,right:0,top:F,bottom:R};e&&t.update(e.minSize.width,S,n)}),A=d,O=c,F=h,R=f,i.each(g,function(t){A+=t.width}),i.each(m,function(t){O+=t.width}),i.each(p,function(t){F+=t.height}),i.each(v,function(t){R+=t.height});var L=Math.max(C-A,0);A+=L,O+=Math.max(P-O,0);var W=Math.max(T-F,0);F+=W,R+=Math.max(I-R,0);var Y=r-F-R,N=a-A-O;N===M&&Y===S||(i.each(g,function(t){t.height=Y}),i.each(m,function(t){t.height=Y}),i.each(p,function(t){t.fullWidth||(t.width=N)}),i.each(v,function(t){t.fullWidth||(t.width=N)}),S=Y,M=N);var z=d+L,B=h+W;i.each(g.concat(p),s),z+=M,B+=S,i.each(m,s),i.each(v,s),t.chartArea={left:A,top:F,right:A+M,bottom:F+S},i.each(y,function(e){e.left=t.chartArea.left,e.top=t.chartArea.top,e.right=t.chartArea.right,e.bottom=t.chartArea.bottom,e.update(M,S)})}}}}},{45:45}],31:[function(t,e,n){"use strict";var i=t(25),a=t(26),r=t(45);i._set("global",{plugins:{}}),e.exports=function(t){t.plugins={_plugins:[],_cacheId:0,register:function(t){var e=this._plugins;[].concat(t).forEach(function(t){-1===e.indexOf(t)&&e.push(t)}),this._cacheId++},unregister:function(t){var e=this._plugins;[].concat(t).forEach(function(t){var n=e.indexOf(t);-1!==n&&e.splice(n,1)}),this._cacheId++},clear:function(){this._plugins=[],this._cacheId++},count:function(){return this._plugins.length},getAll:function(){return this._plugins},notify:function(t,e,n){var i,a,r,o,s,l=this.descriptors(t),u=l.length;for(i=0;i<u;++i)if(a=l[i],r=a.plugin,"function"==typeof(s=r[e])&&((o=[t].concat(n||[])).push(a.options),!1===s.apply(r,o)))return!1;return!0},descriptors:function(t){var e=t._plugins||(t._plugins={});if(e.id===this._cacheId)return e.descriptors;var n=[],a=[],o=t&&t.config||{},s=o.options&&o.options.plugins||{};return this._plugins.concat(o.plugins||[]).forEach(function(t){if(-1===n.indexOf(t)){var e=t.id,o=s[e];!1!==o&&(!0===o&&(o=r.clone(i.global.plugins[e])),n.push(t),a.push({plugin:t,options:o||{}}))}}),e.descriptors=a,e.id=this._cacheId,a}},t.pluginService=t.plugins,t.PluginBase=a.extend({})}},{25:25,26:26,45:45}],32:[function(t,e,n){"use strict";function i(t){var e,n,i=[];for(e=0,n=t.length;e<n;++e)i.push(t[e].label);return i}function a(t,e,n){var i=t.getPixelForTick(e);return n&&(i-=0===e?(t.getPixelForTick(1)-i)/2:(i-t.getPixelForTick(e-1))/2),i}var r=t(25),o=t(26),s=t(45),l=t(34);r._set("scale",{display:!0,position:"left",offset:!1,gridLines:{display:!0,color:"rgba(0, 0, 0, 0.1)",lineWidth:1,drawBorder:!0,drawOnChartArea:!0,drawTicks:!0,tickMarkLength:10,zeroLineWidth:1,zeroLineColor:"rgba(0,0,0,0.25)",zeroLineBorderDash:[],zeroLineBorderDashOffset:0,offsetGridLines:!1,borderDash:[],borderDashOffset:0},scaleLabel:{display:!1,labelString:"",lineHeight:1.2,padding:{top:4,bottom:4}},ticks:{beginAtZero:!1,minRotation:0,maxRotation:50,mirror:!1,padding:0,reverse:!1,display:!0,autoSkip:!0,autoSkipPadding:0,labelOffset:0,callback:l.formatters.values,minor:{},major:{}}}),e.exports=function(t){function e(t,e,n){return s.isArray(e)?s.longestText(t,n,e):t.measureText(e).width}function n(t){var e=s.valueOrDefault,n=r.global,i=e(t.fontSize,n.defaultFontSize),a=e(t.fontStyle,n.defaultFontStyle),o=e(t.fontFamily,n.defaultFontFamily);return{size:i,style:a,family:o,font:s.fontString(i,a,o)}}function l(t){return s.options.toLineHeight(s.valueOrDefault(t.lineHeight,1.2),s.valueOrDefault(t.fontSize,r.global.defaultFontSize))}t.Scale=o.extend({getPadding:function(){var t=this;return{left:t.paddingLeft||0,top:t.paddingTop||0,right:t.paddingRight||0,bottom:t.paddingBottom||0}},getTicks:function(){return this._ticks},mergeTicksOptions:function(){var t=this.options.ticks;!1===t.minor&&(t.minor={display:!1}),!1===t.major&&(t.major={display:!1});for(var e in t)"major"!==e&&"minor"!==e&&(void 0===t.minor[e]&&(t.minor[e]=t[e]),void 0===t.major[e]&&(t.major[e]=t[e]))},beforeUpdate:function(){s.callback(this.options.beforeUpdate,[this])},update:function(t,e,n){var i,a,r,o,l,u,d=this;for(d.beforeUpdate(),d.maxWidth=t,d.maxHeight=e,d.margins=s.extend({left:0,right:0,top:0,bottom:0},n),d.longestTextCache=d.longestTextCache||{},d.beforeSetDimensions(),d.setDimensions(),d.afterSetDimensions(),d.beforeDataLimits(),d.determineDataLimits(),d.afterDataLimits(),d.beforeBuildTicks(),l=d.buildTicks()||[],d.afterBuildTicks(),d.beforeTickToLabelConversion(),r=d.convertTicksToLabels(l)||d.ticks,d.afterTickToLabelConversion(),d.ticks=r,i=0,a=r.length;i<a;++i)o=r[i],(u=l[i])?u.label=o:l.push(u={label:o,major:!1});return d._ticks=l,d.beforeCalculateTickRotation(),d.calculateTickRotation(),d.afterCalculateTickRotation(),d.beforeFit(),d.fit(),d.afterFit(),d.afterUpdate(),d.minSize},afterUpdate:function(){s.callback(this.options.afterUpdate,[this])},beforeSetDimensions:function(){s.callback(this.options.beforeSetDimensions,[this])},setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0},afterSetDimensions:function(){s.callback(this.options.afterSetDimensions,[this])},beforeDataLimits:function(){s.callback(this.options.beforeDataLimits,[this])},determineDataLimits:s.noop,afterDataLimits:function(){s.callback(this.options.afterDataLimits,[this])},beforeBuildTicks:function(){s.callback(this.options.beforeBuildTicks,[this])},buildTicks:s.noop,afterBuildTicks:function(){s.callback(this.options.afterBuildTicks,[this])},beforeTickToLabelConversion:function(){s.callback(this.options.beforeTickToLabelConversion,[this])},convertTicksToLabels:function(){var t=this,e=t.options.ticks;t.ticks=t.ticks.map(e.userCallback||e.callback,this)},afterTickToLabelConversion:function(){s.callback(this.options.afterTickToLabelConversion,[this])},beforeCalculateTickRotation:function(){s.callback(this.options.beforeCalculateTickRotation,[this])},calculateTickRotation:function(){var t=this,e=t.ctx,a=t.options.ticks,r=i(t._ticks),o=n(a);e.font=o.font;var l=a.minRotation||0;if(r.length&&t.options.display&&t.isHorizontal())for(var u,d=s.longestText(e,o.font,r,t.longestTextCache),c=d,h=t.getPixelForTick(1)-t.getPixelForTick(0)-6;c>h&&l<a.maxRotation;){var f=s.toRadians(l);if(u=Math.cos(f),Math.sin(f)*d>t.maxHeight){l--;break}l++,c=u*d}t.labelRotation=l},afterCalculateTickRotation:function(){s.callback(this.options.afterCalculateTickRotation,[this])},beforeFit:function(){s.callback(this.options.beforeFit,[this])},fit:function(){var t=this,a=t.minSize={width:0,height:0},r=i(t._ticks),o=t.options,u=o.ticks,d=o.scaleLabel,c=o.gridLines,h=o.display,f=t.isHorizontal(),g=n(u),m=o.gridLines.tickMarkLength;if(a.width=f?t.isFullWidth()?t.maxWidth-t.margins.left-t.margins.right:t.maxWidth:h&&c.drawTicks?m:0,a.height=f?h&&c.drawTicks?m:0:t.maxHeight,d.display&&h){var p=l(d)+s.options.toPadding(d.padding).height;f?a.height+=p:a.width+=p}if(u.display&&h){var v=s.longestText(t.ctx,g.font,r,t.longestTextCache),y=s.numberOfLabelLines(r),b=.5*g.size,x=t.options.ticks.padding;if(f){t.longestLabelWidth=v;var _=s.toRadians(t.labelRotation),k=Math.cos(_),w=Math.sin(_)*v+g.size*y+b*(y-1)+b;a.height=Math.min(t.maxHeight,a.height+w+x),t.ctx.font=g.font;var M=e(t.ctx,r[0],g.font),S=e(t.ctx,r[r.length-1],g.font);0!==t.labelRotation?(t.paddingLeft="bottom"===o.position?k*M+3:k*b+3,t.paddingRight="bottom"===o.position?k*b+3:k*S+3):(t.paddingLeft=M/2+3,t.paddingRight=S/2+3)}else u.mirror?v=0:v+=x+b,a.width=Math.min(t.maxWidth,a.width+v),t.paddingTop=g.size/2,t.paddingBottom=g.size/2}t.handleMargins(),t.width=a.width,t.height=a.height},handleMargins:function(){var t=this;t.margins&&(t.paddingLeft=Math.max(t.paddingLeft-t.margins.left,0),t.paddingTop=Math.max(t.paddingTop-t.margins.top,0),t.paddingRight=Math.max(t.paddingRight-t.margins.right,0),t.paddingBottom=Math.max(t.paddingBottom-t.margins.bottom,0))},afterFit:function(){s.callback(this.options.afterFit,[this])},isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},isFullWidth:function(){return this.options.fullWidth},getRightValue:function(t){if(s.isNullOrUndef(t))return NaN;if("number"==typeof t&&!isFinite(t))return NaN;if(t)if(this.isHorizontal()){if(void 0!==t.x)return this.getRightValue(t.x)}else if(void 0!==t.y)return this.getRightValue(t.y);return t},getLabelForIndex:s.noop,getPixelForValue:s.noop,getValueForPixel:s.noop,getPixelForTick:function(t){var e=this,n=e.options.offset;if(e.isHorizontal()){var i=(e.width-(e.paddingLeft+e.paddingRight))/Math.max(e._ticks.length-(n?0:1),1),a=i*t+e.paddingLeft;n&&(a+=i/2);var r=e.left+Math.round(a);return r+=e.isFullWidth()?e.margins.left:0}var o=e.height-(e.paddingTop+e.paddingBottom);return e.top+t*(o/(e._ticks.length-1))},getPixelForDecimal:function(t){var e=this;if(e.isHorizontal()){var n=(e.width-(e.paddingLeft+e.paddingRight))*t+e.paddingLeft,i=e.left+Math.round(n);return i+=e.isFullWidth()?e.margins.left:0}return e.top+t*e.height},getBasePixel:function(){return this.getPixelForValue(this.getBaseValue())},getBaseValue:function(){var t=this,e=t.min,n=t.max;return t.beginAtZero?0:e<0&&n<0?n:e>0&&n>0?e:0},_autoSkip:function(t){var e,n,i,a,r=this,o=r.isHorizontal(),l=r.options.ticks.minor,u=t.length,d=s.toRadians(r.labelRotation),c=Math.cos(d),h=r.longestLabelWidth*c,f=[];for(l.maxTicksLimit&&(a=l.maxTicksLimit),o&&(e=!1,(h+l.autoSkipPadding)*u>r.width-(r.paddingLeft+r.paddingRight)&&(e=1+Math.floor((h+l.autoSkipPadding)*u/(r.width-(r.paddingLeft+r.paddingRight)))),a&&u>a&&(e=Math.max(e,Math.floor(u/a)))),n=0;n<u;n++)i=t[n],((e>1&&n%e>0||n%e==0&&n+e>=u)&&n!==u-1||s.isNullOrUndef(i.label))&&delete i.label,f.push(i);return f},draw:function(t){var e=this,i=e.options;if(i.display){var o=e.ctx,u=r.global,d=i.ticks.minor,c=i.ticks.major||d,h=i.gridLines,f=i.scaleLabel,g=0!==e.labelRotation,m=e.isHorizontal(),p=d.autoSkip?e._autoSkip(e.getTicks()):e.getTicks(),v=s.valueOrDefault(d.fontColor,u.defaultFontColor),y=n(d),b=s.valueOrDefault(c.fontColor,u.defaultFontColor),x=n(c),_=h.drawTicks?h.tickMarkLength:0,k=s.valueOrDefault(f.fontColor,u.defaultFontColor),w=n(f),M=s.options.toPadding(f.padding),S=s.toRadians(e.labelRotation),D=[],C="right"===i.position?e.left:e.right-_,P="right"===i.position?e.left+_:e.right,T="bottom"===i.position?e.top:e.bottom-_,I="bottom"===i.position?e.top+_:e.bottom;if(s.each(p,function(n,r){if(void 0!==n.label){var o,l,c,f,v=n.label;r===e.zeroLineIndex&&i.offset===h.offsetGridLines?(o=h.zeroLineWidth,l=h.zeroLineColor,c=h.zeroLineBorderDash,f=h.zeroLineBorderDashOffset):(o=s.valueAtIndexOrDefault(h.lineWidth,r),l=s.valueAtIndexOrDefault(h.color,r),c=s.valueOrDefault(h.borderDash,u.borderDash),f=s.valueOrDefault(h.borderDashOffset,u.borderDashOffset));var y,b,x,k,w,M,A,O,F,R,L="middle",W="middle",Y=d.padding;if(m){var N=_+Y;"bottom"===i.position?(W=g?"middle":"top",L=g?"right":"center",R=e.top+N):(W=g?"middle":"bottom",L=g?"left":"center",R=e.bottom-N);var z=a(e,r,h.offsetGridLines&&p.length>1);z<e.left&&(l="rgba(0,0,0,0)"),z+=s.aliasPixel(o),F=e.getPixelForTick(r)+d.labelOffset,y=x=w=A=z,b=T,k=I,M=t.top,O=t.bottom}else{var B,V="left"===i.position;d.mirror?(L=V?"left":"right",B=Y):(L=V?"right":"left",B=_+Y),F=V?e.right-B:e.left+B;var H=a(e,r,h.offsetGridLines&&p.length>1);H<e.top&&(l="rgba(0,0,0,0)"),H+=s.aliasPixel(o),R=e.getPixelForTick(r)+d.labelOffset,y=C,x=P,w=t.left,A=t.right,b=k=M=O=H}D.push({tx1:y,ty1:b,tx2:x,ty2:k,x1:w,y1:M,x2:A,y2:O,labelX:F,labelY:R,glWidth:o,glColor:l,glBorderDash:c,glBorderDashOffset:f,rotation:-1*S,label:v,major:n.major,textBaseline:W,textAlign:L})}}),s.each(D,function(t){if(h.display&&(o.save(),o.lineWidth=t.glWidth,o.strokeStyle=t.glColor,o.setLineDash&&(o.setLineDash(t.glBorderDash),o.lineDashOffset=t.glBorderDashOffset),o.beginPath(),h.drawTicks&&(o.moveTo(t.tx1,t.ty1),o.lineTo(t.tx2,t.ty2)),h.drawOnChartArea&&(o.moveTo(t.x1,t.y1),o.lineTo(t.x2,t.y2)),o.stroke(),o.restore()),d.display){o.save(),o.translate(t.labelX,t.labelY),o.rotate(t.rotation),o.font=t.major?x.font:y.font,o.fillStyle=t.major?b:v,o.textBaseline=t.textBaseline,o.textAlign=t.textAlign;var e=t.label;if(s.isArray(e))for(var n=0,i=0;n<e.length;++n)o.fillText(""+e[n],0,i),i+=1.5*y.size;else o.fillText(e,0,0);o.restore()}}),f.display){var A,O,F=0,R=l(f)/2;if(m)A=e.left+(e.right-e.left)/2,O="bottom"===i.position?e.bottom-R-M.bottom:e.top+R+M.top;else{var L="left"===i.position;A=L?e.left+R+M.top:e.right-R-M.top,O=e.top+(e.bottom-e.top)/2,F=L?-.5*Math.PI:.5*Math.PI}o.save(),o.translate(A,O),o.rotate(F),o.textAlign="center",o.textBaseline="middle",o.fillStyle=k,o.font=w.font,o.fillText(f.labelString,0,0),o.restore()}if(h.drawBorder){o.lineWidth=s.valueAtIndexOrDefault(h.lineWidth,0),o.strokeStyle=s.valueAtIndexOrDefault(h.color,0);var W=e.left,Y=e.right,N=e.top,z=e.bottom,B=s.aliasPixel(o.lineWidth);m?(N=z="top"===i.position?e.bottom:e.top,N+=B,z+=B):(W=Y="left"===i.position?e.right:e.left,W+=B,Y+=B),o.beginPath(),o.moveTo(W,N),o.lineTo(Y,z),o.stroke()}}}})}},{25:25,26:26,34:34,45:45}],33:[function(t,e,n){"use strict";var i=t(25),a=t(45);e.exports=function(t){t.scaleService={constructors:{},defaults:{},registerScaleType:function(t,e,n){this.constructors[t]=e,this.defaults[t]=a.clone(n)},getScaleConstructor:function(t){return this.constructors.hasOwnProperty(t)?this.constructors[t]:void 0},getScaleDefaults:function(t){return this.defaults.hasOwnProperty(t)?a.merge({},[i.scale,this.defaults[t]]):{}},updateScaleDefaults:function(t,e){var n=this;n.defaults.hasOwnProperty(t)&&(n.defaults[t]=a.extend(n.defaults[t],e))},addScalesToLayout:function(e){a.each(e.scales,function(n){n.fullWidth=n.options.fullWidth,n.position=n.options.position,n.weight=n.options.weight,t.layoutService.addBox(e,n)})}}}},{25:25,45:45}],34:[function(t,e,n){"use strict";var i=t(45);e.exports={generators:{linear:function(t,e){var n,a=[];if(t.stepSize&&t.stepSize>0)n=t.stepSize;else{var r=i.niceNum(e.max-e.min,!1);n=i.niceNum(r/(t.maxTicks-1),!0)}var o=Math.floor(e.min/n)*n,s=Math.ceil(e.max/n)*n;t.min&&t.max&&t.stepSize&&i.almostWhole((t.max-t.min)/t.stepSize,n/1e3)&&(o=t.min,s=t.max);var l=(s-o)/n;l=i.almostEquals(l,Math.round(l),n/1e3)?Math.round(l):Math.ceil(l),a.push(void 0!==t.min?t.min:o);for(var u=1;u<l;++u)a.push(o+u*n);return a.push(void 0!==t.max?t.max:s),a},logarithmic:function(t,e){var n,a,r=[],o=i.valueOrDefault,s=o(t.min,Math.pow(10,Math.floor(i.log10(e.min)))),l=Math.floor(i.log10(e.max)),u=Math.ceil(e.max/Math.pow(10,l));0===s?(n=Math.floor(i.log10(e.minNotZero)),a=Math.floor(e.minNotZero/Math.pow(10,n)),r.push(s),s=a*Math.pow(10,n)):(n=Math.floor(i.log10(s)),a=Math.floor(s/Math.pow(10,n)));do{r.push(s),10===++a&&(a=1,++n),s=a*Math.pow(10,n)}while(n<l||n===l&&a<u);var d=o(t.max,s);return r.push(d),r}},formatters:{values:function(t){return i.isArray(t)?t:""+t},linear:function(t,e,n){var a=n.length>3?n[2]-n[1]:n[1]-n[0];Math.abs(a)>1&&t!==Math.floor(t)&&(a=t-Math.floor(t));var r=i.log10(Math.abs(a)),o="";if(0!==t){var s=-1*Math.floor(r);s=Math.max(Math.min(s,20),0),o=t.toFixed(s)}else o="0";return o},logarithmic:function(t,e,n){var a=t/Math.pow(10,Math.floor(i.log10(t)));return 0===t?"0":1===a||2===a||5===a||0===e||e===n.length-1?t.toExponential():""}}}},{45:45}],35:[function(t,e,n){"use strict";var i=t(25),a=t(26),r=t(45);i._set("global",{tooltips:{enabled:!0,custom:null,mode:"nearest",position:"average",intersect:!0,backgroundColor:"rgba(0,0,0,0.8)",titleFontStyle:"bold",titleSpacing:2,titleMarginBottom:6,titleFontColor:"#fff",titleAlign:"left",bodySpacing:2,bodyFontColor:"#fff",bodyAlign:"left",footerFontStyle:"bold",footerSpacing:2,footerMarginTop:6,footerFontColor:"#fff",footerAlign:"left",yPadding:6,xPadding:6,caretPadding:2,caretSize:5,cornerRadius:6,multiKeyBackground:"#fff",displayColors:!0,borderColor:"rgba(0,0,0,0)",borderWidth:0,callbacks:{beforeTitle:r.noop,title:function(t,e){var n="",i=e.labels,a=i?i.length:0;if(t.length>0){var r=t[0];r.xLabel?n=r.xLabel:a>0&&r.index<a&&(n=i[r.index])}return n},afterTitle:r.noop,beforeBody:r.noop,beforeLabel:r.noop,label:function(t,e){var n=e.datasets[t.datasetIndex].label||"";return n&&(n+=": "),n+=t.yLabel},labelColor:function(t,e){var n=e.getDatasetMeta(t.datasetIndex).data[t.index]._view;return{borderColor:n.borderColor,backgroundColor:n.backgroundColor}},labelTextColor:function(){return this._options.bodyFontColor},afterLabel:r.noop,afterBody:r.noop,beforeFooter:r.noop,footer:r.noop,afterFooter:r.noop}}}),e.exports=function(t){function e(t,e){var n=r.color(t);return n.alpha(e*n.alpha()).rgbaString()}function n(t,e){return e&&(r.isArray(e)?Array.prototype.push.apply(t,e):t.push(e)),t}function o(t){var e=t._xScale,n=t._yScale||t._scale,i=t._index,a=t._datasetIndex;return{xLabel:e?e.getLabelForIndex(i,a):"",yLabel:n?n.getLabelForIndex(i,a):"",index:i,datasetIndex:a,x:t._model.x,y:t._model.y}}function s(t){var e=i.global,n=r.valueOrDefault;return{xPadding:t.xPadding,yPadding:t.yPadding,xAlign:t.xAlign,yAlign:t.yAlign,bodyFontColor:t.bodyFontColor,_bodyFontFamily:n(t.bodyFontFamily,e.defaultFontFamily),_bodyFontStyle:n(t.bodyFontStyle,e.defaultFontStyle),_bodyAlign:t.bodyAlign,bodyFontSize:n(t.bodyFontSize,e.defaultFontSize),bodySpacing:t.bodySpacing,titleFontColor:t.titleFontColor,_titleFontFamily:n(t.titleFontFamily,e.defaultFontFamily),_titleFontStyle:n(t.titleFontStyle,e.defaultFontStyle),titleFontSize:n(t.titleFontSize,e.defaultFontSize),_titleAlign:t.titleAlign,titleSpacing:t.titleSpacing,titleMarginBottom:t.titleMarginBottom,footerFontColor:t.footerFontColor,_footerFontFamily:n(t.footerFontFamily,e.defaultFontFamily),_footerFontStyle:n(t.footerFontStyle,e.defaultFontStyle),footerFontSize:n(t.footerFontSize,e.defaultFontSize),_footerAlign:t.footerAlign,footerSpacing:t.footerSpacing,footerMarginTop:t.footerMarginTop,caretSize:t.caretSize,cornerRadius:t.cornerRadius,backgroundColor:t.backgroundColor,opacity:0,legendColorBackground:t.multiKeyBackground,displayColors:t.displayColors,borderColor:t.borderColor,borderWidth:t.borderWidth}}function l(t,e){var n=t._chart.ctx,i=2*e.yPadding,a=0,o=e.body,s=o.reduce(function(t,e){return t+e.before.length+e.lines.length+e.after.length},0);s+=e.beforeBody.length+e.afterBody.length;var l=e.title.length,u=e.footer.length,d=e.titleFontSize,c=e.bodyFontSize,h=e.footerFontSize;i+=l*d,i+=l?(l-1)*e.titleSpacing:0,i+=l?e.titleMarginBottom:0,i+=s*c,i+=s?(s-1)*e.bodySpacing:0,i+=u?e.footerMarginTop:0,i+=u*h,i+=u?(u-1)*e.footerSpacing:0;var f=0,g=function(t){a=Math.max(a,n.measureText(t).width+f)};return n.font=r.fontString(d,e._titleFontStyle,e._titleFontFamily),r.each(e.title,g),n.font=r.fontString(c,e._bodyFontStyle,e._bodyFontFamily),r.each(e.beforeBody.concat(e.afterBody),g),f=e.displayColors?c+2:0,r.each(o,function(t){r.each(t.before,g),r.each(t.lines,g),r.each(t.after,g)}),f=0,n.font=r.fontString(h,e._footerFontStyle,e._footerFontFamily),r.each(e.footer,g),a+=2*e.xPadding,{width:a,height:i}}function u(t,e){var n=t._model,i=t._chart,a=t._chart.chartArea,r="center",o="center";n.y<e.height?o="top":n.y>i.height-e.height&&(o="bottom");var s,l,u,d,c,h=(a.left+a.right)/2,f=(a.top+a.bottom)/2;"center"===o?(s=function(t){return t<=h},l=function(t){return t>h}):(s=function(t){return t<=e.width/2},l=function(t){return t>=i.width-e.width/2}),u=function(t){return t+e.width>i.width},d=function(t){return t-e.width<0},c=function(t){return t<=f?"top":"bottom"},s(n.x)?(r="left",u(n.x)&&(r="center",o=c(n.y))):l(n.x)&&(r="right",d(n.x)&&(r="center",o=c(n.y)));var g=t._options;return{xAlign:g.xAlign?g.xAlign:r,yAlign:g.yAlign?g.yAlign:o}}function d(t,e,n){var i=t.x,a=t.y,r=t.caretSize,o=t.caretPadding,s=t.cornerRadius,l=n.xAlign,u=n.yAlign,d=r+o,c=s+o;return"right"===l?i-=e.width:"center"===l&&(i-=e.width/2),"top"===u?a+=d:a-="bottom"===u?e.height+d:e.height/2,"center"===u?"left"===l?i+=d:"right"===l&&(i-=d):"left"===l?i-=c:"right"===l&&(i+=c),{x:i,y:a}}t.Tooltip=a.extend({initialize:function(){this._model=s(this._options)},getTitle:function(){var t=this,e=t._options.callbacks,i=e.beforeTitle.apply(t,arguments),a=e.title.apply(t,arguments),r=e.afterTitle.apply(t,arguments),o=[];return o=n(o,i),o=n(o,a),o=n(o,r)},getBeforeBody:function(){var t=this._options.callbacks.beforeBody.apply(this,arguments);return r.isArray(t)?t:void 0!==t?[t]:[]},getBody:function(t,e){var i=this,a=i._options.callbacks,o=[];return r.each(t,function(t){var r={before:[],lines:[],after:[]};n(r.before,a.beforeLabel.call(i,t,e)),n(r.lines,a.label.call(i,t,e)),n(r.after,a.afterLabel.call(i,t,e)),o.push(r)}),o},getAfterBody:function(){var t=this._options.callbacks.afterBody.apply(this,arguments);return r.isArray(t)?t:void 0!==t?[t]:[]},getFooter:function(){var t=this,e=t._options.callbacks,i=e.beforeFooter.apply(t,arguments),a=e.footer.apply(t,arguments),r=e.afterFooter.apply(t,arguments),o=[];return o=n(o,i),o=n(o,a),o=n(o,r)},update:function(e){var n,i,a=this,c=a._options,h=a._model,f=a._model=s(c),g=a._active,m=a._data,p={xAlign:h.xAlign,yAlign:h.yAlign},v={x:h.x,y:h.y},y={width:h.width,height:h.height},b={x:h.caretX,y:h.caretY};if(g.length){f.opacity=1;var x=[],_=[];b=t.Tooltip.positioners[c.position](g,a._eventPosition);var k=[];for(n=0,i=g.length;n<i;++n)k.push(o(g[n]));c.filter&&(k=k.filter(function(t){return c.filter(t,m)})),c.itemSort&&(k=k.sort(function(t,e){return c.itemSort(t,e,m)})),r.each(k,function(t){x.push(c.callbacks.labelColor.call(a,t,a._chart)),_.push(c.callbacks.labelTextColor.call(a,t,a._chart))}),f.title=a.getTitle(k,m),f.beforeBody=a.getBeforeBody(k,m),f.body=a.getBody(k,m),f.afterBody=a.getAfterBody(k,m),f.footer=a.getFooter(k,m),f.x=Math.round(b.x),f.y=Math.round(b.y),f.caretPadding=c.caretPadding,f.labelColors=x,f.labelTextColors=_,f.dataPoints=k,v=d(f,y=l(this,f),p=u(this,y))}else f.opacity=0;return f.xAlign=p.xAlign,f.yAlign=p.yAlign,f.x=v.x,f.y=v.y,f.width=y.width,f.height=y.height,f.caretX=b.x,f.caretY=b.y,a._model=f,e&&c.custom&&c.custom.call(a,f),a},drawCaret:function(t,e){var n=this._chart.ctx,i=this._view,a=this.getCaretPosition(t,e,i);n.lineTo(a.x1,a.y1),n.lineTo(a.x2,a.y2),n.lineTo(a.x3,a.y3)},getCaretPosition:function(t,e,n){var i,a,r,o,s,l,u=n.caretSize,d=n.cornerRadius,c=n.xAlign,h=n.yAlign,f=t.x,g=t.y,m=e.width,p=e.height;if("center"===h)s=g+p/2,"left"===c?(a=(i=f)-u,r=i,o=s+u,l=s-u):(a=(i=f+m)+u,r=i,o=s-u,l=s+u);else if("left"===c?(i=(a=f+d+u)-u,r=a+u):"right"===c?(i=(a=f+m-d-u)-u,r=a+u):(i=(a=f+m/2)-u,r=a+u),"top"===h)s=(o=g)-u,l=o;else{s=(o=g+p)+u,l=o;var v=r;r=i,i=v}return{x1:i,x2:a,x3:r,y1:o,y2:s,y3:l}},drawTitle:function(t,n,i,a){var o=n.title;if(o.length){i.textAlign=n._titleAlign,i.textBaseline="top";var s=n.titleFontSize,l=n.titleSpacing;i.fillStyle=e(n.titleFontColor,a),i.font=r.fontString(s,n._titleFontStyle,n._titleFontFamily);var u,d;for(u=0,d=o.length;u<d;++u)i.fillText(o[u],t.x,t.y),t.y+=s+l,u+1===o.length&&(t.y+=n.titleMarginBottom-l)}},drawBody:function(t,n,i,a){var o=n.bodyFontSize,s=n.bodySpacing,l=n.body;i.textAlign=n._bodyAlign,i.textBaseline="top",i.font=r.fontString(o,n._bodyFontStyle,n._bodyFontFamily);var u=0,d=function(e){i.fillText(e,t.x+u,t.y),t.y+=o+s};r.each(n.beforeBody,d);var c=n.displayColors;u=c?o+2:0,r.each(l,function(s,l){r.each(s.before,d),r.each(s.lines,function(r){if(c){i.fillStyle=e(n.legendColorBackground,a),i.fillRect(t.x,t.y,o,o),i.lineWidth=1,i.strokeStyle=e(n.labelColors[l].borderColor,a),i.strokeRect(t.x,t.y,o,o),i.fillStyle=e(n.labelColors[l].backgroundColor,a),i.fillRect(t.x+1,t.y+1,o-2,o-2);var s=e(n.labelTextColors[l],a);i.fillStyle=s}d(r)}),r.each(s.after,d)}),u=0,r.each(n.afterBody,d),t.y-=s},drawFooter:function(t,n,i,a){var o=n.footer;o.length&&(t.y+=n.footerMarginTop,i.textAlign=n._footerAlign,i.textBaseline="top",i.fillStyle=e(n.footerFontColor,a),i.font=r.fontString(n.footerFontSize,n._footerFontStyle,n._footerFontFamily),r.each(o,function(e){i.fillText(e,t.x,t.y),t.y+=n.footerFontSize+n.footerSpacing}))},drawBackground:function(t,n,i,a,r){i.fillStyle=e(n.backgroundColor,r),i.strokeStyle=e(n.borderColor,r),i.lineWidth=n.borderWidth;var o=n.xAlign,s=n.yAlign,l=t.x,u=t.y,d=a.width,c=a.height,h=n.cornerRadius;i.beginPath(),i.moveTo(l+h,u),"top"===s&&this.drawCaret(t,a),i.lineTo(l+d-h,u),i.quadraticCurveTo(l+d,u,l+d,u+h),"center"===s&&"right"===o&&this.drawCaret(t,a),i.lineTo(l+d,u+c-h),i.quadraticCurveTo(l+d,u+c,l+d-h,u+c),"bottom"===s&&this.drawCaret(t,a),i.lineTo(l+h,u+c),i.quadraticCurveTo(l,u+c,l,u+c-h),"center"===s&&"left"===o&&this.drawCaret(t,a),i.lineTo(l,u+h),i.quadraticCurveTo(l,u,l+h,u),i.closePath(),i.fill(),n.borderWidth>0&&i.stroke()},draw:function(){var t=this._chart.ctx,e=this._view;if(0!==e.opacity){var n={width:e.width,height:e.height},i={x:e.x,y:e.y},a=Math.abs(e.opacity<.001)?0:e.opacity,r=e.title.length||e.beforeBody.length||e.body.length||e.afterBody.length||e.footer.length;this._options.enabled&&r&&(this.drawBackground(i,e,t,n,a),i.x+=e.xPadding,i.y+=e.yPadding,this.drawTitle(i,e,t,a),this.drawBody(i,e,t,a),this.drawFooter(i,e,t,a))}},handleEvent:function(t){var e=this,n=e._options,i=!1;if(e._lastActive=e._lastActive||[],"mouseout"===t.type?e._active=[]:e._active=e._chart.getElementsAtEventForMode(t,n.mode,n),!(i=!r.arrayEquals(e._active,e._lastActive)))return!1;if(e._lastActive=e._active,n.enabled||n.custom){e._eventPosition={x:t.x,y:t.y};var a=e._model;e.update(!0),e.pivot(),i|=a.x!==e._model.x||a.y!==e._model.y}return i}}),t.Tooltip.positioners={average:function(t){if(!t.length)return!1;var e,n,i=0,a=0,r=0;for(e=0,n=t.length;e<n;++e){var o=t[e];if(o&&o.hasValue()){var s=o.tooltipPosition();i+=s.x,a+=s.y,++r}}return{x:Math.round(i/r),y:Math.round(a/r)}},nearest:function(t,e){var n,i,a,o=e.x,s=e.y,l=Number.POSITIVE_INFINITY;for(n=0,i=t.length;n<i;++n){var u=t[n];if(u&&u.hasValue()){var d=u.getCenterPoint(),c=r.distanceBetweenPoints(e,d);c<l&&(l=c,a=u)}}if(a){var h=a.tooltipPosition();o=h.x,s=h.y}return{x:o,y:s}}}}},{25:25,26:26,45:45}],36:[function(t,e,n){"use strict";var i=t(25),a=t(26),r=t(45);i._set("global",{elements:{arc:{backgroundColor:i.global.defaultColor,borderColor:"#fff",borderWidth:2}}}),e.exports=a.extend({inLabelRange:function(t){var e=this._view;return!!e&&Math.pow(t-e.x,2)<Math.pow(e.radius+e.hoverRadius,2)},inRange:function(t,e){var n=this._view;if(n){for(var i=r.getAngleFromPoint(n,{x:t,y:e}),a=i.angle,o=i.distance,s=n.startAngle,l=n.endAngle;l<s;)l+=2*Math.PI;for(;a>l;)a-=2*Math.PI;for(;a<s;)a+=2*Math.PI;var u=a>=s&&a<=l,d=o>=n.innerRadius&&o<=n.outerRadius;return u&&d}return!1},getCenterPoint:function(){var t=this._view,e=(t.startAngle+t.endAngle)/2,n=(t.innerRadius+t.outerRadius)/2;return{x:t.x+Math.cos(e)*n,y:t.y+Math.sin(e)*n}},getArea:function(){var t=this._view;return Math.PI*((t.endAngle-t.startAngle)/(2*Math.PI))*(Math.pow(t.outerRadius,2)-Math.pow(t.innerRadius,2))},tooltipPosition:function(){var t=this._view,e=t.startAngle+(t.endAngle-t.startAngle)/2,n=(t.outerRadius-t.innerRadius)/2+t.innerRadius;return{x:t.x+Math.cos(e)*n,y:t.y+Math.sin(e)*n}},draw:function(){var t=this._chart.ctx,e=this._view,n=e.startAngle,i=e.endAngle;t.beginPath(),t.arc(e.x,e.y,e.outerRadius,n,i),t.arc(e.x,e.y,e.innerRadius,i,n,!0),t.closePath(),t.strokeStyle=e.borderColor,t.lineWidth=e.borderWidth,t.fillStyle=e.backgroundColor,t.fill(),t.lineJoin="bevel",e.borderWidth&&t.stroke()}})},{25:25,26:26,45:45}],37:[function(t,e,n){"use strict";var i=t(25),a=t(26),r=t(45),o=i.global;i._set("global",{elements:{line:{tension:.4,backgroundColor:o.defaultColor,borderWidth:3,borderColor:o.defaultColor,borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",capBezierPoints:!0,fill:!0}}}),e.exports=a.extend({draw:function(){var t,e,n,i,a=this,s=a._view,l=a._chart.ctx,u=s.spanGaps,d=a._children.slice(),c=o.elements.line,h=-1;for(a._loop&&d.length&&d.push(d[0]),l.save(),l.lineCap=s.borderCapStyle||c.borderCapStyle,l.setLineDash&&l.setLineDash(s.borderDash||c.borderDash),l.lineDashOffset=s.borderDashOffset||c.borderDashOffset,l.lineJoin=s.borderJoinStyle||c.borderJoinStyle,l.lineWidth=s.borderWidth||c.borderWidth,l.strokeStyle=s.borderColor||o.defaultColor,l.beginPath(),h=-1,t=0;t<d.length;++t)e=d[t],n=r.previousItem(d,t),i=e._view,0===t?i.skip||(l.moveTo(i.x,i.y),h=t):(n=-1===h?n:d[h],i.skip||(h!==t-1&&!u||-1===h?l.moveTo(i.x,i.y):r.canvas.lineTo(l,n._view,e._view),h=t));l.stroke(),l.restore()}})},{25:25,26:26,45:45}],38:[function(t,e,n){"use strict";function i(t){var e=this._view;return!!e&&Math.pow(t-e.x,2)<Math.pow(e.radius+e.hitRadius,2)}var a=t(25),r=t(26),o=t(45),s=a.global.defaultColor;a._set("global",{elements:{point:{radius:3,pointStyle:"circle",backgroundColor:s,borderColor:s,borderWidth:1,hitRadius:1,hoverRadius:4,hoverBorderWidth:1}}}),e.exports=r.extend({inRange:function(t,e){var n=this._view;return!!n&&Math.pow(t-n.x,2)+Math.pow(e-n.y,2)<Math.pow(n.hitRadius+n.radius,2)},inLabelRange:i,inXRange:i,inYRange:function(t){var e=this._view;return!!e&&Math.pow(t-e.y,2)<Math.pow(e.radius+e.hitRadius,2)},getCenterPoint:function(){var t=this._view;return{x:t.x,y:t.y}},getArea:function(){return Math.PI*Math.pow(this._view.radius,2)},tooltipPosition:function(){var t=this._view;return{x:t.x,y:t.y,padding:t.radius+t.borderWidth}},draw:function(t){var e=this._view,n=this._model,i=this._chart.ctx,r=e.pointStyle,l=e.radius,u=e.x,d=e.y,c=o.color,h=0;e.skip||(i.strokeStyle=e.borderColor||s,i.lineWidth=o.valueOrDefault(e.borderWidth,a.global.elements.point.borderWidth),i.fillStyle=e.backgroundColor||s,void 0!==t&&(n.x<t.left||1.01*t.right<n.x||n.y<t.top||1.01*t.bottom<n.y)&&(n.x<t.left?h=(u-n.x)/(t.left-n.x):1.01*t.right<n.x?h=(n.x-u)/(n.x-t.right):n.y<t.top?h=(d-n.y)/(t.top-n.y):1.01*t.bottom<n.y&&(h=(n.y-d)/(n.y-t.bottom)),h=Math.round(100*h)/100,i.strokeStyle=c(i.strokeStyle).alpha(h).rgbString(),i.fillStyle=c(i.fillStyle).alpha(h).rgbString()),o.canvas.drawPoint(i,r,l,u,d))}})},{25:25,26:26,45:45}],39:[function(t,e,n){"use strict";function i(t){return void 0!==t._view.width}function a(t){var e,n,a,r,o=t._view;if(i(t)){var s=o.width/2;e=o.x-s,n=o.x+s,a=Math.min(o.y,o.base),r=Math.max(o.y,o.base)}else{var l=o.height/2;e=Math.min(o.x,o.base),n=Math.max(o.x,o.base),a=o.y-l,r=o.y+l}return{left:e,top:a,right:n,bottom:r}}var r=t(25),o=t(26);r._set("global",{elements:{rectangle:{backgroundColor:r.global.defaultColor,borderColor:r.global.defaultColor,borderSkipped:"bottom",borderWidth:0}}}),e.exports=o.extend({draw:function(){function t(t){return v[(y+t)%4]}var e,n,i,a,r,o,s,l=this._chart.ctx,u=this._view,d=u.borderWidth;if(u.horizontal?(e=u.base,n=u.x,i=u.y-u.height/2,a=u.y+u.height/2,r=n>e?1:-1,o=1,s=u.borderSkipped||"left"):(e=u.x-u.width/2,n=u.x+u.width/2,i=u.y,r=1,o=(a=u.base)>i?1:-1,s=u.borderSkipped||"bottom"),d){var c=Math.min(Math.abs(e-n),Math.abs(i-a)),h=(d=d>c?c:d)/2,f=e+("left"!==s?h*r:0),g=n+("right"!==s?-h*r:0),m=i+("top"!==s?h*o:0),p=a+("bottom"!==s?-h*o:0);f!==g&&(i=m,a=p),m!==p&&(e=f,n=g)}l.beginPath(),l.fillStyle=u.backgroundColor,l.strokeStyle=u.borderColor,l.lineWidth=d;var v=[[e,a],[e,i],[n,i],[n,a]],y=["bottom","left","top","right"].indexOf(s,0);-1===y&&(y=0);var b=t(0);l.moveTo(b[0],b[1]);for(var x=1;x<4;x++)b=t(x),l.lineTo(b[0],b[1]);l.fill(),d&&l.stroke()},height:function(){var t=this._view;return t.base-t.y},inRange:function(t,e){var n=!1;if(this._view){var i=a(this);n=t>=i.left&&t<=i.right&&e>=i.top&&e<=i.bottom}return n},inLabelRange:function(t,e){var n=this;if(!n._view)return!1;var r=a(n);return i(n)?t>=r.left&&t<=r.right:e>=r.top&&e<=r.bottom},inXRange:function(t){var e=a(this);return t>=e.left&&t<=e.right},inYRange:function(t){var e=a(this);return t>=e.top&&t<=e.bottom},getCenterPoint:function(){var t,e,n=this._view;return i(this)?(t=n.x,e=(n.y+n.base)/2):(t=(n.x+n.base)/2,e=n.y),{x:t,y:e}},getArea:function(){var t=this._view;return t.width*Math.abs(t.y-t.base)},tooltipPosition:function(){var t=this._view;return{x:t.x,y:t.y}}})},{25:25,26:26}],40:[function(t,e,n){"use strict";e.exports={},e.exports.Arc=t(36),e.exports.Line=t(37),e.exports.Point=t(38),e.exports.Rectangle=t(39)},{36:36,37:37,38:38,39:39}],41:[function(t,e,n){"use strict";var i=t(42),n=e.exports={clear:function(t){t.ctx.clearRect(0,0,t.width,t.height)},roundedRect:function(t,e,n,i,a,r){if(r){var o=Math.min(r,i/2),s=Math.min(r,a/2);t.moveTo(e+o,n),t.lineTo(e+i-o,n),t.quadraticCurveTo(e+i,n,e+i,n+s),t.lineTo(e+i,n+a-s),t.quadraticCurveTo(e+i,n+a,e+i-o,n+a),t.lineTo(e+o,n+a),t.quadraticCurveTo(e,n+a,e,n+a-s),t.lineTo(e,n+s),t.quadraticCurveTo(e,n,e+o,n)}else t.rect(e,n,i,a)},drawPoint:function(t,e,n,i,a){var r,o,s,l,u,d;if("object"!=typeof e||"[object HTMLImageElement]"!==(r=e.toString())&&"[object HTMLCanvasElement]"!==r){if(!(isNaN(n)||n<=0)){switch(e){default:t.beginPath(),t.arc(i,a,n,0,2*Math.PI),t.closePath(),t.fill();break;case"triangle":t.beginPath(),u=(o=3*n/Math.sqrt(3))*Math.sqrt(3)/2,t.moveTo(i-o/2,a+u/3),t.lineTo(i+o/2,a+u/3),t.lineTo(i,a-2*u/3),t.closePath(),t.fill();break;case"rect":d=1/Math.SQRT2*n,t.beginPath(),t.fillRect(i-d,a-d,2*d,2*d),t.strokeRect(i-d,a-d,2*d,2*d);break;case"rectRounded":var c=n/Math.SQRT2,h=i-c,f=a-c,g=Math.SQRT2*n;t.beginPath(),this.roundedRect(t,h,f,g,g,n/2),t.closePath(),t.fill();break;case"rectRot":d=1/Math.SQRT2*n,t.beginPath(),t.moveTo(i-d,a),t.lineTo(i,a+d),t.lineTo(i+d,a),t.lineTo(i,a-d),t.closePath(),t.fill();break;case"cross":t.beginPath(),t.moveTo(i,a+n),t.lineTo(i,a-n),t.moveTo(i-n,a),t.lineTo(i+n,a),t.closePath();break;case"crossRot":t.beginPath(),s=Math.cos(Math.PI/4)*n,l=Math.sin(Math.PI/4)*n,t.moveTo(i-s,a-l),t.lineTo(i+s,a+l),t.moveTo(i-s,a+l),t.lineTo(i+s,a-l),t.closePath();break;case"star":t.beginPath(),t.moveTo(i,a+n),t.lineTo(i,a-n),t.moveTo(i-n,a),t.lineTo(i+n,a),s=Math.cos(Math.PI/4)*n,l=Math.sin(Math.PI/4)*n,t.moveTo(i-s,a-l),t.lineTo(i+s,a+l),t.moveTo(i-s,a+l),t.lineTo(i+s,a-l),t.closePath();break;case"line":t.beginPath(),t.moveTo(i-n,a),t.lineTo(i+n,a),t.closePath();break;case"dash":t.beginPath(),t.moveTo(i,a),t.lineTo(i+n,a),t.closePath()}t.stroke()}}else t.drawImage(e,i-e.width/2,a-e.height/2,e.width,e.height)},clipArea:function(t,e){t.save(),t.beginPath(),t.rect(e.left,e.top,e.right-e.left,e.bottom-e.top),t.clip()},unclipArea:function(t){t.restore()},lineTo:function(t,e,n,i){if(n.steppedLine)return"after"===n.steppedLine&&!i||"after"!==n.steppedLine&&i?t.lineTo(e.x,n.y):t.lineTo(n.x,e.y),void t.lineTo(n.x,n.y);n.tension?t.bezierCurveTo(i?e.controlPointPreviousX:e.controlPointNextX,i?e.controlPointPreviousY:e.controlPointNextY,i?n.controlPointNextX:n.controlPointPreviousX,i?n.controlPointNextY:n.controlPointPreviousY,n.x,n.y):t.lineTo(n.x,n.y)}};i.clear=n.clear,i.drawRoundedRectangle=function(t){t.beginPath(),n.roundedRect.apply(n,arguments),t.closePath()}},{42:42}],42:[function(t,e,n){"use strict";var i={noop:function(){},uid:function(){var t=0;return function(){return t++}}(),isNullOrUndef:function(t){return null===t||void 0===t},isArray:Array.isArray?Array.isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)},isObject:function(t){return null!==t&&"[object Object]"===Object.prototype.toString.call(t)},valueOrDefault:function(t,e){return void 0===t?e:t},valueAtIndexOrDefault:function(t,e,n){return i.valueOrDefault(i.isArray(t)?t[e]:t,n)},callback:function(t,e,n){if(t&&"function"==typeof t.call)return t.apply(n,e)},each:function(t,e,n,a){var r,o,s;if(i.isArray(t))if(o=t.length,a)for(r=o-1;r>=0;r--)e.call(n,t[r],r);else for(r=0;r<o;r++)e.call(n,t[r],r);else if(i.isObject(t))for(o=(s=Object.keys(t)).length,r=0;r<o;r++)e.call(n,t[s[r]],s[r])},arrayEquals:function(t,e){var n,a,r,o;if(!t||!e||t.length!==e.length)return!1;for(n=0,a=t.length;n<a;++n)if(r=t[n],o=e[n],r instanceof Array&&o instanceof Array){if(!i.arrayEquals(r,o))return!1}else if(r!==o)return!1;return!0},clone:function(t){if(i.isArray(t))return t.map(i.clone);if(i.isObject(t)){for(var e={},n=Object.keys(t),a=n.length,r=0;r<a;++r)e[n[r]]=i.clone(t[n[r]]);return e}return t},_merger:function(t,e,n,a){var r=e[t],o=n[t];i.isObject(r)&&i.isObject(o)?i.merge(r,o,a):e[t]=i.clone(o)},_mergerIf:function(t,e,n){var a=e[t],r=n[t];i.isObject(a)&&i.isObject(r)?i.mergeIf(a,r):e.hasOwnProperty(t)||(e[t]=i.clone(r))},merge:function(t,e,n){var a,r,o,s,l,u=i.isArray(e)?e:[e],d=u.length;if(!i.isObject(t))return t;for(a=(n=n||{}).merger||i._merger,r=0;r<d;++r)if(e=u[r],i.isObject(e))for(l=0,s=(o=Object.keys(e)).length;l<s;++l)a(o[l],t,e,n);return t},mergeIf:function(t,e){return i.merge(t,e,{merger:i._mergerIf})}};e.exports=i,i.callCallback=i.callback,i.indexOf=function(t,e,n){return Array.prototype.indexOf.call(t,e,n)},i.getValueOrDefault=i.valueOrDefault,i.getValueAtIndexOrDefault=i.valueAtIndexOrDefault},{}],43:[function(t,e,n){"use strict";var i=t(42),a={linear:function(t){return t},easeInQuad:function(t){return t*t},easeOutQuad:function(t){return-t*(t-2)},easeInOutQuad:function(t){return(t/=.5)<1?.5*t*t:-.5*(--t*(t-2)-1)},easeInCubic:function(t){return t*t*t},easeOutCubic:function(t){return(t-=1)*t*t+1},easeInOutCubic:function(t){return(t/=.5)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},easeInQuart:function(t){return t*t*t*t},easeOutQuart:function(t){return-((t-=1)*t*t*t-1)},easeInOutQuart:function(t){return(t/=.5)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)},easeInQuint:function(t){return t*t*t*t*t},easeOutQuint:function(t){return(t-=1)*t*t*t*t+1},easeInOutQuint:function(t){return(t/=.5)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},easeInSine:function(t){return 1-Math.cos(t*(Math.PI/2))},easeOutSine:function(t){return Math.sin(t*(Math.PI/2))},easeInOutSine:function(t){return-.5*(Math.cos(Math.PI*t)-1)},easeInExpo:function(t){return 0===t?0:Math.pow(2,10*(t-1))},easeOutExpo:function(t){return 1===t?1:1-Math.pow(2,-10*t)},easeInOutExpo:function(t){return 0===t?0:1===t?1:(t/=.5)<1?.5*Math.pow(2,10*(t-1)):.5*(2-Math.pow(2,-10*--t))},easeInCirc:function(t){return t>=1?t:-(Math.sqrt(1-t*t)-1)},easeOutCirc:function(t){return Math.sqrt(1-(t-=1)*t)},easeInOutCirc:function(t){return(t/=.5)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},easeInElastic:function(t){var e=1.70158,n=0,i=1;return 0===t?0:1===t?1:(n||(n=.3),i<1?(i=1,e=n/4):e=n/(2*Math.PI)*Math.asin(1/i),-i*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/n))},easeOutElastic:function(t){var e=1.70158,n=0,i=1;return 0===t?0:1===t?1:(n||(n=.3),i<1?(i=1,e=n/4):e=n/(2*Math.PI)*Math.asin(1/i),i*Math.pow(2,-10*t)*Math.sin((t-e)*(2*Math.PI)/n)+1)},easeInOutElastic:function(t){var e=1.70158,n=0,i=1;return 0===t?0:2==(t/=.5)?1:(n||(n=.45),i<1?(i=1,e=n/4):e=n/(2*Math.PI)*Math.asin(1/i),t<1?i*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/n)*-.5:i*Math.pow(2,-10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/n)*.5+1)},easeInBack:function(t){var e=1.70158;return t*t*((e+1)*t-e)},easeOutBack:function(t){var e=1.70158;return(t-=1)*t*((e+1)*t+e)+1},easeInOutBack:function(t){var e=1.70158;return(t/=.5)<1?t*t*((1+(e*=1.525))*t-e)*.5:.5*((t-=2)*t*((1+(e*=1.525))*t+e)+2)},easeInBounce:function(t){return 1-a.easeOutBounce(1-t)},easeOutBounce:function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},easeInOutBounce:function(t){return t<.5?.5*a.easeInBounce(2*t):.5*a.easeOutBounce(2*t-1)+.5}};e.exports={effects:a},i.easingEffects=a},{42:42}],44:[function(t,e,n){"use strict";var i=t(42);e.exports={toLineHeight:function(t,e){var n=(""+t).match(/^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/);if(!n||"normal"===n[1])return 1.2*e;switch(t=+n[2],n[3]){case"px":return t;case"%":t/=100}return e*t},toPadding:function(t){var e,n,a,r;return i.isObject(t)?(e=+t.top||0,n=+t.right||0,a=+t.bottom||0,r=+t.left||0):e=n=a=r=+t||0,{top:e,right:n,bottom:a,left:r,height:e+a,width:r+n}},resolve:function(t,e,n){var a,r,o;for(a=0,r=t.length;a<r;++a)if(void 0!==(o=t[a])&&(void 0!==e&&"function"==typeof o&&(o=o(e)),void 0!==n&&i.isArray(o)&&(o=o[n]),void 0!==o))return o}}},{42:42}],45:[function(t,e,n){"use strict";e.exports=t(42),e.exports.easing=t(43),e.exports.canvas=t(41),e.exports.options=t(44)},{41:41,42:42,43:43,44:44}],46:[function(t,e,n){e.exports={acquireContext:function(t){return t&&t.canvas&&(t=t.canvas),t&&t.getContext("2d")||null}}},{}],47:[function(t,e,n){"use strict";function i(t,e){var n=p.getStyle(t,e),i=n&&n.match(/^(\d+)(\.\d+)?px$/);return i?Number(i[1]):void 0}function a(t,e){var n=t.style,a=t.getAttribute("height"),r=t.getAttribute("width");if(t[v]={initial:{height:a,width:r,style:{display:n.display,height:n.height,width:n.width}}},n.display=n.display||"block",null===r||""===r){var o=i(t,"width");void 0!==o&&(t.width=o)}if(null===a||""===a)if(""===t.style.height)t.height=t.width/(e.options.aspectRatio||2);else{var s=i(t,"height");void 0!==o&&(t.height=s)}return t}function r(t,e,n){t.addEventListener(e,n,w)}function o(t,e,n){t.removeEventListener(e,n,w)}function s(t,e,n,i,a){return{type:t,chart:e,native:a||null,x:void 0!==n?n:null,y:void 0!==i?i:null}}function l(t,e){var n=k[t.type]||t.type,i=p.getRelativePosition(t,e);return s(n,e,i.x,i.y,t)}function u(t,e){var n=!1,i=[];return function(){i=Array.prototype.slice.call(arguments),e=e||this,n||(n=!0,p.requestAnimFrame.call(window,function(){n=!1,t.apply(e,i)}))}}function d(t){var e=document.createElement("div"),n=y+"size-monitor",i="position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1;";e.style.cssText=i,e.className=n,e.innerHTML='<div class="'+n+'-expand" style="'+i+'"><div style="position:absolute;width:1000000px;height:1000000px;left:0;top:0"></div></div><div class="'+n+'-shrink" style="'+i+'"><div style="position:absolute;width:200%;height:200%;left:0; top:0"></div></div>';var a=e.childNodes[0],o=e.childNodes[1];e._reset=function(){a.scrollLeft=1e6,a.scrollTop=1e6,o.scrollLeft=1e6,o.scrollTop=1e6};var s=function(){e._reset(),t()};return r(a,"scroll",s.bind(a,"expand")),r(o,"scroll",s.bind(o,"shrink")),e}function c(t,e){var n=(t[v]||(t[v]={})).renderProxy=function(t){t.animationName===x&&e()};p.each(_,function(e){r(t,e,n)}),t.classList.add(b)}function h(t){var e=t[v]||{},n=e.renderProxy;n&&(p.each(_,function(e){o(t,e,n)}),delete e.renderProxy),t.classList.remove(b)}function f(t,e,n){var i=t[v]||(t[v]={}),a=i.resizer=d(u(function(){if(i.resizer)return e(s("resize",n))}));c(t,function(){if(i.resizer){var e=t.parentNode;e&&e!==a.parentNode&&e.insertBefore(a,e.firstChild),a._reset()}})}function g(t){var e=t[v]||{},n=e.resizer;delete e.resizer,h(t),n&&n.parentNode&&n.parentNode.removeChild(n)}function m(t,e){var n=t._style||document.createElement("style");t._style||(t._style=n,e="/* Chart.js */\n"+e,n.setAttribute("type","text/css"),document.getElementsByTagName("head")[0].appendChild(n)),n.appendChild(document.createTextNode(e))}var p=t(45),v="$chartjs",y="chartjs-",b=y+"render-monitor",x=y+"render-animation",_=["animationstart","webkitAnimationStart"],k={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"},w=!!function(){var t=!1;try{var e=Object.defineProperty({},"passive",{get:function(){t=!0}});window.addEventListener("e",null,e)}catch(t){}return t}()&&{passive:!0};e.exports={_enabled:"undefined"!=typeof window&&"undefined"!=typeof document,initialize:function(){var t="from{opacity:0.99}to{opacity:1}";m(this,"@-webkit-keyframes "+x+"{"+t+"}@keyframes "+x+"{"+t+"}."+b+"{-webkit-animation:"+x+" 0.001s;animation:"+x+" 0.001s;}")},acquireContext:function(t,e){"string"==typeof t?t=document.getElementById(t):t.length&&(t=t[0]),t&&t.canvas&&(t=t.canvas);var n=t&&t.getContext&&t.getContext("2d");return n&&n.canvas===t?(a(t,e),n):null},releaseContext:function(t){var e=t.canvas;if(e[v]){var n=e[v].initial;["height","width"].forEach(function(t){var i=n[t];p.isNullOrUndef(i)?e.removeAttribute(t):e.setAttribute(t,i)}),p.each(n.style||{},function(t,n){e.style[n]=t}),e.width=e.width,delete e[v]}},addEventListener:function(t,e,n){var i=t.canvas;if("resize"!==e){var a=n[v]||(n[v]={});r(i,e,(a.proxies||(a.proxies={}))[t.id+"_"+e]=function(e){n(l(e,t))})}else f(i,n,t)},removeEventListener:function(t,e,n){var i=t.canvas;if("resize"!==e){var a=((n[v]||{}).proxies||{})[t.id+"_"+e];a&&o(i,e,a)}else g(i)}},p.addEvent=r,p.removeEvent=o},{45:45}],48:[function(t,e,n){"use strict";var i=t(45),a=t(46),r=t(47),o=r._enabled?r:a;e.exports=i.extend({initialize:function(){},acquireContext:function(){},releaseContext:function(){},addEventListener:function(){},removeEventListener:function(){}},o)},{45:45,46:46,47:47}],49:[function(t,e,n){"use strict";var i=t(25),a=t(40),r=t(45);i._set("global",{plugins:{filler:{propagate:!0}}}),e.exports=function(){function t(t,e,n){var i,a=t._model||{},r=a.fill;if(void 0===r&&(r=!!a.backgroundColor),!1===r||null===r)return!1;if(!0===r)return"origin";if(i=parseFloat(r,10),isFinite(i)&&Math.floor(i)===i)return"-"!==r[0]&&"+"!==r[0]||(i=e+i),!(i===e||i<0||i>=n)&&i;switch(r){case"bottom":return"start";case"top":return"end";case"zero":return"origin";case"origin":case"start":case"end":return r;default:return!1}}function e(t){var e,n=t.el._model||{},i=t.el._scale||{},a=t.fill,r=null;if(isFinite(a))return null;if("start"===a?r=void 0===n.scaleBottom?i.bottom:n.scaleBottom:"end"===a?r=void 0===n.scaleTop?i.top:n.scaleTop:void 0!==n.scaleZero?r=n.scaleZero:i.getBasePosition?r=i.getBasePosition():i.getBasePixel&&(r=i.getBasePixel()),void 0!==r&&null!==r){if(void 0!==r.x&&void 0!==r.y)return r;if("number"==typeof r&&isFinite(r))return e=i.isHorizontal(),{x:e?r:null,y:e?null:r}}return null}function n(t,e,n){var i,a=t[e].fill,r=[e];if(!n)return a;for(;!1!==a&&-1===r.indexOf(a);){if(!isFinite(a))return a;if(!(i=t[a]))return!1;if(i.visible)return a;r.push(a),a=i.fill}return!1}function o(t){var e=t.fill,n="dataset";return!1===e?null:(isFinite(e)||(n="boundary"),d[n](t))}function s(t){return t&&!t.skip}function l(t,e,n,i,a){var o;if(i&&a){for(t.moveTo(e[0].x,e[0].y),o=1;o<i;++o)r.canvas.lineTo(t,e[o-1],e[o]);for(t.lineTo(n[a-1].x,n[a-1].y),o=a-1;o>0;--o)r.canvas.lineTo(t,n[o],n[o-1],!0)}}function u(t,e,n,i,a,r){var o,u,d,c,h,f,g,m=e.length,p=i.spanGaps,v=[],y=[],b=0,x=0;for(t.beginPath(),o=0,u=m+!!r;o<u;++o)h=n(c=e[d=o%m]._view,d,i),f=s(c),g=s(h),f&&g?(b=v.push(c),x=y.push(h)):b&&x&&(p?(f&&v.push(c),g&&y.push(h)):(l(t,v,y,b,x),b=x=0,v=[],y=[]));l(t,v,y,b,x),t.closePath(),t.fillStyle=a,t.fill()}var d={dataset:function(t){var e=t.fill,n=t.chart,i=n.getDatasetMeta(e),a=i&&n.isDatasetVisible(e)&&i.dataset._children||[],r=a.length||0;return r?function(t,e){return e<r&&a[e]._view||null}:null},boundary:function(t){var e=t.boundary,n=e?e.x:null,i=e?e.y:null;return function(t){return{x:null===n?t.x:n,y:null===i?t.y:i}}}};return{id:"filler",afterDatasetsUpdate:function(i,r){var s,l,u,d,c=(i.data.datasets||[]).length,h=r.propagate,f=[];for(l=0;l<c;++l)d=null,(u=(s=i.getDatasetMeta(l)).dataset)&&u._model&&u instanceof a.Line&&(d={visible:i.isDatasetVisible(l),fill:t(u,l,c),chart:i,el:u}),s.$filler=d,f.push(d);for(l=0;l<c;++l)(d=f[l])&&(d.fill=n(f,l,h),d.boundary=e(d),d.mapper=o(d))},beforeDatasetDraw:function(t,e){var n=e.meta.$filler;if(n){var a=t.ctx,o=n.el,s=o._view,l=o._children||[],d=n.mapper,c=s.backgroundColor||i.global.defaultColor;d&&c&&l.length&&(r.canvas.clipArea(a,t.chartArea),u(a,l,d,s,c,o._loop),r.canvas.unclipArea(a))}}}}},{25:25,40:40,45:45}],50:[function(t,e,n){"use strict";var i=t(25),a=t(26),r=t(45);i._set("global",{legend:{display:!0,position:"top",fullWidth:!0,reverse:!1,weight:1e3,onClick:function(t,e){var n=e.datasetIndex,i=this.chart,a=i.getDatasetMeta(n);a.hidden=null===a.hidden?!i.data.datasets[n].hidden:null,i.update()},onHover:null,labels:{boxWidth:40,padding:10,generateLabels:function(t){var e=t.data;return r.isArray(e.datasets)?e.datasets.map(function(e,n){return{text:e.label,fillStyle:r.isArray(e.backgroundColor)?e.backgroundColor[0]:e.backgroundColor,hidden:!t.isDatasetVisible(n),lineCap:e.borderCapStyle,lineDash:e.borderDash,lineDashOffset:e.borderDashOffset,lineJoin:e.borderJoinStyle,lineWidth:e.borderWidth,strokeStyle:e.borderColor,pointStyle:e.pointStyle,datasetIndex:n}},this):[]}}},legendCallback:function(t){var e=[];e.push('<ul class="'+t.id+'-legend">');for(var n=0;n<t.data.datasets.length;n++)e.push('<li><span style="background-color:'+t.data.datasets[n].backgroundColor+'"></span>'),t.data.datasets[n].label&&e.push(t.data.datasets[n].label),e.push("</li>");return e.push("</ul>"),e.join("")}}),e.exports=function(t){function e(t,e){return t.usePointStyle?e*Math.SQRT2:t.boxWidth}function n(e,n){var i=new t.Legend({ctx:e.ctx,options:n,chart:e});o.configure(e,i,n),o.addBox(e,i),e.legend=i}var o=t.layoutService,s=r.noop;return t.Legend=a.extend({initialize:function(t){r.extend(this,t),this.legendHitBoxes=[],this.doughnutMode=!1},beforeUpdate:s,update:function(t,e,n){var i=this;return i.beforeUpdate(),i.maxWidth=t,i.maxHeight=e,i.margins=n,i.beforeSetDimensions(),i.setDimensions(),i.afterSetDimensions(),i.beforeBuildLabels(),i.buildLabels(),i.afterBuildLabels(),i.beforeFit(),i.fit(),i.afterFit(),i.afterUpdate(),i.minSize},afterUpdate:s,beforeSetDimensions:s,setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0,t.minSize={width:0,height:0}},afterSetDimensions:s,beforeBuildLabels:s,buildLabels:function(){var t=this,e=t.options.labels||{},n=r.callback(e.generateLabels,[t.chart],t)||[];e.filter&&(n=n.filter(function(n){return e.filter(n,t.chart.data)})),t.options.reverse&&n.reverse(),t.legendItems=n},afterBuildLabels:s,beforeFit:s,fit:function(){var t=this,n=t.options,a=n.labels,o=n.display,s=t.ctx,l=i.global,u=r.valueOrDefault,d=u(a.fontSize,l.defaultFontSize),c=u(a.fontStyle,l.defaultFontStyle),h=u(a.fontFamily,l.defaultFontFamily),f=r.fontString(d,c,h),g=t.legendHitBoxes=[],m=t.minSize,p=t.isHorizontal();if(p?(m.width=t.maxWidth,m.height=o?10:0):(m.width=o?10:0,m.height=t.maxHeight),o)if(s.font=f,p){var v=t.lineWidths=[0],y=t.legendItems.length?d+a.padding:0;s.textAlign="left",s.textBaseline="top",r.each(t.legendItems,function(n,i){var r=e(a,d)+d/2+s.measureText(n.text).width;v[v.length-1]+r+a.padding>=t.width&&(y+=d+a.padding,v[v.length]=t.left),g[i]={left:0,top:0,width:r,height:d},v[v.length-1]+=r+a.padding}),m.height+=y}else{var b=a.padding,x=t.columnWidths=[],_=a.padding,k=0,w=0,M=d+b;r.each(t.legendItems,function(t,n){var i=e(a,d)+d/2+s.measureText(t.text).width;w+M>m.height&&(_+=k+a.padding,x.push(k),k=0,w=0),k=Math.max(k,i),w+=M,g[n]={left:0,top:0,width:i,height:d}}),_+=k,x.push(k),m.width+=_}t.width=m.width,t.height=m.height},afterFit:s,isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},draw:function(){var t=this,n=t.options,a=n.labels,o=i.global,s=o.elements.line,l=t.width,u=t.lineWidths;if(n.display){var d,c=t.ctx,h=r.valueOrDefault,f=h(a.fontColor,o.defaultFontColor),g=h(a.fontSize,o.defaultFontSize),m=h(a.fontStyle,o.defaultFontStyle),p=h(a.fontFamily,o.defaultFontFamily),v=r.fontString(g,m,p);c.textAlign="left",c.textBaseline="middle",c.lineWidth=.5,c.strokeStyle=f,c.fillStyle=f,c.font=v;var y=e(a,g),b=t.legendHitBoxes,x=function(t,e,i){if(!(isNaN(y)||y<=0)){c.save(),c.fillStyle=h(i.fillStyle,o.defaultColor),c.lineCap=h(i.lineCap,s.borderCapStyle),c.lineDashOffset=h(i.lineDashOffset,s.borderDashOffset),c.lineJoin=h(i.lineJoin,s.borderJoinStyle),c.lineWidth=h(i.lineWidth,s.borderWidth),c.strokeStyle=h(i.strokeStyle,o.defaultColor);var a=0===h(i.lineWidth,s.borderWidth);if(c.setLineDash&&c.setLineDash(h(i.lineDash,s.borderDash)),n.labels&&n.labels.usePointStyle){var l=g*Math.SQRT2/2,u=l/Math.SQRT2,d=t+u,f=e+u;r.canvas.drawPoint(c,i.pointStyle,l,d,f)}else a||c.strokeRect(t,e,y,g),c.fillRect(t,e,y,g);c.restore()}},_=function(t,e,n,i){var a=g/2,r=y+a+t,o=e+a;c.fillText(n.text,r,o),n.hidden&&(c.beginPath(),c.lineWidth=2,c.moveTo(r,o),c.lineTo(r+i,o),c.stroke())},k=t.isHorizontal();d=k?{x:t.left+(l-u[0])/2,y:t.top+a.padding,line:0}:{x:t.left+a.padding,y:t.top+a.padding,line:0};var w=g+a.padding;r.each(t.legendItems,function(e,n){var i=c.measureText(e.text).width,r=y+g/2+i,o=d.x,s=d.y;k?o+r>=l&&(s=d.y+=w,d.line++,o=d.x=t.left+(l-u[d.line])/2):s+w>t.bottom&&(o=d.x=o+t.columnWidths[d.line]+a.padding,s=d.y=t.top+a.padding,d.line++),x(o,s,e),b[n].left=o,b[n].top=s,_(o,s,e,i),k?d.x+=r+a.padding:d.y+=w})}},handleEvent:function(t){var e=this,n=e.options,i="mouseup"===t.type?"click":t.type,a=!1;if("mousemove"===i){if(!n.onHover)return}else{if("click"!==i)return;if(!n.onClick)return}var r=t.x,o=t.y;if(r>=e.left&&r<=e.right&&o>=e.top&&o<=e.bottom)for(var s=e.legendHitBoxes,l=0;l<s.length;++l){var u=s[l];if(r>=u.left&&r<=u.left+u.width&&o>=u.top&&o<=u.top+u.height){if("click"===i){n.onClick.call(e,t.native,e.legendItems[l]),a=!0;break}if("mousemove"===i){n.onHover.call(e,t.native,e.legendItems[l]),a=!0;break}}}return a}}),{id:"legend",beforeInit:function(t){var e=t.options.legend;e&&n(t,e)},beforeUpdate:function(t){var e=t.options.legend,a=t.legend;e?(r.mergeIf(e,i.global.legend),a?(o.configure(t,a,e),a.options=e):n(t,e)):a&&(o.removeBox(t,a),delete t.legend)},afterEvent:function(t,e){var n=t.legend;n&&n.handleEvent(e)}}}},{25:25,26:26,45:45}],51:[function(t,e,n){"use strict";var i=t(25),a=t(26),r=t(45);i._set("global",{title:{display:!1,fontStyle:"bold",fullWidth:!0,lineHeight:1.2,padding:10,position:"top",text:"",weight:2e3}}),e.exports=function(t){function e(e,i){var a=new t.Title({ctx:e.ctx,options:i,chart:e});n.configure(e,a,i),n.addBox(e,a),e.titleBlock=a}var n=t.layoutService,o=r.noop;return t.Title=a.extend({initialize:function(t){var e=this;r.extend(e,t),e.legendHitBoxes=[]},beforeUpdate:o,update:function(t,e,n){var i=this;return i.beforeUpdate(),i.maxWidth=t,i.maxHeight=e,i.margins=n,i.beforeSetDimensions(),i.setDimensions(),i.afterSetDimensions(),i.beforeBuildLabels(),i.buildLabels(),i.afterBuildLabels(),i.beforeFit(),i.fit(),i.afterFit(),i.afterUpdate(),i.minSize},afterUpdate:o,beforeSetDimensions:o,setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0,t.minSize={width:0,height:0}},afterSetDimensions:o,beforeBuildLabels:o,buildLabels:o,afterBuildLabels:o,beforeFit:o,fit:function(){var t=this,e=r.valueOrDefault,n=t.options,a=n.display,o=e(n.fontSize,i.global.defaultFontSize),s=t.minSize,l=r.isArray(n.text)?n.text.length:1,u=r.options.toLineHeight(n.lineHeight,o),d=a?l*u+2*n.padding:0;t.isHorizontal()?(s.width=t.maxWidth,s.height=d):(s.width=d,s.height=t.maxHeight),t.width=s.width,t.height=s.height},afterFit:o,isHorizontal:function(){var t=this.options.position;return"top"===t||"bottom"===t},draw:function(){var t=this,e=t.ctx,n=r.valueOrDefault,a=t.options,o=i.global;if(a.display){var s,l,u,d=n(a.fontSize,o.defaultFontSize),c=n(a.fontStyle,o.defaultFontStyle),h=n(a.fontFamily,o.defaultFontFamily),f=r.fontString(d,c,h),g=r.options.toLineHeight(a.lineHeight,d),m=g/2+a.padding,p=0,v=t.top,y=t.left,b=t.bottom,x=t.right;e.fillStyle=n(a.fontColor,o.defaultFontColor),e.font=f,t.isHorizontal()?(l=y+(x-y)/2,u=v+m,s=x-y):(l="left"===a.position?y+m:x-m,u=v+(b-v)/2,s=b-v,p=Math.PI*("left"===a.position?-.5:.5)),e.save(),e.translate(l,u),e.rotate(p),e.textAlign="center",e.textBaseline="middle";var _=a.text;if(r.isArray(_))for(var k=0,w=0;w<_.length;++w)e.fillText(_[w],0,k,s),k+=g;else e.fillText(_,0,0,s);e.restore()}}}),{id:"title",beforeInit:function(t){var n=t.options.title;n&&e(t,n)},beforeUpdate:function(a){var o=a.options.title,s=a.titleBlock;o?(r.mergeIf(o,i.global.title),s?(n.configure(a,s,o),s.options=o):e(a,o)):s&&(t.layoutService.removeBox(a,s),delete a.titleBlock)}}}},{25:25,26:26,45:45}],52:[function(t,e,n){"use strict";e.exports=function(t){var e={position:"bottom"},n=t.Scale.extend({getLabels:function(){var t=this.chart.data;return this.options.labels||(this.isHorizontal()?t.xLabels:t.yLabels)||t.labels},determineDataLimits:function(){var t=this,e=t.getLabels();t.minIndex=0,t.maxIndex=e.length-1;var n;void 0!==t.options.ticks.min&&(n=e.indexOf(t.options.ticks.min),t.minIndex=-1!==n?n:t.minIndex),void 0!==t.options.ticks.max&&(n=e.indexOf(t.options.ticks.max),t.maxIndex=-1!==n?n:t.maxIndex),t.min=e[t.minIndex],t.max=e[t.maxIndex]},buildTicks:function(){var t=this,e=t.getLabels();t.ticks=0===t.minIndex&&t.maxIndex===e.length-1?e:e.slice(t.minIndex,t.maxIndex+1)},getLabelForIndex:function(t,e){var n=this,i=n.chart.data,a=n.isHorizontal();return i.yLabels&&!a?n.getRightValue(i.datasets[e].data[t]):n.ticks[t-n.minIndex]},getPixelForValue:function(t,e){var n,i=this,a=i.options.offset,r=Math.max(i.maxIndex+1-i.minIndex-(a?0:1),1);if(void 0!==t&&null!==t&&(n=i.isHorizontal()?t.x:t.y),void 0!==n||void 0!==t&&isNaN(e)){var o=i.getLabels();t=n||t;var s=o.indexOf(t);e=-1!==s?s:e}if(i.isHorizontal()){var l=i.width/r,u=l*(e-i.minIndex);return a&&(u+=l/2),i.left+Math.round(u)}var d=i.height/r,c=d*(e-i.minIndex);return a&&(c+=d/2),i.top+Math.round(c)},getPixelForTick:function(t){return this.getPixelForValue(this.ticks[t],t+this.minIndex,null)},getValueForPixel:function(t){var e=this,n=e.options.offset,i=Math.max(e._ticks.length-(n?0:1),1),a=e.isHorizontal(),r=(a?e.width:e.height)/i;return t-=a?e.left:e.top,n&&(t-=r/2),(t<=0?0:Math.round(t/r))+e.minIndex},getBasePixel:function(){return this.bottom}});t.scaleService.registerScaleType("category",n,e)}},{}],53:[function(t,e,n){"use strict";var i=t(25),a=t(45),r=t(34);e.exports=function(t){var e={position:"left",ticks:{callback:r.formatters.linear}},n=t.LinearScaleBase.extend({determineDataLimits:function(){function t(t){return o?t.xAxisID===e.id:t.yAxisID===e.id}var e=this,n=e.options,i=e.chart,r=i.data.datasets,o=e.isHorizontal();e.min=null,e.max=null;var s=n.stacked;if(void 0===s&&a.each(r,function(e,n){if(!s){var a=i.getDatasetMeta(n);i.isDatasetVisible(n)&&t(a)&&void 0!==a.stack&&(s=!0)}}),n.stacked||s){var l={};a.each(r,function(r,o){var s=i.getDatasetMeta(o),u=[s.type,void 0===n.stacked&&void 0===s.stack?o:"",s.stack].join(".");void 0===l[u]&&(l[u]={positiveValues:[],negativeValues:[]});var d=l[u].positiveValues,c=l[u].negativeValues;i.isDatasetVisible(o)&&t(s)&&a.each(r.data,function(t,i){var a=+e.getRightValue(t);isNaN(a)||s.data[i].hidden||(d[i]=d[i]||0,c[i]=c[i]||0,n.relativePoints?d[i]=100:a<0?c[i]+=a:d[i]+=a)})}),a.each(l,function(t){var n=t.positiveValues.concat(t.negativeValues),i=a.min(n),r=a.max(n);e.min=null===e.min?i:Math.min(e.min,i),e.max=null===e.max?r:Math.max(e.max,r)})}else a.each(r,function(n,r){var o=i.getDatasetMeta(r);i.isDatasetVisible(r)&&t(o)&&a.each(n.data,function(t,n){var i=+e.getRightValue(t);isNaN(i)||o.data[n].hidden||(null===e.min?e.min=i:i<e.min&&(e.min=i),null===e.max?e.max=i:i>e.max&&(e.max=i))})});e.min=isFinite(e.min)&&!isNaN(e.min)?e.min:0,e.max=isFinite(e.max)&&!isNaN(e.max)?e.max:1,this.handleTickRangeOptions()},getTickLimit:function(){var t,e=this,n=e.options.ticks;if(e.isHorizontal())t=Math.min(n.maxTicksLimit?n.maxTicksLimit:11,Math.ceil(e.width/50));else{var r=a.valueOrDefault(n.fontSize,i.global.defaultFontSize);t=Math.min(n.maxTicksLimit?n.maxTicksLimit:11,Math.ceil(e.height/(2*r)))}return t},handleDirectionalChanges:function(){this.isHorizontal()||this.ticks.reverse()},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},getPixelForValue:function(t){var e,n=this,i=n.start,a=+n.getRightValue(t),r=n.end-i;return n.isHorizontal()?(e=n.left+n.width/r*(a-i),Math.round(e)):(e=n.bottom-n.height/r*(a-i),Math.round(e))},getValueForPixel:function(t){var e=this,n=e.isHorizontal(),i=n?e.width:e.height,a=(n?t-e.left:e.bottom-t)/i;return e.start+(e.end-e.start)*a},getPixelForTick:function(t){return this.getPixelForValue(this.ticksAsNumbers[t])}});t.scaleService.registerScaleType("linear",n,e)}},{25:25,34:34,45:45}],54:[function(t,e,n){"use strict";var i=t(45),a=t(34);e.exports=function(t){var e=i.noop;t.LinearScaleBase=t.Scale.extend({getRightValue:function(e){return"string"==typeof e?+e:t.Scale.prototype.getRightValue.call(this,e)},handleTickRangeOptions:function(){var t=this,e=t.options.ticks;if(e.beginAtZero){var n=i.sign(t.min),a=i.sign(t.max);n<0&&a<0?t.max=0:n>0&&a>0&&(t.min=0)}var r=void 0!==e.min||void 0!==e.suggestedMin,o=void 0!==e.max||void 0!==e.suggestedMax;void 0!==e.min?t.min=e.min:void 0!==e.suggestedMin&&(null===t.min?t.min=e.suggestedMin:t.min=Math.min(t.min,e.suggestedMin)),void 0!==e.max?t.max=e.max:void 0!==e.suggestedMax&&(null===t.max?t.max=e.suggestedMax:t.max=Math.max(t.max,e.suggestedMax)),r!==o&&t.min>=t.max&&(r?t.max=t.min+1:t.min=t.max-1),t.min===t.max&&(t.max++,e.beginAtZero||t.min--)},getTickLimit:e,handleDirectionalChanges:e,buildTicks:function(){var t=this,e=t.options.ticks,n=t.getTickLimit(),r={maxTicks:n=Math.max(2,n),min:e.min,max:e.max,stepSize:i.valueOrDefault(e.fixedStepSize,e.stepSize)},o=t.ticks=a.generators.linear(r,t);t.handleDirectionalChanges(),t.max=i.max(o),t.min=i.min(o),e.reverse?(o.reverse(),t.start=t.max,t.end=t.min):(t.start=t.min,t.end=t.max)},convertTicksToLabels:function(){var e=this;e.ticksAsNumbers=e.ticks.slice(),e.zeroLineIndex=e.ticks.indexOf(0),t.Scale.prototype.convertTicksToLabels.call(e)}})}},{34:34,45:45}],55:[function(t,e,n){"use strict";var i=t(45),a=t(34);e.exports=function(t){var e={position:"left",ticks:{callback:a.formatters.logarithmic}},n=t.Scale.extend({determineDataLimits:function(){function t(t){return l?t.xAxisID===e.id:t.yAxisID===e.id}var e=this,n=e.options,a=n.ticks,r=e.chart,o=r.data.datasets,s=i.valueOrDefault,l=e.isHorizontal();e.min=null,e.max=null,e.minNotZero=null;var u=n.stacked;if(void 0===u&&i.each(o,function(e,n){if(!u){var i=r.getDatasetMeta(n);r.isDatasetVisible(n)&&t(i)&&void 0!==i.stack&&(u=!0)}}),n.stacked||u){var d={};i.each(o,function(a,o){var s=r.getDatasetMeta(o),l=[s.type,void 0===n.stacked&&void 0===s.stack?o:"",s.stack].join(".");r.isDatasetVisible(o)&&t(s)&&(void 0===d[l]&&(d[l]=[]),i.each(a.data,function(t,i){var a=d[l],r=+e.getRightValue(t);isNaN(r)||s.data[i].hidden||(a[i]=a[i]||0,n.relativePoints?a[i]=100:a[i]+=r)}))}),i.each(d,function(t){var n=i.min(t),a=i.max(t);e.min=null===e.min?n:Math.min(e.min,n),e.max=null===e.max?a:Math.max(e.max,a)})}else i.each(o,function(n,a){var o=r.getDatasetMeta(a);r.isDatasetVisible(a)&&t(o)&&i.each(n.data,function(t,n){var i=+e.getRightValue(t);isNaN(i)||o.data[n].hidden||(null===e.min?e.min=i:i<e.min&&(e.min=i),null===e.max?e.max=i:i>e.max&&(e.max=i),0!==i&&(null===e.minNotZero||i<e.minNotZero)&&(e.minNotZero=i))})});e.min=s(a.min,e.min),e.max=s(a.max,e.max),e.min===e.max&&(0!==e.min&&null!==e.min?(e.min=Math.pow(10,Math.floor(i.log10(e.min))-1),e.max=Math.pow(10,Math.floor(i.log10(e.max))+1)):(e.min=1,e.max=10))},buildTicks:function(){var t=this,e=t.options.ticks,n={min:e.min,max:e.max},r=t.ticks=a.generators.logarithmic(n,t);t.isHorizontal()||r.reverse(),t.max=i.max(r),t.min=i.min(r),e.reverse?(r.reverse(),t.start=t.max,t.end=t.min):(t.start=t.min,t.end=t.max)},convertTicksToLabels:function(){this.tickValues=this.ticks.slice(),t.Scale.prototype.convertTicksToLabels.call(this)},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},getPixelForTick:function(t){return this.getPixelForValue(this.tickValues[t])},getPixelForValue:function(t){var e,n,a,r=this,o=r.start,s=+r.getRightValue(t),l=r.options.ticks;return r.isHorizontal()?(a=i.log10(r.end)-i.log10(o),0===s?n=r.left:(e=r.width,n=r.left+e/a*(i.log10(s)-i.log10(o)))):(e=r.height,0!==o||l.reverse?0===r.end&&l.reverse?(a=i.log10(r.start)-i.log10(r.minNotZero),n=s===r.end?r.top:s===r.minNotZero?r.top+.02*e:r.top+.02*e+.98*e/a*(i.log10(s)-i.log10(r.minNotZero))):0===s?n=l.reverse?r.top:r.bottom:(a=i.log10(r.end)-i.log10(o),e=r.height,n=r.bottom-e/a*(i.log10(s)-i.log10(o))):(a=i.log10(r.end)-i.log10(r.minNotZero),n=s===o?r.bottom:s===r.minNotZero?r.bottom-.02*e:r.bottom-.02*e-.98*e/a*(i.log10(s)-i.log10(r.minNotZero)))),n},getValueForPixel:function(t){var e,n,a=this,r=i.log10(a.end)-i.log10(a.start);return a.isHorizontal()?(n=a.width,e=a.start*Math.pow(10,(t-a.left)*r/n)):(n=a.height,e=Math.pow(10,(a.bottom-t)*r/n)/a.start),e}});t.scaleService.registerScaleType("logarithmic",n,e)}},{34:34,45:45}],56:[function(t,e,n){"use strict";var i=t(25),a=t(45),r=t(34);e.exports=function(t){function e(t){var e=t.options;return e.angleLines.display||e.pointLabels.display?t.chart.data.labels.length:0}function n(t){var e=t.options.pointLabels,n=a.valueOrDefault(e.fontSize,p.defaultFontSize),i=a.valueOrDefault(e.fontStyle,p.defaultFontStyle),r=a.valueOrDefault(e.fontFamily,p.defaultFontFamily);return{size:n,style:i,family:r,font:a.fontString(n,i,r)}}function o(t,e,n){return a.isArray(n)?{w:a.longestText(t,t.font,n),h:n.length*e+1.5*(n.length-1)*e}:{w:t.measureText(n).width,h:e}}function s(t,e,n,i,a){return t===i||t===a?{start:e-n/2,end:e+n/2}:t<i||t>a?{start:e-n-5,end:e}:{start:e,end:e+n+5}}function l(t){var i,r,l,u=n(t),d=Math.min(t.height/2,t.width/2),c={r:t.width,l:0,t:t.height,b:0},h={};t.ctx.font=u.font,t._pointLabelSizes=[];var f=e(t);for(i=0;i<f;i++){l=t.getPointPosition(i,d),r=o(t.ctx,u.size,t.pointLabels[i]||""),t._pointLabelSizes[i]=r;var g=t.getIndexAngle(i),m=a.toDegrees(g)%360,p=s(m,l.x,r.w,0,180),v=s(m,l.y,r.h,90,270);p.start<c.l&&(c.l=p.start,h.l=g),p.end>c.r&&(c.r=p.end,h.r=g),v.start<c.t&&(c.t=v.start,h.t=g),v.end>c.b&&(c.b=v.end,h.b=g)}t.setReductions(d,c,h)}function u(t){var e=Math.min(t.height/2,t.width/2);t.drawingArea=Math.round(e),t.setCenterPoint(0,0,0,0)}function d(t){return 0===t||180===t?"center":t<180?"left":"right"}function c(t,e,n,i){if(a.isArray(e))for(var r=n.y,o=1.5*i,s=0;s<e.length;++s)t.fillText(e[s],n.x,r),r+=o;else t.fillText(e,n.x,n.y)}function h(t,e,n){90===t||270===t?n.y-=e.h/2:(t>270||t<90)&&(n.y-=e.h)}function f(t){var i=t.ctx,r=a.valueOrDefault,o=t.options,s=o.angleLines,l=o.pointLabels;i.lineWidth=s.lineWidth,i.strokeStyle=s.color;var u=t.getDistanceFromCenterForValue(o.ticks.reverse?t.min:t.max),f=n(t);i.textBaseline="top";for(var g=e(t)-1;g>=0;g--){if(s.display){var m=t.getPointPosition(g,u);i.beginPath(),i.moveTo(t.xCenter,t.yCenter),i.lineTo(m.x,m.y),i.stroke(),i.closePath()}if(l.display){var v=t.getPointPosition(g,u+5),y=r(l.fontColor,p.defaultFontColor);i.font=f.font,i.fillStyle=y;var b=t.getIndexAngle(g),x=a.toDegrees(b);i.textAlign=d(x),h(x,t._pointLabelSizes[g],v),c(i,t.pointLabels[g]||"",v,f.size)}}}function g(t,n,i,r){var o=t.ctx;if(o.strokeStyle=a.valueAtIndexOrDefault(n.color,r-1),o.lineWidth=a.valueAtIndexOrDefault(n.lineWidth,r-1),t.options.gridLines.circular)o.beginPath(),o.arc(t.xCenter,t.yCenter,i,0,2*Math.PI),o.closePath(),o.stroke();else{var s=e(t);if(0===s)return;o.beginPath();var l=t.getPointPosition(0,i);o.moveTo(l.x,l.y);for(var u=1;u<s;u++)l=t.getPointPosition(u,i),o.lineTo(l.x,l.y);o.closePath(),o.stroke()}}function m(t){return a.isNumber(t)?t:0}var p=i.global,v={display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,color:"rgba(0, 0, 0, 0.1)",lineWidth:1},gridLines:{circular:!1},ticks:{showLabelBackdrop:!0,backdropColor:"rgba(255,255,255,0.75)",backdropPaddingY:2,backdropPaddingX:2,callback:r.formatters.linear},pointLabels:{display:!0,fontSize:10,callback:function(t){return t}}},y=t.LinearScaleBase.extend({setDimensions:function(){var t=this,e=t.options,n=e.ticks;t.width=t.maxWidth,t.height=t.maxHeight,t.xCenter=Math.round(t.width/2),t.yCenter=Math.round(t.height/2);var i=a.min([t.height,t.width]),r=a.valueOrDefault(n.fontSize,p.defaultFontSize);t.drawingArea=e.display?i/2-(r/2+n.backdropPaddingY):i/2},determineDataLimits:function(){var t=this,e=t.chart,n=Number.POSITIVE_INFINITY,i=Number.NEGATIVE_INFINITY;a.each(e.data.datasets,function(r,o){if(e.isDatasetVisible(o)){var s=e.getDatasetMeta(o);a.each(r.data,function(e,a){var r=+t.getRightValue(e);isNaN(r)||s.data[a].hidden||(n=Math.min(r,n),i=Math.max(r,i))})}}),t.min=n===Number.POSITIVE_INFINITY?0:n,t.max=i===Number.NEGATIVE_INFINITY?0:i,t.handleTickRangeOptions()},getTickLimit:function(){var t=this.options.ticks,e=a.valueOrDefault(t.fontSize,p.defaultFontSize);return Math.min(t.maxTicksLimit?t.maxTicksLimit:11,Math.ceil(this.drawingArea/(1.5*e)))},convertTicksToLabels:function(){var e=this;t.LinearScaleBase.prototype.convertTicksToLabels.call(e),e.pointLabels=e.chart.data.labels.map(e.options.pointLabels.callback,e)},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},fit:function(){this.options.pointLabels.display?l(this):u(this)},setReductions:function(t,e,n){var i=this,a=e.l/Math.sin(n.l),r=Math.max(e.r-i.width,0)/Math.sin(n.r),o=-e.t/Math.cos(n.t),s=-Math.max(e.b-i.height,0)/Math.cos(n.b);a=m(a),r=m(r),o=m(o),s=m(s),i.drawingArea=Math.min(Math.round(t-(a+r)/2),Math.round(t-(o+s)/2)),i.setCenterPoint(a,r,o,s)},setCenterPoint:function(t,e,n,i){var a=this,r=a.width-e-a.drawingArea,o=t+a.drawingArea,s=n+a.drawingArea,l=a.height-i-a.drawingArea;a.xCenter=Math.round((o+r)/2+a.left),a.yCenter=Math.round((s+l)/2+a.top)},getIndexAngle:function(t){return t*(2*Math.PI/e(this))+(this.chart.options&&this.chart.options.startAngle?this.chart.options.startAngle:0)*Math.PI*2/360},getDistanceFromCenterForValue:function(t){var e=this;if(null===t)return 0;var n=e.drawingArea/(e.max-e.min);return e.options.ticks.reverse?(e.max-t)*n:(t-e.min)*n},getPointPosition:function(t,e){var n=this,i=n.getIndexAngle(t)-Math.PI/2;return{x:Math.round(Math.cos(i)*e)+n.xCenter,y:Math.round(Math.sin(i)*e)+n.yCenter}},getPointPositionForValue:function(t,e){return this.getPointPosition(t,this.getDistanceFromCenterForValue(e))},getBasePosition:function(){var t=this,e=t.min,n=t.max;return t.getPointPositionForValue(0,t.beginAtZero?0:e<0&&n<0?n:e>0&&n>0?e:0)},draw:function(){var t=this,e=t.options,n=e.gridLines,i=e.ticks,r=a.valueOrDefault;if(e.display){var o=t.ctx,s=this.getIndexAngle(0),l=r(i.fontSize,p.defaultFontSize),u=r(i.fontStyle,p.defaultFontStyle),d=r(i.fontFamily,p.defaultFontFamily),c=a.fontString(l,u,d);a.each(t.ticks,function(e,a){if(a>0||i.reverse){var u=t.getDistanceFromCenterForValue(t.ticksAsNumbers[a]);if(n.display&&0!==a&&g(t,n,u,a),i.display){var d=r(i.fontColor,p.defaultFontColor);if(o.font=c,o.save(),o.translate(t.xCenter,t.yCenter),o.rotate(s),i.showLabelBackdrop){var h=o.measureText(e).width;o.fillStyle=i.backdropColor,o.fillRect(-h/2-i.backdropPaddingX,-u-l/2-i.backdropPaddingY,h+2*i.backdropPaddingX,l+2*i.backdropPaddingY)}o.textAlign="center",o.textBaseline="middle",o.fillStyle=d,o.fillText(e,0,-u),o.restore()}}}),(e.angleLines.display||e.pointLabels.display)&&f(t)}}});t.scaleService.registerScaleType("radialLinear",y,v)}},{25:25,34:34,45:45}],57:[function(t,e,n){"use strict";function i(t,e){return t-e}function a(t){var e,n,i,a={},r=[];for(e=0,n=t.length;e<n;++e)a[i=t[e]]||(a[i]=!0,r.push(i));return r}function r(t,e,n,i){if("linear"===i||!t.length)return[{time:e,pos:0},{time:n,pos:1}];var a,r,o,s,l,u=[],d=[e];for(a=0,r=t.length;a<r;++a)(s=t[a])>e&&s<n&&d.push(s);for(d.push(n),a=0,r=d.length;a<r;++a)l=d[a+1],o=d[a-1],s=d[a],void 0!==o&&void 0!==l&&Math.round((l+o)/2)===s||u.push({time:s,pos:a/(r-1)});return u}function o(t,e,n){for(var i,a,r,o=0,s=t.length-1;o>=0&&o<=s;){if(i=o+s>>1,a=t[i-1]||null,r=t[i],!a)return{lo:null,hi:r};if(r[e]<n)o=i+1;else{if(!(a[e]>n))return{lo:a,hi:r};s=i-1}}return{lo:r,hi:null}}function s(t,e,n,i){var a=o(t,e,n),r=a.lo?a.hi?a.lo:t[t.length-2]:t[0],s=a.lo?a.hi?a.hi:t[t.length-1]:t[1],l=s[e]-r[e],u=l?(n-r[e])/l:0,d=(s[i]-r[i])*u;return r[i]+d}function l(t,e){var n=e.parser,i=e.parser||e.format;return"function"==typeof n?n(t):"string"==typeof t&&"string"==typeof i?p(t,i):(t instanceof p||(t=p(t)),t.isValid()?t:"function"==typeof i?i(t):t)}function u(t,e){if(y.isNullOrUndef(t))return null;var n=e.options.time,i=l(e.getRightValue(t),n);return i.isValid()?(n.round&&i.startOf(n.round),i.valueOf()):null}function d(t,e,n,i){var a,r,o,s=e-t,l=_[n],u=l.size,d=l.steps;if(!d)return Math.ceil(s/((i||1)*u));for(a=0,r=d.length;a<r&&(o=d[a],!(Math.ceil(s/(u*o))<=i));++a);return o}function c(t,e,n,i){var a,r,o,s=k.length;for(a=k.indexOf(t);a<s-1;++a)if(r=_[k[a]],o=r.steps?r.steps[r.steps.length-1]:x,Math.ceil((n-e)/(o*r.size))<=i)return k[a];return k[s-1]}function h(t){for(var e=k.indexOf(t)+1,n=k.length;e<n;++e)if(_[k[e]].major)return k[e]}function f(t,e,n,i,a,r){var o,s=r.time,l=y.valueOrDefault(s.stepSize,s.unitStepSize),u="week"===n&&s.isoWeekday,c=r.ticks.major.enabled,h=_[n],f=p(t),g=p(e),m=[];for(l||(l=d(t,e,n,a)),u&&(f=f.isoWeekday(u),g=g.isoWeekday(u)),f=f.startOf(u?"day":n),(g=g.startOf(u?"day":n))<e&&g.add(1,n),o=p(f),c&&i&&!u&&!s.round&&(o.startOf(i),o.add(~~((f-o)/(h.size*l))*l,n));o<g;o.add(l,n))m.push(+o);return m.push(+o),m}function g(t,e,n,i,a){var r,o,l=0,u=0;return a.offset&&e.length&&(a.time.min||(r=e.length>1?e[1]:i,o=e[0],l=(s(t,"time",r,"pos")-s(t,"time",o,"pos"))/2),a.time.max||(r=e[e.length-1],o=e.length>1?e[e.length-2]:n,u=(s(t,"time",r,"pos")-s(t,"time",o,"pos"))/2)),{left:l,right:u}}function m(t,e){var n,i,a,r,o=[];for(n=0,i=t.length;n<i;++n)a=t[n],r=!!e&&a===+p(a).startOf(e),o.push({value:a,major:r});return o}var p=t(6);p="function"==typeof p?p:window.moment;var v=t(25),y=t(45),b=Number.MIN_SAFE_INTEGER||-9007199254740991,x=Number.MAX_SAFE_INTEGER||9007199254740991,_={millisecond:{major:!0,size:1,steps:[1,2,5,10,20,50,100,250,500]},second:{major:!0,size:1e3,steps:[1,2,5,10,30]},minute:{major:!0,size:6e4,steps:[1,2,5,10,30]},hour:{major:!0,size:36e5,steps:[1,2,3,6,12]},day:{major:!0,size:864e5,steps:[1,2,5]},week:{major:!1,size:6048e5,steps:[1,2,3,4]},month:{major:!0,size:2628e6,steps:[1,2,3]},quarter:{major:!1,size:7884e6,steps:[1,2,3,4]},year:{major:!0,size:3154e7}},k=Object.keys(_);e.exports=function(t){var e={position:"bottom",distribution:"linear",bounds:"data",time:{parser:!1,format:!1,unit:!1,round:!1,displayFormat:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{millisecond:"h:mm:ss.SSS a",second:"h:mm:ss a",minute:"h:mm a",hour:"hA",day:"MMM D",week:"ll",month:"MMM YYYY",quarter:"[Q]Q - YYYY",year:"YYYY"}},ticks:{autoSkip:!1,source:"auto",major:{enabled:!1}}},n=t.Scale.extend({initialize:function(){if(!p)throw new Error("Chart.js - Moment.js could not be found! You must include it before Chart.js to use the time scale. Download at https://momentjs.com");this.mergeTicksOptions(),t.Scale.prototype.initialize.call(this)},update:function(){var e=this,n=e.options;return n.time&&n.time.format&&console.warn("options.time.format is deprecated and replaced by options.time.parser."),t.Scale.prototype.update.apply(e,arguments)},getRightValue:function(e){return e&&void 0!==e.t&&(e=e.t),t.Scale.prototype.getRightValue.call(this,e)},determineDataLimits:function(){var t,e,n,r,o,s,l=this,d=l.chart,c=l.options.time,h=u(c.min,l)||x,f=u(c.max,l)||b,g=[],m=[],v=[];for(t=0,n=d.data.labels.length;t<n;++t)v.push(u(d.data.labels[t],l));for(t=0,n=(d.data.datasets||[]).length;t<n;++t)if(d.isDatasetVisible(t))if(o=d.data.datasets[t].data,y.isObject(o[0]))for(m[t]=[],e=0,r=o.length;e<r;++e)s=u(o[e],l),g.push(s),m[t][e]=s;else g.push.apply(g,v),m[t]=v.slice(0);else m[t]=[];v.length&&(v=a(v).sort(i),h=Math.min(h,v[0]),f=Math.max(f,v[v.length-1])),g.length&&(g=a(g).sort(i),h=Math.min(h,g[0]),f=Math.max(f,g[g.length-1])),h=h===x?+p().startOf("day"):h,f=f===b?+p().endOf("day")+1:f,l.min=Math.min(h,f),l.max=Math.max(h+1,f),l._horizontal=l.isHorizontal(),l._table=[],l._timestamps={data:g,datasets:m,labels:v}},buildTicks:function(){var t,e,n,i=this,a=i.min,o=i.max,s=i.options,l=s.time,d=l.displayFormats,p=i.getLabelCapacity(a),v=l.unit||c(l.minUnit,a,o,p),y=h(v),b=[],x=[];switch(s.ticks.source){case"data":b=i._timestamps.data;break;case"labels":b=i._timestamps.labels;break;case"auto":default:b=f(a,o,v,y,p,s)}for("ticks"===s.bounds&&b.length&&(a=b[0],o=b[b.length-1]),a=u(l.min,i)||a,o=u(l.max,i)||o,t=0,e=b.length;t<e;++t)(n=b[t])>=a&&n<=o&&x.push(n);return i.min=a,i.max=o,i._unit=v,i._majorUnit=y,i._minorFormat=d[v],i._majorFormat=d[y],i._table=r(i._timestamps.data,a,o,s.distribution),i._offsets=g(i._table,x,a,o,s),m(x,y)},getLabelForIndex:function(t,e){var n=this,i=n.chart.data,a=n.options.time,r=i.labels&&t<i.labels.length?i.labels[t]:"",o=i.datasets[e].data[t];return y.isObject(o)&&(r=n.getRightValue(o)),a.tooltipFormat&&(r=l(r,a).format(a.tooltipFormat)),r},tickFormatFunction:function(t,e,n){var i=this,a=i.options,r=t.valueOf(),o=i._majorUnit,s=i._majorFormat,l=t.clone().startOf(i._majorUnit).valueOf(),u=a.ticks.major,d=u.enabled&&o&&s&&r===l,c=t.format(d?s:i._minorFormat),h=d?u:a.ticks.minor,f=y.valueOrDefault(h.callback,h.userCallback);return f?f(c,e,n):c},convertTicksToLabels:function(t){var e,n,i=[];for(e=0,n=t.length;e<n;++e)i.push(this.tickFormatFunction(p(t[e].value),e,t));return i},getPixelForOffset:function(t){var e=this,n=e._horizontal?e.width:e.height,i=e._horizontal?e.left:e.top,a=s(e._table,"time",t,"pos");return i+n*(e._offsets.left+a)/(e._offsets.left+1+e._offsets.right)},getPixelForValue:function(t,e,n){var i=this,a=null;if(void 0!==e&&void 0!==n&&(a=i._timestamps.datasets[n][e]),null===a&&(a=u(t,i)),null!==a)return i.getPixelForOffset(a)},getPixelForTick:function(t){var e=this.getTicks();return t>=0&&t<e.length?this.getPixelForOffset(e[t].value):null},getValueForPixel:function(t){var e=this,n=e._horizontal?e.width:e.height,i=e._horizontal?e.left:e.top,a=(n?(t-i)/n:0)*(e._offsets.left+1+e._offsets.left)-e._offsets.right,r=s(e._table,"pos",a,"time");return p(r)},getLabelWidth:function(t){var e=this,n=e.options.ticks,i=e.ctx.measureText(t).width,a=y.toRadians(n.maxRotation),r=Math.cos(a),o=Math.sin(a);return i*r+y.valueOrDefault(n.fontSize,v.global.defaultFontSize)*o},getLabelCapacity:function(t){var e=this;e._minorFormat=e.options.time.displayFormats.millisecond;var n=e.tickFormatFunction(p(t),0,[]),i=e.getLabelWidth(n),a=e.isHorizontal()?e.width:e.height;return Math.floor(a/i)}});t.scaleService.registerScaleType("time",n,e)}},{25:25,45:45,6:6}]},{},[7])(7)});
|
includes/adsense.php
CHANGED
@@ -37,7 +37,7 @@ function quick_adsense_adstxt_adsense_admin_notice( $is_ajax = false ) {
|
|
37 |
if ( ! isset( $adstxt_new_adsense_entries ) || ( false === $adstxt_new_adsense_entries ) ) {
|
38 |
$adstxt_new_adsense_entries = quick_adsense_adstxt_adsense_get_status();
|
39 |
}
|
40 |
-
if ( false !== $adstxt_new_adsense_entries ) {
|
41 |
set_transient( 'quick_adsense_adstxt_adsense_autocheck_content', $adstxt_new_adsense_entries, DAY_IN_SECONDS );
|
42 |
$screen = get_current_screen();
|
43 |
echo wp_kses(
|
37 |
if ( ! isset( $adstxt_new_adsense_entries ) || ( false === $adstxt_new_adsense_entries ) ) {
|
38 |
$adstxt_new_adsense_entries = quick_adsense_adstxt_adsense_get_status();
|
39 |
}
|
40 |
+
if ( ( false !== $adstxt_new_adsense_entries ) && is_array( $adstxt_new_adsense_entries ) ) {
|
41 |
set_transient( 'quick_adsense_adstxt_adsense_autocheck_content', $adstxt_new_adsense_entries, DAY_IN_SECONDS );
|
42 |
$screen = get_current_screen();
|
43 |
echo wp_kses(
|
includes/vendor/GeoIP/GeoIPCountry.php
CHANGED
@@ -1,235 +1,235 @@
|
|
1 |
-
<?php
|
2 |
-
namespace Iriven;
|
3 |
-
use ZipArchive;
|
4 |
-
use SplFileObject;
|
5 |
-
|
6 |
-
/**
|
7 |
-
* Class GeoIPCountry
|
8 |
-
* @package Iriven\GeoIPCountry
|
9 |
-
*/
|
10 |
-
class GeoIPCountry
|
11 |
-
{
|
12 |
-
const DS = DIRECTORY_SEPARATOR;
|
13 |
-
private $DataLocation = null;
|
14 |
-
private $IsoCode = null;
|
15 |
-
|
16 |
-
/**
|
17 |
-
* GeoIPCountry constructor.
|
18 |
-
*/
|
19 |
-
public function __construct()
|
20 |
-
{
|
21 |
-
$this->PackageLocation = realpath($this->getStoragePath());
|
22 |
-
$this->DataLocation = realpath($this->getStoragePath(false));
|
23 |
-
return $this;
|
24 |
-
}
|
25 |
-
|
26 |
-
/**
|
27 |
-
* @return $this
|
28 |
-
*/
|
29 |
-
public function Admin()
|
30 |
-
{
|
31 |
-
$this->EditModeEnabled = true;
|
32 |
-
return $this;
|
33 |
-
}
|
34 |
-
|
35 |
-
/**
|
36 |
-
* If IPV6, Returns the IP in it's fullest format.
|
37 |
-
* @example
|
38 |
-
* ::1 => 0000:0000:0000:0000:0000:0000:0000:0001
|
39 |
-
* 220F::127.0.0.1 => 220F:0000:0000:0000:0000:0000:7F00:0001
|
40 |
-
* 2F:A1::1 => 002F:00A1:0000:0000:0000:0000:0000:0001
|
41 |
-
* @param $Ip
|
42 |
-
* @return mixed|string
|
43 |
-
*/
|
44 |
-
private function ExpandIPAddress($Ip)
|
45 |
-
{
|
46 |
-
if (strpos($Ip, ':') !== false) // IPv6 address
|
47 |
-
{
|
48 |
-
$hex = unpack('H*hex', inet_pton($Ip));
|
49 |
-
$Ip = substr(preg_replace('/([A-f0-9]{4})/', "$1:", $hex['hex']), 0, -1);
|
50 |
-
$Ip = strtoupper($Ip);
|
51 |
-
}
|
52 |
-
return $Ip;
|
53 |
-
}
|
54 |
-
/**
|
55 |
-
* @param $ip
|
56 |
-
* @return null|string
|
57 |
-
*/
|
58 |
-
private function getIPRangeProviderFile($ip)
|
59 |
-
{
|
60 |
-
try
|
61 |
-
{
|
62 |
-
if(!preg_match('/[.:]/', $ip)) $ip = $this->long2ip($ip, false);
|
63 |
-
if(!filter_var($ip,FILTER_VALIDATE_IP,[FILTER_FLAG_IPV4|FILTER_FLAG_IPV6]))
|
64 |
-
throw new \Exception('Invalid IP given');
|
65 |
-
$delimiter = (strpos($ip,':')===false)? '.' : ':';
|
66 |
-
$DBfile = current(explode($delimiter,$ip)).'.php';
|
67 |
-
return $DBfile;
|
68 |
-
}
|
69 |
-
catch (\Exception $e)
|
70 |
-
{
|
71 |
-
trigger_error($e->getMessage());
|
72 |
-
}
|
73 |
-
return null;
|
74 |
-
}
|
75 |
-
/**
|
76 |
-
* @param bool $isArchive
|
77 |
-
* @return string
|
78 |
-
*/
|
79 |
-
private function getStoragePath($isArchive=true)
|
80 |
-
{
|
81 |
-
$tmp = ini_get('upload_tmp_dir')?:sys_get_temp_dir ();
|
82 |
-
$isArchive OR $tmp = rtrim(__DIR__, self::DS);
|
83 |
-
try{
|
84 |
-
if (!is_writeable($tmp))
|
85 |
-
throw new \Exception(sprintf('The required destination path is not writable: %s', $tmp));
|
86 |
-
}
|
87 |
-
catch(\Exception $e)
|
88 |
-
{
|
89 |
-
trigger_error($e->getMessage(),E_USER_ERROR);
|
90 |
-
}
|
91 |
-
$tmp .= self::DS.($isArchive? 'GeoIPCountry' : 'GeoIPDatas');
|
92 |
-
if(!is_dir($tmp)) mkdir($tmp,'0755', true);
|
93 |
-
return $tmp;
|
94 |
-
}
|
95 |
-
/**
|
96 |
-
* Convert both IPV4 and IPv6 address to an integer
|
97 |
-
* @param $Ip
|
98 |
-
* @return mixed|string
|
99 |
-
*/
|
100 |
-
private function ip2long($Ip)
|
101 |
-
{
|
102 |
-
$decimal = null;
|
103 |
-
$Ip = $this->ExpandIPAddress($Ip);
|
104 |
-
try
|
105 |
-
{
|
106 |
-
switch ($Ip):
|
107 |
-
case (strpos($Ip, '.') !== false):
|
108 |
-
if(!filter_var($Ip,FILTER_VALIDATE_IP,[FILTER_FLAG_IPV4]))
|
109 |
-
throw new \Exception('Invalid IPV4 given');
|
110 |
-
$decimal .= ip2long($Ip);
|
111 |
-
break;
|
112 |
-
case (strpos($Ip, ':') !== false):
|
113 |
-
if(!filter_var($Ip,FILTER_VALIDATE_IP,[FILTER_FLAG_IPV6]))
|
114 |
-
throw new \Exception('Invalid IPV6 given');
|
115 |
-
$network = inet_pton($Ip);
|
116 |
-
$parts = unpack('C*', $network);
|
117 |
-
foreach ($parts as &$byte)
|
118 |
-
$decimal.= str_pad(decbin($byte), 8, '0', STR_PAD_LEFT);
|
119 |
-
break;
|
120 |
-
default:
|
121 |
-
throw new \Exception($Ip.' is not a valid IP address');
|
122 |
-
break;
|
123 |
-
endswitch;
|
124 |
-
}
|
125 |
-
catch (\Exception $e)
|
126 |
-
{
|
127 |
-
trigger_error($e->getMessage(),E_USER_ERROR);
|
128 |
-
}
|
129 |
-
return $decimal;
|
130 |
-
}
|
131 |
-
/**
|
132 |
-
* Convert an IP address from decimal format to presentation format
|
133 |
-
*
|
134 |
-
* @param $decimal
|
135 |
-
* @param bool $compress
|
136 |
-
* @return mixed|string
|
137 |
-
*/
|
138 |
-
private function long2ip($decimal,$compress = true)
|
139 |
-
{
|
140 |
-
$Ip = null;
|
141 |
-
if(preg_match('/[.:]/', $decimal))
|
142 |
-
return strtoupper($decimal);
|
143 |
-
switch ($decimal):
|
144 |
-
case (strlen($decimal) <= 32):
|
145 |
-
$Ip .= long2ip($decimal);
|
146 |
-
break;
|
147 |
-
default:
|
148 |
-
$pad = 128 - strlen($decimal);
|
149 |
-
for ($i = 1; $i <= $pad; $i++)
|
150 |
-
$decimal = '0'.$decimal;
|
151 |
-
for ($bits = 0; $bits <= 7; $bits++)
|
152 |
-
{
|
153 |
-
$binPart = substr($decimal,($bits*16),16);
|
154 |
-
$Ip .= dechex(bindec($binPart)).':';
|
155 |
-
}
|
156 |
-
$Ip = inet_ntop(inet_pton(substr($Ip,0,-1)));
|
157 |
-
break;
|
158 |
-
endswitch;
|
159 |
-
$Ip = strtoupper($Ip);
|
160 |
-
return $compress? $Ip : $this->ExpandIPAddress($Ip);
|
161 |
-
}
|
162 |
-
/**
|
163 |
-
* @param null $ip
|
164 |
-
* @return bool
|
165 |
-
*/
|
166 |
-
public function isReservedIP($ip=null)
|
167 |
-
{
|
168 |
-
if($ip) $this->resolve($ip);
|
169 |
-
return !$this->IsoCode OR strcasecmp($this->IsoCode,'ZZ') == 0 ;
|
170 |
-
}
|
171 |
-
|
172 |
-
/**
|
173 |
-
* @param null $ip
|
174 |
-
* @return null|string
|
175 |
-
*/
|
176 |
-
public function resolve($ip = null)
|
177 |
-
{
|
178 |
-
try
|
179 |
-
{
|
180 |
-
$ip OR $ip = $this->getRemoteIP();
|
181 |
-
if(!preg_match('/[.:]/', $ip)) $ip = $this->long2ip($ip);
|
182 |
-
$ip = $this->ExpandIPAddress($ip);
|
183 |
-
if(!filter_var($ip,FILTER_VALIDATE_IP,[FILTER_FLAG_IPV4|FILTER_FLAG_IPV6]))
|
184 |
-
throw new \Exception('Invalid IP given');
|
185 |
-
$ipFilename = $this->getIPRangeProviderFile($ip);
|
186 |
-
$ipLong = $this->ip2long($ip);
|
187 |
-
$ipFilePath = realpath($this->DataLocation.self::DS.$ipFilename);
|
188 |
-
if(!file_exists($ipFilePath))
|
189 |
-
throw new \Exception('IP Ranges provider file not found');
|
190 |
-
$IpRanges = include $ipFilePath;
|
191 |
-
foreach($IpRanges as $Range):
|
192 |
-
if(!is_array($Range) OR sizeof($Range) !== 3) continue;
|
193 |
-
if(preg_match('/^[01]+$/', $ipLong))
|
194 |
-
{
|
195 |
-
$Range[0] = $this->ip2long($Range[0]);
|
196 |
-
$Range[1] = $this->ip2long($Range[1]);
|
197 |
-
}
|
198 |
-
if($Range[1] < $ipLong) continue;
|
199 |
-
if(($Range[0]<=$ipLong))
|
200 |
-
{
|
201 |
-
$this->IsoCode = $Range[2]?:'ZZ';
|
202 |
-
break;
|
203 |
-
}
|
204 |
-
endforeach;
|
205 |
-
}
|
206 |
-
catch (\Exception $e)
|
207 |
-
{
|
208 |
-
trigger_error($e->getMessage());
|
209 |
-
}
|
210 |
-
return $this->IsoCode;
|
211 |
-
}
|
212 |
-
|
213 |
-
/**
|
214 |
-
* Auto Get the current visitor IP Address
|
215 |
-
* @return string
|
216 |
-
*/
|
217 |
-
private function getRemoteIP()
|
218 |
-
{
|
219 |
-
$ip = '';
|
220 |
-
$serverIPKeys =['HTTP_X_COMING_FROM', 'HTTP_FORWARDED', 'HTTP_FORWARDED_FOR', 'HTTP_X_CLUSTER_CLIENT_IP',
|
221 |
-
'HTTP_X_FORWARDED', 'HTTP_VIA', 'HTTP_CLIENT_IP','HTTP_X_FORWARDED_FOR','REMOTE_ADDR'];
|
222 |
-
foreach ($serverIPKeys AS $IPKey) {
|
223 |
-
if(array_key_exists($IPKey,$_SERVER))
|
224 |
-
{
|
225 |
-
if (!strlen($_SERVER[$IPKey])) continue;
|
226 |
-
$ip = $_SERVER[$IPKey];
|
227 |
-
break;
|
228 |
-
}
|
229 |
-
}
|
230 |
-
if (($CommaPos = strpos($ip, ',')) > 0) {
|
231 |
-
$ip = substr($ip, 0, ($CommaPos - 1));
|
232 |
-
}
|
233 |
-
return $ip?:'0.0.0.0';
|
234 |
-
}
|
235 |
-
}
|
1 |
+
<?php
|
2 |
+
namespace Iriven;
|
3 |
+
use ZipArchive;
|
4 |
+
use SplFileObject;
|
5 |
+
|
6 |
+
/**
|
7 |
+
* Class GeoIPCountry
|
8 |
+
* @package Iriven\GeoIPCountry
|
9 |
+
*/
|
10 |
+
class GeoIPCountry
|
11 |
+
{
|
12 |
+
const DS = DIRECTORY_SEPARATOR;
|
13 |
+
private $DataLocation = null;
|
14 |
+
private $IsoCode = null;
|
15 |
+
|
16 |
+
/**
|
17 |
+
* GeoIPCountry constructor.
|
18 |
+
*/
|
19 |
+
public function __construct()
|
20 |
+
{
|
21 |
+
$this->PackageLocation = realpath($this->getStoragePath());
|
22 |
+
$this->DataLocation = realpath($this->getStoragePath(false));
|
23 |
+
return $this;
|
24 |
+
}
|
25 |
+
|
26 |
+
/**
|
27 |
+
* @return $this
|
28 |
+
*/
|
29 |
+
public function Admin()
|
30 |
+
{
|
31 |
+
$this->EditModeEnabled = true;
|
32 |
+
return $this;
|
33 |
+
}
|
34 |
+
|
35 |
+
/**
|
36 |
+
* If IPV6, Returns the IP in it's fullest format.
|
37 |
+
* @example
|
38 |
+
* ::1 => 0000:0000:0000:0000:0000:0000:0000:0001
|
39 |
+
* 220F::127.0.0.1 => 220F:0000:0000:0000:0000:0000:7F00:0001
|
40 |
+
* 2F:A1::1 => 002F:00A1:0000:0000:0000:0000:0000:0001
|
41 |
+
* @param $Ip
|
42 |
+
* @return mixed|string
|
43 |
+
*/
|
44 |
+
private function ExpandIPAddress($Ip)
|
45 |
+
{
|
46 |
+
if (strpos($Ip, ':') !== false) // IPv6 address
|
47 |
+
{
|
48 |
+
$hex = unpack('H*hex', inet_pton($Ip));
|
49 |
+
$Ip = substr(preg_replace('/([A-f0-9]{4})/', "$1:", $hex['hex']), 0, -1);
|
50 |
+
$Ip = strtoupper($Ip);
|
51 |
+
}
|
52 |
+
return $Ip;
|
53 |
+
}
|
54 |
+
/**
|
55 |
+
* @param $ip
|
56 |
+
* @return null|string
|
57 |
+
*/
|
58 |
+
private function getIPRangeProviderFile($ip)
|
59 |
+
{
|
60 |
+
try
|
61 |
+
{
|
62 |
+
if(!preg_match('/[.:]/', $ip)) $ip = $this->long2ip($ip, false);
|
63 |
+
if(!filter_var($ip,FILTER_VALIDATE_IP,[FILTER_FLAG_IPV4|FILTER_FLAG_IPV6]))
|
64 |
+
throw new \Exception('Invalid IP given');
|
65 |
+
$delimiter = (strpos($ip,':')===false)? '.' : ':';
|
66 |
+
$DBfile = current(explode($delimiter,$ip)).'.php';
|
67 |
+
return $DBfile;
|
68 |
+
}
|
69 |
+
catch (\Exception $e)
|
70 |
+
{
|
71 |
+
trigger_error($e->getMessage());
|
72 |
+
}
|
73 |
+
return null;
|
74 |
+
}
|
75 |
+
/**
|
76 |
+
* @param bool $isArchive
|
77 |
+
* @return string
|
78 |
+
*/
|
79 |
+
private function getStoragePath($isArchive=true)
|
80 |
+
{
|
81 |
+
$tmp = ini_get('upload_tmp_dir')?:sys_get_temp_dir ();
|
82 |
+
$isArchive OR $tmp = rtrim(__DIR__, self::DS);
|
83 |
+
try{
|
84 |
+
if (!is_writeable($tmp))
|
85 |
+
throw new \Exception(sprintf('The required destination path is not writable: %s', $tmp));
|
86 |
+
}
|
87 |
+
catch(\Exception $e)
|
88 |
+
{
|
89 |
+
trigger_error($e->getMessage(),E_USER_ERROR);
|
90 |
+
}
|
91 |
+
$tmp .= self::DS.($isArchive? 'GeoIPCountry' : 'GeoIPDatas');
|
92 |
+
if(!is_dir($tmp)) mkdir($tmp,'0755', true);
|
93 |
+
return $tmp;
|
94 |
+
}
|
95 |
+
/**
|
96 |
+
* Convert both IPV4 and IPv6 address to an integer
|
97 |
+
* @param $Ip
|
98 |
+
* @return mixed|string
|
99 |
+
*/
|
100 |
+
private function ip2long($Ip)
|
101 |
+
{
|
102 |
+
$decimal = null;
|
103 |
+
$Ip = $this->ExpandIPAddress($Ip);
|
104 |
+
try
|
105 |
+
{
|
106 |
+
switch ($Ip):
|
107 |
+
case (strpos($Ip, '.') !== false):
|
108 |
+
if(!filter_var($Ip,FILTER_VALIDATE_IP,[FILTER_FLAG_IPV4]))
|
109 |
+
throw new \Exception('Invalid IPV4 given');
|
110 |
+
$decimal .= ip2long($Ip);
|
111 |
+
break;
|
112 |
+
case (strpos($Ip, ':') !== false):
|
113 |
+
if(!filter_var($Ip,FILTER_VALIDATE_IP,[FILTER_FLAG_IPV6]))
|
114 |
+
throw new \Exception('Invalid IPV6 given');
|
115 |
+
$network = inet_pton($Ip);
|
116 |
+
$parts = unpack('C*', $network);
|
117 |
+
foreach ($parts as &$byte)
|
118 |
+
$decimal.= str_pad(decbin($byte), 8, '0', STR_PAD_LEFT);
|
119 |
+
break;
|
120 |
+
default:
|
121 |
+
throw new \Exception($Ip.' is not a valid IP address');
|
122 |
+
break;
|
123 |
+
endswitch;
|
124 |
+
}
|
125 |
+
catch (\Exception $e)
|
126 |
+
{
|
127 |
+
trigger_error($e->getMessage(),E_USER_ERROR);
|
128 |
+
}
|
129 |
+
return $decimal;
|
130 |
+
}
|
131 |
+
/**
|
132 |
+
* Convert an IP address from decimal format to presentation format
|
133 |
+
*
|
134 |
+
* @param $decimal
|
135 |
+
* @param bool $compress
|
136 |
+
* @return mixed|string
|
137 |
+
*/
|
138 |
+
private function long2ip($decimal,$compress = true)
|
139 |
+
{
|
140 |
+
$Ip = null;
|
141 |
+
if(preg_match('/[.:]/', $decimal))
|
142 |
+
return strtoupper($decimal);
|
143 |
+
switch ($decimal):
|
144 |
+
case (strlen($decimal) <= 32):
|
145 |
+
$Ip .= long2ip($decimal);
|
146 |
+
break;
|
147 |
+
default:
|
148 |
+
$pad = 128 - strlen($decimal);
|
149 |
+
for ($i = 1; $i <= $pad; $i++)
|
150 |
+
$decimal = '0'.$decimal;
|
151 |
+
for ($bits = 0; $bits <= 7; $bits++)
|
152 |
+
{
|
153 |
+
$binPart = substr($decimal,($bits*16),16);
|
154 |
+
$Ip .= dechex(bindec($binPart)).':';
|
155 |
+
}
|
156 |
+
$Ip = inet_ntop(inet_pton(substr($Ip,0,-1)));
|
157 |
+
break;
|
158 |
+
endswitch;
|
159 |
+
$Ip = strtoupper($Ip);
|
160 |
+
return $compress? $Ip : $this->ExpandIPAddress($Ip);
|
161 |
+
}
|
162 |
+
/**
|
163 |
+
* @param null $ip
|
164 |
+
* @return bool
|
165 |
+
*/
|
166 |
+
public function isReservedIP($ip=null)
|
167 |
+
{
|
168 |
+
if($ip) $this->resolve($ip);
|
169 |
+
return !$this->IsoCode OR strcasecmp($this->IsoCode,'ZZ') == 0 ;
|
170 |
+
}
|
171 |
+
|
172 |
+
/**
|
173 |
+
* @param null $ip
|
174 |
+
* @return null|string
|
175 |
+
*/
|
176 |
+
public function resolve($ip = null)
|
177 |
+
{
|
178 |
+
try
|
179 |
+
{
|
180 |
+
$ip OR $ip = $this->getRemoteIP();
|
181 |
+
if(!preg_match('/[.:]/', $ip)) $ip = $this->long2ip($ip);
|
182 |
+
$ip = $this->ExpandIPAddress($ip);
|
183 |
+
if(!filter_var($ip,FILTER_VALIDATE_IP,[FILTER_FLAG_IPV4|FILTER_FLAG_IPV6]))
|
184 |
+
throw new \Exception('Invalid IP given');
|
185 |
+
$ipFilename = $this->getIPRangeProviderFile($ip);
|
186 |
+
$ipLong = $this->ip2long($ip);
|
187 |
+
$ipFilePath = realpath($this->DataLocation.self::DS.$ipFilename);
|
188 |
+
if(!file_exists($ipFilePath))
|
189 |
+
throw new \Exception('IP Ranges provider file not found');
|
190 |
+
$IpRanges = include $ipFilePath;
|
191 |
+
foreach($IpRanges as $Range):
|
192 |
+
if(!is_array($Range) OR sizeof($Range) !== 3) continue;
|
193 |
+
if(preg_match('/^[01]+$/', $ipLong))
|
194 |
+
{
|
195 |
+
$Range[0] = $this->ip2long($Range[0]);
|
196 |
+
$Range[1] = $this->ip2long($Range[1]);
|
197 |
+
}
|
198 |
+
if($Range[1] < $ipLong) continue;
|
199 |
+
if(($Range[0]<=$ipLong))
|
200 |
+
{
|
201 |
+
$this->IsoCode = $Range[2]?:'ZZ';
|
202 |
+
break;
|
203 |
+
}
|
204 |
+
endforeach;
|
205 |
+
}
|
206 |
+
catch (\Exception $e)
|
207 |
+
{
|
208 |
+
trigger_error($e->getMessage());
|
209 |
+
}
|
210 |
+
return $this->IsoCode;
|
211 |
+
}
|
212 |
+
|
213 |
+
/**
|
214 |
+
* Auto Get the current visitor IP Address
|
215 |
+
* @return string
|
216 |
+
*/
|
217 |
+
private function getRemoteIP()
|
218 |
+
{
|
219 |
+
$ip = '';
|
220 |
+
$serverIPKeys =['HTTP_X_COMING_FROM', 'HTTP_FORWARDED', 'HTTP_FORWARDED_FOR', 'HTTP_X_CLUSTER_CLIENT_IP',
|
221 |
+
'HTTP_X_FORWARDED', 'HTTP_VIA', 'HTTP_CLIENT_IP','HTTP_X_FORWARDED_FOR','REMOTE_ADDR'];
|
222 |
+
foreach ($serverIPKeys AS $IPKey) {
|
223 |
+
if(array_key_exists($IPKey,$_SERVER))
|
224 |
+
{
|
225 |
+
if (!strlen($_SERVER[$IPKey])) continue;
|
226 |
+
$ip = $_SERVER[$IPKey];
|
227 |
+
break;
|
228 |
+
}
|
229 |
+
}
|
230 |
+
if (($CommaPos = strpos($ip, ',')) > 0) {
|
231 |
+
$ip = substr($ip, 0, ($CommaPos - 1));
|
232 |
+
}
|
233 |
+
return $ip?:'0.0.0.0';
|
234 |
+
}
|
235 |
+
}
|
includes/vendor/GeoIP/GeoIPDatas/0.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
return [
|
3 |
-
['0', '', '16777215'],
|
4 |
];
|
1 |
+
<?php
|
2 |
+
return [
|
3 |
+
['0', '', '16777215'],
|
4 |
];
|
includes/vendor/GeoIP/GeoIPDatas/0000.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
return [
|
3 |
-
['::', 'ff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', 'ZZ'],
|
4 |
];
|
1 |
+
<?php
|
2 |
+
return [
|
3 |
+
['::', 'ff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', 'ZZ'],
|
4 |
];
|
includes/vendor/GeoIP/GeoIPDatas/0100.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
return [
|
3 |
-
['100::', '1ff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', 'ZZ'],
|
4 |
];
|
1 |
+
<?php
|
2 |
+
return [
|
3 |
+
['100::', '1ff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', 'ZZ'],
|
4 |
];
|
includes/vendor/GeoIP/GeoIPDatas/0200.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
return [
|
3 |
-
['200::', '3ff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', 'ZZ'],
|
4 |
];
|
1 |
+
<?php
|
2 |
+
return [
|
3 |
+
['200::', '3ff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', 'ZZ'],
|
4 |
];
|
includes/vendor/GeoIP/GeoIPDatas/0400.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
return [
|
3 |
-
['400::', '7ff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', 'ZZ'],
|
4 |
];
|
1 |
+
<?php
|
2 |
+
return [
|
3 |
+
['400::', '7ff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', 'ZZ'],
|
4 |
];
|
includes/vendor/GeoIP/GeoIPDatas/0800.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
return [
|
3 |
-
['800::', 'fff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', 'ZZ'],
|
4 |
];
|
1 |
+
<?php
|
2 |
+
return [
|
3 |
+
['800::', 'fff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', 'ZZ'],
|
4 |
];
|
includes/vendor/GeoIP/GeoIPDatas/1.php
CHANGED
@@ -1,117 +1,117 @@
|
|
1 |
-
<?php
|
2 |
-
return [
|
3 |
-
['16777216', '16777471', 'AU'],
|
4 |
-
['16777472', '16777727', 'CN'],
|
5 |
-
['16777728', '16778239', 'CN'],
|
6 |
-
['16778240', '16779263', 'AU'],
|
7 |
-
['16779264', '16781311', 'CN'],
|
8 |
-
['16781312', '16785407', 'JP'],
|
9 |
-
['16785408', '16793599', 'CN'],
|
10 |
-
['16793600', '16809983', 'JP'],
|
11 |
-
['16809984', '16842751', 'TH'],
|
12 |
-
['16842752', '16843007', 'CN'],
|
13 |
-
['16843008', '16843263', 'AU'],
|
14 |
-
['16843264', '16843775', 'CN'],
|
15 |
-
['16843776', '16844799', 'CN'],
|
16 |
-
['16844800', '16845055', 'CN'],
|
17 |
-
['16845056', '16845311', 'CN'],
|
18 |
-
['16845312', '16845823', 'CN'],
|
19 |
-
['16845824', '16846847', 'CN'],
|
20 |
-
['16846848', '16850943', 'CN'],
|
21 |
-
['16850944', '16859135', 'CN'],
|
22 |
-
['16859136', '16875519', 'JP'],
|
23 |
-
['16875520', '16908287', 'TH'],
|
24 |
-
['16908288', '16908799', 'CN'],
|
25 |
-
['16908800', '16909055', 'CN'],
|
26 |
-
['16909056', '16909311', 'AU'],
|
27 |
-
['16909312', '16909567', 'CN'],
|
28 |
-
['16909568', '16909823', 'CN'],
|
29 |
-
['16909824', '16910335', 'CN'],
|
30 |
-
['16910336', '16910591', 'CN'],
|
31 |
-
['16910592', '16910847', 'CN'],
|
32 |
-
['16910848', '16911359', 'CN'],
|
33 |
-
['16911360', '16912383', 'CN'],
|
34 |
-
['16912384', '16916479', 'CN'],
|
35 |
-
['16916480', '16924671', 'CN'],
|
36 |
-
['16924672', '16941055', 'CN'],
|
37 |
-
['16941056', '16973823', 'TH'],
|
38 |
-
['16973824', '17039359', 'CN'],
|
39 |
-
['17039360', '17039615', 'AU'],
|
40 |
-
['17039616', '17039871', 'CN'],
|
41 |
-
['17039872', '17040383', 'CN'],
|
42 |
-
['17040384', '17040639', 'CN'],
|
43 |
-
['17040640', '17040895', 'CN'],
|
44 |
-
['17040896', '17041407', 'CN'],
|
45 |
-
['17041408', '17043455', 'CN'],
|
46 |
-
['17043456', '17047551', 'CN'],
|
47 |
-
['17047552', '17055743', 'CN'],
|
48 |
-
['17055744', '17072127', 'CN'],
|
49 |
-
['17072128', '17104895', 'TH'],
|
50 |
-
['17104896', '17170431', 'JP'],
|
51 |
-
['17170432', '17301503', 'IN'],
|
52 |
-
['17301504', '17367039', 'CN'],
|
53 |
-
['17367040', '17432575', 'MY'],
|
54 |
-
['17432576', '17434623', 'CN'],
|
55 |
-
['17434624', '17435135', 'CN'],
|
56 |
-
['17435136', '17435391', 'AU'],
|
57 |
-
['17435392', '17435647', 'CN'],
|
58 |
-
['17435648', '17436671', 'CN'],
|
59 |
-
['17436672', '17440767', 'CN'],
|
60 |
-
['17440768', '17448959', 'CN'],
|
61 |
-
['17448960', '17465343', 'CN'],
|
62 |
-
['17465344', '17498111', 'TH'],
|
63 |
-
['17498112', '17563647', 'KR'],
|
64 |
-
['17563648', '17825791', 'CN'],
|
65 |
-
['17825792', '18087935', 'KR'],
|
66 |
-
['18087936', '18153471', 'TH'],
|
67 |
-
['18153472', '18219007', 'JP'],
|
68 |
-
['18219008', '18350079', 'IN'],
|
69 |
-
['18350080', '18874367', 'CN'],
|
70 |
-
['18874368', '18907135', 'MY'],
|
71 |
-
['18907136', '18923519', 'SG'],
|
72 |
-
['18923520', '18939903', 'SG'],
|
73 |
-
['18939904', '19005439', 'JP'],
|
74 |
-
['19005440', '19136511', 'TW'],
|
75 |
-
['19136512', '19202047', 'HK'],
|
76 |
-
['19202048', '19267583', 'PH'],
|
77 |
-
['19267584', '19398655', 'IN'],
|
78 |
-
['19398656', '19660799', 'AU'],
|
79 |
-
['19660800', '19726335', 'AU'],
|
80 |
-
['19726336', '19791871', 'CN'],
|
81 |
-
['19791872', '19922943', 'TH'],
|
82 |
-
['19922944', '20054015', 'CN'],
|
83 |
-
['20054016', '20119551', 'CN'],
|
84 |
-
['20119552', '20185087', 'CN'],
|
85 |
-
['20185088', '20447231', 'VN'],
|
86 |
-
['20447232', '20971519', 'CN'],
|
87 |
-
['20971520', '21102591', 'HK'],
|
88 |
-
['21102592', '21233663', 'JP'],
|
89 |
-
['21233664', '21495807', 'CN'],
|
90 |
-
['21495808', '22020095', 'JP'],
|
91 |
-
['22020096', '22544383', 'CN'],
|
92 |
-
['22544384', '22806527', 'CN'],
|
93 |
-
['22806528', '22937599', 'CN'],
|
94 |
-
['22937600', '23068671', 'CN'],
|
95 |
-
['23068672', '24117247', 'KR'],
|
96 |
-
['24117248', '24379391', 'JP'],
|
97 |
-
['24379392', '24641535', 'CN'],
|
98 |
-
['24641536', '25165823', 'AU'],
|
99 |
-
['25165824', '27262975', 'AU'],
|
100 |
-
['27262976', '28311551', 'TW'],
|
101 |
-
['28311552', '28442623', 'KR'],
|
102 |
-
['28442624', '28508159', 'AU'],
|
103 |
-
['28508160', '28540927', 'AU'],
|
104 |
-
['28540928', '28573695', 'TH'],
|
105 |
-
['28573696', '28835839', 'CN'],
|
106 |
-
['28835840', '28966911', 'CN'],
|
107 |
-
['28966912', '29032447', 'IN'],
|
108 |
-
['29032448', '29097983', 'IN'],
|
109 |
-
['29097984', '29360127', 'CN'],
|
110 |
-
['29360128', '29884415', 'CN'],
|
111 |
-
['29884416', '29949951', 'TW'],
|
112 |
-
['29949952', '30015487', 'KR'],
|
113 |
-
['30015488', '30146559', 'CN'],
|
114 |
-
['30146560', '30408703', 'CN'],
|
115 |
-
['30408704', '31457279', 'KR'],
|
116 |
-
['31457280', '33554431', 'KR'],
|
117 |
];
|
1 |
+
<?php
|
2 |
+
return [
|
3 |
+
['16777216', '16777471', 'AU'],
|
4 |
+
['16777472', '16777727', 'CN'],
|
5 |
+
['16777728', '16778239', 'CN'],
|
6 |
+
['16778240', '16779263', 'AU'],
|
7 |
+
['16779264', '16781311', 'CN'],
|
8 |
+
['16781312', '16785407', 'JP'],
|
9 |
+
['16785408', '16793599', 'CN'],
|
10 |
+
['16793600', '16809983', 'JP'],
|
11 |
+
['16809984', '16842751', 'TH'],
|
12 |
+
['16842752', '16843007', 'CN'],
|
13 |
+
['16843008', '16843263', 'AU'],
|
14 |
+
['16843264', '16843775', 'CN'],
|
15 |
+
['16843776', '16844799', 'CN'],
|
16 |
+
['16844800', '16845055', 'CN'],
|
17 |
+
['16845056', '16845311', 'CN'],
|
18 |
+
['16845312', '16845823', 'CN'],
|
19 |
+
['16845824', '16846847', 'CN'],
|
20 |
+
['16846848', '16850943', 'CN'],
|
21 |
+
['16850944', '16859135', 'CN'],
|
22 |
+
['16859136', '16875519', 'JP'],
|
23 |
+
['16875520', '16908287', 'TH'],
|
24 |
+
['16908288', '16908799', 'CN'],
|
25 |
+
['16908800', '16909055', 'CN'],
|
26 |
+
['16909056', '16909311', 'AU'],
|
27 |
+
['16909312', '16909567', 'CN'],
|
28 |
+
['16909568', '16909823', 'CN'],
|
29 |
+
['16909824', '16910335', 'CN'],
|
30 |
+
['16910336', '16910591', 'CN'],
|
31 |
+
['16910592', '16910847', 'CN'],
|
32 |
+
['16910848', '16911359', 'CN'],
|
33 |
+
['16911360', '16912383', 'CN'],
|
34 |
+
['16912384', '16916479', 'CN'],
|
35 |
+
['16916480', '16924671', 'CN'],
|
36 |
+
['16924672', '16941055', 'CN'],
|
37 |
+
['16941056', '16973823', 'TH'],
|
38 |
+
['16973824', '17039359', 'CN'],
|
39 |
+
['17039360', '17039615', 'AU'],
|
40 |
+
['17039616', '17039871', 'CN'],
|
41 |
+
['17039872', '17040383', 'CN'],
|
42 |
+
['17040384', '17040639', 'CN'],
|
43 |
+
['17040640', '17040895', 'CN'],
|
44 |
+
['17040896', '17041407', 'CN'],
|
45 |
+
['17041408', '17043455', 'CN'],
|
46 |
+
['17043456', '17047551', 'CN'],
|
47 |
+
['17047552', '17055743', 'CN'],
|
48 |
+
['17055744', '17072127', 'CN'],
|
49 |
+
['17072128', '17104895', 'TH'],
|
50 |
+
['17104896', '17170431', 'JP'],
|
51 |
+
['17170432', '17301503', 'IN'],
|
52 |
+
['17301504', '17367039', 'CN'],
|
53 |
+
['17367040', '17432575', 'MY'],
|
54 |
+
['17432576', '17434623', 'CN'],
|
55 |
+
['17434624', '17435135', 'CN'],
|
56 |
+
['17435136', '17435391', 'AU'],
|
57 |
+
['17435392', '17435647', 'CN'],
|
58 |
+
['17435648', '17436671', 'CN'],
|
59 |
+
['17436672', '17440767', 'CN'],
|
60 |
+
['17440768', '17448959', 'CN'],
|
61 |
+
['17448960', '17465343', 'CN'],
|
62 |
+
['17465344', '17498111', 'TH'],
|
63 |
+
['17498112', '17563647', 'KR'],
|
64 |
+
['17563648', '17825791', 'CN'],
|
65 |
+
['17825792', '18087935', 'KR'],
|
66 |
+
['18087936', '18153471', 'TH'],
|
67 |
+
['18153472', '18219007', 'JP'],
|
68 |
+
['18219008', '18350079', 'IN'],
|
69 |
+
['18350080', '18874367', 'CN'],
|
70 |
+
['18874368', '18907135', 'MY'],
|
71 |
+
['18907136', '18923519', 'SG'],
|
72 |
+
['18923520', '18939903', 'SG'],
|
73 |
+
['18939904', '19005439', 'JP'],
|
74 |
+
['19005440', '19136511', 'TW'],
|
75 |
+
['19136512', '19202047', 'HK'],
|
76 |
+
['19202048', '19267583', 'PH'],
|
77 |
+
['19267584', '19398655', 'IN'],
|
78 |
+
['19398656', '19660799', 'AU'],
|
79 |
+
['19660800', '19726335', 'AU'],
|
80 |
+
['19726336', '19791871', 'CN'],
|
81 |
+
['19791872', '19922943', 'TH'],
|
82 |
+
['19922944', '20054015', 'CN'],
|
83 |
+
['20054016', '20119551', 'CN'],
|
84 |
+
['20119552', '20185087', 'CN'],
|
85 |
+
['20185088', '20447231', 'VN'],
|
86 |
+
['20447232', '20971519', 'CN'],
|
87 |
+
['20971520', '21102591', 'HK'],
|
88 |
+
['21102592', '21233663', 'JP'],
|
89 |
+
['21233664', '21495807', 'CN'],
|
90 |
+
['21495808', '22020095', 'JP'],
|
91 |
+
['22020096', '22544383', 'CN'],
|
92 |
+
['22544384', '22806527', 'CN'],
|
93 |
+
['22806528', '22937599', 'CN'],
|
94 |
+
['22937600', '23068671', 'CN'],
|
95 |
+
['23068672', '24117247', 'KR'],
|
96 |
+
['24117248', '24379391', 'JP'],
|
97 |
+
['24379392', '24641535', 'CN'],
|
98 |
+
['24641536', '25165823', 'AU'],
|
99 |
+
['25165824', '27262975', 'AU'],
|
100 |
+
['27262976', '28311551', 'TW'],
|
101 |
+
['28311552', '28442623', 'KR'],
|
102 |
+
['28442624', '28508159', 'AU'],
|
103 |
+
['28508160', '28540927', 'AU'],
|
104 |
+
['28540928', '28573695', 'TH'],
|
105 |
+
['28573696', '28835839', 'CN'],
|
106 |
+
['28835840', '28966911', 'CN'],
|
107 |
+
['28966912', '29032447', 'IN'],
|
108 |
+
['29032448', '29097983', 'IN'],
|
109 |
+
['29097984', '29360127', 'CN'],
|
110 |
+
['29360128', '29884415', 'CN'],
|
111 |
+
['29884416', '29949951', 'TW'],
|
112 |
+
['29949952', '30015487', 'KR'],
|
113 |
+
['30015488', '30146559', 'CN'],
|
114 |
+
['30146560', '30408703', 'CN'],
|
115 |
+
['30408704', '31457279', 'KR'],
|
116 |
+
['31457280', '33554431', 'KR'],
|
117 |
];
|
includes/vendor/GeoIP/GeoIPDatas/10.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
return [
|
3 |
-
['167772160', '184549375', 'ZZ'],
|
4 |
];
|
1 |
+
<?php
|
2 |
+
return [
|
3 |
+
['167772160', '184549375', 'ZZ'],
|
4 |
];
|
includes/vendor/GeoIP/GeoIPDatas/100.php
CHANGED
@@ -1,32 +1,32 @@
|
|
1 |
-
<?php
|
2 |
-
return [
|
3 |
-
['1677721600', '1679818751', 'US'],
|
4 |
-
['1679818752', '1680343039', 'US'],
|
5 |
-
['1680343040', '1680474111', 'US'],
|
6 |
-
['1680474112', '1680478207', 'US'],
|
7 |
-
['1680478208', '1680482303', 'US'],
|
8 |
-
['1680482304', '1680486399', 'US'],
|
9 |
-
['1680486400', '1680490495', 'US'],
|
10 |
-
['1680490496', '1680494591', 'US'],
|
11 |
-
['1680494592', '1680498687', 'US'],
|
12 |
-
['1680498688', '1680502783', 'US'],
|
13 |
-
['1680502784', '1680506879', 'US'],
|
14 |
-
['1680506880', '1680510975', 'US'],
|
15 |
-
['1680510976', '1680515071', 'US'],
|
16 |
-
['1680515072', '1680519167', 'US'],
|
17 |
-
['1680519168', '1680523263', 'US'],
|
18 |
-
['1680523264', '1680527359', 'US'],
|
19 |
-
['1680527360', '1680531455', 'US'],
|
20 |
-
['1680531456', '1680535551', 'US'],
|
21 |
-
['1680535552', '1680539647', 'CA'],
|
22 |
-
['1680539648', '1680547839', 'US'],
|
23 |
-
['1680547840', '1680556031', 'US'],
|
24 |
-
['1680556032', '1680564223', 'US'],
|
25 |
-
['1680564224', '1680572415', 'CA'],
|
26 |
-
['1680572416', '1680588799', 'US'],
|
27 |
-
['1680588800', '1680605183', 'US'],
|
28 |
-
['1680605184', '1680867327', 'US'],
|
29 |
-
['1680867328', '1681915903', 'US'],
|
30 |
-
['1681915904', '1686110207', 'ZZ'],
|
31 |
-
['1686110208', '1694498815', 'US'],
|
32 |
];
|
1 |
+
<?php
|
2 |
+
return [
|
3 |
+
['1677721600', '1679818751', 'US'],
|
4 |
+
['1679818752', '1680343039', 'US'],
|
5 |
+
['1680343040', '1680474111', 'US'],
|
6 |
+
['1680474112', '1680478207', 'US'],
|
7 |
+
['1680478208', '1680482303', 'US'],
|
8 |
+
['1680482304', '1680486399', 'US'],
|
9 |
+
['1680486400', '1680490495', 'US'],
|
10 |
+
['1680490496', '1680494591', 'US'],
|
11 |
+
['1680494592', '1680498687', 'US'],
|
12 |
+
['1680498688', '1680502783', 'US'],
|
13 |
+
['1680502784', '1680506879', 'US'],
|
14 |
+
['1680506880', '1680510975', 'US'],
|
15 |
+
['1680510976', '1680515071', 'US'],
|
16 |
+
['1680515072', '1680519167', 'US'],
|
17 |
+
['1680519168', '1680523263', 'US'],
|
18 |
+
['1680523264', '1680527359', 'US'],
|
19 |
+
['1680527360', '1680531455', 'US'],
|
20 |
+
['1680531456', '1680535551', 'US'],
|
21 |
+
['1680535552', '1680539647', 'CA'],
|
22 |
+
['1680539648', '1680547839', 'US'],
|
23 |
+
['1680547840', '1680556031', 'US'],
|
24 |
+
['1680556032', '1680564223', 'US'],
|
25 |
+
['1680564224', '1680572415', 'CA'],
|
26 |
+
['1680572416', '1680588799', 'US'],
|
27 |
+
['1680588800', '1680605183', 'US'],
|
28 |
+
['1680605184', '1680867327', 'US'],
|
29 |
+
['1680867328', '1681915903', 'US'],
|
30 |
+
['1681915904', '1686110207', 'ZZ'],
|
31 |
+
['1686110208', '1694498815', 'US'],
|
32 |
];
|
includes/vendor/GeoIP/GeoIPDatas/1000.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
return [
|
3 |
-
['1000::', '1fff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', 'ZZ'],
|
4 |
];
|
1 |
+
<?php
|
2 |
+
return [
|
3 |
+
['1000::', '1fff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', 'ZZ'],
|
4 |
];
|
includes/vendor/GeoIP/GeoIPDatas/101.php
CHANGED
@@ -1,181 +1,181 @@
|
|
1 |
-
<?php
|
2 |
-
return [
|
3 |
-
['1694498816', '1694499839', 'CN'],
|
4 |
-
['1694499840', '1694500863', 'ID'],
|
5 |
-
['1694500864', '1694502911', 'JP'],
|
6 |
-
['1694502912', '1694507007', 'JP'],
|
7 |
-
['1694507008', '1694515199', 'IN'],
|
8 |
-
['1694515200', '1694531583', 'AU'],
|
9 |
-
['1694531584', '1694564351', 'TW'],
|
10 |
-
['1694564352', '1694565375', 'CN'],
|
11 |
-
['1694565376', '1694566399', 'HK'],
|
12 |
-
['1694566400', '1694568447', 'KR'],
|
13 |
-
['1694568448', '1694572543', 'HK'],
|
14 |
-
['1694572544', '1694580735', 'KR'],
|
15 |
-
['1694580736', '1694597119', 'JP'],
|
16 |
-
['1694597120', '1694629887', 'JP'],
|
17 |
-
['1694629888', '1694662655', 'IN'],
|
18 |
-
['1694662656', '1694670847', 'JP'],
|
19 |
-
['1694670848', '1694672895', 'BD'],
|
20 |
-
['1694672896', '1694673919', 'AU'],
|
21 |
-
['1694673920', '1694674943', 'CN'],
|
22 |
-
['1694674944', '1694679039', 'LK'],
|
23 |
-
['1694679040', '1694695423', 'AU'],
|
24 |
-
['1694695424', '1694760959', 'TW'],
|
25 |
-
['1694760960', '1695023103', 'CN'],
|
26 |
-
['1695023104', '1695547391', 'TW'],
|
27 |
-
['1695547392', '1696595967', 'CN'],
|
28 |
-
['1696595968', '1696858111', 'CN'],
|
29 |
-
['1696858112', '1696890879', 'CN'],
|
30 |
-
['1696890880', '1696923647', 'CN'],
|
31 |
-
['1696923648', '1696989183', 'CN'],
|
32 |
-
['1696989184', '1697120255', 'CN'],
|
33 |
-
['1697120256', '1697644543', 'CN'],
|
34 |
-
['1697644544', '1697775615', 'CN'],
|
35 |
-
['1697775616', '1697776639', 'ID'],
|
36 |
-
['1697776640', '1697777663', 'JP'],
|
37 |
-
['1697777664', '1697778687', 'CN'],
|
38 |
-
['1697778688', '1697779711', 'CN'],
|
39 |
-
['1697779712', '1697783807', 'ID'],
|
40 |
-
['1697783808', '1697787903', 'JP'],
|
41 |
-
['1697787904', '1697789951', 'JP'],
|
42 |
-
['1697789952', '1697790975', 'CN'],
|
43 |
-
['1697790976', '1697791999', 'JP'],
|
44 |
-
['1697792000', '1697808383', 'PK'],
|
45 |
-
['1697808384', '1697841151', 'JP'],
|
46 |
-
['1697841152', '1697906687', 'TH'],
|
47 |
-
['1697906688', '1697972223', 'CN'],
|
48 |
-
['1697972224', '1697988607', 'VN'],
|
49 |
-
['1697988608', '1697996799', 'KR'],
|
50 |
-
['1697996800', '1697997823', 'JP'],
|
51 |
-
['1697997824', '1697998847', 'CN'],
|
52 |
-
['1697998848', '1698000895', 'JP'],
|
53 |
-
['1698000896', '1698004991', 'JP'],
|
54 |
-
['1698004992', '1698013183', 'IN'],
|
55 |
-
['1698013184', '1698021375', 'US'],
|
56 |
-
['1698021376', '1698029567', 'NZ'],
|
57 |
-
['1698029568', '1698037759', 'PK'],
|
58 |
-
['1698037760', '1698103295', 'CN'],
|
59 |
-
['1698103296', '1698136063', 'KR'],
|
60 |
-
['1698136064', '1698152447', 'JP'],
|
61 |
-
['1698152448', '1698160639', 'JP'],
|
62 |
-
['1698160640', '1698162687', 'CN'],
|
63 |
-
['1698162688', '1698164735', 'JP'],
|
64 |
-
['1698164736', '1698168831', 'JP'],
|
65 |
-
['1698168832', '1698693119', 'IN'],
|
66 |
-
['1698693120', '1699217407', 'CN'],
|
67 |
-
['1699217408', '1699479551', 'CN'],
|
68 |
-
['1699479552', '1699610623', 'CN'],
|
69 |
-
['1699610624', '1699611647', 'CN'],
|
70 |
-
['1699611648', '1699612671', 'JP'],
|
71 |
-
['1699612672', '1699614719', 'LA'],
|
72 |
-
['1699614720', '1699618815', 'MY'],
|
73 |
-
['1699618816', '1699627007', 'CN'],
|
74 |
-
['1699627008', '1699643391', 'SG'],
|
75 |
-
['1699643392', '1699676159', 'HK'],
|
76 |
-
['1699676160', '1699741695', 'KR'],
|
77 |
-
['1699741696', '1700790271', 'CN'],
|
78 |
-
['1700790272', '1700792319', 'CN'],
|
79 |
-
['1700792320', '1700793343', 'CN'],
|
80 |
-
['1700793344', '1700794367', 'VN'],
|
81 |
-
['1700794368', '1700798463', 'CN'],
|
82 |
-
['1700798464', '1700806655', 'JP'],
|
83 |
-
['1700806656', '1700823039', 'VN'],
|
84 |
-
['1700823040', '1700855807', 'CN'],
|
85 |
-
['1700855808', '1700921343', 'JP'],
|
86 |
-
['1700921344', '1700986879', 'NZ'],
|
87 |
-
['1700986880', '1701003263', 'VN'],
|
88 |
-
['1701003264', '1701011455', 'MY'],
|
89 |
-
['1701011456', '1701019647', 'CN'],
|
90 |
-
['1701019648', '1701052415', 'GU'],
|
91 |
-
['1701052416', '1701085183', 'NZ'],
|
92 |
-
['1701085184', '1701093375', 'NZ'],
|
93 |
-
['1701093376', '1701101567', 'SG'],
|
94 |
-
['1701101568', '1701117951', 'SG'],
|
95 |
-
['1701117952', '1701134335', 'NC'],
|
96 |
-
['1701134336', '1701142527', 'CN'],
|
97 |
-
['1701142528', '1701143551', 'HK'],
|
98 |
-
['1701143552', '1701143807', 'CN'],
|
99 |
-
['1701143808', '1701144063', 'AU'],
|
100 |
-
['1701144064', '1701144575', 'CN'],
|
101 |
-
['1701144576', '1701146623', 'CN'],
|
102 |
-
['1701146624', '1701150719', 'CN'],
|
103 |
-
['1701150720', '1701183487', 'KR'],
|
104 |
-
['1701183488', '1701199871', 'JP'],
|
105 |
-
['1701199872', '1701208063', 'CN'],
|
106 |
-
['1701208064', '1701209087', 'JP'],
|
107 |
-
['1701209088', '1701209599', 'CN'],
|
108 |
-
['1701209600', '1701209855', 'CN'],
|
109 |
-
['1701209856', '1701210111', 'AU'],
|
110 |
-
['1701210112', '1701212159', 'CN'],
|
111 |
-
['1701212160', '1701216255', 'CN'],
|
112 |
-
['1701216256', '1701249023', 'JP'],
|
113 |
-
['1701249024', '1701314559', 'AU'],
|
114 |
-
['1701314560', '1701576703', 'CN'],
|
115 |
-
['1701576704', '1701707775', 'TH'],
|
116 |
-
['1701707776', '1701724159', 'JP'],
|
117 |
-
['1701724160', '1701732351', 'CN'],
|
118 |
-
['1701732352', '1701736447', 'CN'],
|
119 |
-
['1701736448', '1701737471', 'NZ'],
|
120 |
-
['1701737472', '1701738495', 'CN'],
|
121 |
-
['1701738496', '1701740543', 'CN'],
|
122 |
-
['1701740544', '1701773311', 'JP'],
|
123 |
-
['1701773312', '1701838847', 'JP'],
|
124 |
-
['1701838848', '1702363135', 'AU'],
|
125 |
-
['1702363136', '1702625279', 'CN'],
|
126 |
-
['1702625280', '1702756351', 'CN'],
|
127 |
-
['1702756352', '1702821887', 'CN'],
|
128 |
-
['1702821888', '1702887423', 'SG'],
|
129 |
-
['1702887424', '1702888447', 'CN'],
|
130 |
-
['1702888448', '1702889471', 'AU'],
|
131 |
-
['1702889472', '1702891519', 'CN'],
|
132 |
-
['1702891520', '1702895615', 'CN'],
|
133 |
-
['1702895616', '1702903807', 'CN'],
|
134 |
-
['1702903808', '1702920191', 'ID'],
|
135 |
-
['1702920192', '1702952959', 'JP'],
|
136 |
-
['1702952960', '1703018495', 'CN'],
|
137 |
-
['1703018496', '1703149567', 'CN'],
|
138 |
-
['1703149568', '1703411711', 'CN'],
|
139 |
-
['1703411712', '1703673855', 'TW'],
|
140 |
-
['1703673856', '1703935999', 'JP'],
|
141 |
-
['1703936000', '1704984575', 'CN'],
|
142 |
-
['1704984576', '1707081727', 'AU'],
|
143 |
-
['1707081728', '1707343871', 'CN'],
|
144 |
-
['1707343872', '1707606015', 'CN'],
|
145 |
-
['1707606016', '1707737087', 'CN'],
|
146 |
-
['1707737088', '1707802623', 'KR'],
|
147 |
-
['1707802624', '1707835391', 'JP'],
|
148 |
-
['1707835392', '1707843583', 'CN'],
|
149 |
-
['1707843584', '1707845631', 'CN'],
|
150 |
-
['1707845632', '1707846655', 'ID'],
|
151 |
-
['1707846656', '1707847679', 'CN'],
|
152 |
-
['1707847680', '1707851775', 'CN'],
|
153 |
-
['1707851776', '1707868159', 'JP'],
|
154 |
-
['1707868160', '1708130303', 'CN'],
|
155 |
-
['1708130304', '1709178879', 'IN'],
|
156 |
-
['1709178880', '1709703167', 'CN'],
|
157 |
-
['1709703168', '1709834239', 'CN'],
|
158 |
-
['1709834240', '1709850623', 'SG'],
|
159 |
-
['1709850624', '1709852671', 'CN'],
|
160 |
-
['1709852672', '1709853695', 'AU'],
|
161 |
-
['1709853696', '1709854719', 'CN'],
|
162 |
-
['1709854720', '1709858815', 'CN'],
|
163 |
-
['1709858816', '1709867007', 'CN'],
|
164 |
-
['1709867008', '1709899775', 'AU'],
|
165 |
-
['1709899776', '1709965311', 'KR'],
|
166 |
-
['1709965312', '1710227455', 'CN'],
|
167 |
-
['1710227456', '1710489599', 'CN'],
|
168 |
-
['1710489600', '1710751743', 'CN'],
|
169 |
-
['1710751744', '1710882815', 'CN'],
|
170 |
-
['1710882816', '1710948351', 'KR'],
|
171 |
-
['1710948352', '1710949375', 'CN'],
|
172 |
-
['1710949376', '1710950399', 'NP'],
|
173 |
-
['1710950400', '1710952447', 'CN'],
|
174 |
-
['1710952448', '1710956543', 'CN'],
|
175 |
-
['1710956544', '1710964735', 'CN'],
|
176 |
-
['1710964736', '1710981119', 'CN'],
|
177 |
-
['1710981120', '1711013887', 'CN'],
|
178 |
-
['1711013888', '1711144959', 'CN'],
|
179 |
-
['1711144960', '1711210495', 'CN'],
|
180 |
-
['1711210496', '1711276031', 'ID'],
|
181 |
];
|
1 |
+
<?php
|
2 |
+
return [
|
3 |
+
['1694498816', '1694499839', 'CN'],
|
4 |
+
['1694499840', '1694500863', 'ID'],
|
5 |
+
['1694500864', '1694502911', 'JP'],
|
6 |
+
['1694502912', '1694507007', 'JP'],
|
7 |
+
['1694507008', '1694515199', 'IN'],
|
8 |
+
['1694515200', '1694531583', 'AU'],
|
9 |
+
['1694531584', '1694564351', 'TW'],
|
10 |
+
['1694564352', '1694565375', 'CN'],
|
11 |
+
['1694565376', '1694566399', 'HK'],
|
12 |
+
['1694566400', '1694568447', 'KR'],
|
13 |
+
['1694568448', '1694572543', 'HK'],
|
14 |
+
['1694572544', '1694580735', 'KR'],
|
15 |
+
['1694580736', '1694597119', 'JP'],
|
16 |
+
['1694597120', '1694629887', 'JP'],
|
17 |
+
['1694629888', '1694662655', 'IN'],
|
18 |
+
['1694662656', '1694670847', 'JP'],
|
19 |
+
['1694670848', '1694672895', 'BD'],
|
20 |
+
['1694672896', '1694673919', 'AU'],
|
21 |
+
['1694673920', '1694674943', 'CN'],
|
22 |
+
['1694674944', '1694679039', 'LK'],
|
23 |
+
['1694679040', '1694695423', 'AU'],
|
24 |
+
['1694695424', '1694760959', 'TW'],
|
25 |
+
['1694760960', '1695023103', 'CN'],
|
26 |
+
['1695023104', '1695547391', 'TW'],
|
27 |
+
['1695547392', '1696595967', 'CN'],
|
28 |
+
['1696595968', '1696858111', 'CN'],
|
29 |
+
['1696858112', '1696890879', 'CN'],
|
30 |
+
['1696890880', '1696923647', 'CN'],
|
31 |
+
['1696923648', '1696989183', 'CN'],
|
32 |
+
['1696989184', '1697120255', 'CN'],
|
33 |
+
['1697120256', '1697644543', 'CN'],
|
34 |
+
['1697644544', '1697775615', 'CN'],
|
35 |
+
['1697775616', '1697776639', 'ID'],
|
36 |
+
['1697776640', '1697777663', 'JP'],
|
37 |
+
['1697777664', '1697778687', 'CN'],
|
38 |
+
['1697778688', '1697779711', 'CN'],
|
39 |
+
['1697779712', '1697783807', 'ID'],
|
40 |
+
['1697783808', '1697787903', 'JP'],
|
41 |
+
['1697787904', '1697789951', 'JP'],
|
42 |
+
['1697789952', '1697790975', 'CN'],
|
43 |
+
['1697790976', '1697791999', 'JP'],
|
44 |
+
['1697792000', '1697808383', 'PK'],
|
45 |
+
['1697808384', '1697841151', 'JP'],
|
46 |
+
['1697841152', '1697906687', 'TH'],
|
47 |
+
['1697906688', '1697972223', 'CN'],
|
48 |
+
['1697972224', '1697988607', 'VN'],
|
49 |
+
['1697988608', '1697996799', 'KR'],
|
50 |
+
['1697996800', '1697997823', 'JP'],
|
51 |
+
['1697997824', '1697998847', 'CN'],
|
52 |
+
['1697998848', '1698000895', 'JP'],
|
53 |
+
['1698000896', '1698004991', 'JP'],
|
54 |
+
['1698004992', '1698013183', 'IN'],
|
55 |
+
['1698013184', '1698021375', 'US'],
|
56 |
+
['1698021376', '1698029567', 'NZ'],
|
57 |
+
['1698029568', '1698037759', 'PK'],
|
58 |
+
['1698037760', '1698103295', 'CN'],
|
59 |
+
['1698103296', '1698136063', 'KR'],
|
60 |
+
['1698136064', '1698152447', 'JP'],
|
61 |
+
['1698152448', '1698160639', 'JP'],
|
62 |
+
['1698160640', '1698162687', 'CN'],
|
63 |
+
['1698162688', '1698164735', 'JP'],
|
64 |
+
['1698164736', '1698168831', 'JP'],
|
65 |
+
['1698168832', '1698693119', 'IN'],
|
66 |
+
['1698693120', '1699217407', 'CN'],
|
67 |
+
['1699217408', '1699479551', 'CN'],
|
68 |
+
['1699479552', '1699610623', 'CN'],
|
69 |
+
['1699610624', '1699611647', 'CN'],
|
70 |
+
['1699611648', '1699612671', 'JP'],
|
71 |
+
['1699612672', '1699614719', 'LA'],
|
72 |
+
['1699614720', '1699618815', 'MY'],
|
73 |
+
['1699618816', '1699627007', 'CN'],
|
74 |
+
['1699627008', '1699643391', 'SG'],
|
75 |
+
['1699643392', '1699676159', 'HK'],
|
76 |
+
['1699676160', '1699741695', 'KR'],
|
77 |
+
['1699741696', '1700790271', 'CN'],
|
78 |
+
['1700790272', '1700792319', 'CN'],
|
79 |
+
['1700792320', '1700793343', 'CN'],
|
80 |
+
['1700793344', '1700794367', 'VN'],
|
81 |
+
['1700794368', '1700798463', 'CN'],
|
82 |
+
['1700798464', '1700806655', 'JP'],
|
83 |
+
['1700806656', '1700823039', 'VN'],
|
84 |
+
['1700823040', '1700855807', 'CN'],
|
85 |
+
['1700855808', '1700921343', 'JP'],
|
86 |
+
['1700921344', '1700986879', 'NZ'],
|
87 |
+
['1700986880', '1701003263', 'VN'],
|
88 |
+
['1701003264', '1701011455', 'MY'],
|
89 |
+
['1701011456', '1701019647', 'CN'],
|
90 |
+
['1701019648', '1701052415', 'GU'],
|
91 |
+
['1701052416', '1701085183', 'NZ'],
|
92 |
+
['1701085184', '1701093375', 'NZ'],
|
93 |
+
['1701093376', '1701101567', 'SG'],
|
94 |
+
['1701101568', '1701117951', 'SG'],
|
95 |
+
['1701117952', '1701134335', 'NC'],
|
96 |
+
['1701134336', '1701142527', 'CN'],
|
97 |
+
['1701142528', '1701143551', 'HK'],
|
98 |
+
['1701143552', '1701143807', 'CN'],
|
99 |
+
['1701143808', '1701144063', 'AU'],
|
100 |
+
['1701144064', '1701144575', 'CN'],
|
101 |
+
['1701144576', '1701146623', 'CN'],
|
102 |
+
['1701146624', '1701150719', 'CN'],
|
103 |
+
['1701150720', '1701183487', 'KR'],
|
104 |
+
['1701183488', '1701199871', 'JP'],
|
105 |
+
['1701199872', '1701208063', 'CN'],
|
106 |
+
['1701208064', '1701209087', 'JP'],
|
107 |
+
['1701209088', '1701209599', 'CN'],
|
108 |
+
['1701209600', '1701209855', 'CN'],
|
109 |
+
['1701209856', '1701210111', 'AU'],
|
110 |
+
['1701210112', '1701212159', 'CN'],
|
111 |
+
['1701212160', '1701216255', 'CN'],
|
112 |
+
['1701216256', '1701249023', 'JP'],
|
113 |
+
['1701249024', '1701314559', 'AU'],
|
114 |
+
['1701314560', '1701576703', 'CN'],
|
115 |
+
['1701576704', '1701707775', 'TH'],
|
116 |
+
['1701707776', '1701724159', 'JP'],
|
117 |
+
['1701724160', '1701732351', 'CN'],
|
118 |
+
['1701732352', '1701736447', 'CN'],
|
119 |
+
['1701736448', '1701737471', 'NZ'],
|
120 |
+
['1701737472', '1701738495', 'CN'],
|
121 |
+
['1701738496', '1701740543', 'CN'],
|
122 |
+
['1701740544', '1701773311', 'JP'],
|
123 |
+
['1701773312', '1701838847', 'JP'],
|
124 |
+
['1701838848', '1702363135', 'AU'],
|
125 |
+
['1702363136', '1702625279', 'CN'],
|
126 |
+
['1702625280', '1702756351', 'CN'],
|
127 |
+
['1702756352', '1702821887', 'CN'],
|
128 |
+
['1702821888', '1702887423', 'SG'],
|
129 |
+
['1702887424', '1702888447', 'CN'],
|
130 |
+
['1702888448', '1702889471', 'AU'],
|
131 |
+
['1702889472', '1702891519', 'CN'],
|
132 |
+
['1702891520', '1702895615', 'CN'],
|
133 |
+
['1702895616', '1702903807', 'CN'],
|
134 |
+
['1702903808', '1702920191', 'ID'],
|
135 |
+
['1702920192', '1702952959', 'JP'],
|
136 |
+
['1702952960', '1703018495', 'CN'],
|
137 |
+
['1703018496', '1703149567', 'CN'],
|
138 |
+
['1703149568', '1703411711', 'CN'],
|
139 |
+
['1703411712', '1703673855', 'TW'],
|
140 |
+
['1703673856', '1703935999', 'JP'],
|
141 |
+
['1703936000', '1704984575', 'CN'],
|
142 |
+
['1704984576', '1707081727', 'AU'],
|
143 |
+
['1707081728', '1707343871', 'CN'],
|
144 |
+
['1707343872', '1707606015', 'CN'],
|
145 |
+
['1707606016', '1707737087', 'CN'],
|
146 |
+
['1707737088', '1707802623', 'KR'],
|
147 |
+
['1707802624', '1707835391', 'JP'],
|
148 |
+
['1707835392', '1707843583', 'CN'],
|
149 |
+
['1707843584', '1707845631', 'CN'],
|
150 |
+
['1707845632', '1707846655', 'ID'],
|
151 |
+
['1707846656', '1707847679', 'CN'],
|
152 |
+
['1707847680', '1707851775', 'CN'],
|
153 |
+
['1707851776', '1707868159', 'JP'],
|
154 |
+
['1707868160', '1708130303', 'CN'],
|
155 |
+
['1708130304', '1709178879', 'IN'],
|
156 |
+
['1709178880', '1709703167', 'CN'],
|
157 |
+
['1709703168', '1709834239', 'CN'],
|
158 |
+
['1709834240', '1709850623', 'SG'],
|
159 |
+
['1709850624', '1709852671', 'CN'],
|
160 |
+
['1709852672', '1709853695', 'AU'],
|
161 |
+
['1709853696', '1709854719', 'CN'],
|
162 |
+
['1709854720', '1709858815', 'CN'],
|
163 |
+
['1709858816', '1709867007', 'CN'],
|
164 |
+
['1709867008', '1709899775', 'AU'],
|
165 |
+
['1709899776', '1709965311', 'KR'],
|
166 |
+
['1709965312', '1710227455', 'CN'],
|
167 |
+
['1710227456', '1710489599', 'CN'],
|
168 |
+
['1710489600', '1710751743', 'CN'],
|
169 |
+
['1710751744', '1710882815', 'CN'],
|
170 |
+
['1710882816', '1710948351', 'KR'],
|
171 |
+
['1710948352', '1710949375', 'CN'],
|
172 |
+
['1710949376', '1710950399', 'NP'],
|
173 |
+
['1710950400', '1710952447', 'CN'],
|
174 |
+
['1710952448', '1710956543', 'CN'],
|
175 |
+
['1710956544', '1710964735', 'CN'],
|
176 |
+
['1710964736', '1710981119', 'CN'],
|
177 |
+
['1710981120', '1711013887', 'CN'],
|
178 |
+
['1711013888', '1711144959', 'CN'],
|
179 |
+
['1711144960', '1711210495', 'CN'],
|
180 |
+
['1711210496', '1711276031', 'ID'],
|
181 |
];
|
includes/vendor/GeoIP/GeoIPDatas/102.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
return [
|
3 |
-
['1727528960', '1728053247', 'ZA'],
|
4 |
];
|
1 |
+
<?php
|
2 |
+
return [
|
3 |
+
['1727528960', '1728053247', 'ZA'],
|
4 |
];
|
includes/vendor/GeoIP/GeoIPDatas/103.php
CHANGED
@@ -1,11648 +1,11648 @@
|
|
1 |
-
<?php
|
2 |
-
return [
|
3 |
-
['1728053248', '1728118783', 'AU'],
|
4 |
-
['1728118784', '1728119807', 'AU'],
|
5 |
-
['1728119808', '1728120063', 'AU'],
|
6 |
-
['1728120064', '1728120319', 'SG'],
|
7 |
-
['1728120320', '1728120575', 'IN'],
|
8 |
-
['1728120576', '1728120831', 'AU'],
|
9 |
-
['1728120832', '1728121855', 'CN'],
|
10 |
-
['1728121856', '1728122879', 'HK'],
|
11 |
-
['1728122880', '1728123903', 'HK'],
|
12 |
-
['1728123904', '1728124927', 'CN'],
|
13 |
-
['1728124928', '1728125951', 'CN'],
|
14 |
-
['1728125952', '1728126975', 'LA'],
|
15 |
-
['1728126976', '1728127999', 'HK'],
|
16 |
-
['1728128000', '1728129023', 'HK'],
|
17 |
-
['1728129024', '1728130047', 'HK'],
|
18 |
-
['1728130048', '1728131071', 'HK'],
|
19 |
-
['1728131072', '1728132095', 'HK'],
|
20 |
-
['1728132096', '1728133119', 'AU'],
|
21 |
-
['1728133120', '1728134143', 'AU'],
|
22 |
-
['1728134144', '1728135167', 'AU'],
|
23 |
-
['1728135168', '1728136191', 'HK'],
|
24 |
-
['1728136192', '1728137215', 'MY'],
|
25 |
-
['1728137216', '1728138239', 'CN'],
|
26 |
-
['1728138240', '1728139263', 'AU'],
|
27 |
-
['1728139264', '1728140287', 'IN'],
|
28 |
-
['1728140288', '1728141311', 'SG'],
|
29 |
-
['1728141312', '1728142335', 'CN'],
|
30 |
-
['1728142336', '1728143359', 'NP'],
|
31 |
-
['1728143360', '1728144383', 'MP'],
|
32 |
-
['1728144384', '1728145407', 'IN'],
|
33 |
-
['1728145408', '1728146431', 'MY'],
|
34 |
-
['1728146432', '1728147455', 'AU'],
|
35 |
-
['1728147456', '1728148479', 'IN'],
|
36 |
-
['1728148480', '1728149503', 'PH'],
|
37 |
-
['1728149504', '1728150527', 'JP'],
|
38 |
-
['1728150528', '1728151551', 'IN'],
|
39 |
-
['1728151552', '1728152575', 'IN'],
|
40 |
-
['1728152576', '1728153599', 'MY'],
|
41 |
-
['1728153600', '1728154623', 'SG'],
|
42 |
-
['1728154624', '1728155647', 'JP'],
|
43 |
-
['1728155648', '1728156671', 'MY'],
|
44 |
-
['1728156672', '1728157695', 'MY'],
|
45 |
-
['1728157696', '1728158719', 'MY'],
|
46 |
-
['1728158720', '1728159743', 'HK'],
|
47 |
-
['1728159744', '1728160767', 'TH'],
|
48 |
-
['1728160768', '1728161791', 'TH'],
|
49 |
-
['1728161792', '1728162815', 'CN'],
|
50 |
-
['1728162816', '1728163839', 'SG'],
|
51 |
-
['1728163840', '1728164863', 'LK'],
|
52 |
-
['1728164864', '1728165887', 'FJ'],
|
53 |
-
['1728165888', '1728166911', 'AU'],
|
54 |
-
['1728166912', '1728167935', 'AU'],
|
55 |
-
['1728167936', '1728168959', 'AU'],
|
56 |
-
['1728168960', '1728169983', 'IN'],
|
57 |
-
['1728169984', '1728171007', 'VN'],
|
58 |
-
['1728171008', '1728172031', 'AU'],
|
59 |
-
['1728172032', '1728173055', 'VN'],
|
60 |
-
['1728173056', '1728174079', 'AU'],
|
61 |
-
['1728174080', '1728175103', 'AU'],
|
62 |
-
['1728175104', '1728176127', 'TW'],
|
63 |
-
['1728176128', '1728177151', 'HK'],
|
64 |
-
['1728177152', '1728178175', 'AU'],
|
65 |
-
['1728178176', '1728179199', 'LA'],
|
66 |
-
['1728179200', '1728180223', 'VN'],
|
67 |
-
['1728180224', '1728181247', 'AU'],
|
68 |
-
['1728181248', '1728182271', 'JP'],
|
69 |
-
['1728182272', '1728183295', 'JP'],
|
70 |
-
['1728183296', '1728184319', 'JP'],
|
71 |
-
['1728184320', '1728185343', 'JP'],
|
72 |
-
['1728185344', '1728186367', 'JP'],
|
73 |
-
['1728186368', '1728187391', 'JP'],
|
74 |
-
['1728187392', '1728188415', 'JP'],
|
75 |
-
['1728188416', '1728189439', 'JP'],
|
76 |
-
['1728189440', '1728190463', 'JP'],
|
77 |
-
['1728190464', '1728191487', 'JP'],
|
78 |
-
['1728191488', '1728191743', 'JP'],
|
79 |
-
['1728191744', '1728191999', 'JP'],
|
80 |
-
['1728192000', '1728192511', 'JP'],
|
81 |
-
['1728192512', '1728193535', 'JP'],
|
82 |
-
['1728193536', '1728194559', 'JP'],
|
83 |
-
['1728194560', '1728195583', 'JP'],
|
84 |
-
['1728195584', '1728196607', 'JP'],
|
85 |
-
['1728196608', '1728197631', 'JP'],
|
86 |
-
['1728197632', '1728198655', 'JP'],
|
87 |
-
['1728198656', '1728198911', 'JP'],
|
88 |
-
['1728198912', '1728199167', 'JP'],
|
89 |
-
['1728199168', '1728199679', 'JP'],
|
90 |
-
['1728199680', '1728200703', 'JP'],
|
91 |
-
['1728200704', '1728201727', 'JP'],
|
92 |
-
['1728201728', '1728202751', 'JP'],
|
93 |
-
['1728202752', '1728203775', 'JP'],
|
94 |
-
['1728203776', '1728204799', 'KR'],
|
95 |
-
['1728204800', '1728205823', 'IN'],
|
96 |
-
['1728205824', '1728206847', 'KR'],
|
97 |
-
['1728206848', '1728207871', 'SB'],
|
98 |
-
['1728207872', '1728208895', 'KR'],
|
99 |
-
['1728208896', '1728209919', 'JP'],
|
100 |
-
['1728209920', '1728210943', 'JP'],
|
101 |
-
['1728210944', '1728211967', 'SG'],
|
102 |
-
['1728211968', '1728212991', 'CN'],
|
103 |
-
['1728212992', '1728214015', 'TH'],
|
104 |
-
['1728214016', '1728215039', 'AU'],
|
105 |
-
['1728215040', '1728216063', 'NZ'],
|
106 |
-
['1728216064', '1728217087', 'JP'],
|
107 |
-
['1728217088', '1728218111', 'JP'],
|
108 |
-
['1728218112', '1728219135', 'IN'],
|
109 |
-
['1728219136', '1728220159', 'JP'],
|
110 |
-
['1728220160', '1728221183', 'NZ'],
|
111 |
-
['1728221184', '1728222207', 'ID'],
|
112 |
-
['1728222208', '1728223231', 'LK'],
|
113 |
-
['1728223232', '1728224255', 'LK'],
|
114 |
-
['1728224256', '1728225279', 'CN'],
|
115 |
-
['1728225280', '1728226303', 'JP'],
|
116 |
-
['1728226304', '1728227327', 'CN'],
|
117 |
-
['1728227328', '1728228351', 'AU'],
|
118 |
-
['1728228352', '1728229375', 'AU'],
|
119 |
-
['1728229376', '1728230399', 'AU'],
|
120 |
-
['1728230400', '1728231423', 'SG'],
|
121 |
-
['1728231424', '1728232447', 'NC'],
|
122 |
-
['1728232448', '1728233471', 'AU'],
|
123 |
-
['1728233472', '1728234495', 'AU'],
|
124 |
-
['1728234496', '1728235519', 'AU'],
|
125 |
-
['1728235520', '1728236543', 'CN'],
|
126 |
-
['1728236544', '1728237567', 'CN'],
|
127 |
-
['1728237568', '1728238591', 'CN'],
|
128 |
-
['1728238592', '1728239615', 'CN'],
|
129 |
-
['1728239616', '1728240639', 'TW'],
|
130 |
-
['1728240640', '1728241663', 'VN'],
|
131 |
-
['1728241664', '1728242687', 'VN'],
|
132 |
-
['1728242688', '1728243711', 'VN'],
|
133 |
-
['1728243712', '1728244735', 'IN'],
|
134 |
-
['1728244736', '1728245759', 'IN'],
|
135 |
-
['1728245760', '1728246783', 'IN'],
|
136 |
-
['1728246784', '1728247807', 'JP'],
|
137 |
-
['1728247808', '1728248831', 'JP'],
|
138 |
-
['1728248832', '1728249855', 'JP'],
|
139 |
-
['1728249856', '1728250879', 'JP'],
|
140 |
-
['1728250880', '1728251903', 'JP'],
|
141 |
-
['1728251904', '1728252927', 'JP'],
|
142 |
-
['1728252928', '1728253951', 'JP'],
|
143 |
-
['1728253952', '1728254975', 'JP'],
|
144 |
-
['1728254976', '1728255999', 'MY'],
|
145 |
-
['1728256000', '1728257023', 'HK'],
|
146 |
-
['1728257024', '1728258047', 'JP'],
|
147 |
-
['1728258048', '1728259071', 'IN'],
|
148 |
-
['1728259072', '1728260095', 'KR'],
|
149 |
-
['1728260096', '1728261119', 'IN'],
|
150 |
-
['1728261120', '1728261631', 'ID'],
|
151 |
-
['1728261632', '1728261887', 'ID'],
|
152 |
-
['1728261888', '1728262143', 'ID'],
|
153 |
-
['1728262144', '1728263167', 'JP'],
|
154 |
-
['1728263168', '1728264191', 'JP'],
|
155 |
-
['1728264192', '1728265215', 'ID'],
|
156 |
-
['1728265216', '1728266239', 'SG'],
|
157 |
-
['1728266240', '1728267263', 'TH'],
|
158 |
-
['1728267264', '1728267775', 'ID'],
|
159 |
-
['1728267776', '1728268031', 'ID'],
|
160 |
-
['1728268032', '1728268287', 'ID'],
|
161 |
-
['1728268288', '1728269311', 'MY'],
|
162 |
-
['1728269312', '1728270335', 'ID'],
|
163 |
-
['1728270336', '1728271359', 'PH'],
|
164 |
-
['1728271360', '1728272383', 'CN'],
|
165 |
-
['1728272384', '1728273407', 'CN'],
|
166 |
-
['1728273408', '1728274431', 'CN'],
|
167 |
-
['1728274432', '1728275455', 'CN'],
|
168 |
-
['1728275456', '1728276479', 'CN'],
|
169 |
-
['1728276480', '1728277503', 'CN'],
|
170 |
-
['1728277504', '1728278527', 'CN'],
|
171 |
-
['1728278528', '1728279551', 'CN'],
|
172 |
-
['1728279552', '1728280575', 'CN'],
|
173 |
-
['1728280576', '1728281599', 'CN'],
|
174 |
-
['1728281600', '1728282623', 'CN'],
|
175 |
-
['1728282624', '1728283647', 'CN'],
|
176 |
-
['1728283648', '1728284671', 'CN'],
|
177 |
-
['1728284672', '1728285695', 'CN'],
|
178 |
-
['1728285696', '1728286719', 'CN'],
|
179 |
-
['1728286720', '1728287743', 'AU'],
|
180 |
-
['1728287744', '1728288767', 'CN'],
|
181 |
-
['1728288768', '1728289791', 'CN'],
|
182 |
-
['1728289792', '1728290815', 'CN'],
|
183 |
-
['1728290816', '1728291839', 'AU'],
|
184 |
-
['1728291840', '1728292863', 'SG'],
|
185 |
-
['1728292864', '1728293887', 'PG'],
|
186 |
-
['1728293888', '1728294911', 'MY'],
|
187 |
-
['1728294912', '1728295935', 'TH'],
|
188 |
-
['1728295936', '1728296959', 'JP'],
|
189 |
-
['1728296960', '1728297983', 'JP'],
|
190 |
-
['1728297984', '1728299007', 'JP'],
|
191 |
-
['1728299008', '1728300031', 'TW'],
|
192 |
-
['1728300032', '1728301055', 'AU'],
|
193 |
-
['1728301056', '1728302079', 'SG'],
|
194 |
-
['1728302080', '1728303103', 'IN'],
|
195 |
-
['1728303104', '1728304127', 'ID'],
|
196 |
-
['1728304128', '1728305151', 'ID'],
|
197 |
-
['1728305152', '1728306175', 'AU'],
|
198 |
-
['1728306176', '1728307199', 'ID'],
|
199 |
-
['1728307200', '1728308223', 'BD'],
|
200 |
-
['1728308224', '1728309247', 'IN'],
|
201 |
-
['1728309248', '1728310271', 'NZ'],
|
202 |
-
['1728310272', '1728311295', 'AU'],
|
203 |
-
['1728311296', '1728312319', 'GU'],
|
204 |
-
['1728312320', '1728313343', 'VN'],
|
205 |
-
['1728313344', '1728314367', 'VN'],
|
206 |
-
['1728314368', '1728315391', 'VN'],
|
207 |
-
['1728315392', '1728316415', 'ID'],
|
208 |
-
['1728316416', '1728317439', 'MY'],
|
209 |
-
['1728317440', '1728318463', 'JP'],
|
210 |
-
['1728318464', '1728319487', 'SG'],
|
211 |
-
['1728319488', '1728320511', 'AU'],
|
212 |
-
['1728320512', '1728321535', 'HK'],
|
213 |
-
['1728321536', '1728322559', 'HK'],
|
214 |
-
['1728322560', '1728323583', 'MY'],
|
215 |
-
['1728323584', '1728324607', 'JP'],
|
216 |
-
['1728324608', '1728325631', 'SG'],
|
217 |
-
['1728325632', '1728326655', 'JP'],
|
218 |
-
['1728326656', '1728327679', 'MY'],
|
219 |
-
['1728327680', '1728328703', 'KR'],
|
220 |
-
['1728328704', '1728329727', 'ID'],
|
221 |
-
['1728329728', '1728330751', 'CN'],
|
222 |
-
['1728330752', '1728331775', 'AU'],
|
223 |
-
['1728331776', '1728332799', 'BD'],
|
224 |
-
['1728332800', '1728333823', 'JP'],
|
225 |
-
['1728333824', '1728334847', 'PF'],
|
226 |
-
['1728334848', '1728335871', 'JP'],
|
227 |
-
['1728336896', '1728337919', 'AU'],
|
228 |
-
['1728337920', '1728338943', 'MY'],
|
229 |
-
['1728338944', '1728339967', 'PK'],
|
230 |
-
['1728339968', '1728340991', 'SG'],
|
231 |
-
['1728340992', '1728342015', 'AU'],
|
232 |
-
['1728342016', '1728343039', 'TW'],
|
233 |
-
['1728343040', '1728344063', 'SG'],
|
234 |
-
['1728344064', '1728344575', 'HK'],
|
235 |
-
['1728344576', '1728345087', 'SG'],
|
236 |
-
['1728345088', '1728346111', 'BD'],
|
237 |
-
['1728346112', '1728346367', 'AU'],
|
238 |
-
['1728346368', '1728346623', 'NZ'],
|
239 |
-
['1728346624', '1728347135', 'AU'],
|
240 |
-
['1728347136', '1728348159', 'SG'],
|
241 |
-
['1728348160', '1728349183', 'VN'],
|
242 |
-
['1728349184', '1728349695', 'AU'],
|
243 |
-
['1728349696', '1728349951', 'AU'],
|
244 |
-
['1728350208', '1728351231', 'NZ'],
|
245 |
-
['1728351232', '1728352255', 'MY'],
|
246 |
-
['1728352256', '1728353279', 'BD'],
|
247 |
-
['1728353280', '1728354303', 'KR'],
|
248 |
-
['1728354304', '1728355327', 'NZ'],
|
249 |
-
['1728355328', '1728356351', 'TH'],
|
250 |
-
['1728356352', '1728357375', 'AU'],
|
251 |
-
['1728357376', '1728358399', 'ID'],
|
252 |
-
['1728358400', '1728359423', 'CN'],
|
253 |
-
['1728359424', '1728359935', 'AU'],
|
254 |
-
['1728359936', '1728360447', 'ID'],
|
255 |
-
['1728360448', '1728361471', 'KR'],
|
256 |
-
['1728361472', '1728362495', 'KR'],
|
257 |
-
['1728362496', '1728363519', 'CN'],
|
258 |
-
['1728363520', '1728364543', 'BN'],
|
259 |
-
['1728364544', '1728365567', 'AU'],
|
260 |
-
['1728365568', '1728366591', 'SG'],
|
261 |
-
['1728366592', '1728367615', 'JP'],
|
262 |
-
['1728367616', '1728367871', 'IN'],
|
263 |
-
['1728367872', '1728368127', 'AU'],
|
264 |
-
['1728368128', '1728368639', 'ID'],
|
265 |
-
['1728368640', '1728369663', 'IN'],
|
266 |
-
['1728369664', '1728370687', 'AU'],
|
267 |
-
['1728370688', '1728371711', 'TH'],
|
268 |
-
['1728371712', '1728372735', 'IN'],
|
269 |
-
['1728372736', '1728373759', 'CN'],
|
270 |
-
['1728373760', '1728374783', 'TH'],
|
271 |
-
['1728374784', '1728375039', 'SG'],
|
272 |
-
['1728375040', '1728375295', 'IN'],
|
273 |
-
['1728375296', '1728375807', 'AU'],
|
274 |
-
['1728375808', '1728376831', 'AU'],
|
275 |
-
['1728376832', '1728377855', 'ID'],
|
276 |
-
['1728377856', '1728378879', 'HK'],
|
277 |
-
['1728378880', '1728379903', 'IN'],
|
278 |
-
['1728379904', '1728380927', 'IN'],
|
279 |
-
['1728380928', '1728381951', 'PH'],
|
280 |
-
['1728381952', '1728382975', 'PH'],
|
281 |
-
['1728382976', '1728383999', 'SG'],
|
282 |
-
['1728384000', '1728385023', 'HK'],
|
283 |
-
['1728385024', '1728386047', 'IN'],
|
284 |
-
['1728386048', '1728387071', 'JP'],
|
285 |
-
['1728387072', '1728388095', 'TH'],
|
286 |
-
['1728388096', '1728388351', 'NZ'],
|
287 |
-
['1728388352', '1728388607', 'AU'],
|
288 |
-
['1728388608', '1728389119', 'VN'],
|
289 |
-
['1728389120', '1728390143', 'TW'],
|
290 |
-
['1728390144', '1728391167', 'CN'],
|
291 |
-
['1728391168', '1728392191', 'JP'],
|
292 |
-
['1728392192', '1728393215', 'TW'],
|
293 |
-
['1728393216', '1728393727', 'ID'],
|
294 |
-
['1728393728', '1728394239', 'ID'],
|
295 |
-
['1728394240', '1728395263', 'CN'],
|
296 |
-
['1728395264', '1728396287', 'CN'],
|
297 |
-
['1728396288', '1728397311', 'PH'],
|
298 |
-
['1728397312', '1728398335', 'JP'],
|
299 |
-
['1728398336', '1728398847', 'AU'],
|
300 |
-
['1728398848', '1728399103', 'IN'],
|
301 |
-
['1728399104', '1728399359', 'NZ'],
|
302 |
-
['1728399360', '1728400383', 'NZ'],
|
303 |
-
['1728400384', '1728400895', 'AU'],
|
304 |
-
['1728400896', '1728401151', 'IN'],
|
305 |
-
['1728401152', '1728401407', 'HK'],
|
306 |
-
['1728401408', '1728402431', 'NZ'],
|
307 |
-
['1728402432', '1728403455', 'IN'],
|
308 |
-
['1728403456', '1728404479', 'AU'],
|
309 |
-
['1728404480', '1728405503', 'AU'],
|
310 |
-
['1728405504', '1728406527', 'AU'],
|
311 |
-
['1728406528', '1728407551', 'TW'],
|
312 |
-
['1728407552', '1728407807', 'AU'],
|
313 |
-
['1728407808', '1728408063', 'MY'],
|
314 |
-
['1728408064', '1728408319', 'AU'],
|
315 |
-
['1728408320', '1728408575', 'ID'],
|
316 |
-
['1728408576', '1728409599', 'NZ'],
|
317 |
-
['1728409600', '1728410623', 'IN'],
|
318 |
-
['1728410624', '1728411647', 'JP'],
|
319 |
-
['1728411648', '1728412671', 'TH'],
|
320 |
-
['1728412672', '1728413695', 'KH'],
|
321 |
-
['1728413696', '1728414719', 'KR'],
|
322 |
-
['1728414720', '1728415743', 'IN'],
|
323 |
-
['1728415744', '1728416767', 'PK'],
|
324 |
-
['1728416768', '1728417791', 'JP'],
|
325 |
-
['1728417792', '1728418815', 'KR'],
|
326 |
-
['1728418816', '1728419071', 'ID'],
|
327 |
-
['1728419072', '1728419327', 'HK'],
|
328 |
-
['1728419328', '1728419583', 'NP'],
|
329 |
-
['1728419584', '1728419839', 'SG'],
|
330 |
-
['1728419840', '1728420863', 'CN'],
|
331 |
-
['1728420864', '1728421887', 'NZ'],
|
332 |
-
['1728421888', '1728422911', 'JP'],
|
333 |
-
['1728422912', '1728423935', 'AU'],
|
334 |
-
['1728423936', '1728424959', 'CN'],
|
335 |
-
['1728424960', '1728425983', 'AF'],
|
336 |
-
['1728425984', '1728427007', 'JP'],
|
337 |
-
['1728427008', '1728428031', 'MY'],
|
338 |
-
['1728428032', '1728429055', 'IN'],
|
339 |
-
['1728429056', '1728430079', 'IN'],
|
340 |
-
['1728430080', '1728431103', 'CN'],
|
341 |
-
['1728431104', '1728431615', 'AF'],
|
342 |
-
['1728431616', '1728431871', 'HK'],
|
343 |
-
['1728431872', '1728432127', 'SG'],
|
344 |
-
['1728432128', '1728433151', 'IN'],
|
345 |
-
['1728433152', '1728434175', 'VN'],
|
346 |
-
['1728434176', '1728435199', 'VN'],
|
347 |
-
['1728435200', '1728435711', 'AU'],
|
348 |
-
['1728435712', '1728435967', 'AU'],
|
349 |
-
['1728435968', '1728436223', 'ID'],
|
350 |
-
['1728436224', '1728437247', 'IN'],
|
351 |
-
['1728437248', '1728438271', 'HK'],
|
352 |
-
['1728438272', '1728439295', 'NZ'],
|
353 |
-
['1728439296', '1728439807', 'NP'],
|
354 |
-
['1728439808', '1728440319', 'KH'],
|
355 |
-
['1728440320', '1728441343', 'BD'],
|
356 |
-
['1728441344', '1728442367', 'MY'],
|
357 |
-
['1728442368', '1728443391', 'SG'],
|
358 |
-
['1728443392', '1728444415', 'IN'],
|
359 |
-
['1728444416', '1728445439', 'JP'],
|
360 |
-
['1728445440', '1728446463', 'CN'],
|
361 |
-
['1728446464', '1728446975', 'ID'],
|
362 |
-
['1728446976', '1728447231', 'IN'],
|
363 |
-
['1728447232', '1728447487', 'AU'],
|
364 |
-
['1728447488', '1728448511', 'HK'],
|
365 |
-
['1728448512', '1728449535', 'KH'],
|
366 |
-
['1728449536', '1728450559', 'AU'],
|
367 |
-
['1728450560', '1728451583', 'JP'],
|
368 |
-
['1728451584', '1728452607', 'JP'],
|
369 |
-
['1728452608', '1728453119', 'AU'],
|
370 |
-
['1728453120', '1728453375', 'IN'],
|
371 |
-
['1728453376', '1728453631', 'IN'],
|
372 |
-
['1728453632', '1728454655', 'NZ'],
|
373 |
-
['1728454656', '1728455167', 'IN'],
|
374 |
-
['1728455168', '1728455423', 'ID'],
|
375 |
-
['1728455424', '1728455679', 'AU'],
|
376 |
-
['1728455680', '1728456703', 'ID'],
|
377 |
-
['1728456704', '1728457727', 'ID'],
|
378 |
-
['1728457728', '1728458751', 'JP'],
|
379 |
-
['1728458752', '1728459775', 'HK'],
|
380 |
-
['1728459776', '1728460799', 'ID'],
|
381 |
-
['1728460800', '1728461823', 'JP'],
|
382 |
-
['1728461824', '1728462847', 'JP'],
|
383 |
-
['1728462848', '1728463871', 'NZ'],
|
384 |
-
['1728463872', '1728464895', 'JP'],
|
385 |
-
['1728464896', '1728465919', 'KR'],
|
386 |
-
['1728465920', '1728466943', 'CN'],
|
387 |
-
['1728466944', '1728467967', 'KR'],
|
388 |
-
['1728467968', '1728468991', 'HK'],
|
389 |
-
['1728468992', '1728469247', 'IN'],
|
390 |
-
['1728469248', '1728469503', 'NZ'],
|
391 |
-
['1728469504', '1728470015', 'IN'],
|
392 |
-
['1728470016', '1728471039', 'JP'],
|
393 |
-
['1728471040', '1728472063', 'PH'],
|
394 |
-
['1728472064', '1728473087', 'KR'],
|
395 |
-
['1728473088', '1728473343', 'PH'],
|
396 |
-
['1728473344', '1728473599', 'AU'],
|
397 |
-
['1728473600', '1728474111', 'SG'],
|
398 |
-
['1728474112', '1728475135', 'CN'],
|
399 |
-
['1728475136', '1728476159', 'JP'],
|
400 |
-
['1728476160', '1728476415', 'AU'],
|
401 |
-
['1728476416', '1728476671', 'ID'],
|
402 |
-
['1728476672', '1728476927', 'ID'],
|
403 |
-
['1728476928', '1728477183', 'IN'],
|
404 |
-
['1728477184', '1728478207', 'CN'],
|
405 |
-
['1728479232', '1728480255', 'HK'],
|
406 |
-
['1728480256', '1728481279', 'IN'],
|
407 |
-
['1728481280', '1728482303', 'HK'],
|
408 |
-
['1728482304', '1728483327', 'HK'],
|
409 |
-
['1728483328', '1728484351', 'NZ'],
|
410 |
-
['1728484352', '1728485375', 'SG'],
|
411 |
-
['1728485376', '1728486399', 'HK'],
|
412 |
-
['1728486400', '1728487423', 'IN'],
|
413 |
-
['1728487424', '1728487935', 'HK'],
|
414 |
-
['1728487936', '1728488191', 'TH'],
|
415 |
-
['1728488192', '1728488447', 'MY'],
|
416 |
-
['1728488448', '1728488703', 'IN'],
|
417 |
-
['1728488704', '1728488959', 'TH'],
|
418 |
-
['1728489216', '1728489471', 'IN'],
|
419 |
-
['1728489472', '1728490495', 'IN'],
|
420 |
-
['1728490496', '1728491519', 'KR'],
|
421 |
-
['1728491520', '1728492543', 'HK'],
|
422 |
-
['1728492544', '1728492799', 'ID'],
|
423 |
-
['1728492800', '1728493055', 'PH'],
|
424 |
-
['1728493056', '1728493567', 'TH'],
|
425 |
-
['1728493568', '1728494591', 'IN'],
|
426 |
-
['1728494592', '1728495615', 'AU'],
|
427 |
-
['1728495616', '1728496639', 'HK'],
|
428 |
-
['1728496640', '1728497663', 'MY'],
|
429 |
-
['1728497664', '1728498687', 'ID'],
|
430 |
-
['1728498688', '1728499711', 'ID'],
|
431 |
-
['1728499712', '1728500735', 'AU'],
|
432 |
-
['1728500736', '1728501247', 'NZ'],
|
433 |
-
['1728501248', '1728501503', 'ID'],
|
434 |
-
['1728501504', '1728501759', 'AU'],
|
435 |
-
['1728501760', '1728502783', 'AU'],
|
436 |
-
['1728502784', '1728503807', 'CN'],
|
437 |
-
['1728503808', '1728504831', 'JP'],
|
438 |
-
['1728504832', '1728505855', 'CN'],
|
439 |
-
['1728506880', '1728507903', 'MY'],
|
440 |
-
['1728507904', '1728508927', 'JP'],
|
441 |
-
['1728508928', '1728509951', 'MY'],
|
442 |
-
['1728509952', '1728510975', 'PH'],
|
443 |
-
['1728510976', '1728511999', 'AU'],
|
444 |
-
['1728512000', '1728512511', 'ID'],
|
445 |
-
['1728512512', '1728512767', 'SG'],
|
446 |
-
['1728512768', '1728513023', 'IN'],
|
447 |
-
['1728513024', '1728514047', 'CN'],
|
448 |
-
['1728514048', '1728515071', 'SG'],
|
449 |
-
['1728515072', '1728516095', 'ID'],
|
450 |
-
['1728516096', '1728517119', 'TH'],
|
451 |
-
['1728517120', '1728518143', 'JP'],
|
452 |
-
['1728518144', '1728519167', 'KH'],
|
453 |
-
['1728519168', '1728520191', 'CN'],
|
454 |
-
['1728520192', '1728521215', 'KR'],
|
455 |
-
['1728521216', '1728522239', 'VN'],
|
456 |
-
['1728522240', '1728523263', 'VN'],
|
457 |
-
['1728523264', '1728524287', 'AU'],
|
458 |
-
['1728524288', '1728525311', 'AU'],
|
459 |
-
['1728525312', '1728525823', 'ID'],
|
460 |
-
['1728525824', '1728526335', 'HK'],
|
461 |
-
['1728526336', '1728527359', 'TH'],
|
462 |
-
['1728527360', '1728528383', 'PK'],
|
463 |
-
['1728528384', '1728529407', 'IN'],
|
464 |
-
['1728529408', '1728530431', 'MY'],
|
465 |
-
['1728530432', '1728531455', 'AU'],
|
466 |
-
['1728531456', '1728532479', 'PK'],
|
467 |
-
['1728532480', '1728533503', 'IN'],
|
468 |
-
['1728533504', '1728534527', 'ID'],
|
469 |
-
['1728534528', '1728535551', 'AU'],
|
470 |
-
['1728535552', '1728536575', 'JP'],
|
471 |
-
['1728536576', '1728537087', 'NZ'],
|
472 |
-
['1728537088', '1728537343', 'AU'],
|
473 |
-
['1728537344', '1728537599', 'AU'],
|
474 |
-
['1728537600', '1728538623', 'GU'],
|
475 |
-
['1728538624', '1728539647', 'AF'],
|
476 |
-
['1728539648', '1728540671', 'IN'],
|
477 |
-
['1728540672', '1728541695', 'BD'],
|
478 |
-
['1728541696', '1728542719', 'JP'],
|
479 |
-
['1728542720', '1728543743', 'CN'],
|
480 |
-
['1728543744', '1728544767', 'SG'],
|
481 |
-
['1728544768', '1728545791', 'IN'],
|
482 |
-
['1728545792', '1728546815', 'JP'],
|
483 |
-
['1728546816', '1728547839', 'AU'],
|
484 |
-
['1728547840', '1728548863', 'CN'],
|
485 |
-
['1728548864', '1728549119', 'KH'],
|
486 |
-
['1728549120', '1728549375', 'IN'],
|
487 |
-
['1728549376', '1728549631', 'PH'],
|
488 |
-
['1728549632', '1728549887', 'AU'],
|
489 |
-
['1728549888', '1728550911', 'IN'],
|
490 |
-
['1728550912', '1728551935', 'JP'],
|
491 |
-
['1728551936', '1728552959', 'SG'],
|
492 |
-
['1728552960', '1728553983', 'HK'],
|
493 |
-
['1728553984', '1728555007', 'AU'],
|
494 |
-
['1728555008', '1728556031', 'NZ'],
|
495 |
-
['1728556032', '1728556287', 'VN'],
|
496 |
-
['1728556288', '1728556543', 'ID'],
|
497 |
-
['1728556544', '1728557055', 'VN'],
|
498 |
-
['1728557056', '1728557311', 'ID'],
|
499 |
-
['1728557312', '1728557567', 'VN'],
|
500 |
-
['1728557568', '1728558079', 'ID'],
|
501 |
-
['1728558080', '1728559103', 'IN'],
|
502 |
-
['1728559104', '1728560127', 'ID'],
|
503 |
-
['1728560128', '1728560639', 'AU'],
|
504 |
-
['1728560640', '1728561151', 'KR'],
|
505 |
-
['1728561152', '1728562175', 'AU'],
|
506 |
-
['1728562176', '1728562431', 'VN'],
|
507 |
-
['1728562432', '1728562687', 'VU'],
|
508 |
-
['1728562688', '1728563199', 'JP'],
|
509 |
-
['1728563200', '1728564223', 'SG'],
|
510 |
-
['1728564224', '1728565247', 'IN'],
|
511 |
-
['1728565248', '1728566271', 'JP'],
|
512 |
-
['1728566272', '1728567295', 'CN'],
|
513 |
-
['1728567296', '1728568319', 'CN'],
|
514 |
-
['1728568320', '1728569343', 'CN'],
|
515 |
-
['1728569344', '1728569599', 'PH'],
|
516 |
-
['1728569600', '1728569855', 'ID'],
|
517 |
-
['1728569856', '1728570367', 'ID'],
|
518 |
-
['1728570368', '1728571391', 'ID'],
|
519 |
-
['1728571392', '1728572415', 'AU'],
|
520 |
-
['1728572416', '1728573439', 'JP'],
|
521 |
-
['1728573440', '1728574463', 'HK'],
|
522 |
-
['1728574464', '1728575487', 'KR'],
|
523 |
-
['1728575488', '1728576511', 'BD'],
|
524 |
-
['1728576512', '1728577535', 'BT'],
|
525 |
-
['1728577536', '1728578559', 'CN'],
|
526 |
-
['1728578560', '1728579583', 'CN'],
|
527 |
-
['1728579584', '1728580607', 'CN'],
|
528 |
-
['1728580608', '1728580863', 'ID'],
|
529 |
-
['1728580864', '1728581119', 'VN'],
|
530 |
-
['1728581120', '1728581631', 'PK'],
|
531 |
-
['1728581632', '1728582655', 'NZ'],
|
532 |
-
['1728582656', '1728583679', 'JP'],
|
533 |
-
['1728583680', '1728584703', 'MY'],
|
534 |
-
['1728584704', '1728585215', 'AU'],
|
535 |
-
['1728585216', '1728585727', 'SG'],
|
536 |
-
['1728585728', '1728586751', 'CN'],
|
537 |
-
['1728586752', '1728587775', 'IN'],
|
538 |
-
['1728587776', '1728588799', 'IN'],
|
539 |
-
['1728588800', '1728589823', 'IN'],
|
540 |
-
['1728589824', '1728590847', 'JP'],
|
541 |
-
['1728590848', '1728591871', 'CN'],
|
542 |
-
['1728591872', '1728592895', 'ID'],
|
543 |
-
['1728592896', '1728593151', 'MN'],
|
544 |
-
['1728593152', '1728593407', 'AU'],
|
545 |
-
['1728593408', '1728593663', 'IN'],
|
546 |
-
['1728593664', '1728593919', 'ID'],
|
547 |
-
['1728594944', '1728595967', 'CN'],
|
548 |
-
['1728595968', '1728596479', 'NZ'],
|
549 |
-
['1728596480', '1728596991', 'ID'],
|
550 |
-
['1728596992', '1728597503', 'ID'],
|
551 |
-
['1728597504', '1728598015', 'ID'],
|
552 |
-
['1728598016', '1728599039', 'NZ'],
|
553 |
-
['1728599040', '1728600063', 'JP'],
|
554 |
-
['1728600064', '1728601087', 'JP'],
|
555 |
-
['1728601088', '1728602111', 'JP'],
|
556 |
-
['1728602112', '1728603135', 'ID'],
|
557 |
-
['1728603136', '1728604159', 'KR'],
|
558 |
-
['1728604160', '1728605183', 'TW'],
|
559 |
-
['1728605184', '1728606207', 'CN'],
|
560 |
-
['1728606208', '1728607231', 'PK'],
|
561 |
-
['1728607232', '1728608255', 'IN'],
|
562 |
-
['1728608256', '1728608511', 'SG'],
|
563 |
-
['1728608512', '1728608767', 'BD'],
|
564 |
-
['1728608768', '1728609023', 'ID'],
|
565 |
-
['1728609024', '1728609279', 'IN'],
|
566 |
-
['1728609280', '1728610303', 'IN'],
|
567 |
-
['1728610304', '1728611327', 'TH'],
|
568 |
-
['1728611328', '1728612351', 'AU'],
|
569 |
-
['1728612352', '1728613375', 'AU'],
|
570 |
-
['1728613376', '1728614399', 'NZ'],
|
571 |
-
['1728614400', '1728615423', 'MY'],
|
572 |
-
['1728615424', '1728616447', 'IN'],
|
573 |
-
['1728616448', '1728617471', 'SG'],
|
574 |
-
['1728617472', '1728618495', 'CN'],
|
575 |
-
['1728618496', '1728619519', 'MY'],
|
576 |
-
['1728619520', '1728620543', 'IN'],
|
577 |
-
['1728620544', '1728621567', 'AU'],
|
578 |
-
['1728621568', '1728622591', 'AU'],
|
579 |
-
['1728622592', '1728624639', 'JP'],
|
580 |
-
['1728625664', '1728626175', 'IN'],
|
581 |
-
['1728626176', '1728626431', 'JP'],
|
582 |
-
['1728626432', '1728626687', 'HK'],
|
583 |
-
['1728626688', '1728627711', 'IN'],
|
584 |
-
['1728627712', '1728628735', 'JP'],
|
585 |
-
['1728628736', '1728629759', 'CN'],
|
586 |
-
['1728629760', '1728630783', 'CN'],
|
587 |
-
['1728630784', '1728631807', 'TH'],
|
588 |
-
['1728631808', '1728632319', 'SG'],
|
589 |
-
['1728632320', '1728632575', 'PK'],
|
590 |
-
['1728632576', '1728632831', 'IN'],
|
591 |
-
['1728632832', '1728633855', 'IN'],
|
592 |
-
['1728633856', '1728634879', 'CN'],
|
593 |
-
['1728634880', '1728635903', 'ID'],
|
594 |
-
['1728635904', '1728636159', 'ID'],
|
595 |
-
['1728636160', '1728636415', 'AU'],
|
596 |
-
['1728636416', '1728636671', 'KR'],
|
597 |
-
['1728636672', '1728636927', 'PK'],
|
598 |
-
['1728636928', '1728637951', 'NZ'],
|
599 |
-
['1728637952', '1728638463', 'AU'],
|
600 |
-
['1728638464', '1728638719', 'ID'],
|
601 |
-
['1728638720', '1728638975', 'AU'],
|
602 |
-
['1728638976', '1728639999', 'JP'],
|
603 |
-
['1728640000', '1728641023', 'ID'],
|
604 |
-
['1728641024', '1728642047', 'IN'],
|
605 |
-
['1728642048', '1728643071', 'NZ'],
|
606 |
-
['1728643072', '1728644095', 'VN'],
|
607 |
-
['1728644096', '1728645119', 'VN'],
|
608 |
-
['1728645120', '1728646143', 'CN'],
|
609 |
-
['1728646144', '1728647167', 'IN'],
|
610 |
-
['1728647168', '1728648191', 'AU'],
|
611 |
-
['1728648192', '1728648703', 'AU'],
|
612 |
-
['1728648704', '1728648959', 'ID'],
|
613 |
-
['1728648960', '1728649215', 'PK'],
|
614 |
-
['1728649216', '1728650239', 'CN'],
|
615 |
-
['1728650240', '1728651263', 'JP'],
|
616 |
-
['1728651264', '1728652287', 'KR'],
|
617 |
-
['1728652288', '1728653311', 'ID'],
|
618 |
-
['1728653312', '1728654335', 'NZ'],
|
619 |
-
['1728654336', '1728655359', 'ID'],
|
620 |
-
['1728655360', '1728655871', 'AU'],
|
621 |
-
['1728655872', '1728656127', 'SB'],
|
622 |
-
['1728656128', '1728656383', 'MY'],
|
623 |
-
['1728656384', '1728657407', 'AU'],
|
624 |
-
['1728657408', '1728658431', 'AU'],
|
625 |
-
['1728658432', '1728659455', 'AU'],
|
626 |
-
['1728659456', '1728660479', 'AU'],
|
627 |
-
['1728660480', '1728661503', 'AU'],
|
628 |
-
['1728661504', '1728662527', 'IN'],
|
629 |
-
['1728662528', '1728663551', 'VN'],
|
630 |
-
['1728663552', '1728664575', 'VN'],
|
631 |
-
['1728664576', '1728665599', 'VN'],
|
632 |
-
['1728665600', '1728666623', 'MN'],
|
633 |
-
['1728666624', '1728667647', 'JP'],
|
634 |
-
['1728667648', '1728668671', 'JP'],
|
635 |
-
['1728668672', '1728669695', 'SG'],
|
636 |
-
['1728669696', '1728670207', 'BD'],
|
637 |
-
['1728670208', '1728670463', 'NZ'],
|
638 |
-
['1728670464', '1728670719', 'ID'],
|
639 |
-
['1728670720', '1728671743', 'CN'],
|
640 |
-
['1728671744', '1728672767', 'BD'],
|
641 |
-
['1728672768', '1728673791', 'TW'],
|
642 |
-
['1728673792', '1728674815', 'JP'],
|
643 |
-
['1728674816', '1728675839', 'ID'],
|
644 |
-
['1728675840', '1728676863', 'KR'],
|
645 |
-
['1728676864', '1728677887', 'BD'],
|
646 |
-
['1728677888', '1728678911', 'BD'],
|
647 |
-
['1728678912', '1728679935', 'PG'],
|
648 |
-
['1728679936', '1728680959', 'ID'],
|
649 |
-
['1728680960', '1728681983', 'MY'],
|
650 |
-
['1728681984', '1728683007', 'CN'],
|
651 |
-
['1728683008', '1728684031', 'VN'],
|
652 |
-
['1728684032', '1728685055', 'AU'],
|
653 |
-
['1728685056', '1728686079', 'JP'],
|
654 |
-
['1728686080', '1728687103', 'AU'],
|
655 |
-
['1728687104', '1728688127', 'JP'],
|
656 |
-
['1728688128', '1728689151', 'HK'],
|
657 |
-
['1728689152', '1728689407', 'JP'],
|
658 |
-
['1728689408', '1728689663', 'BD'],
|
659 |
-
['1728689664', '1728689919', 'PK'],
|
660 |
-
['1728689920', '1728690175', 'ID'],
|
661 |
-
['1728690176', '1728690431', 'BD'],
|
662 |
-
['1728690432', '1728690687', 'BD'],
|
663 |
-
['1728690688', '1728690943', 'BD'],
|
664 |
-
['1728690944', '1728691199', 'BD'],
|
665 |
-
['1728691200', '1728692223', 'KH'],
|
666 |
-
['1728692224', '1728693247', 'CN'],
|
667 |
-
['1728693248', '1728694271', 'VN'],
|
668 |
-
['1728694272', '1728695295', 'VN'],
|
669 |
-
['1728695296', '1728696319', 'VN'],
|
670 |
-
['1728696320', '1728697343', 'VN'],
|
671 |
-
['1728697344', '1728698367', 'VN'],
|
672 |
-
['1728698368', '1728699391', 'NZ'],
|
673 |
-
['1728699392', '1728699903', 'BD'],
|
674 |
-
['1728699904', '1728700415', 'IN'],
|
675 |
-
['1728700416', '1728700671', 'BD'],
|
676 |
-
['1728700672', '1728700927', 'IN'],
|
677 |
-
['1728700928', '1728701183', 'PG'],
|
678 |
-
['1728701184', '1728701439', 'ID'],
|
679 |
-
['1728701440', '1728702463', 'WS'],
|
680 |
-
['1728702464', '1728703487', 'IN'],
|
681 |
-
['1728703488', '1728704511', 'NZ'],
|
682 |
-
['1728704512', '1728705535', 'AU'],
|
683 |
-
['1728705536', '1728706559', 'HK'],
|
684 |
-
['1728706560', '1728707583', 'CN'],
|
685 |
-
['1728707584', '1728708607', 'CN'],
|
686 |
-
['1728708608', '1728709631', 'CN'],
|
687 |
-
['1728709632', '1728710655', 'TW'],
|
688 |
-
['1728710656', '1728710911', 'AU'],
|
689 |
-
['1728710912', '1728711167', 'IN'],
|
690 |
-
['1728711424', '1728711679', 'AU'],
|
691 |
-
['1728711680', '1728712703', 'HK'],
|
692 |
-
['1728712704', '1728713727', 'CN'],
|
693 |
-
['1728713728', '1728714751', 'MN'],
|
694 |
-
['1728714752', '1728715775', 'IN'],
|
695 |
-
['1728715776', '1728716799', 'NP'],
|
696 |
-
['1728716800', '1728717823', 'AU'],
|
697 |
-
['1728717824', '1728718847', 'JP'],
|
698 |
-
['1728718848', '1728719871', 'MY'],
|
699 |
-
['1728719872', '1728720895', 'VN'],
|
700 |
-
['1728720896', '1728721407', 'AU'],
|
701 |
-
['1728721408', '1728721663', 'AU'],
|
702 |
-
['1728721664', '1728721919', 'AU'],
|
703 |
-
['1728721920', '1728722943', 'BD'],
|
704 |
-
['1728722944', '1728723199', 'ID'],
|
705 |
-
['1728723200', '1728723455', 'AU'],
|
706 |
-
['1728723456', '1728723967', 'ID'],
|
707 |
-
['1728723968', '1728724991', 'ID'],
|
708 |
-
['1728724992', '1728726015', 'ID'],
|
709 |
-
['1728727040', '1728728063', 'AU'],
|
710 |
-
['1728728064', '1728729087', 'BD'],
|
711 |
-
['1728729088', '1728729599', 'ID'],
|
712 |
-
['1728729600', '1728729855', 'AU'],
|
713 |
-
['1728729856', '1728730111', 'AU'],
|
714 |
-
['1728730112', '1728731135', 'CN'],
|
715 |
-
['1728731136', '1728732159', 'VN'],
|
716 |
-
['1728732160', '1728733183', 'KR'],
|
717 |
-
['1728733184', '1728734207', 'ID'],
|
718 |
-
['1728734208', '1728735231', 'SG'],
|
719 |
-
['1728735232', '1728736255', 'ID'],
|
720 |
-
['1728736512', '1728736767', 'IN'],
|
721 |
-
['1728736768', '1728737023', 'ID'],
|
722 |
-
['1728737280', '1728738303', 'JP'],
|
723 |
-
['1728738304', '1728739327', 'IN'],
|
724 |
-
['1728739328', '1728740351', 'ID'],
|
725 |
-
['1728740352', '1728740863', 'HK'],
|
726 |
-
['1728740864', '1728741119', 'AU'],
|
727 |
-
['1728741120', '1728741375', 'IN'],
|
728 |
-
['1728741376', '1728742399', 'ID'],
|
729 |
-
['1728742400', '1728743423', 'IN'],
|
730 |
-
['1728743424', '1728744447', 'ID'],
|
731 |
-
['1728744448', '1728745471', 'CN'],
|
732 |
-
['1728745472', '1728745727', 'ID'],
|
733 |
-
['1728745728', '1728745983', 'ID'],
|
734 |
-
['1728745984', '1728746495', 'ID'],
|
735 |
-
['1728746496', '1728747519', 'ID'],
|
736 |
-
['1728747520', '1728748543', 'PH'],
|
737 |
-
['1728748544', '1728749567', 'MY'],
|
738 |
-
['1728749568', '1728750079', 'MY'],
|
739 |
-
['1728750080', '1728750591', 'MY'],
|
740 |
-
['1728750592', '1728751615', 'JP'],
|
741 |
-
['1728751616', '1728751871', 'IN'],
|
742 |
-
['1728751872', '1728752127', 'ID'],
|
743 |
-
['1728752128', '1728752639', 'ID'],
|
744 |
-
['1728752640', '1728753663', 'HK'],
|
745 |
-
['1728753664', '1728754175', 'PH'],
|
746 |
-
['1728754176', '1728754687', 'PH'],
|
747 |
-
['1728754688', '1728755711', 'IN'],
|
748 |
-
['1728755712', '1728756735', 'ID'],
|
749 |
-
['1728756736', '1728757759', 'IN'],
|
750 |
-
['1728758784', '1728759039', 'MY'],
|
751 |
-
['1728759040', '1728759295', 'HK'],
|
752 |
-
['1728759296', '1728759551', 'MY'],
|
753 |
-
['1728759552', '1728759807', 'HK'],
|
754 |
-
['1728759808', '1728760831', 'PH'],
|
755 |
-
['1728760832', '1728761855', 'TW'],
|
756 |
-
['1728761856', '1728762879', 'IN'],
|
757 |
-
['1728762880', '1728763903', 'VN'],
|
758 |
-
['1728763904', '1728764927', 'KR'],
|
759 |
-
['1728764928', '1728765439', 'SG'],
|
760 |
-
['1728765440', '1728765695', 'IN'],
|
761 |
-
['1728765696', '1728765951', 'ID'],
|
762 |
-
['1728765952', '1728766975', 'IN'],
|
763 |
-
['1728766976', '1728767999', 'TH'],
|
764 |
-
['1728768000', '1728768255', 'AU'],
|
765 |
-
['1728768256', '1728768511', 'NZ'],
|
766 |
-
['1728768512', '1728769023', 'IN'],
|
767 |
-
['1728769024', '1728770047', 'HK'],
|
768 |
-
['1728770048', '1728771071', 'JP'],
|
769 |
-
['1728771072', '1728772095', 'JP'],
|
770 |
-
['1728772096', '1728773119', 'IN'],
|
771 |
-
['1728773120', '1728773375', 'IN'],
|
772 |
-
['1728773376', '1728773631', 'ID'],
|
773 |
-
['1728773632', '1728774143', 'PH'],
|
774 |
-
['1728774144', '1728775167', 'PK'],
|
775 |
-
['1728775168', '1728776191', 'JP'],
|
776 |
-
['1728776192', '1728777215', 'AU'],
|
777 |
-
['1728777216', '1728778239', 'TH'],
|
778 |
-
['1728778240', '1728779263', 'CN'],
|
779 |
-
['1728779264', '1728779519', 'IN'],
|
780 |
-
['1728779520', '1728779775', 'ID'],
|
781 |
-
['1728779776', '1728780287', 'ID'],
|
782 |
-
['1728780288', '1728781311', 'KR'],
|
783 |
-
['1728781312', '1728782335', 'ID'],
|
784 |
-
['1728782336', '1728783359', 'LK'],
|
785 |
-
['1728783360', '1728784383', 'HK'],
|
786 |
-
['1728784384', '1728785407', 'PH'],
|
787 |
-
['1728785408', '1728786431', 'KR'],
|
788 |
-
['1728786432', '1728787455', 'SG'],
|
789 |
-
['1728787456', '1728788479', 'AU'],
|
790 |
-
['1728788480', '1728789503', 'KR'],
|
791 |
-
['1728789504', '1728790527', 'PK'],
|
792 |
-
['1728790528', '1728791551', 'US'],
|
793 |
-
['1728791552', '1728792575', 'PK'],
|
794 |
-
['1728792576', '1728793087', 'HK'],
|
795 |
-
['1728793088', '1728793599', 'ID'],
|
796 |
-
['1728793600', '1728794623', 'AU'],
|
797 |
-
['1728794624', '1728795647', 'IN'],
|
798 |
-
['1728795648', '1728796671', 'IN'],
|
799 |
-
['1728796672', '1728797695', 'HK'],
|
800 |
-
['1728797696', '1728798719', 'HK'],
|
801 |
-
['1728798720', '1728799743', 'ID'],
|
802 |
-
['1728799744', '1728800767', 'HK'],
|
803 |
-
['1728800768', '1728801279', 'HK'],
|
804 |
-
['1728801280', '1728801791', 'ID'],
|
805 |
-
['1728801792', '1728802815', 'HK'],
|
806 |
-
['1728802816', '1728803839', 'PH'],
|
807 |
-
['1728803840', '1728804863', 'IN'],
|
808 |
-
['1728804864', '1728805887', 'JP'],
|
809 |
-
['1728805888', '1728806911', 'NZ'],
|
810 |
-
['1728806912', '1728807935', 'KR'],
|
811 |
-
['1728807936', '1728808447', 'ID'],
|
812 |
-
['1728808448', '1728808959', 'ID'],
|
813 |
-
['1728808960', '1728809983', 'BD'],
|
814 |
-
['1728809984', '1728810495', 'SG'],
|
815 |
-
['1728810496', '1728810751', 'AU'],
|
816 |
-
['1728810752', '1728811007', 'SG'],
|
817 |
-
['1728811008', '1728812031', 'AU'],
|
818 |
-
['1728812032', '1728812543', 'ID'],
|
819 |
-
['1728812544', '1728813055', 'SG'],
|
820 |
-
['1728813056', '1728814079', 'IN'],
|
821 |
-
['1728814080', '1728815103', 'JP'],
|
822 |
-
['1728815104', '1728816127', 'AU'],
|
823 |
-
['1728816128', '1728817151', 'AU'],
|
824 |
-
['1728817152', '1728818175', 'CN'],
|
825 |
-
['1728818176', '1728819199', 'VN'],
|
826 |
-
['1728819200', '1728819711', 'ID'],
|
827 |
-
['1728819712', '1728819967', 'NZ'],
|
828 |
-
['1728819968', '1728820223', 'ID'],
|
829 |
-
['1728820224', '1728821247', 'CN'],
|
830 |
-
['1728821248', '1728821759', 'AU'],
|
831 |
-
['1728821760', '1728822271', 'ID'],
|
832 |
-
['1728822272', '1728823295', 'SG'],
|
833 |
-
['1728823296', '1728824319', 'MN'],
|
834 |
-
['1728825344', '1728826367', 'SG'],
|
835 |
-
['1728826368', '1728827391', 'AU'],
|
836 |
-
['1728827392', '1728828415', 'JP'],
|
837 |
-
['1728828416', '1728829439', 'AU'],
|
838 |
-
['1728829440', '1728830463', 'KH'],
|
839 |
-
['1728830464', '1728830719', 'PK'],
|
840 |
-
['1728830720', '1728830975', 'JP'],
|
841 |
-
['1728830976', '1728831231', 'ID'],
|
842 |
-
['1728831232', '1728831487', 'ID'],
|
843 |
-
['1728831488', '1728832511', 'IN'],
|
844 |
-
['1728832512', '1728833535', 'HK'],
|
845 |
-
['1728833536', '1728834559', 'IN'],
|
846 |
-
['1728834560', '1728835583', 'JP'],
|
847 |
-
['1728835584', '1728836607', 'NZ'],
|
848 |
-
['1728836608', '1728837631', 'HK'],
|
849 |
-
['1728837632', '1728838655', 'KR'],
|
850 |
-
['1728838656', '1728839679', 'ID'],
|
851 |
-
['1728839936', '1728840191', 'IN'],
|
852 |
-
['1728840192', '1728840447', 'SG'],
|
853 |
-
['1728840448', '1728840703', 'AU'],
|
854 |
-
['1728840704', '1728841727', 'AU'],
|
855 |
-
['1728841728', '1728842239', 'AU'],
|
856 |
-
['1728842240', '1728842495', 'AU'],
|
857 |
-
['1728842496', '1728842751', 'AU'],
|
858 |
-
['1728842752', '1728843775', 'ID'],
|
859 |
-
['1728843776', '1728844799', 'JP'],
|
860 |
-
['1728844800', '1728845311', 'ID'],
|
861 |
-
['1728845312', '1728845567', 'AU'],
|
862 |
-
['1728845568', '1728845823', 'ID'],
|
863 |
-
['1728845824', '1728846847', 'IN'],
|
864 |
-
['1728846848', '1728847871', 'ID'],
|
865 |
-
['1728847872', '1728848895', 'CN'],
|
866 |
-
['1728848896', '1728849919', 'AU'],
|
867 |
-
['1728849920', '1728850943', 'PK'],
|
868 |
-
['1728850944', '1728851967', 'BD'],
|
869 |
-
['1728851968', '1728852991', 'HK'],
|
870 |
-
['1728852992', '1728854015', 'JP'],
|
871 |
-
['1728854016', '1728854527', 'AU'],
|
872 |
-
['1728854528', '1728854783', 'PK'],
|
873 |
-
['1728854784', '1728855039', 'AU'],
|
874 |
-
['1728855040', '1728856063', 'MY'],
|
875 |
-
['1728856064', '1728857087', 'MY'],
|
876 |
-
['1728857088', '1728858111', 'CN'],
|
877 |
-
['1728858112', '1728859135', 'BD'],
|
878 |
-
['1728859136', '1728860159', 'HK'],
|
879 |
-
['1728860160', '1728860671', 'ID'],
|
880 |
-
['1728860672', '1728861183', 'BD'],
|
881 |
-
['1728861184', '1728861439', 'ID'],
|
882 |
-
['1728861440', '1728861695', 'AU'],
|
883 |
-
['1728861696', '1728862207', 'AU'],
|
884 |
-
['1728862208', '1728863231', 'PH'],
|
885 |
-
['1728863232', '1728864255', 'CN'],
|
886 |
-
['1728864256', '1728865279', 'AF'],
|
887 |
-
['1728865280', '1728866303', 'AU'],
|
888 |
-
['1728866304', '1728867327', 'VN'],
|
889 |
-
['1728867328', '1728868351', 'AU'],
|
890 |
-
['1728868352', '1728869375', 'ID'],
|
891 |
-
['1728869376', '1728870399', 'IN'],
|
892 |
-
['1728870400', '1728871423', 'PK'],
|
893 |
-
['1728871424', '1728872447', 'IN'],
|
894 |
-
['1728872448', '1728873471', 'AU'],
|
895 |
-
['1728873472', '1728874495', 'IN'],
|
896 |
-
['1728874496', '1728875519', 'CN'],
|
897 |
-
['1728875520', '1728876543', 'MY'],
|
898 |
-
['1728876544', '1728877567', 'MY'],
|
899 |
-
['1728877568', '1728878591', 'HK'],
|
900 |
-
['1728878592', '1728879615', 'MY'],
|
901 |
-
['1728879616', '1728880127', 'IN'],
|
902 |
-
['1728880128', '1728880383', 'JP'],
|
903 |
-
['1728880384', '1728880639', 'AU'],
|
904 |
-
['1728880640', '1728881663', 'KH'],
|
905 |
-
['1728881664', '1728881919', 'ID'],
|
906 |
-
['1728881920', '1728882175', 'AU'],
|
907 |
-
['1728882176', '1728882431', 'BD'],
|
908 |
-
['1728882432', '1728882687', 'ID'],
|
909 |
-
['1728882688', '1728883711', 'IN'],
|
910 |
-
['1728883712', '1728884735', 'BD'],
|
911 |
-
['1728884736', '1728885759', 'BD'],
|
912 |
-
['1728886784', '1728887807', 'CN'],
|
913 |
-
['1728887808', '1728888831', 'AU'],
|
914 |
-
['1728888832', '1728889855', 'IN'],
|
915 |
-
['1728889856', '1728890879', 'PK'],
|
916 |
-
['1728890880', '1728891903', 'AU'],
|
917 |
-
['1728891904', '1728892927', 'BD'],
|
918 |
-
['1728892928', '1728893439', 'BN'],
|
919 |
-
['1728893440', '1728893695', 'SG'],
|
920 |
-
['1728893696', '1728893951', 'IN'],
|
921 |
-
['1728893952', '1728894463', 'US'],
|
922 |
-
['1728894464', '1728894975', 'SG'],
|
923 |
-
['1728894976', '1728895999', 'HK'],
|
924 |
-
['1728896000', '1728897023', 'ID'],
|
925 |
-
['1728898048', '1728899071', 'BD'],
|
926 |
-
['1728899072', '1728900095', 'CN'],
|
927 |
-
['1728900096', '1728901119', 'BD'],
|
928 |
-
['1728901120', '1728901375', 'ID'],
|
929 |
-
['1728901376', '1728901631', 'AU'],
|
930 |
-
['1728901632', '1728902143', 'ID'],
|
931 |
-
['1728902400', '1728902655', 'IN'],
|
932 |
-
['1728902656', '1728902911', 'IN'],
|
933 |
-
['1728902912', '1728903167', 'BD'],
|
934 |
-
['1728903168', '1728904191', 'KR'],
|
935 |
-
['1728904192', '1728905215', 'KR'],
|
936 |
-
['1728905216', '1728905471', 'IN'],
|
937 |
-
['1728905472', '1728905727', 'PK'],
|
938 |
-
['1728905728', '1728906239', 'IN'],
|
939 |
-
['1728906240', '1728907263', 'MY'],
|
940 |
-
['1728907264', '1728908287', 'NZ'],
|
941 |
-
['1728908288', '1728909311', 'CN'],
|
942 |
-
['1728909312', '1728910335', 'JP'],
|
943 |
-
['1728910336', '1728911359', 'JP'],
|
944 |
-
['1728911360', '1728912383', 'JP'],
|
945 |
-
['1728912384', '1728913407', 'TH'],
|
946 |
-
['1728913408', '1728914431', 'MM'],
|
947 |
-
['1728914432', '1728914687', 'ID'],
|
948 |
-
['1728914688', '1728914943', 'ID'],
|
949 |
-
['1728914944', '1728915199', 'ID'],
|
950 |
-
['1728915200', '1728915455', 'NZ'],
|
951 |
-
['1728915456', '1728916479', 'JP'],
|
952 |
-
['1728916480', '1728917503', 'JP'],
|
953 |
-
['1728917504', '1728918527', 'HK'],
|
954 |
-
['1728918528', '1728919551', 'KR'],
|
955 |
-
['1728919552', '1728920575', 'AU'],
|
956 |
-
['1728920576', '1728921599', 'JP'],
|
957 |
-
['1728921600', '1728922623', 'AF'],
|
958 |
-
['1728922624', '1728923647', 'AU'],
|
959 |
-
['1728923648', '1728924159', 'CN'],
|
960 |
-
['1728924160', '1728924415', 'MY'],
|
961 |
-
['1728924416', '1728924671', 'MY'],
|
962 |
-
['1728924672', '1728925695', 'VN'],
|
963 |
-
['1728925696', '1728926719', 'AU'],
|
964 |
-
['1728926720', '1728927231', 'AU'],
|
965 |
-
['1728927232', '1728927743', 'AU'],
|
966 |
-
['1728927744', '1728928767', 'LA'],
|
967 |
-
['1728928768', '1728929791', 'JP'],
|
968 |
-
['1728929792', '1728930815', 'IN'],
|
969 |
-
['1728930816', '1728931839', 'AU'],
|
970 |
-
['1728931840', '1728932863', 'IN'],
|
971 |
-
['1728932864', '1728933887', 'IN'],
|
972 |
-
['1728933888', '1728934911', 'IN'],
|
973 |
-
['1728934912', '1728935935', 'NZ'],
|
974 |
-
['1728935936', '1728936959', 'MY'],
|
975 |
-
['1728936960', '1728937983', 'CN'],
|
976 |
-
['1728937984', '1728939007', 'SG'],
|
977 |
-
['1728939008', '1728939519', 'BD'],
|
978 |
-
['1728939520', '1728939775', 'PH'],
|
979 |
-
['1728939776', '1728940031', 'IN'],
|
980 |
-
['1728941056', '1728942079', 'JP'],
|
981 |
-
['1728942080', '1728943103', 'CN'],
|
982 |
-
['1728943104', '1728944127', 'BD'],
|
983 |
-
['1728944128', '1728945151', 'JP'],
|
984 |
-
['1728945152', '1728946175', 'BD'],
|
985 |
-
['1728946176', '1728947199', 'KR'],
|
986 |
-
['1728948224', '1728949247', 'JP'],
|
987 |
-
['1728949248', '1728950271', 'SG'],
|
988 |
-
['1728950272', '1728950783', 'HK'],
|
989 |
-
['1728950784', '1728951295', 'IN'],
|
990 |
-
['1728951296', '1728951551', 'IN'],
|
991 |
-
['1728951552', '1728951807', 'ID'],
|
992 |
-
['1728951808', '1728952063', 'SG'],
|
993 |
-
['1728952064', '1728952319', 'IN'],
|
994 |
-
['1728952320', '1728952831', 'PH'],
|
995 |
-
['1728952832', '1728953343', 'AU'],
|
996 |
-
['1728953344', '1728954367', 'HK'],
|
997 |
-
['1728955392', '1728956415', 'CN'],
|
998 |
-
['1728956416', '1728957439', 'ID'],
|
999 |
-
['1728958464', '1728959487', 'JP'],
|
1000 |
-
['1728959488', '1728960511', 'TH'],
|
1001 |
-
['1728960512', '1728961023', 'AU'],
|
1002 |
-
['1728961024', '1728961279', 'AU'],
|
1003 |
-
['1728961280', '1728961535', 'IN'],
|
1004 |
-
['1728961536', '1728962559', 'CN'],
|
1005 |
-
['1728962560', '1728963583', 'BD'],
|
1006 |
-
['1728963584', '1728964607', 'TH'],
|
1007 |
-
['1728964608', '1728965631', 'HK'],
|
1008 |
-
['1728965632', '1728966655', 'BD'],
|
1009 |
-
['1728966656', '1728967679', 'IN'],
|
1010 |
-
['1728967680', '1728968703', 'CN'],
|
1011 |
-
['1728968704', '1728969727', 'JP'],
|
1012 |
-
['1728969728', '1728970751', 'JP'],
|
1013 |
-
['1728970752', '1728971007', 'IN'],
|
1014 |
-
['1728971008', '1728971263', 'AU'],
|
1015 |
-
['1728971264', '1728971519', 'IN'],
|
1016 |
-
['1728971520', '1728971775', 'NZ'],
|
1017 |
-
['1728971776', '1728972799', 'AU'],
|
1018 |
-
['1728972800', '1728973823', 'TH'],
|
1019 |
-
['1728973824', '1728974847', 'JP'],
|
1020 |
-
['1728974848', '1728975871', 'ID'],
|
1021 |
-
['1728975872', '1728976383', 'ID'],
|
1022 |
-
['1728976896', '1728977151', 'TH'],
|
1023 |
-
['1728977152', '1728977407', 'AU'],
|
1024 |
-
['1728977408', '1728977919', 'BD'],
|
1025 |
-
['1728977920', '1728978943', 'MY'],
|
1026 |
-
['1728978944', '1728979967', 'CN'],
|
1027 |
-
['1728979968', '1728980991', 'MN'],
|
1028 |
-
['1728980992', '1728982015', 'NZ'],
|
1029 |
-
['1728982016', '1728982527', 'ID'],
|
1030 |
-
['1728982528', '1728982783', 'IN'],
|
1031 |
-
['1728982784', '1728983039', 'AU'],
|
1032 |
-
['1728983040', '1728984063', 'AU'],
|
1033 |
-
['1728984064', '1728985087', 'AU'],
|
1034 |
-
['1728986112', '1728987135', 'PH'],
|
1035 |
-
['1728987136', '1728988159', 'AU'],
|
1036 |
-
['1728988160', '1728989183', 'NZ'],
|
1037 |
-
['1728989184', '1728989695', 'BD'],
|
1038 |
-
['1728989696', '1728990207', 'ID'],
|
1039 |
-
['1728990208', '1728991231', 'SG'],
|
1040 |
-
['1728991232', '1728992255', 'JP'],
|
1041 |
-
['1728992256', '1728993279', 'CN'],
|
1042 |
-
['1728993280', '1728994303', 'PG'],
|
1043 |
-
['1728994304', '1728994815', 'AU'],
|
1044 |
-
['1728994816', '1728995327', 'AU'],
|
1045 |
-
['1728995328', '1728995839', 'IN'],
|
1046 |
-
['1728995840', '1728996095', 'IN'],
|
1047 |
-
['1728996096', '1728996351', 'SG'],
|
1048 |
-
['1728996352', '1728997375', 'CN'],
|
1049 |
-
['1728997376', '1728998399', 'IN'],
|
1050 |
-
['1728998400', '1728998655', 'ID'],
|
1051 |
-
['1728998656', '1728998911', 'BD'],
|
1052 |
-
['1728998912', '1728999423', 'ID'],
|
1053 |
-
['1728999424', '1729000447', 'CN'],
|
1054 |
-
['1729000448', '1729001471', 'HK'],
|
1055 |
-
['1729001472', '1729002495', 'IN'],
|
1056 |
-
['1729002496', '1729003519', 'IN'],
|
1057 |
-
['1729003520', '1729004543', 'BD'],
|
1058 |
-
['1729004544', '1729005567', 'CN'],
|
1059 |
-
['1729005568', '1729006591', 'CN'],
|
1060 |
-
['1729006592', '1729007615', 'NZ'],
|
1061 |
-
['1729007616', '1729008639', 'HK'],
|
1062 |
-
['1729008640', '1729009663', 'JP'],
|
1063 |
-
['1729009664', '1729010687', 'JP'],
|
1064 |
-
['1729010688', '1729011711', 'CN'],
|
1065 |
-
['1729011712', '1729012735', 'IN'],
|
1066 |
-
['1729012736', '1729013759', 'TH'],
|
1067 |
-
['1729014784', '1729015807', 'AU'],
|
1068 |
-
['1729015808', '1729016831', 'JP'],
|
1069 |
-
['1729016832', '1729017855', 'IN'],
|
1070 |
-
['1729017856', '1729018111', 'MY'],
|
1071 |
-
['1729018112', '1729018367', 'SG'],
|
1072 |
-
['1729018368', '1729018879', 'AU'],
|
1073 |
-
['1729018880', '1729019903', 'IN'],
|
1074 |
-
['1729019904', '1729020159', 'ID'],
|
1075 |
-
['1729020160', '1729020415', 'BD'],
|
1076 |
-
['1729020416', '1729020671', 'PH'],
|
1077 |
-
['1729020672', '1729020927', 'ID'],
|
1078 |
-
['1729020928', '1729021951', 'IN'],
|
1079 |
-
['1729021952', '1729022975', 'AU'],
|
1080 |
-
['1729022976', '1729023999', 'BD'],
|
1081 |
-
['1729024000', '1729025023', 'IN'],
|
1082 |
-
['1729025024', '1729026047', 'SG'],
|
1083 |
-
['1729026048', '1729027071', 'NZ'],
|
1084 |
-
['1729027072', '1729028095', 'HK'],
|
1085 |
-
['1729028096', '1729029119', 'SG'],
|
1086 |
-
['1729029120', '1729029375', 'AU'],
|
1087 |
-
['1729029376', '1729029631', 'ID'],
|
1088 |
-
['1729029632', '1729029887', 'AU'],
|
1089 |
-
['1729029888', '1729030143', 'PK'],
|
1090 |
-
['1729030144', '1729031167', 'IN'],
|
1091 |
-
['1729031168', '1729032191', 'SG'],
|
1092 |
-
['1729032192', '1729033215', 'CN'],
|
1093 |
-
['1729033216', '1729034239', 'SG'],
|
1094 |
-
['1729034240', '1729035263', 'KH'],
|
1095 |
-
['1729035264', '1729036287', 'AU'],
|
1096 |
-
['1729036288', '1729037311', 'JP'],
|
1097 |
-
['1729037312', '1729038335', 'CN'],
|
1098 |
-
['1729038336', '1729039359', 'CN'],
|
1099 |
-
['1729040384', '1729041407', 'CN'],
|
1100 |
-
['1729041408', '1729042431', 'HK'],
|
1101 |
-
['1729042432', '1729043455', 'HK'],
|
1102 |
-
['1729043456', '1729044479', 'HK'],
|
1103 |
-
['1729044480', '1729045503', 'JP'],
|
1104 |
-
['1729045504', '1729046015', 'ID'],
|
1105 |
-
['1729046272', '1729046527', 'JP'],
|
1106 |
-
['1729046528', '1729047551', 'BD'],
|
1107 |
-
['1729047552', '1729048575', 'AU'],
|
1108 |
-
['1729048576', '1729049599', 'VN'],
|
1109 |
-
['1729049600', '1729050623', 'IN'],
|
1110 |
-
['1729050624', '1729051647', 'IN'],
|
1111 |
-
['1729051648', '1729052671', 'IN'],
|
1112 |
-
['1729052672', '1729053695', 'IN'],
|
1113 |
-
['1729053696', '1729054719', 'JP'],
|
1114 |
-
['1729054720', '1729055231', 'AU'],
|
1115 |
-
['1729055232', '1729055487', 'IN'],
|
1116 |
-
['1729055488', '1729055743', 'NZ'],
|
1117 |
-
['1729055744', '1729056767', 'JP'],
|
1118 |
-
['1729056768', '1729057791', 'IN'],
|
1119 |
-
['1729057792', '1729058815', 'HK'],
|
1120 |
-
['1729060864', '1729061887', 'CN'],
|
1121 |
-
['1729061888', '1729062911', 'SG'],
|
1122 |
-
['1729062912', '1729063935', 'MY'],
|
1123 |
-
['1729063936', '1729064959', 'JP'],
|
1124 |
-
['1729064960', '1729065983', 'PG'],
|
1125 |
-
['1729065984', '1729067007', 'JP'],
|
1126 |
-
['1729067008', '1729068031', 'HK'],
|
1127 |
-
['1729068032', '1729068287', 'IN'],
|
1128 |
-
['1729068288', '1729068543', 'US'],
|
1129 |
-
['1729068544', '1729069055', 'NZ'],
|
1130 |
-
['1729069056', '1729070079', 'AU'],
|
1131 |
-
['1729070080', '1729071103', 'HK'],
|
1132 |
-
['1729071104', '1729072127', 'MY'],
|
1133 |
-
['1729072128', '1729072639', 'BD'],
|
1134 |
-
['1729072640', '1729072895', 'BD'],
|
1135 |
-
['1729072896', '1729073151', 'ID'],
|
1136 |
-
['1729073152', '1729074175', 'TH'],
|
1137 |
-
['1729074176', '1729075199', 'AU'],
|
1138 |
-
['1729075200', '1729076223', 'NZ'],
|
1139 |
-
['1729076224', '1729076735', 'AU'],
|
1140 |
-
['1729076736', '1729076991', 'HK'],
|
1141 |
-
['1729076992', '1729077247', 'IN'],
|
1142 |
-
['1729077248', '1729078271', 'JP'],
|
1143 |
-
['1729078272', '1729079295', 'BD'],
|
1144 |
-
['1729079296', '1729080319', 'AU'],
|
1145 |
-
['1729080320', '1729081343', 'ID'],
|
1146 |
-
['1729081344', '1729081599', 'IN'],
|
1147 |
-
['1729081600', '1729081855', 'AU'],
|
1148 |
-
['1729081856', '1729082111', 'AU'],
|
1149 |
-
['1729082112', '1729082367', 'IN'],
|
1150 |
-
['1729082368', '1729083391', 'HK'],
|
1151 |
-
['1729083392', '1729084415', 'JP'],
|
1152 |
-
['1729084416', '1729085439', 'JP'],
|
1153 |
-
['1729085440', '1729086463', 'HK'],
|
1154 |
-
['1729086464', '1729087487', 'HK'],
|
1155 |
-
['1729087488', '1729088511', 'CN'],
|
1156 |
-
['1729088512', '1729089535', 'AU'],
|
1157 |
-
['1729089536', '1729090559', 'AU'],
|
1158 |
-
['1729090560', '1729091583', 'JP'],
|
1159 |
-
['1729091584', '1729092607', 'HK'],
|
1160 |
-
['1729093632', '1729094143', 'BD'],
|
1161 |
-
['1729094144', '1729094399', 'ID'],
|
1162 |
-
['1729094656', '1729095679', 'IN'],
|
1163 |
-
['1729095680', '1729096703', 'SG'],
|
1164 |
-
['1729096704', '1729097215', 'AU'],
|
1165 |
-
['1729097216', '1729097727', 'AF'],
|
1166 |
-
['1729097728', '1729098751', 'ID'],
|
1167 |
-
['1729098752', '1729099775', 'BD'],
|
1168 |
-
['1729099776', '1729100287', 'IN'],
|
1169 |
-
['1729100288', '1729100543', 'IN'],
|
1170 |
-
['1729100544', '1729100799', 'ID'],
|
1171 |
-
['1729100800', '1729101823', 'IN'],
|
1172 |
-
['1729101824', '1729102847', 'VN'],
|
1173 |
-
['1729102848', '1729103359', 'IN'],
|
1174 |
-
['1729103360', '1729103871', 'IN'],
|
1175 |
-
['1729103872', '1729104895', 'JP'],
|
1176 |
-
['1729104896', '1729105407', 'IN'],
|
1177 |
-
['1729105408', '1729105663', 'IN'],
|
1178 |
-
['1729105664', '1729105919', 'VU'],
|
1179 |
-
['1729105920', '1729106943', 'SG'],
|
1180 |
-
['1729106944', '1729107967', 'NZ'],
|
1181 |
-
['1729107968', '1729108479', 'BD'],
|
1182 |
-
['1729108480', '1729108991', 'HK'],
|
1183 |
-
['1729108992', '1729110015', 'IN'],
|
1184 |
-
['1729110016', '1729111039', 'IN'],
|
1185 |
-
['1729111040', '1729112063', 'JP'],
|
1186 |
-
['1729112064', '1729113087', 'MY'],
|
1187 |
-
['1729113088', '1729113599', 'IN'],
|
1188 |
-
['1729113600', '1729113855', 'IN'],
|
1189 |
-
['1729113856', '1729114111', 'IN'],
|
1190 |
-
['1729114112', '1729114623', 'ID'],
|
1191 |
-
['1729114624', '1729114879', 'IN'],
|
1192 |
-
['1729114880', '1729115135', 'AU'],
|
1193 |
-
['1729115136', '1729116159', 'CN'],
|
1194 |
-
['1729116160', '1729117183', 'IN'],
|
1195 |
-
['1729117184', '1729118207', 'KH'],
|
1196 |
-
['1729118208', '1729119231', 'AU'],
|
1197 |
-
['1729119232', '1729120255', 'IN'],
|
1198 |
-
['1729120256', '1729121279', 'BD'],
|
1199 |
-
['1729121280', '1729121535', 'IN'],
|
1200 |
-
['1729121536', '1729121791', 'ID'],
|
1201 |
-
['1729121792', '1729122047', 'ID'],
|
1202 |
-
['1729122048', '1729122303', 'ID'],
|
1203 |
-
['1729122304', '1729123327', 'CN'],
|
1204 |
-
['1729123328', '1729124351', 'CN'],
|
1205 |
-
['1729124352', '1729125375', 'CN'],
|
1206 |
-
['1729125376', '1729126399', 'AU'],
|
1207 |
-
['1729126400', '1729127423', 'AU'],
|
1208 |
-
['1729127424', '1729127679', 'IN'],
|
1209 |
-
['1729127680', '1729127935', 'IN'],
|
1210 |
-
['1729127936', '1729128447', 'SG'],
|
1211 |
-
['1729128448', '1729129471', 'IN'],
|
1212 |
-
['1729129472', '1729130495', 'CN'],
|
1213 |
-
['1729130496', '1729131519', 'ID'],
|
1214 |
-
['1729132544', '1729133567', 'BN'],
|
1215 |
-
['1729133568', '1729134591', 'CN'],
|
1216 |
-
['1729134592', '1729135615', 'AU'],
|
1217 |
-
['1729135616', '1729136127', 'ID'],
|
1218 |
-
['1729136128', '1729136639', 'AU'],
|
1219 |
-
['1729136640', '1729137663', 'ID'],
|
1220 |
-
['1729137664', '1729138687', 'IN'],
|
1221 |
-
['1729138688', '1729139711', 'IN'],
|
1222 |
-
['1729139712', '1729140735', 'AU'],
|
1223 |
-
['1729140736', '1729141759', 'BD'],
|
1224 |
-
['1729141760', '1729142783', 'PG'],
|
1225 |
-
['1729142784', '1729143807', 'JP'],
|
1226 |
-
['1729143808', '1729144831', 'IN'],
|
1227 |
-
['1729144832', '1729145855', 'PH'],
|
1228 |
-
['1729145856', '1729146879', 'NZ'],
|
1229 |
-
['1729146880', '1729147903', 'IN'],
|
1230 |
-
['1729147904', '1729148415', 'NZ'],
|
1231 |
-
['1729148416', '1729148927', 'MY'],
|
1232 |
-
['1729148928', '1729149951', 'HK'],
|
1233 |
-
['1729149952', '1729150975', 'ID'],
|
1234 |
-
['1729150976', '1729151999', 'AU'],
|
1235 |
-
['1729152000', '1729152255', 'IN'],
|
1236 |
-
['1729152256', '1729152511', 'ID'],
|
1237 |
-
['1729152512', '1729153023', 'ID'],
|
1238 |
-
['1729153024', '1729154047', 'IN'],
|
1239 |
-
['1729154048', '1729155071', 'TH'],
|
1240 |
-
['1729155072', '1729155583', 'IN'],
|
1241 |
-
['1729155584', '1729156095', 'AU'],
|
1242 |
-
['1729157120', '1729158143', 'HK'],
|
1243 |
-
['1729158144', '1729158399', 'ID'],
|
1244 |
-
['1729158400', '1729158655', 'IN'],
|
1245 |
-
['1729158656', '1729158911', 'IN'],
|
1246 |
-
['1729158912', '1729159167', 'ID'],
|
1247 |
-
['1729159168', '1729160191', 'JP'],
|
1248 |
-
['1729160192', '1729161215', 'HK'],
|
1249 |
-
['1729161216', '1729162239', 'ID'],
|
1250 |
-
['1729162240', '1729163263', 'JP'],
|
1251 |
-
['1729163264', '1729164287', 'TW'],
|
1252 |
-
['1729164288', '1729165311', 'TW'],
|
1253 |
-
['1729166336', '1729167359', 'HK'],
|
1254 |
-
['1729167360', '1729168383', 'IN'],
|
1255 |
-
['1729169408', '1729170431', 'TW'],
|
1256 |
-
['1729170432', '1729171455', 'HK'],
|
1257 |
-
['1729171456', '1729171967', 'AU'],
|
1258 |
-
['1729171968', '1729172223', 'IN'],
|
1259 |
-
['1729172224', '1729172479', 'MY'],
|
1260 |
-
['1729172480', '1729173503', 'PH'],
|
1261 |
-
['1729173504', '1729174527', 'BN'],
|
1262 |
-
['1729174528', '1729175551', 'HK'],
|
1263 |
-
['1729175552', '1729176575', 'HK'],
|
1264 |
-
['1729176576', '1729177599', 'BD'],
|
1265 |
-
['1729177600', '1729178623', 'CN'],
|
1266 |
-
['1729178624', '1729179647', 'NC'],
|
1267 |
-
['1729179648', '1729180671', 'IN'],
|
1268 |
-
['1729180672', '1729181695', 'ID'],
|
1269 |
-
['1729181696', '1729182207', 'AU'],
|
1270 |
-
['1729182208', '1729182463', 'ID'],
|
1271 |
-
['1729182464', '1729182719', 'AU'],
|
1272 |
-
['1729182720', '1729183743', 'AF'],
|
1273 |
-
['1729183744', '1729184767', 'CN'],
|
1274 |
-
['1729184768', '1729185791', 'BD'],
|
1275 |
-
['1729185792', '1729186815', 'HK'],
|
1276 |
-
['1729186816', '1729187327', 'ID'],
|
1277 |
-
['1729187328', '1729187583', 'MY'],
|
1278 |
-
['1729187584', '1729187839', 'ID'],
|
1279 |
-
['1729187840', '1729188863', 'IN'],
|
1280 |
-
['1729188864', '1729189887', 'IN'],
|
1281 |
-
['1729189888', '1729190911', 'VN'],
|
1282 |
-
['1729190912', '1729191935', 'HK'],
|
1283 |
-
['1729191936', '1729192959', 'IN'],
|
1284 |
-
['1729192960', '1729193983', 'IN'],
|
1285 |
-
['1729193984', '1729195007', 'IN'],
|
1286 |
-
['1729195008', '1729195519', 'MN'],
|
1287 |
-
['1729195520', '1729196031', 'IN'],
|
1288 |
-
['1729196032', '1729197055', 'GU'],
|
1289 |
-
['1729197056', '1729198079', 'HK'],
|
1290 |
-
['1729198080', '1729199103', 'CN'],
|
1291 |
-
['1729199104', '1729199615', 'MY'],
|
1292 |
-
['1729199616', '1729199871', 'JP'],
|
1293 |
-
['1729199872', '1729200127', 'TH'],
|
1294 |
-
['1729200128', '1729201151', 'IN'],
|
1295 |
-
['1729201152', '1729202175', 'AU'],
|
1296 |
-
['1729202176', '1729203199', 'CN'],
|
1297 |
-
['1729203200', '1729204223', 'SG'],
|
1298 |
-
['1729204224', '1729205247', 'SG'],
|
1299 |
-
['1729206272', '1729207295', 'AU'],
|
1300 |
-
['1729207296', '1729208319', 'IN'],
|
1301 |
-
['1729208320', '1729209343', 'CN'],
|
1302 |
-
['1729209344', '1729209599', 'ID'],
|
1303 |
-
['1729209600', '1729209855', 'AF'],
|
1304 |
-
['1729209856', '1729210367', 'AF'],
|
1305 |
-
['1729210368', '1729211391', 'MY'],
|
1306 |
-
['1729211392', '1729212415', 'ID'],
|
1307 |
-
['1729212416', '1729213439', 'JP'],
|
1308 |
-
['1729213440', '1729213951', 'BD'],
|
1309 |
-
['1729213952', '1729214463', 'ID'],
|
1310 |
-
['1729214464', '1729215487', 'JP'],
|
1311 |
-
['1729215488', '1729216511', 'JP'],
|
1312 |
-
['1729216512', '1729216767', 'ID'],
|
1313 |
-
['1729216768', '1729217023', 'AU'],
|
1314 |
-
['1729217024', '1729217535', 'IN'],
|
1315 |
-
['1729217536', '1729218559', 'HK'],
|
1316 |
-
['1729218560', '1729219583', 'PK'],
|
1317 |
-
['1729219584', '1729220607', 'CN'],
|
1318 |
-
['1729220608', '1729221631', 'MY'],
|
1319 |
-
['1729221632', '1729222655', 'KH'],
|
1320 |
-
['1729222656', '1729223679', 'AU'],
|
1321 |
-
['1729223680', '1729224703', 'AU'],
|
1322 |
-
['1729224704', '1729225727', 'AU'],
|
1323 |
-
['1729225728', '1729226751', 'CN'],
|
1324 |
-
['1729226752', '1729227775', 'AU'],
|
1325 |
-
['1729227776', '1729228799', 'VN'],
|
1326 |
-
['1729228800', '1729229823', 'TW'],
|
1327 |
-
['1729229824', '1729230847', 'ID'],
|
1328 |
-
['1729230848', '1729231103', 'PH'],
|
1329 |
-
['1729231104', '1729231359', 'TH'],
|
1330 |
-
['1729231360', '1729231871', 'AU'],
|
1331 |
-
['1729231872', '1729232383', 'AU'],
|
1332 |
-
['1729232384', '1729232895', 'AU'],
|
1333 |
-
['1729232896', '1729233919', 'MY'],
|
1334 |
-
['1729233920', '1729234943', 'VN'],
|
1335 |
-
['1729234944', '1729235967', 'PK'],
|
1336 |
-
['1729235968', '1729236991', 'PK'],
|
1337 |
-
['1729236992', '1729238015', 'ID'],
|
1338 |
-
['1729238016', '1729239039', 'PK'],
|
1339 |
-
['1729239040', '1729240063', 'JP'],
|
1340 |
-
['1729240064', '1729241087', 'ID'],
|
1341 |
-
['1729241088', '1729241599', 'ID'],
|
1342 |
-
['1729241600', '1729242111', 'ID'],
|
1343 |
-
['1729242112', '1729243135', 'AU'],
|
1344 |
-
['1729243136', '1729244159', 'AU'],
|
1345 |
-
['1729245184', '1729246207', 'AU'],
|
1346 |
-
['1729246208', '1729246719', 'AU'],
|
1347 |
-
['1729246720', '1729247231', 'AU'],
|
1348 |
-
['1729247232', '1729248255', 'NZ'],
|
1349 |
-
['1729248256', '1729249279', 'JP'],
|
1350 |
-
['1729249280', '1729250303', 'IN'],
|
1351 |
-
['1729250304', '1729251327', 'IN'],
|
1352 |
-
['1729251328', '1729252351', 'IN'],
|
1353 |
-
['1729252352', '1729253375', 'ID'],
|
1354 |
-
['1729253376', '1729254399', 'BD'],
|
1355 |
-
['1729254400', '1729255423', 'AU'],
|
1356 |
-
['1729255424', '1729256447', 'MY'],
|
1357 |
-
['1729256448', '1729257471', 'MY'],
|
1358 |
-
['1729257472', '1729258495', 'ID'],
|
1359 |
-
['1729258496', '1729259519', 'JP'],
|
1360 |
-
['1729259520', '1729260543', 'IN'],
|
1361 |
-
['1729260544', '1729261567', 'AU'],
|
1362 |
-
['1729261568', '1729262591', 'JP'],
|
1363 |
-
['1729262592', '1729262847', 'PK'],
|
1364 |
-
['1729262848', '1729263103', 'ID'],
|
1365 |
-
['1729263104', '1729263615', 'NZ'],
|
1366 |
-
['1729263616', '1729264639', 'IN'],
|
1367 |
-
['1729264640', '1729265663', 'AU'],
|
1368 |
-
['1729265664', '1729266687', 'TW'],
|
1369 |
-
['1729266688', '1729267711', 'ID'],
|
1370 |
-
['1729267712', '1729268735', 'NZ'],
|
1371 |
-
['1729268736', '1729269759', 'IN'],
|
1372 |
-
['1729269760', '1729270783', 'ID'],
|
1373 |
-
['1729270784', '1729271807', 'AU'],
|
1374 |
-
['1729271808', '1729272063', 'IN'],
|
1375 |
-
['1729272064', '1729272319', 'ID'],
|
1376 |
-
['1729272320', '1729272831', 'AU'],
|
1377 |
-
['1729272832', '1729273855', 'IN'],
|
1378 |
-
['1729273856', '1729274879', 'AF'],
|
1379 |
-
['1729274880', '1729275903', 'IN'],
|
1380 |
-
['1729275904', '1729276927', 'IN'],
|
1381 |
-
['1729276928', '1729277951', 'BN'],
|
1382 |
-
['1729277952', '1729278975', 'VN'],
|
1383 |
-
['1729278976', '1729279231', 'BD'],
|
1384 |
-
['1729279232', '1729279487', 'ID'],
|
1385 |
-
['1729279488', '1729279999', 'HK'],
|
1386 |
-
['1729281024', '1729281279', 'AU'],
|
1387 |
-
['1729281280', '1729281535', 'AU'],
|
1388 |
-
['1729281536', '1729282047', 'ID'],
|
1389 |
-
['1729282048', '1729283071', 'CN'],
|
1390 |
-
['1729283072', '1729284095', 'AU'],
|
1391 |
-
['1729284096', '1729285119', 'NZ'],
|
1392 |
-
['1729286144', '1729287167', 'CN'],
|
1393 |
-
['1729287168', '1729288191', 'CN'],
|
1394 |
-
['1729288192', '1729289215', 'IN'],
|
1395 |
-
['1729289216', '1729290239', 'ID'],
|
1396 |
-
['1729290240', '1729291263', 'CN'],
|
1397 |
-
['1729291264', '1729292287', 'PH'],
|
1398 |
-
['1729293312', '1729294335', 'ID'],
|
1399 |
-
['1729294336', '1729294591', 'ID'],
|
1400 |
-
['1729294592', '1729294847', 'AU'],
|
1401 |
-
['1729294848', '1729295103', 'IN'],
|
1402 |
-
['1729295104', '1729295359', 'PK'],
|
1403 |
-
['1729295360', '1729296383', 'MY'],
|
1404 |
-
['1729296384', '1729297407', 'IN'],
|
1405 |
-
['1729297408', '1729298431', 'AU'],
|
1406 |
-
['1729298432', '1729299455', 'CN'],
|
1407 |
-
['1729299456', '1729300479', 'NZ'],
|
1408 |
-
['1729300480', '1729300991', 'SG'],
|
1409 |
-
['1729300992', '1729301503', 'NZ'],
|
1410 |
-
['1729301504', '1729302527', 'CN'],
|
1411 |
-
['1729302528', '1729302783', 'PH'],
|
1412 |
-
['1729302784', '1729303039', 'IN'],
|
1413 |
-
['1729303040', '1729303551', 'IN'],
|
1414 |
-
['1729303552', '1729304575', 'SG'],
|
1415 |
-
['1729304576', '1729305599', 'HK'],
|
1416 |
-
['1729306624', '1729307647', 'PH'],
|
1417 |
-
['1729307648', '1729307903', 'BD'],
|
1418 |
-
['1729307904', '1729308159', 'ID'],
|
1419 |
-
['1729308160', '1729308415', 'HK'],
|
1420 |
-
['1729308416', '1729308671', 'IN'],
|
1421 |
-
['1729308672', '1729309695', 'CN'],
|
1422 |
-
['1729309696', '1729310719', 'CN'],
|
1423 |
-
['1729311744', '1729312767', 'IN'],
|
1424 |
-
['1729312768', '1729313791', 'ID'],
|
1425 |
-
['1729313792', '1729314815', 'AU'],
|
1426 |
-
['1729314816', '1729315839', 'CN'],
|
1427 |
-
['1729315840', '1729316863', 'CN'],
|
1428 |
-
['1729316864', '1729317887', 'CN'],
|
1429 |
-
['1729317888', '1729318911', 'ID'],
|
1430 |
-
['1729318912', '1729319423', 'ID'],
|
1431 |
-
['1729319424', '1729319935', 'SG'],
|
1432 |
-
['1729319936', '1729320959', 'US'],
|
1433 |
-
['1729320960', '1729321983', 'IN'],
|
1434 |
-
['1729321984', '1729323007', 'AU'],
|
1435 |
-
['1729323008', '1729324031', 'VN'],
|
1436 |
-
['1729324032', '1729325055', 'NZ'],
|
1437 |
-
['1729325056', '1729326079', 'TH'],
|
1438 |
-
['1729326080', '1729327103', 'ID'],
|
1439 |
-
['1729327104', '1729328127', 'AU'],
|
1440 |
-
['1729328128', '1729329151', 'JP'],
|
1441 |
-
['1729330176', '1729331199', 'KR'],
|
1442 |
-
['1729331200', '1729331711', 'IN'],
|
1443 |
-
['1729331712', '1729332223', 'BD'],
|
1444 |
-
['1729332224', '1729333247', 'IN'],
|
1445 |
-
['1729333248', '1729334271', 'IN'],
|
1446 |
-
['1729334272', '1729335295', 'IN'],
|
1447 |
-
['1729335296', '1729336319', 'AU'],
|
1448 |
-
['1729336320', '1729337343', 'IN'],
|
1449 |
-
['1729337344', '1729338367', 'IN'],
|
1450 |
-
['1729339392', '1729340415', 'JP'],
|
1451 |
-
['1729340416', '1729341439', 'VN'],
|
1452 |
-
['1729341440', '1729341951', 'IN'],
|
1453 |
-
['1729341952', '1729342463', 'AU'],
|
1454 |
-
['1729342464', '1729343487', 'AU'],
|
1455 |
-
['1729343488', '1729344511', 'ID'],
|
1456 |
-
['1729344512', '1729345535', 'ID'],
|
1457 |
-
['1729345536', '1729346559', 'ID'],
|
1458 |
-
['1729346560', '1729347583', 'HK'],
|
1459 |
-
['1729347584', '1729348607', 'AU'],
|
1460 |
-
['1729348608', '1729349631', 'IN'],
|
1461 |
-
['1729349632', '1729350655', 'IN'],
|
1462 |
-
['1729350656', '1729351679', 'ID'],
|
1463 |
-
['1729351680', '1729352703', 'ID'],
|
1464 |
-
['1729352704', '1729353727', 'IN'],
|
1465 |
-
['1729353728', '1729353983', 'AU'],
|
1466 |
-
['1729353984', '1729354239', 'IN'],
|
1467 |
-
['1729354240', '1729354495', 'AU'],
|
1468 |
-
['1729354496', '1729354751', 'MY'],
|
1469 |
-
['1729354752', '1729355775', 'VN'],
|
1470 |
-
['1729355776', '1729356799', 'IN'],
|
1471 |
-
['1729356800', '1729357823', 'ID'],
|
1472 |
-
['1729357824', '1729358847', 'CN'],
|
1473 |
-
['1729358848', '1729359871', 'HK'],
|
1474 |
-
['1729359872', '1729360895', 'JP'],
|
1475 |
-
['1729360896', '1729361919', 'AU'],
|
1476 |
-
['1729361920', '1729362943', 'IN'],
|
1477 |
-
['1729362944', '1729363967', 'BD'],
|
1478 |
-
['1729363968', '1729364991', 'PK'],
|
1479 |
-
['1729364992', '1729366015', 'JP'],
|
1480 |
-
['1729366016', '1729367039', 'JP'],
|
1481 |
-
['1729367040', '1729368063', 'CN'],
|
1482 |
-
['1729368064', '1729368319', 'AU'],
|
1483 |
-
['1729368320', '1729368575', 'AU'],
|
1484 |
-
['1729368576', '1729369087', 'AU'],
|
1485 |
-
['1729369088', '1729369343', 'AU'],
|
1486 |
-
['1729369344', '1729369599', 'ID'],
|
1487 |
-
['1729369600', '1729370111', 'AU'],
|
1488 |
-
['1729370112', '1729371135', 'BN'],
|
1489 |
-
['1729371136', '1729372159', 'IN'],
|
1490 |
-
['1729372160', '1729373183', 'CN'],
|
1491 |
-
['1729373184', '1729374207', 'JP'],
|
1492 |
-
['1729374208', '1729375231', 'TW'],
|
1493 |
-
['1729375232', '1729376255', 'CN'],
|
1494 |
-
['1729376256', '1729376511', 'AU'],
|
1495 |
-
['1729376512', '1729376767', 'AU'],
|
1496 |
-
['1729376768', '1729377023', 'SG'],
|
1497 |
-
['1729377024', '1729377279', 'ID'],
|
1498 |
-
['1729377280', '1729378303', 'BD'],
|
1499 |
-
['1729378304', '1729378559', 'AU'],
|
1500 |
-
['1729378560', '1729378815', 'IN'],
|
1501 |
-
['1729378816', '1729379071', 'KR'],
|
1502 |
-
['1729379072', '1729379327', 'SG'],
|
1503 |
-
['1729379328', '1729380351', 'HK'],
|
1504 |
-
['1729380352', '1729381375', 'IN'],
|
1505 |
-
['1729381376', '1729382399', 'CN'],
|
1506 |
-
['1729382400', '1729383423', 'JP'],
|
1507 |
-
['1729383424', '1729384447', 'PG'],
|
1508 |
-
['1729384448', '1729385471', 'KH'],
|
1509 |
-
['1729385472', '1729386495', 'JP'],
|
1510 |
-
['1729386496', '1729386751', 'NZ'],
|
1511 |
-
['1729386752', '1729387007', 'BD'],
|
1512 |
-
['1729387008', '1729387519', 'ID'],
|
1513 |
-
['1729387520', '1729388543', 'SG'],
|
1514 |
-
['1729390592', '1729391103', 'IN'],
|
1515 |
-
['1729391104', '1729391615', 'ID'],
|
1516 |
-
['1729392640', '1729393663', 'CN'],
|
1517 |
-
['1729393664', '1729394687', 'KR'],
|
1518 |
-
['1729394688', '1729395711', 'TH'],
|
1519 |
-
['1729395712', '1729395967', 'NR'],
|
1520 |
-
['1729395968', '1729396223', 'IN'],
|
1521 |
-
['1729396224', '1729396735', 'IN'],
|
1522 |
-
['1729396736', '1729397759', 'CN'],
|
1523 |
-
['1729397760', '1729398783', 'PK'],
|
1524 |
-
['1729398784', '1729399807', 'NZ'],
|
1525 |
-
['1729399808', '1729400831', 'BD'],
|
1526 |
-
['1729400832', '1729401855', 'VN'],
|
1527 |
-
['1729401856', '1729402879', 'VN'],
|
1528 |
-
['1729402880', '1729403903', 'MN'],
|
1529 |
-
['1729403904', '1729404927', 'JP'],
|
1530 |
-
['1729404928', '1729405951', 'CN'],
|
1531 |
-
['1729405952', '1729406207', 'IN'],
|
1532 |
-
['1729406208', '1729406463', 'HK'],
|
1533 |
-
['1729406464', '1729406975', 'ID'],
|
1534 |
-
['1729406976', '1729407999', 'SG'],
|
1535 |
-
['1729408000', '1729409023', 'HK'],
|
1536 |
-
['1729409024', '1729410047', 'TW'],
|
1537 |
-
['1729410048', '1729411071', 'BD'],
|
1538 |
-
['1729411072', '1729412095', 'ID'],
|
1539 |
-
['1729412096', '1729413119', 'ID'],
|
1540 |
-
['1729413120', '1729414143', 'HK'],
|
1541 |
-
['1729414144', '1729414655', 'ID'],
|
1542 |
-
['1729415168', '1729416191', 'AU'],
|
1543 |
-
['1729416192', '1729417215', 'TH'],
|
1544 |
-
['1729417216', '1729418239', 'AU'],
|
1545 |
-
['1729418240', '1729419263', 'IN'],
|
1546 |
-
['1729419264', '1729419519', 'AU'],
|
1547 |
-
['1729419520', '1729419775', 'SG'],
|
1548 |
-
['1729419776', '1729420031', 'IN'],
|
1549 |
-
['1729420288', '1729421311', 'HK'],
|
1550 |
-
['1729421312', '1729422335', 'MY'],
|
1551 |
-
['1729423360', '1729423871', 'VU'],
|
1552 |
-
['1729423872', '1729424383', 'AU'],
|
1553 |
-
['1729424384', '1729425407', 'HK'],
|
1554 |
-
['1729426432', '1729426687', 'AU'],
|
1555 |
-
['1729426688', '1729426943', 'AU'],
|
1556 |
-
['1729426944', '1729427455', 'AU'],
|
1557 |
-
['1729427456', '1729428479', 'CN'],
|
1558 |
-
['1729428480', '1729429503', 'AU'],
|
1559 |
-
['1729429504', '1729430527', 'AU'],
|
1560 |
-
['1729431552', '1729432575', 'HK'],
|
1561 |
-
['1729432576', '1729433599', 'PH'],
|
1562 |
-
['1729433600', '1729433855', 'IN'],
|
1563 |
-
['1729433856', '1729434111', 'AU'],
|
1564 |
-
['1729434112', '1729434623', 'IN'],
|
1565 |
-
['1729434624', '1729435647', 'AU'],
|
1566 |
-
['1729435648', '1729436671', 'TH'],
|
1567 |
-
['1729436672', '1729437695', 'SG'],
|
1568 |
-
['1729437696', '1729438719', 'MY'],
|
1569 |
-
['1729438720', '1729439743', 'JP'],
|
1570 |
-
['1729439744', '1729440767', 'BD'],
|
1571 |
-
['1729440768', '1729441791', 'MY'],
|
1572 |
-
['1729441792', '1729442815', 'AU'],
|
1573 |
-
['1729442816', '1729443839', 'IN'],
|
1574 |
-
['1729443840', '1729444351', 'AU'],
|
1575 |
-
['1729444352', '1729444863', 'AE'],
|
1576 |
-
['1729444864', '1729445887', 'TW'],
|
1577 |
-
['1729445888', '1729446399', 'SG'],
|
1578 |
-
['1729446400', '1729446655', 'IN'],
|
1579 |
-
['1729446656', '1729446911', 'IN'],
|
1580 |
-
['1729446912', '1729447935', 'SG'],
|
1581 |
-
['1729447936', '1729448959', 'BD'],
|
1582 |
-
['1729448960', '1729449983', 'IN'],
|
1583 |
-
['1729449984', '1729450239', 'SG'],
|
1584 |
-
['1729450240', '1729450495', 'SG'],
|
1585 |
-
['1729450496', '1729451007', 'IN'],
|
1586 |
-
['1729451008', '1729452031', 'ID'],
|
1587 |
-
['1729452032', '1729453055', 'MY'],
|
1588 |
-
['1729453056', '1729454079', 'ID'],
|
1589 |
-
['1729455104', '1729456127', 'JP'],
|
1590 |
-
['1729456128', '1729457151', 'JP'],
|
1591 |
-
['1729457152', '1729458175', 'AU'],
|
1592 |
-
['1729458176', '1729459199', 'CN'],
|
1593 |
-
['1729459200', '1729460223', 'CN'],
|
1594 |
-
['1729460224', '1729461247', 'VN'],
|
1595 |
-
['1729461248', '1729462271', 'IN'],
|
1596 |
-
['1729462272', '1729463295', 'AU'],
|
1597 |
-
['1729463296', '1729464319', 'AU'],
|
1598 |
-
['1729464320', '1729465343', 'CN'],
|
1599 |
-
['1729465344', '1729466367', 'CN'],
|
1600 |
-
['1729466368', '1729467391', 'AU'],
|
1601 |
-
['1729467392', '1729468415', 'VN'],
|
1602 |
-
['1729468416', '1729469439', 'MY'],
|
1603 |
-
['1729469440', '1729470463', 'AU'],
|
1604 |
-
['1729470464', '1729471487', 'IN'],
|
1605 |
-
['1729471488', '1729472511', 'LK'],
|
1606 |
-
['1729472512', '1729473535', 'PH'],
|
1607 |
-
['1729473536', '1729474559', 'NZ'],
|
1608 |
-
['1729474560', '1729475583', 'CN'],
|
1609 |
-
['1729475584', '1729476607', 'MY'],
|
1610 |
-
['1729476608', '1729477631', 'IN'],
|
1611 |
-
['1729478656', '1729478911', 'BD'],
|
1612 |
-
['1729478912', '1729479167', 'NZ'],
|
1613 |
-
['1729479168', '1729479423', 'NZ'],
|
1614 |
-
['1729479680', '1729480703', 'TW'],
|
1615 |
-
['1729480704', '1729481727', 'KR'],
|
1616 |
-
['1729481728', '1729482751', 'ID'],
|
1617 |
-
['1729482752', '1729483775', 'CN'],
|
1618 |
-
['1729483776', '1729484799', 'ID'],
|
1619 |
-
['1729484800', '1729485823', 'ID'],
|
1620 |
-
['1729486848', '1729487871', 'ID'],
|
1621 |
-
['1729487872', '1729488127', 'ID'],
|
1622 |
-
['1729488128', '1729488383', 'ID'],
|
1623 |
-
['1729488384', '1729488895', 'SB'],
|
1624 |
-
['1729488896', '1729489919', 'IN'],
|
1625 |
-
['1729489920', '1729490943', 'IN'],
|
1626 |
-
['1729490944', '1729491967', 'CN'],
|
1627 |
-
['1729491968', '1729492991', 'US'],
|
1628 |
-
['1729492992', '1729494015', 'SB'],
|
1629 |
-
['1729494016', '1729495039', 'MY'],
|
1630 |
-
['1729495040', '1729496063', 'CN'],
|
1631 |
-
['1729496064', '1729497087', 'CN'],
|
1632 |
-
['1729497088', '1729498111', 'CN'],
|
1633 |
-
['1729498112', '1729499135', 'CN'],
|
1634 |
-
['1729499136', '1729500159', 'CN'],
|
1635 |
-
['1729500160', '1729501183', 'CN'],
|
1636 |
-
['1729501184', '1729502207', 'CN'],
|
1637 |
-
['1729502208', '1729503231', 'CN'],
|
1638 |
-
['1729503232', '1729504255', 'CN'],
|
1639 |
-
['1729504256', '1729505279', 'CN'],
|
1640 |
-
['1729505280', '1729506303', 'CN'],
|
1641 |
-
['1729506304', '1729507327', 'CN'],
|
1642 |
-
['1729507328', '1729508351', 'CN'],
|
1643 |
-
['1729508352', '1729509375', 'CN'],
|
1644 |
-
['1729509376', '1729510399', 'CN'],
|
1645 |
-
['1729510400', '1729511423', 'CN'],
|
1646 |
-
['1729511424', '1729512447', 'CN'],
|
1647 |
-
['1729512448', '1729513471', 'CN'],
|
1648 |
-
['1729513472', '1729514495', 'CN'],
|
1649 |
-
['1729514496', '1729515519', 'CN'],
|
1650 |
-
['1729515520', '1729516543', 'CN'],
|
1651 |
-
['1729516544', '1729517567', 'CN'],
|
1652 |
-
['1729517568', '1729518591', 'CN'],
|
1653 |
-
['1729518592', '1729519615', 'CN'],
|
1654 |
-
['1729520640', '1729521663', 'CN'],
|
1655 |
-
['1729521664', '1729522687', 'CN'],
|
1656 |
-
['1729522688', '1729523711', 'CN'],
|
1657 |
-
['1729523712', '1729524735', 'CN'],
|
1658 |
-
['1729524736', '1729525759', 'CN'],
|
1659 |
-
['1729525760', '1729526783', 'CN'],
|
1660 |
-
['1729526784', '1729527807', 'CN'],
|
1661 |
-
['1729527808', '1729528831', 'SG'],
|
1662 |
-
['1729528832', '1729529855', 'ID'],
|
1663 |
-
['1729529856', '1729530879', 'ID'],
|
1664 |
-
['1729530880', '1729531903', 'IN'],
|
1665 |
-
['1729531904', '1729532927', 'AU'],
|
1666 |
-
['1729532928', '1729533951', 'MY'],
|
1667 |
-
['1729533952', '1729534975', 'JP'],
|
1668 |
-
['1729534976', '1729535999', 'TW'],
|
1669 |
-
['1729536000', '1729537023', 'MY'],
|
1670 |
-
['1729537024', '1729537535', 'ID'],
|
1671 |
-
['1729537536', '1729537791', 'ID'],
|
1672 |
-
['1729537792', '1729538047', 'JP'],
|
1673 |
-
['1729538048', '1729539071', 'SG'],
|
1674 |
-
['1729539072', '1729540095', 'IN'],
|
1675 |
-
['1729540096', '1729541119', 'AU'],
|
1676 |
-
['1729541120', '1729542143', 'TH'],
|
1677 |
-
['1729542144', '1729543167', 'AU'],
|
1678 |
-
['1729543168', '1729544191', 'CN'],
|
1679 |
-
['1729544192', '1729545215', 'IN'],
|
1680 |
-
['1729545216', '1729546239', 'AU'],
|
1681 |
-
['1729546240', '1729547263', 'US'],
|
1682 |
-
['1729547264', '1729548287', 'ID'],
|
1683 |
-
['1729548544', '1729548799', 'AU'],
|
1684 |
-
['1729548800', '1729549311', 'AU'],
|
1685 |
-
['1729549312', '1729550335', 'TW'],
|
1686 |
-
['1729550336', '1729551359', 'MY'],
|
1687 |
-
['1729551360', '1729552383', 'KR'],
|
1688 |
-
['1729552384', '1729553407', 'AU'],
|
1689 |
-
['1729553408', '1729554431', 'CN'],
|
1690 |
-
['1729554432', '1729554943', 'ID'],
|
1691 |
-
['1729554944', '1729555455', 'NZ'],
|
1692 |
-
['1729555456', '1729556479', 'IN'],
|
1693 |
-
['1729556480', '1729557503', 'ID'],
|
1694 |
-
['1729557504', '1729558527', 'NZ'],
|
1695 |
-
['1729558528', '1729559551', 'ID'],
|
1696 |
-
['1729559552', '1729560575', 'CN'],
|
1697 |
-
['1729560576', '1729561599', 'AU'],
|
1698 |
-
['1729561600', '1729562623', 'JP'],
|
1699 |
-
['1729562624', '1729563647', 'CN'],
|
1700 |
-
['1729563648', '1729564671', 'JP'],
|
1701 |
-
['1729564672', '1729565695', 'NZ'],
|
1702 |
-
['1729565696', '1729566719', 'ID'],
|
1703 |
-
['1729566720', '1729567743', 'IN'],
|
1704 |
-
['1729567744', '1729567999', 'IN'],
|
1705 |
-
['1729568000', '1729568255', 'IN'],
|
1706 |
-
['1729568256', '1729568511', 'ID'],
|
1707 |
-
['1729568512', '1729568767', 'BD'],
|
1708 |
-
['1729568768', '1729569791', 'ID'],
|
1709 |
-
['1729569792', '1729570815', 'AF'],
|
1710 |
-
['1729570816', '1729571839', 'BD'],
|
1711 |
-
['1729571840', '1729572863', 'MY'],
|
1712 |
-
['1729572864', '1729573887', 'MN'],
|
1713 |
-
['1729573888', '1729574911', 'NC'],
|
1714 |
-
['1729574912', '1729575935', 'CN'],
|
1715 |
-
['1729575936', '1729576959', 'BD'],
|
1716 |
-
['1729576960', '1729577983', 'AU'],
|
1717 |
-
['1729577984', '1729578495', 'HK'],
|
1718 |
-
['1729578496', '1729578751', 'AU'],
|
1719 |
-
['1729578752', '1729579007', 'NZ'],
|
1720 |
-
['1729579008', '1729580031', 'JP'],
|
1721 |
-
['1729580032', '1729581055', 'SG'],
|
1722 |
-
['1729581056', '1729583103', 'KR'],
|
1723 |
-
['1729585152', '1729586175', 'PH'],
|
1724 |
-
['1729586176', '1729587199', 'ID'],
|
1725 |
-
['1729587200', '1729588223', 'AU'],
|
1726 |
-
['1729588224', '1729589247', 'TW'],
|
1727 |
-
['1729589248', '1729590271', 'AU'],
|
1728 |
-
['1729590272', '1729590783', 'ID'],
|
1729 |
-
['1729590784', '1729591295', 'IN'],
|
1730 |
-
['1729591296', '1729592319', 'TH'],
|
1731 |
-
['1729592320', '1729593343', 'IN'],
|
1732 |
-
['1729593344', '1729594367', 'JP'],
|
1733 |
-
['1729594368', '1729595391', 'KH'],
|
1734 |
-
['1729595392', '1729596415', 'KH'],
|
1735 |
-
['1729596416', '1729596671', 'IN'],
|
1736 |
-
['1729596672', '1729596927', 'ID'],
|
1737 |
-
['1729596928', '1729597439', 'NZ'],
|
1738 |
-
['1729597440', '1729598463', 'VN'],
|
1739 |
-
['1729598464', '1729598975', 'IN'],
|
1740 |
-
['1729598976', '1729599231', 'IN'],
|
1741 |
-
['1729599232', '1729599487', 'ID'],
|
1742 |
-
['1729599488', '1729600511', 'AU'],
|
1743 |
-
['1729600512', '1729601535', 'VN'],
|
1744 |
-
['1729601536', '1729602559', 'CN'],
|
1745 |
-
['1729602560', '1729603583', 'CN'],
|
1746 |
-
['1729603584', '1729604607', 'HK'],
|
1747 |
-
['1729605120', '1729605375', 'AU'],
|
1748 |
-
['1729605376', '1729605631', 'ID'],
|
1749 |
-
['1729605632', '1729606655', 'CN'],
|
1750 |
-
['1729606656', '1729607679', 'ID'],
|
1751 |
-
['1729607680', '1729608703', 'AU'],
|
1752 |
-
['1729608704', '1729609727', 'AU'],
|
1753 |
-
['1729609728', '1729610751', 'HK'],
|
1754 |
-
['1729611776', '1729612799', 'ID'],
|
1755 |
-
['1729612800', '1729613823', 'BD'],
|
1756 |
-
['1729613824', '1729614847', 'SG'],
|
1757 |
-
['1729614848', '1729615103', 'NZ'],
|
1758 |
-
['1729615104', '1729615359', 'KH'],
|
1759 |
-
['1729615360', '1729615615', 'IN'],
|
1760 |
-
['1729615616', '1729615871', 'MY'],
|
1761 |
-
['1729615872', '1729616895', 'AU'],
|
1762 |
-
['1729616896', '1729617919', 'JP'],
|
1763 |
-
['1729617920', '1729618943', 'ID'],
|
1764 |
-
['1729618944', '1729619967', 'CN'],
|
1765 |
-
['1729619968', '1729620479', 'ID'],
|
1766 |
-
['1729620480', '1729620991', 'ID'],
|
1767 |
-
['1729620992', '1729622015', 'IN'],
|
1768 |
-
['1729622016', '1729623039', 'ID'],
|
1769 |
-
['1729623040', '1729623295', 'ID'],
|
1770 |
-
['1729623296', '1729623551', 'AU'],
|
1771 |
-
['1729623552', '1729623807', 'TH'],
|
1772 |
-
['1729624064', '1729625087', 'JP'],
|
1773 |
-
['1729626112', '1729627135', 'HK'],
|
1774 |
-
['1729627136', '1729628159', 'SG'],
|
1775 |
-
['1729628160', '1729629183', 'KR'],
|
1776 |
-
['1729629184', '1729629695', 'ID'],
|
1777 |
-
['1729629696', '1729629951', 'AU'],
|
1778 |
-
['1729629952', '1729630207', 'HK'],
|
1779 |
-
['1729630208', '1729631231', 'PH'],
|
1780 |
-
['1729631232', '1729632255', 'IN'],
|
1781 |
-
['1729632256', '1729633279', 'CN'],
|
1782 |
-
['1729633280', '1729634303', 'NZ'],
|
1783 |
-
['1729634304', '1729635327', 'KH'],
|
1784 |
-
['1729635328', '1729636351', 'IN'],
|
1785 |
-
['1729636352', '1729637375', 'NZ'],
|
1786 |
-
['1729637376', '1729637887', 'SG'],
|
1787 |
-
['1729637888', '1729638143', 'IN'],
|
1788 |
-
['1729638144', '1729638399', 'AU'],
|
1789 |
-
['1729638400', '1729639423', 'ID'],
|
1790 |
-
['1729639424', '1729640447', 'JP'],
|
1791 |
-
['1729640448', '1729641471', 'ID'],
|
1792 |
-
['1729641472', '1729642495', 'IN'],
|
1793 |
-
['1729642496', '1729643519', 'AU'],
|
1794 |
-
['1729643520', '1729644543', 'JP'],
|
1795 |
-
['1729644544', '1729645567', 'ID'],
|
1796 |
-
['1729645568', '1729645823', 'ID'],
|
1797 |
-
['1729645824', '1729646079', 'SG'],
|
1798 |
-
['1729646080', '1729646591', 'PG'],
|
1799 |
-
['1729646592', '1729647615', 'IN'],
|
1800 |
-
['1729647616', '1729648639', 'IN'],
|
1801 |
-
['1729648640', '1729649663', 'IN'],
|
1802 |
-
['1729649664', '1729650687', 'HK'],
|
1803 |
-
['1729650688', '1729651711', 'PK'],
|
1804 |
-
['1729651712', '1729652735', 'TW'],
|
1805 |
-
['1729652736', '1729653759', 'ID'],
|
1806 |
-
['1729653760', '1729654783', 'IN'],
|
1807 |
-
['1729654784', '1729655807', 'NC'],
|
1808 |
-
['1729655808', '1729656831', 'CN'],
|
1809 |
-
['1729656832', '1729657855', 'AU'],
|
1810 |
-
['1729657856', '1729658879', 'IN'],
|
1811 |
-
['1729658880', '1729659903', 'CN'],
|
1812 |
-
['1729659904', '1729660415', 'AU'],
|
1813 |
-
['1729660416', '1729660671', 'MY'],
|
1814 |
-
['1729660672', '1729660927', 'IN'],
|
1815 |
-
['1729660928', '1729661951', 'NZ'],
|
1816 |
-
['1729661952', '1729662975', 'NZ'],
|
1817 |
-
['1729662976', '1729663999', 'CN'],
|
1818 |
-
['1729664000', '1729665023', 'ID'],
|
1819 |
-
['1729665024', '1729666047', 'HK'],
|
1820 |
-
['1729666048', '1729667071', 'SG'],
|
1821 |
-
['1729667072', '1729668095', 'JP'],
|
1822 |
-
['1729668096', '1729669119', 'SG'],
|
1823 |
-
['1729669120', '1729670143', 'JP'],
|
1824 |
-
['1729670144', '1729671167', 'IN'],
|
1825 |
-
['1729671168', '1729672191', 'CN'],
|
1826 |
-
['1729672192', '1729673215', 'IN'],
|
1827 |
-
['1729673216', '1729674239', 'CN'],
|
1828 |
-
['1729674240', '1729675263', 'IN'],
|
1829 |
-
['1729675264', '1729676287', 'JP'],
|
1830 |
-
['1729676288', '1729677311', 'AU'],
|
1831 |
-
['1729677312', '1729678335', 'IN'],
|
1832 |
-
['1729678336', '1729679359', 'HK'],
|
1833 |
-
['1729679360', '1729679871', 'AU'],
|
1834 |
-
['1729679872', '1729680383', 'AU'],
|
1835 |
-
['1729680384', '1729681407', 'ID'],
|
1836 |
-
['1729681408', '1729682431', 'HK'],
|
1837 |
-
['1729682432', '1729683455', 'CN'],
|
1838 |
-
['1729683456', '1729684479', 'HK'],
|
1839 |
-
['1729684480', '1729685503', 'CN'],
|
1840 |
-
['1729685504', '1729686527', 'IN'],
|
1841 |
-
['1729686528', '1729687551', 'IN'],
|
1842 |
-
['1729687552', '1729688575', 'AU'],
|
1843 |
-
['1729688576', '1729689599', 'VN'],
|
1844 |
-
['1729689600', '1729690623', 'CN'],
|
1845 |
-
['1729690624', '1729691647', 'CN'],
|
1846 |
-
['1729691648', '1729692671', 'IN'],
|
1847 |
-
['1729692672', '1729693695', 'IN'],
|
1848 |
-
['1729693696', '1729694207', 'CN'],
|
1849 |
-
['1729694208', '1729694719', 'IN'],
|
1850 |
-
['1729694720', '1729695743', 'MM'],
|
1851 |
-
['1729695744', '1729696767', 'KR'],
|
1852 |
-
['1729696768', '1729697791', 'CN'],
|
1853 |
-
['1729697792', '1729698815', 'CN'],
|
1854 |
-
['1729698816', '1729699839', 'CN'],
|
1855 |
-
['1729699840', '1729700863', 'CN'],
|
1856 |
-
['1729700864', '1729701887', 'CN'],
|
1857 |
-
['1729701888', '1729702911', 'CN'],
|
1858 |
-
['1729702912', '1729703935', 'IN'],
|
1859 |
-
['1729703936', '1729704959', 'CN'],
|
1860 |
-
['1729704960', '1729705215', 'SG'],
|
1861 |
-
['1729705216', '1729705471', 'AU'],
|
1862 |
-
['1729705472', '1729705983', 'ID'],
|
1863 |
-
['1729705984', '1729707007', 'AU'],
|
1864 |
-
['1729707008', '1729708031', 'HK'],
|
1865 |
-
['1729708032', '1729709055', 'CN'],
|
1866 |
-
['1729709056', '1729710079', 'CN'],
|
1867 |
-
['1729710080', '1729711103', 'HK'],
|
1868 |
-
['1729711104', '1729712127', 'MM'],
|
1869 |
-
['1729712128', '1729713151', 'BD'],
|
1870 |
-
['1729713152', '1729714175', 'IN'],
|
1871 |
-
['1729714176', '1729715199', 'JP'],
|
1872 |
-
['1729715200', '1729716223', 'IN'],
|
1873 |
-
['1729716224', '1729717247', 'TH'],
|
1874 |
-
['1729717248', '1729718271', 'JP'],
|
1875 |
-
['1729718272', '1729719295', 'HK'],
|
1876 |
-
['1729719296', '1729720319', 'ID'],
|
1877 |
-
['1729720320', '1729720831', 'AU'],
|
1878 |
-
['1729720832', '1729721087', 'AU'],
|
1879 |
-
['1729721088', '1729721343', 'AU'],
|
1880 |
-
['1729721344', '1729722367', 'NZ'],
|
1881 |
-
['1729722368', '1729723391', 'BD'],
|
1882 |
-
['1729723392', '1729724415', 'IN'],
|
1883 |
-
['1729724416', '1729725439', 'IN'],
|
1884 |
-
['1729725440', '1729726463', 'IN'],
|
1885 |
-
['1729726464', '1729727487', 'PK'],
|
1886 |
-
['1729727488', '1729728511', 'KI'],
|
1887 |
-
['1729728512', '1729729535', 'BD'],
|
1888 |
-
['1729729536', '1729730559', 'CN'],
|
1889 |
-
['1729730560', '1729731583', 'IN'],
|
1890 |
-
['1729731584', '1729732607', 'CN'],
|
1891 |
-
['1729732608', '1729733631', 'AU'],
|
1892 |
-
['1729733888', '1729734143', 'ID'],
|
1893 |
-
['1729734144', '1729734655', 'ID'],
|
1894 |
-
['1729734656', '1729735679', 'IN'],
|
1895 |
-
['1729735680', '1729736703', 'IN'],
|
1896 |
-
['1729736704', '1729737727', 'PH'],
|
1897 |
-
['1729737728', '1729738751', 'AU'],
|
1898 |
-
['1729738752', '1729739775', 'BD'],
|
1899 |
-
['1729739776', '1729740799', 'NZ'],
|
1900 |
-
['1729740800', '1729741823', 'ID'],
|
1901 |
-
['1729741824', '1729742335', 'ID'],
|
1902 |
-
['1729742336', '1729742847', 'PH'],
|
1903 |
-
['1729742848', '1729743871', 'SG'],
|
1904 |
-
['1729743872', '1729744895', 'IN'],
|
1905 |
-
['1729744896', '1729745919', 'ID'],
|
1906 |
-
['1729745920', '1729746943', 'AU'],
|
1907 |
-
['1729746944', '1729747967', 'CN'],
|
1908 |
-
['1729748224', '1729748479', 'AU'],
|
1909 |
-
['1729748480', '1729748991', 'ID'],
|
1910 |
-
['1729748992', '1729750015', 'IN'],
|
1911 |
-
['1729750016', '1729750527', 'VU'],
|
1912 |
-
['1729750528', '1729750783', 'IN'],
|
1913 |
-
['1729750784', '1729751039', 'IN'],
|
1914 |
-
['1729751040', '1729752063', 'TW'],
|
1915 |
-
['1729752064', '1729753087', 'TW'],
|
1916 |
-
['1729753088', '1729754111', 'TH'],
|
1917 |
-
['1729754112', '1729755135', 'NZ'],
|
1918 |
-
['1729755136', '1729756159', 'BD'],
|
1919 |
-
['1729756160', '1729757183', 'HK'],
|
1920 |
-
['1729757184', '1729758207', 'CN'],
|
1921 |
-
['1729758208', '1729759231', 'ID'],
|
1922 |
-
['1729759232', '1729760255', 'IN'],
|
1923 |
-
['1729760256', '1729761279', 'ID'],
|
1924 |
-
['1729761280', '1729762303', 'NZ'],
|
1925 |
-
['1729762304', '1729763327', 'TH'],
|
1926 |
-
['1729763328', '1729764351', 'SG'],
|
1927 |
-
['1729765376', '1729766399', 'JP'],
|
1928 |
-
['1729766400', '1729767423', 'PH'],
|
1929 |
-
['1729767424', '1729768447', 'SG'],
|
1930 |
-
['1729768448', '1729768959', 'MY'],
|
1931 |
-
['1729768960', '1729769215', 'MY'],
|
1932 |
-
['1729769216', '1729769471', 'MY'],
|
1933 |
-
['1729769472', '1729770495', 'IN'],
|
1934 |
-
['1729770496', '1729771519', 'IN'],
|
1935 |
-
['1729771520', '1729772543', 'IN'],
|
1936 |
-
['1729772544', '1729773567', 'AU'],
|
1937 |
-
['1729773568', '1729774591', 'CN'],
|
1938 |
-
['1729774592', '1729775615', 'AU'],
|
1939 |
-
['1729775616', '1729776127', 'IN'],
|
1940 |
-
['1729776128', '1729776639', 'MY'],
|
1941 |
-
['1729776640', '1729777663', 'CN'],
|
1942 |
-
['1729777664', '1729779711', 'PK'],
|
1943 |
-
['1729779712', '1729780735', 'AU'],
|
1944 |
-
['1729780736', '1729781247', 'HK'],
|
1945 |
-
['1729781248', '1729781503', 'HK'],
|
1946 |
-
['1729781504', '1729781759', 'TL'],
|
1947 |
-
['1729781760', '1729782783', 'IN'],
|
1948 |
-
['1729782784', '1729783039', 'ID'],
|
1949 |
-
['1729783040', '1729783295', 'ID'],
|
1950 |
-
['1729783296', '1729783551', 'ID'],
|
1951 |
-
['1729783552', '1729783807', 'NZ'],
|
1952 |
-
['1729783808', '1729784831', 'IN'],
|
1953 |
-
['1729784832', '1729785855', 'IN'],
|
1954 |
-
['1729785856', '1729786879', 'BD'],
|
1955 |
-
['1729786880', '1729787903', 'CN'],
|
1956 |
-
['1729787904', '1729788927', 'HK'],
|
1957 |
-
['1729788928', '1729789951', 'HK'],
|
1958 |
-
['1729789952', '1729790975', 'ID'],
|
1959 |
-
['1729790976', '1729791999', 'CN'],
|
1960 |
-
['1729792000', '1729792511', 'BD'],
|
1961 |
-
['1729792512', '1729793023', 'BD'],
|
1962 |
-
['1729793024', '1729794047', 'IN'],
|
1963 |
-
['1729794048', '1729795071', 'HK'],
|
1964 |
-
['1729795072', '1729796095', 'MY'],
|
1965 |
-
['1729796096', '1729797119', 'JP'],
|
1966 |
-
['1729797120', '1729798143', 'CN'],
|
1967 |
-
['1729798144', '1729799167', 'CN'],
|
1968 |
-
['1729799168', '1729800191', 'JP'],
|
1969 |
-
['1729800192', '1729800447', 'IN'],
|
1970 |
-
['1729800448', '1729800703', 'IN'],
|
1971 |
-
['1729800704', '1729801215', 'MY'],
|
1972 |
-
['1729801216', '1729802239', 'AU'],
|
1973 |
-
['1729802240', '1729803263', 'MY'],
|
1974 |
-
['1729803264', '1729804287', 'TH'],
|
1975 |
-
['1729804288', '1729805311', 'PK'],
|
1976 |
-
['1729806336', '1729807359', 'MN'],
|
1977 |
-
['1729807360', '1729808383', 'MY'],
|
1978 |
-
['1729808384', '1729808639', 'IN'],
|
1979 |
-
['1729808640', '1729808895', 'IN'],
|
1980 |
-
['1729808896', '1729809407', 'AU'],
|
1981 |
-
['1729809408', '1729810431', 'IN'],
|
1982 |
-
['1729810432', '1729811455', 'ID'],
|
1983 |
-
['1729811456', '1729812479', 'ID'],
|
1984 |
-
['1729812480', '1729813503', 'IN'],
|
1985 |
-
['1729813504', '1729814527', 'SG'],
|
1986 |
-
['1729814528', '1729815551', 'IN'],
|
1987 |
-
['1729815552', '1729816575', 'CN'],
|
1988 |
-
['1729816576', '1729817599', 'IN'],
|
1989 |
-
['1729817600', '1729818623', 'AU'],
|
1990 |
-
['1729818624', '1729819647', 'CN'],
|
1991 |
-
['1729819648', '1729820671', 'BD'],
|
1992 |
-
['1729820672', '1729821695', 'MY'],
|
1993 |
-
['1729821696', '1729822719', 'VN'],
|
1994 |
-
['1729822720', '1729822975', 'HK'],
|
1995 |
-
['1729822976', '1729823231', 'AU'],
|
1996 |
-
['1729823232', '1729823487', 'IN'],
|
1997 |
-
['1729823488', '1729823743', 'ID'],
|
1998 |
-
['1729823744', '1729824767', 'CN'],
|
1999 |
-
['1729824768', '1729825791', 'IN'],
|
2000 |
-
['1729825792', '1729826815', 'CN'],
|
2001 |
-
['1729826816', '1729827839', 'IN'],
|
2002 |
-
['1729827840', '1729828863', 'PK'],
|
2003 |
-
['1729828864', '1729829887', 'CN'],
|
2004 |
-
['1729829888', '1729830911', 'AU'],
|
2005 |
-
['1729830912', '1729831935', 'AU'],
|
2006 |
-
['1729831936', '1729832191', 'ID'],
|
2007 |
-
['1729832192', '1729832447', 'NZ'],
|
2008 |
-
['1729832448', '1729832959', 'AU'],
|
2009 |
-
['1729832960', '1729833983', 'JP'],
|
2010 |
-
['1729833984', '1729835007', 'SG'],
|
2011 |
-
['1729835008', '1729836031', 'IN'],
|
2012 |
-
['1729836032', '1729837055', 'NZ'],
|
2013 |
-
['1729837056', '1729838079', 'CN'],
|
2014 |
-
['1729838080', '1729839103', 'VN'],
|
2015 |
-
['1729839104', '1729840127', 'VN'],
|
2016 |
-
['1729840128', '1729841151', 'JP'],
|
2017 |
-
['1729841152', '1729842175', 'MY'],
|
2018 |
-
['1729842176', '1729843199', 'AU'],
|
2019 |
-
['1729843200', '1729844223', 'JP'],
|
2020 |
-
['1729844224', '1729845247', 'IN'],
|
2021 |
-
['1729845248', '1729846271', 'NZ'],
|
2022 |
-
['1729846272', '1729847295', 'AU'],
|
2023 |
-
['1729847296', '1729848319', 'CN'],
|
2024 |
-
['1729848320', '1729849343', 'TH'],
|
2025 |
-
['1729849344', '1729850367', 'MY'],
|
2026 |
-
['1729850368', '1729851391', 'HK'],
|
2027 |
-
['1729851392', '1729852415', 'MY'],
|
2028 |
-
['1729852416', '1729853439', 'MM'],
|
2029 |
-
['1729853440', '1729853695', 'IN'],
|
2030 |
-
['1729853696', '1729853951', 'NZ'],
|
2031 |
-
['1729853952', '1729854463', 'PH'],
|
2032 |
-
['1729854464', '1729855487', 'HK'],
|
2033 |
-
['1729855488', '1729856511', 'KR'],
|
2034 |
-
['1729856512', '1729857535', 'AU'],
|
2035 |
-
['1729857536', '1729858559', 'JP'],
|
2036 |
-
['1729858560', '1729859583', 'IN'],
|
2037 |
-
['1729859584', '1729860607', 'PH'],
|
2038 |
-
['1729860608', '1729861631', 'KR'],
|
2039 |
-
['1729861632', '1729862655', 'AU'],
|
2040 |
-
['1729862656', '1729863679', 'JP'],
|
2041 |
-
['1729863680', '1729864703', 'AU'],
|
2042 |
-
['1729864704', '1729865727', 'IN'],
|
2043 |
-
['1729865728', '1729866751', 'IN'],
|
2044 |
-
['1729866752', '1729867263', 'AU'],
|
2045 |
-
['1729867264', '1729867519', 'AU'],
|
2046 |
-
['1729867520', '1729867775', 'AU'],
|
2047 |
-
['1729867776', '1729868799', 'HK'],
|
2048 |
-
['1729868800', '1729869823', 'HK'],
|
2049 |
-
['1729869824', '1729870847', 'CN'],
|
2050 |
-
['1729870848', '1729871871', 'AU'],
|
2051 |
-
['1729872896', '1729873919', 'AU'],
|
2052 |
-
['1729873920', '1729874943', 'TH'],
|
2053 |
-
['1729874944', '1729875455', 'MY'],
|
2054 |
-
['1729875456', '1729875967', 'ID'],
|
2055 |
-
['1729875968', '1729876991', 'CN'],
|
2056 |
-
['1729876992', '1729878015', 'CN'],
|
2057 |
-
['1729878016', '1729879039', 'NZ'],
|
2058 |
-
['1729879040', '1729880063', 'JP'],
|
2059 |
-
['1729880064', '1729881087', 'AU'],
|
2060 |
-
['1729881088', '1729882111', 'SG'],
|
2061 |
-
['1729882112', '1729883135', 'IN'],
|
2062 |
-
['1729883136', '1729884159', 'VN'],
|
2063 |
-
['1729884160', '1729885183', 'CN'],
|
2064 |
-
['1729885184', '1729886207', 'JP'],
|
2065 |
-
['1729886208', '1729887231', 'ID'],
|
2066 |
-
['1729887232', '1729887743', 'ID'],
|
2067 |
-
['1729887744', '1729887999', 'JP'],
|
2068 |
-
['1729888000', '1729888255', 'IN'],
|
2069 |
-
['1729888256', '1729889279', 'KH'],
|
2070 |
-
['1729889280', '1729890303', 'CN'],
|
2071 |
-
['1729890304', '1729891327', 'CN'],
|
2072 |
-
['1729891328', '1729892351', 'ID'],
|
2073 |
-
['1729892352', '1729893375', 'PH'],
|
2074 |
-
['1729893376', '1729893631', 'AU'],
|
2075 |
-
['1729893632', '1729893887', 'ID'],
|
2076 |
-
['1729893888', '1729894399', 'ID'],
|
2077 |
-
['1729894400', '1729895423', 'JP'],
|
2078 |
-
['1729895424', '1729896447', 'JP'],
|
2079 |
-
['1729896448', '1729897471', 'VN'],
|
2080 |
-
['1729897472', '1729898495', 'VN'],
|
2081 |
-
['1729898496', '1729899519', 'AU'],
|
2082 |
-
['1729899520', '1729900543', 'HK'],
|
2083 |
-
['1729900544', '1729901567', 'AU'],
|
2084 |
-
['1729901568', '1729902079', 'ID'],
|
2085 |
-
['1729902080', '1729902591', 'SG'],
|
2086 |
-
['1729902592', '1729903615', 'ID'],
|
2087 |
-
['1729903616', '1729904639', 'KR'],
|
2088 |
-
['1729904640', '1729905663', 'KR'],
|
2089 |
-
['1729905664', '1729906687', 'US'],
|
2090 |
-
['1729906688', '1729906943', 'AU'],
|
2091 |
-
['1729906944', '1729907199', 'JP'],
|
2092 |
-
['1729907200', '1729907711', 'ID'],
|
2093 |
-
['1729907712', '1729908735', 'HK'],
|
2094 |
-
['1729908736', '1729909759', 'ID'],
|
2095 |
-
['1729909760', '1729910783', 'NP'],
|
2096 |
-
['1729910784', '1729911807', 'MY'],
|
2097 |
-
['1729911808', '1729912063', 'AU'],
|
2098 |
-
['1729912064', '1729912319', 'ID'],
|
2099 |
-
['1729912320', '1729912831', 'ID'],
|
2100 |
-
['1729912832', '1729913855', 'JP'],
|
2101 |
-
['1729913856', '1729914879', 'TH'],
|
2102 |
-
['1729914880', '1729915135', 'ID'],
|
2103 |
-
['1729915136', '1729915391', 'IN'],
|
2104 |
-
['1729915392', '1729915903', 'ID'],
|
2105 |
-
['1729915904', '1729916927', 'ID'],
|
2106 |
-
['1729916928', '1729917951', 'ID'],
|
2107 |
-
['1729917952', '1729918975', 'ID'],
|
2108 |
-
['1729918976', '1729919999', 'BD'],
|
2109 |
-
['1729920000', '1729921023', 'TH'],
|
2110 |
-
['1729921024', '1729922047', 'AU'],
|
2111 |
-
['1729922048', '1729923071', 'AF'],
|
2112 |
-
['1729923072', '1729924095', 'VN'],
|
2113 |
-
['1729924096', '1729925119', 'IN'],
|
2114 |
-
['1729925120', '1729926143', 'HK'],
|
2115 |
-
['1729926144', '1729926655', 'ID'],
|
2116 |
-
['1729926656', '1729927167', 'PK'],
|
2117 |
-
['1729927168', '1729928191', 'PK'],
|
2118 |
-
['1729928192', '1729929215', 'IN'],
|
2119 |
-
['1729929216', '1729929471', 'AU'],
|
2120 |
-
['1729929472', '1729929727', 'ID'],
|
2121 |
-
['1729929728', '1729929983', 'MY'],
|
2122 |
-
['1729929984', '1729930239', 'ID'],
|
2123 |
-
['1729930240', '1729931263', 'JP'],
|
2124 |
-
['1729931264', '1729932287', 'JP'],
|
2125 |
-
['1729932288', '1729933311', 'VN'],
|
2126 |
-
['1729933312', '1729934335', 'ID'],
|
2127 |
-
['1729934336', '1729935359', 'IN'],
|
2128 |
-
['1729935360', '1729936383', 'CN'],
|
2129 |
-
['1729936384', '1729937407', 'ID'],
|
2130 |
-
['1729937408', '1729938431', 'ID'],
|
2131 |
-
['1729938432', '1729939455', 'AU'],
|
2132 |
-
['1729939456', '1729939967', 'TW'],
|
2133 |
-
['1729939968', '1729940479', 'PH'],
|
2134 |
-
['1729940480', '1729941503', 'CN'],
|
2135 |
-
['1729941504', '1729942527', 'SG'],
|
2136 |
-
['1729942528', '1729943551', 'CN'],
|
2137 |
-
['1729943552', '1729944063', 'AU'],
|
2138 |
-
['1729944064', '1729944319', 'ID'],
|
2139 |
-
['1729944320', '1729944575', 'ID'],
|
2140 |
-
['1729944576', '1729945599', 'ID'],
|
2141 |
-
['1729945600', '1729946623', 'ID'],
|
2142 |
-
['1729946624', '1729947647', 'JP'],
|
2143 |
-
['1729947648', '1729948671', 'JP'],
|
2144 |
-
['1729948672', '1729949695', 'JP'],
|
2145 |
-
['1729949696', '1729950207', 'IN'],
|
2146 |
-
['1729950208', '1729950719', 'KH'],
|
2147 |
-
['1729950720', '1729951743', 'IN'],
|
2148 |
-
['1729951744', '1729952767', 'JP'],
|
2149 |
-
['1729952768', '1729953791', 'IN'],
|
2150 |
-
['1729953792', '1729954815', 'CN'],
|
2151 |
-
['1729954816', '1729955839', 'ID'],
|
2152 |
-
['1729956864', '1729957887', 'HK'],
|
2153 |
-
['1729957888', '1729958911', 'CN'],
|
2154 |
-
['1729958912', '1729959935', 'PH'],
|
2155 |
-
['1729959936', '1729960959', 'SG'],
|
2156 |
-
['1729960960', '1729961215', 'IN'],
|
2157 |
-
['1729961472', '1729961983', 'NZ'],
|
2158 |
-
['1729961984', '1729963007', 'IN'],
|
2159 |
-
['1729963008', '1729964031', 'IN'],
|
2160 |
-
['1729964032', '1729964287', 'AU'],
|
2161 |
-
['1729964288', '1729964543', 'AU'],
|
2162 |
-
['1729964800', '1729965055', 'AU'],
|
2163 |
-
['1729965056', '1729966079', 'IN'],
|
2164 |
-
['1729966080', '1729967103', 'JP'],
|
2165 |
-
['1729967104', '1729968127', 'AU'],
|
2166 |
-
['1729968128', '1729969151', 'MY'],
|
2167 |
-
['1729969152', '1729970175', 'LK'],
|
2168 |
-
['1729970176', '1729971199', 'AU'],
|
2169 |
-
['1729971200', '1729972223', 'SG'],
|
2170 |
-
['1729972224', '1729973247', 'HK'],
|
2171 |
-
['1729973248', '1729974271', 'AU'],
|
2172 |
-
['1729974272', '1729975295', 'PH'],
|
2173 |
-
['1729975296', '1729975807', 'AU'],
|
2174 |
-
['1729975808', '1729976319', 'AU'],
|
2175 |
-
['1729976320', '1729976831', 'AU'],
|
2176 |
-
['1729976832', '1729977343', 'MM'],
|
2177 |
-
['1729977344', '1729978367', 'HK'],
|
2178 |
-
['1729978368', '1729979391', 'IN'],
|
2179 |
-
['1729979392', '1729980415', 'AU'],
|
2180 |
-
['1729980416', '1729980927', 'BD'],
|
2181 |
-
['1729980928', '1729981439', 'SG'],
|
2182 |
-
['1729981440', '1729982463', 'SG'],
|
2183 |
-
['1729982464', '1729982719', 'AU'],
|
2184 |
-
['1729982720', '1729982975', 'JP'],
|
2185 |
-
['1729982976', '1729983231', 'SG'],
|
2186 |
-
['1729983232', '1729983487', 'AU'],
|
2187 |
-
['1729983488', '1729984511', 'IN'],
|
2188 |
-
['1729984512', '1729985535', 'ID'],
|
2189 |
-
['1729985536', '1729986559', 'BD'],
|
2190 |
-
['1729986560', '1729987583', 'CN'],
|
2191 |
-
['1729987584', '1729988607', 'CN'],
|
2192 |
-
['1729988608', '1729989631', 'CN'],
|
2193 |
-
['1729989632', '1729990655', 'HK'],
|
2194 |
-
['1729990656', '1729991679', 'MN'],
|
2195 |
-
['1729991680', '1729992703', 'ID'],
|
2196 |
-
['1729992704', '1729993727', 'NC'],
|
2197 |
-
['1729993728', '1729994751', 'IN'],
|
2198 |
-
['1729994752', '1729995263', 'AU'],
|
2199 |
-
['1729995264', '1729995519', 'AU'],
|
2200 |
-
['1729995520', '1729995775', 'PK'],
|
2201 |
-
['1729995776', '1729996799', 'ID'],
|
2202 |
-
['1729996800', '1729997311', 'AU'],
|
2203 |
-
['1729997312', '1729997823', 'ID'],
|
2204 |
-
['1729997824', '1729998847', 'AU'],
|
2205 |
-
['1729998848', '1729999871', 'JP'],
|
2206 |
-
['1730000896', '1730001407', 'ID'],
|
2207 |
-
['1730001408', '1730001663', 'ID'],
|
2208 |
-
['1730001664', '1730001919', 'ID'],
|
2209 |
-
['1730001920', '1730002943', 'TH'],
|
2210 |
-
['1730002944', '1730003967', 'AU'],
|
2211 |
-
['1730003968', '1730004223', 'ID'],
|
2212 |
-
['1730004224', '1730004479', 'IN'],
|
2213 |
-
['1730004480', '1730004735', 'MY'],
|
2214 |
-
['1730004736', '1730004991', 'MN'],
|
2215 |
-
['1730004992', '1730006015', 'AU'],
|
2216 |
-
['1730006016', '1730007039', 'AU'],
|
2217 |
-
['1730007040', '1730008063', 'IN'],
|
2218 |
-
['1730008064', '1730009087', 'ID'],
|
2219 |
-
['1730009088', '1730010111', 'AU'],
|
2220 |
-
['1730010112', '1730011135', 'IN'],
|
2221 |
-
['1730011136', '1730012159', 'BT'],
|
2222 |
-
['1730012160', '1730013183', 'ID'],
|
2223 |
-
['1730013184', '1730014207', 'IN'],
|
2224 |
-
['1730015232', '1730016255', 'MY'],
|
2225 |
-
['1730016256', '1730016767', 'NZ'],
|
2226 |
-
['1730016768', '1730017279', 'NZ'],
|
2227 |
-
['1730017280', '1730017535', 'IN'],
|
2228 |
-
['1730017536', '1730017791', 'IN'],
|
2229 |
-
['1730017792', '1730018303', 'PH'],
|
2230 |
-
['1730018304', '1730019327', 'PH'],
|
2231 |
-
['1730019328', '1730020351', 'ID'],
|
2232 |
-
['1730020352', '1730021375', 'HK'],
|
2233 |
-
['1730022400', '1730023423', 'IN'],
|
2234 |
-
['1730023424', '1730024447', 'HK'],
|
2235 |
-
['1730024448', '1730025471', 'CN'],
|
2236 |
-
['1730025472', '1730026495', 'HK'],
|
2237 |
-
['1730026496', '1730027519', 'BD'],
|
2238 |
-
['1730027520', '1730028543', 'SG'],
|
2239 |
-
['1730028544', '1730029567', 'VN'],
|
2240 |
-
['1730029568', '1730030591', 'HK'],
|
2241 |
-
['1730030592', '1730031615', 'TW'],
|
2242 |
-
['1730031616', '1730032639', 'HK'],
|
2243 |
-
['1730032640', '1730033663', 'JP'],
|
2244 |
-
['1730033664', '1730034687', 'ID'],
|
2245 |
-
['1730035712', '1730036735', 'IN'],
|
2246 |
-
['1730036736', '1730037759', 'HK'],
|
2247 |
-
['1730037760', '1730038783', 'JP'],
|
2248 |
-
['1730038784', '1730039807', 'HK'],
|
2249 |
-
['1730039808', '1730040831', 'IN'],
|
2250 |
-
['1730040832', '1730041855', 'ID'],
|
2251 |
-
['1730041856', '1730042879', 'ID'],
|
2252 |
-
['1730042880', '1730043903', 'ID'],
|
2253 |
-
['1730043904', '1730044927', 'CN'],
|
2254 |
-
['1730044928', '1730045951', 'HK'],
|
2255 |
-
['1730046976', '1730047999', 'KR'],
|
2256 |
-
['1730048000', '1730049023', 'TL'],
|
2257 |
-
['1730049024', '1730050047', 'IN'],
|
2258 |
-
['1730050048', '1730050303', 'AU'],
|
2259 |
-
['1730050304', '1730050559', 'SG'],
|
2260 |
-
['1730050560', '1730051071', 'ID'],
|
2261 |
-
['1730051072', '1730052095', 'TH'],
|
2262 |
-
['1730052096', '1730053119', 'TW'],
|
2263 |
-
['1730053120', '1730054143', 'TW'],
|
2264 |
-
['1730054144', '1730055167', 'AF'],
|
2265 |
-
['1730055168', '1730056191', 'IN'],
|
2266 |
-
['1730056192', '1730057215', 'ID'],
|
2267 |
-
['1730057216', '1730058239', 'CN'],
|
2268 |
-
['1730058240', '1730059263', 'IN'],
|
2269 |
-
['1730059264', '1730060287', 'KR'],
|
2270 |
-
['1730060288', '1730061311', 'KR'],
|
2271 |
-
['1730061312', '1730062335', 'JP'],
|
2272 |
-
['1730062336', '1730062591', 'AU'],
|
2273 |
-
['1730062592', '1730062847', 'BD'],
|
2274 |
-
['1730062848', '1730063359', 'ID'],
|
2275 |
-
['1730063360', '1730064383', 'ID'],
|
2276 |
-
['1730064384', '1730065407', 'IN'],
|
2277 |
-
['1730065408', '1730066431', 'ID'],
|
2278 |
-
['1730066432', '1730067455', 'AU'],
|
2279 |
-
['1730067456', '1730068479', 'BD'],
|
2280 |
-
['1730068480', '1730069503', 'IN'],
|
2281 |
-
['1730069504', '1730070527', 'PK'],
|
2282 |
-
['1730070528', '1730071551', 'CN'],
|
2283 |
-
['1730071552', '1730072575', 'KR'],
|
2284 |
-
['1730072576', '1730073599', 'SG'],
|
2285 |
-
['1730073856', '1730074111', 'MY'],
|
2286 |
-
['1730074112', '1730074367', 'AU'],
|
2287 |
-
['1730074368', '1730074623', 'SG'],
|
2288 |
-
['1730074624', '1730075647', 'AU'],
|
2289 |
-
['1730075648', '1730076671', 'ID'],
|
2290 |
-
['1730076672', '1730077695', 'IN'],
|
2291 |
-
['1730077696', '1730078719', 'CN'],
|
2292 |
-
['1730078720', '1730079743', 'HK'],
|
2293 |
-
['1730079744', '1730080767', 'CN'],
|
2294 |
-
['1730080768', '1730081791', 'HK'],
|
2295 |
-
['1730081792', '1730082815', 'ID'],
|
2296 |
-
['1730082816', '1730083839', 'PW'],
|
2297 |
-
['1730083840', '1730084863', 'IN'],
|
2298 |
-
['1730084864', '1730085887', 'CN'],
|
2299 |
-
['1730085888', '1730086911', 'US'],
|
2300 |
-
['1730087936', '1730088959', 'JP'],
|
2301 |
-
['1730088960', '1730089983', 'HK'],
|
2302 |
-
['1730089984', '1730091007', 'HK'],
|
2303 |
-
['1730091008', '1730091519', 'SG'],
|
2304 |
-
['1730091520', '1730091775', 'AU'],
|
2305 |
-
['1730091776', '1730092031', 'MY'],
|
2306 |
-
['1730092032', '1730093055', 'AU'],
|
2307 |
-
['1730093056', '1730093567', 'ID'],
|
2308 |
-
['1730093568', '1730094079', 'MY'],
|
2309 |
-
['1730094080', '1730095103', 'ID'],
|
2310 |
-
['1730096128', '1730097151', 'ID'],
|
2311 |
-
['1730097152', '1730098175', 'CN'],
|
2312 |
-
['1730098176', '1730099199', 'CN'],
|
2313 |
-
['1730099200', '1730100223', 'CN'],
|
2314 |
-
['1730100224', '1730101247', 'CN'],
|
2315 |
-
['1730101248', '1730102271', 'CN'],
|
2316 |
-
['1730102272', '1730103295', 'CN'],
|
2317 |
-
['1730103296', '1730104319', 'HK'],
|
2318 |
-
['1730104320', '1730105343', 'JP'],
|
2319 |
-
['1730105344', '1730106367', 'PK'],
|
2320 |
-
['1730106368', '1730107391', 'MV'],
|
2321 |
-
['1730107392', '1730108415', 'AU'],
|
2322 |
-
['1730108416', '1730109439', 'PK'],
|
2323 |
-
['1730109440', '1730110463', 'HK'],
|
2324 |
-
['1730110464', '1730111487', 'PK'],
|
2325 |
-
['1730111488', '1730112511', 'PK'],
|
2326 |
-
['1730112512', '1730112767', 'BD'],
|
2327 |
-
['1730112768', '1730113023', 'ID'],
|
2328 |
-
['1730113024', '1730113535', 'ID'],
|
2329 |
-
['1730113536', '1730114559', 'AU'],
|
2330 |
-
['1730115584', '1730116607', 'VN'],
|
2331 |
-
['1730116608', '1730117631', 'VN'],
|
2332 |
-
['1730117632', '1730118655', 'KH'],
|
2333 |
-
['1730118656', '1730119679', 'ID'],
|
2334 |
-
['1730119680', '1730120703', 'HK'],
|
2335 |
-
['1730120704', '1730121727', 'JP'],
|
2336 |
-
['1730121728', '1730122751', 'IN'],
|
2337 |
-
['1730122752', '1730123775', 'CN'],
|
2338 |
-
['1730123776', '1730124799', 'BD'],
|
2339 |
-
['1730124800', '1730125823', 'ID'],
|
2340 |
-
['1730125824', '1730126847', 'CN'],
|
2341 |
-
['1730126848', '1730127871', 'ID'],
|
2342 |
-
['1730127872', '1730128895', 'CN'],
|
2343 |
-
['1730128896', '1730129919', 'SG'],
|
2344 |
-
['1730129920', '1730130943', 'BD'],
|
2345 |
-
['1730130944', '1730131967', 'KR'],
|
2346 |
-
['1730131968', '1730132991', 'HK'],
|
2347 |
-
['1730132992', '1730134015', 'IN'],
|
2348 |
-
['1730134016', '1730135039', 'JP'],
|
2349 |
-
['1730135040', '1730136063', 'TW'],
|
2350 |
-
['1730136064', '1730137087', 'CN'],
|
2351 |
-
['1730137088', '1730137599', 'ID'],
|
2352 |
-
['1730137600', '1730137855', 'ID'],
|
2353 |
-
['1730137856', '1730138111', 'ID'],
|
2354 |
-
['1730138112', '1730139135', 'BD'],
|
2355 |
-
['1730139136', '1730140159', 'IN'],
|
2356 |
-
['1730140160', '1730141183', 'JP'],
|
2357 |
-
['1730141184', '1730142207', 'HK'],
|
2358 |
-
['1730142208', '1730143231', 'ID'],
|
2359 |
-
['1730143232', '1730144255', 'SG'],
|
2360 |
-
['1730144256', '1730145279', 'ID'],
|
2361 |
-
['1730145280', '1730146303', 'CN'],
|
2362 |
-
['1730146304', '1730147327', 'HK'],
|
2363 |
-
['1730147328', '1730148351', 'JP'],
|
2364 |
-
['1730148352', '1730148863', 'ID'],
|
2365 |
-
['1730148864', '1730149375', 'ID'],
|
2366 |
-
['1730149376', '1730150399', 'JP'],
|
2367 |
-
['1730150400', '1730151423', 'CN'],
|
2368 |
-
['1730151424', '1730152447', 'CN'],
|
2369 |
-
['1730152448', '1730153471', 'CN'],
|
2370 |
-
['1730153472', '1730154495', 'CN'],
|
2371 |
-
['1730154496', '1730155519', 'CN'],
|
2372 |
-
['1730155520', '1730156543', 'CN'],
|
2373 |
-
['1730156544', '1730157567', 'CN'],
|
2374 |
-
['1730157568', '1730158591', 'CN'],
|
2375 |
-
['1730158592', '1730159615', 'CN'],
|
2376 |
-
['1730159616', '1730160639', 'CN'],
|
2377 |
-
['1730160640', '1730161663', 'CN'],
|
2378 |
-
['1730161664', '1730162687', 'CN'],
|
2379 |
-
['1730162688', '1730163711', 'CN'],
|
2380 |
-
['1730163712', '1730164735', 'CN'],
|
2381 |
-
['1730164736', '1730165759', 'CN'],
|
2382 |
-
['1730165760', '1730166783', 'CN'],
|
2383 |
-
['1730166784', '1730167807', 'CN'],
|
2384 |
-
['1730167808', '1730168831', 'CN'],
|
2385 |
-
['1730168832', '1730169855', 'CN'],
|
2386 |
-
['1730169856', '1730170879', 'CN'],
|
2387 |
-
['1730170880', '1730171903', 'CN'],
|
2388 |
-
['1730171904', '1730172927', 'CN'],
|
2389 |
-
['1730172928', '1730173951', 'CN'],
|
2390 |
-
['1730173952', '1730174975', 'CN'],
|
2391 |
-
['1730174976', '1730175999', 'CN'],
|
2392 |
-
['1730176000', '1730177023', 'CN'],
|
2393 |
-
['1730177024', '1730178047', 'CN'],
|
2394 |
-
['1730178048', '1730179071', 'CN'],
|
2395 |
-
['1730179072', '1730180095', 'CN'],
|
2396 |
-
['1730180096', '1730181119', 'CN'],
|
2397 |
-
['1730181120', '1730182143', 'CN'],
|
2398 |
-
['1730182144', '1730183167', 'CN'],
|
2399 |
-
['1730183168', '1730184191', 'CN'],
|
2400 |
-
['1730184192', '1730185215', 'CN'],
|
2401 |
-
['1730185216', '1730186239', 'CN'],
|
2402 |
-
['1730186240', '1730187263', 'CN'],
|
2403 |
-
['1730187264', '1730188287', 'CN'],
|
2404 |
-
['1730188288', '1730189311', 'CN'],
|
2405 |
-
['1730189312', '1730190335', 'CN'],
|
2406 |
-
['1730190336', '1730191359', 'CN'],
|
2407 |
-
['1730191360', '1730192383', 'CN'],
|
2408 |
-
['1730192384', '1730193407', 'CN'],
|
2409 |
-
['1730193408', '1730194431', 'CN'],
|
2410 |
-
['1730194432', '1730195455', 'CN'],
|
2411 |
-
['1730195456', '1730196479', 'CN'],
|
2412 |
-
['1730196480', '1730197503', 'CN'],
|
2413 |
-
['1730197504', '1730198527', 'CN'],
|
2414 |
-
['1730198528', '1730199551', 'CN'],
|
2415 |
-
['1730199552', '1730200575', 'CN'],
|
2416 |
-
['1730200576', '1730201599', 'CN'],
|
2417 |
-
['1730201600', '1730202623', 'CN'],
|
2418 |
-
['1730202624', '1730203647', 'CN'],
|
2419 |
-
['1730203648', '1730204671', 'CN'],
|
2420 |
-
['1730204672', '1730205695', 'CN'],
|
2421 |
-
['1730205696', '1730206719', 'CN'],
|
2422 |
-
['1730206720', '1730207743', 'CN'],
|
2423 |
-
['1730207744', '1730208767', 'CN'],
|
2424 |
-
['1730208768', '1730209791', 'CN'],
|
2425 |
-
['1730209792', '1730210815', 'CN'],
|
2426 |
-
['1730210816', '1730211839', 'CN'],
|
2427 |
-
['1730211840', '1730212863', 'CN'],
|
2428 |
-
['1730212864', '1730213887', 'CN'],
|
2429 |
-
['1730213888', '1730214911', 'CN'],
|
2430 |
-
['1730214912', '1730215935', 'CN'],
|
2431 |
-
['1730215936', '1730216959', 'CN'],
|
2432 |
-
['1730216960', '1730217983', 'CN'],
|
2433 |
-
['1730217984', '1730219007', 'CN'],
|
2434 |
-
['1730219008', '1730220031', 'CN'],
|
2435 |
-
['1730220032', '1730221055', 'CN'],
|
2436 |
-
['1730221056', '1730222079', 'CN'],
|
2437 |
-
['1730222080', '1730223103', 'CN'],
|
2438 |
-
['1730223104', '1730224127', 'CN'],
|
2439 |
-
['1730224128', '1730225151', 'CN'],
|
2440 |
-
['1730225152', '1730226175', 'CN'],
|
2441 |
-
['1730226176', '1730227199', 'CN'],
|
2442 |
-
['1730227200', '1730228223', 'CN'],
|
2443 |
-
['1730228224', '1730229247', 'CN'],
|
2444 |
-
['1730229248', '1730230271', 'CN'],
|
2445 |
-
['1730230272', '1730231295', 'CN'],
|
2446 |
-
['1730231296', '1730232319', 'CN'],
|
2447 |
-
['1730232320', '1730233343', 'CN'],
|
2448 |
-
['1730233344', '1730234367', 'CN'],
|
2449 |
-
['1730234368', '1730235391', 'CN'],
|
2450 |
-
['1730235392', '1730236415', 'CN'],
|
2451 |
-
['1730236416', '1730237439', 'CN'],
|
2452 |
-
['1730237440', '1730238463', 'CN'],
|
2453 |
-
['1730238464', '1730239487', 'CN'],
|
2454 |
-
['1730239488', '1730240511', 'CN'],
|
2455 |
-
['1730240512', '1730241535', 'CN'],
|
2456 |
-
['1730241536', '1730242559', 'CN'],
|
2457 |
-
['1730242560', '1730243583', 'CN'],
|
2458 |
-
['1730243584', '1730244607', 'CN'],
|
2459 |
-
['1730244608', '1730245631', 'CN'],
|
2460 |
-
['1730245632', '1730246655', 'CN'],
|
2461 |
-
['1730246656', '1730247679', 'CN'],
|
2462 |
-
['1730247680', '1730248703', 'CN'],
|
2463 |
-
['1730248704', '1730249727', 'CN'],
|
2464 |
-
['1730249728', '1730250751', 'CN'],
|
2465 |
-
['1730250752', '1730251775', 'CN'],
|
2466 |
-
['1730251776', '1730252799', 'CN'],
|
2467 |
-
['1730252800', '1730253823', 'CN'],
|
2468 |
-
['1730253824', '1730254847', 'CN'],
|
2469 |
-
['1730254848', '1730255871', 'CN'],
|
2470 |
-
['1730255872', '1730256895', 'CN'],
|
2471 |
-
['1730256896', '1730257919', 'CN'],
|
2472 |
-
['1730257920', '1730258943', 'CN'],
|
2473 |
-
['1730258944', '1730259967', 'CN'],
|
2474 |
-
['1730259968', '1730260991', 'CN'],
|
2475 |
-
['1730260992', '1730262015', 'CN'],
|
2476 |
-
['1730262016', '1730263039', 'CN'],
|
2477 |
-
['1730263040', '1730264063', 'CN'],
|
2478 |
-
['1730264064', '1730265087', 'CN'],
|
2479 |
-
['1730265088', '1730266111', 'CN'],
|
2480 |
-
['1730266112', '1730267135', 'CN'],
|
2481 |
-
['1730267136', '1730268159', 'CN'],
|
2482 |
-
['1730268160', '1730269183', 'CN'],
|
2483 |
-
['1730269184', '1730270207', 'CN'],
|
2484 |
-
['1730270208', '1730271231', 'CN'],
|
2485 |
-
['1730271232', '1730272255', 'CN'],
|
2486 |
-
['1730272256', '1730273279', 'CN'],
|
2487 |
-
['1730273280', '1730274303', 'CN'],
|
2488 |
-
['1730274304', '1730275327', 'CN'],
|
2489 |
-
['1730275328', '1730276351', 'CN'],
|
2490 |
-
['1730276352', '1730277375', 'CN'],
|
2491 |
-
['1730277376', '1730278399', 'CN'],
|
2492 |
-
['1730278400', '1730279423', 'CN'],
|
2493 |
-
['1730279424', '1730280447', 'CN'],
|
2494 |
-
['1730280448', '1730281471', 'CN'],
|
2495 |
-
['1730281472', '1730282495', 'CN'],
|
2496 |
-
['1730282496', '1730283519', 'CN'],
|
2497 |
-
['1730283520', '1730284543', 'CN'],
|
2498 |
-
['1730284544', '1730285567', 'CN'],
|
2499 |
-
['1730285568', '1730286591', 'CN'],
|
2500 |
-
['1730286592', '1730287615', 'CN'],
|
2501 |
-
['1730287616', '1730288639', 'CN'],
|
2502 |
-
['1730288640', '1730289663', 'CN'],
|
2503 |
-
['1730289664', '1730290687', 'CN'],
|
2504 |
-
['1730290688', '1730291711', 'CN'],
|
2505 |
-
['1730291712', '1730292735', 'CN'],
|
2506 |
-
['1730292736', '1730293759', 'CN'],
|
2507 |
-
['1730293760', '1730294783', 'CN'],
|
2508 |
-
['1730294784', '1730295807', 'CN'],
|
2509 |
-
['1730295808', '1730296831', 'CN'],
|
2510 |
-
['1730296832', '1730297855', 'CN'],
|
2511 |
-
['1730297856', '1730298879', 'CN'],
|
2512 |
-
['1730298880', '1730299903', 'CN'],
|
2513 |
-
['1730299904', '1730300927', 'CN'],
|
2514 |
-
['1730300928', '1730301951', 'CN'],
|
2515 |
-
['1730301952', '1730302975', 'CN'],
|
2516 |
-
['1730302976', '1730303999', 'CN'],
|
2517 |
-
['1730304000', '1730305023', 'CN'],
|
2518 |
-
['1730305024', '1730306047', 'CN'],
|
2519 |
-
['1730306048', '1730307071', 'CN'],
|
2520 |
-
['1730307072', '1730308095', 'CN'],
|
2521 |
-
['1730308096', '1730309119', 'CN'],
|
2522 |
-
['1730309120', '1730310143', 'CN'],
|
2523 |
-
['1730310144', '1730311167', 'CN'],
|
2524 |
-
['1730311168', '1730312191', 'CN'],
|
2525 |
-
['1730312192', '1730313215', 'CN'],
|
2526 |
-
['1730313216', '1730314239', 'CN'],
|
2527 |
-
['1730314240', '1730315263', 'CN'],
|
2528 |
-
['1730315264', '1730316287', 'CN'],
|
2529 |
-
['1730316288', '1730317311', 'CN'],
|
2530 |
-
['1730317312', '1730318335', 'CN'],
|
2531 |
-
['1730318336', '1730319359', 'CN'],
|
2532 |
-
['1730319360', '1730320383', 'CN'],
|
2533 |
-
['1730320384', '1730321407', 'CN'],
|
2534 |
-
['1730321408', '1730322431', 'CN'],
|
2535 |
-
['1730322432', '1730323455', 'CN'],
|
2536 |
-
['1730323456', '1730324479', 'CN'],
|
2537 |
-
['1730324480', '1730325503', 'CN'],
|
2538 |
-
['1730325504', '1730326527', 'CN'],
|
2539 |
-
['1730326528', '1730327551', 'CN'],
|
2540 |
-
['1730327552', '1730328575', 'CN'],
|
2541 |
-
['1730328576', '1730329599', 'CN'],
|
2542 |
-
['1730329600', '1730330623', 'CN'],
|
2543 |
-
['1730330624', '1730331647', 'CN'],
|
2544 |
-
['1730331648', '1730332671', 'CN'],
|
2545 |
-
['1730332672', '1730333695', 'CN'],
|
2546 |
-
['1730333696', '1730334719', 'CN'],
|
2547 |
-
['1730334720', '1730335743', 'CN'],
|
2548 |
-
['1730335744', '1730336767', 'CN'],
|
2549 |
-
['1730336768', '1730337791', 'CN'],
|
2550 |
-
['1730337792', '1730338815', 'CN'],
|
2551 |
-
['1730338816', '1730339839', 'CN'],
|
2552 |
-
['1730339840', '1730340863', 'CN'],
|
2553 |
-
['1730340864', '1730341887', 'CN'],
|
2554 |
-
['1730341888', '1730342911', 'CN'],
|
2555 |
-
['1730342912', '1730343935', 'CN'],
|
2556 |
-
['1730343936', '1730344959', 'CN'],
|
2557 |
-
['1730344960', '1730345983', 'CN'],
|
2558 |
-
['1730345984', '1730347007', 'CN'],
|
2559 |
-
['1730347008', '1730348031', 'CN'],
|
2560 |
-
['1730348032', '1730349055', 'CN'],
|
2561 |
-
['1730349056', '1730350079', 'CN'],
|
2562 |
-
['1730350080', '1730351103', 'CN'],
|
2563 |
-
['1730351104', '1730352127', 'CN'],
|
2564 |
-
['1730352128', '1730353151', 'CN'],
|
2565 |
-
['1730353152', '1730354175', 'CN'],
|
2566 |
-
['1730354176', '1730355199', 'CN'],
|
2567 |
-
['1730355200', '1730356223', 'CN'],
|
2568 |
-
['1730356224', '1730357247', 'CN'],
|
2569 |
-
['1730357248', '1730358271', 'CN'],
|
2570 |
-
['1730358272', '1730359295', 'CN'],
|
2571 |
-
['1730359296', '1730360319', 'CN'],
|
2572 |
-
['1730360320', '1730361343', 'IN'],
|
2573 |
-
['1730361344', '1730362367', 'SG'],
|
2574 |
-
['1730362368', '1730363391', 'JP'],
|
2575 |
-
['1730363392', '1730364415', 'VN'],
|
2576 |
-
['1730364416', '1730365439', 'IN'],
|
2577 |
-
['1730365440', '1730366463', 'HK'],
|
2578 |
-
['1730366464', '1730367487', 'HK'],
|
2579 |
-
['1730367488', '1730368511', 'AU'],
|
2580 |
-
['1730368512', '1730369535', 'HK'],
|
2581 |
-
['1730369536', '1730370047', 'NZ'],
|
2582 |
-
['1730370048', '1730370303', 'IN'],
|
2583 |
-
['1730370304', '1730370559', 'JP'],
|
2584 |
-
['1730370560', '1730371583', 'AU'],
|
2585 |
-
['1730371584', '1730372607', 'TH'],
|
2586 |
-
['1730372608', '1730373631', 'IN'],
|
2587 |
-
['1730373632', '1730374655', 'CN'],
|
2588 |
-
['1730374656', '1730375679', 'BD'],
|
2589 |
-
['1730375680', '1730375935', 'AU'],
|
2590 |
-
['1730375936', '1730376191', 'AU'],
|
2591 |
-
['1730376704', '1730377727', 'CN'],
|
2592 |
-
['1730377728', '1730378239', 'IN'],
|
2593 |
-
['1730378240', '1730378495', 'HK'],
|
2594 |
-
['1730378496', '1730378751', 'IN'],
|
2595 |
-
['1730378752', '1730379775', 'US'],
|
2596 |
-
['1730379776', '1730380287', 'AU'],
|
2597 |
-
['1730380288', '1730380799', 'AU'],
|
2598 |
-
['1730380800', '1730381823', 'IN'],
|
2599 |
-
['1730381824', '1730382847', 'MY'],
|
2600 |
-
['1730382848', '1730383359', 'ID'],
|
2601 |
-
['1730383360', '1730383615', 'IN'],
|
2602 |
-
['1730383616', '1730383871', 'MY'],
|
2603 |
-
['1730383872', '1730384895', 'HK'],
|
2604 |
-
['1730384896', '1730385919', 'HK'],
|
2605 |
-
['1730385920', '1730386943', 'AU'],
|
2606 |
-
['1730386944', '1730387967', 'BD'],
|
2607 |
-
['1730387968', '1730388991', 'IN'],
|
2608 |
-
['1730388992', '1730389503', 'IN'],
|
2609 |
-
['1730389504', '1730390015', 'AF'],
|
2610 |
-
['1730390016', '1730391039', 'BD'],
|
2611 |
-
['1730391040', '1730392063', 'HK'],
|
2612 |
-
['1730392064', '1730393087', 'AU'],
|
2613 |
-
['1730393088', '1730394111', 'CN'],
|
2614 |
-
['1730394112', '1730395135', 'HK'],
|
2615 |
-
['1730395136', '1730396159', 'JP'],
|
2616 |
-
['1730396160', '1730397183', 'IN'],
|
2617 |
-
['1730397184', '1730398207', 'IN'],
|
2618 |
-
['1730398208', '1730399231', 'CN'],
|
2619 |
-
['1730399232', '1730400255', 'TW'],
|
2620 |
-
['1730400256', '1730401279', 'PK'],
|
2621 |
-
['1730401280', '1730402303', 'PK'],
|
2622 |
-
['1730402560', '1730402815', 'IN'],
|
2623 |
-
['1730402816', '1730403071', 'ID'],
|
2624 |
-
['1730403072', '1730403327', 'AU'],
|
2625 |
-
['1730403328', '1730404351', 'CN'],
|
2626 |
-
['1730404352', '1730405375', 'AU'],
|
2627 |
-
['1730405376', '1730406399', 'AU'],
|
2628 |
-
['1730406400', '1730407423', 'IN'],
|
2629 |
-
['1730407424', '1730408447', 'ID'],
|
2630 |
-
['1730408448', '1730409471', 'IN'],
|
2631 |
-
['1730409472', '1730410495', 'IN'],
|
2632 |
-
['1730410496', '1730411519', 'SG'],
|
2633 |
-
['1730411520', '1730412543', 'HK'],
|
2634 |
-
['1730412544', '1730413567', 'AU'],
|
2635 |
-
['1730413568', '1730414591', 'AU'],
|
2636 |
-
['1730414592', '1730415615', 'ID'],
|
2637 |
-
['1730415616', '1730416127', 'AU'],
|
2638 |
-
['1730416128', '1730416639', 'ID'],
|
2639 |
-
['1730416640', '1730417663', 'PH'],
|
2640 |
-
['1730417664', '1730418687', 'CN'],
|
2641 |
-
['1730418688', '1730419711', 'BD'],
|
2642 |
-
['1730419712', '1730420735', 'CN'],
|
2643 |
-
['1730420736', '1730421759', 'ID'],
|
2644 |
-
['1730421760', '1730422783', 'CN'],
|
2645 |
-
['1730422784', '1730423807', 'ID'],
|
2646 |
-
['1730423808', '1730424831', 'IN'],
|
2647 |
-
['1730424832', '1730425855', 'IN'],
|
2648 |
-
['1730425856', '1730426879', 'HK'],
|
2649 |
-
['1730426880', '1730427903', 'CN'],
|
2650 |
-
['1730427904', '1730428927', 'CN'],
|
2651 |
-
['1730428928', '1730429951', 'CN'],
|
2652 |
-
['1730429952', '1730430207', 'ID'],
|
2653 |
-
['1730430208', '1730430463', 'AU'],
|
2654 |
-
['1730430464', '1730430719', 'HK'],
|
2655 |
-
['1730430720', '1730430975', 'IN'],
|
2656 |
-
['1730430976', '1730431999', 'CN'],
|
2657 |
-
['1730432000', '1730433023', 'IN'],
|
2658 |
-
['1730433024', '1730434047', 'IN'],
|
2659 |
-
['1730434048', '1730435071', 'IN'],
|
2660 |
-
['1730435072', '1730436095', 'HK'],
|
2661 |
-
['1730436096', '1730437119', 'SG'],
|
2662 |
-
['1730437120', '1730438143', 'CN'],
|
2663 |
-
['1730438144', '1730439167', 'BD'],
|
2664 |
-
['1730439168', '1730440191', 'IN'],
|
2665 |
-
['1730440192', '1730441215', 'NZ'],
|
2666 |
-
['1730441216', '1730442239', 'HK'],
|
2667 |
-
['1730442240', '1730443263', 'TW'],
|
2668 |
-
['1730443264', '1730444287', 'IN'],
|
2669 |
-
['1730444288', '1730445311', 'IN'],
|
2670 |
-
['1730445312', '1730445567', 'NZ'],
|
2671 |
-
['1730445568', '1730445823', 'AU'],
|
2672 |
-
['1730445824', '1730446335', 'AU'],
|
2673 |
-
['1730446336', '1730447359', 'CN'],
|
2674 |
-
['1730447360', '1730448383', 'CN'],
|
2675 |
-
['1730448384', '1730449407', 'JP'],
|
2676 |
-
['1730449408', '1730450431', 'VU'],
|
2677 |
-
['1730450432', '1730450687', 'AU'],
|
2678 |
-
['1730450688', '1730450943', 'IN'],
|
2679 |
-
['1730450944', '1730451455', 'PH'],
|
2680 |
-
['1730451456', '1730452479', 'HK'],
|
2681 |
-
['1730452480', '1730453503', 'ID'],
|
2682 |
-
['1730453504', '1730454527', 'CN'],
|
2683 |
-
['1730454528', '1730455551', 'CN'],
|
2684 |
-
['1730455552', '1730456575', 'CN'],
|
2685 |
-
['1730456576', '1730457599', 'CN'],
|
2686 |
-
['1730457600', '1730458623', 'CN'],
|
2687 |
-
['1730458624', '1730459647', 'CN'],
|
2688 |
-
['1730459648', '1730460671', 'CN'],
|
2689 |
-
['1730460672', '1730461695', 'CN'],
|
2690 |
-
['1730461696', '1730462719', 'CN'],
|
2691 |
-
['1730462720', '1730463743', 'CN'],
|
2692 |
-
['1730463744', '1730464767', 'CN'],
|
2693 |
-
['1730464768', '1730465791', 'CN'],
|
2694 |
-
['1730465792', '1730466815', 'CN'],
|
2695 |
-
['1730466816', '1730467839', 'CN'],
|
2696 |
-
['1730467840', '1730468863', 'CN'],
|
2697 |
-
['1730468864', '1730469887', 'CN'],
|
2698 |
-
['1730469888', '1730470911', 'CN'],
|
2699 |
-
['1730470912', '1730471935', 'CN'],
|
2700 |
-
['1730471936', '1730472959', 'CN'],
|
2701 |
-
['1730472960', '1730473983', 'CN'],
|
2702 |
-
['1730473984', '1730475007', 'CN'],
|
2703 |
-
['1730475008', '1730476031', 'CN'],
|
2704 |
-
['1730476032', '1730476543', 'AU'],
|
2705 |
-
['1730476544', '1730476799', 'NZ'],
|
2706 |
-
['1730476800', '1730477055', 'IN'],
|
2707 |
-
['1730477056', '1730478079', 'AU'],
|
2708 |
-
['1730478080', '1730479103', 'CN'],
|
2709 |
-
['1730480128', '1730480639', 'AU'],
|
2710 |
-
['1730480640', '1730481151', 'JP'],
|
2711 |
-
['1730481152', '1730482175', 'CN'],
|
2712 |
-
['1730482176', '1730483199', 'CN'],
|
2713 |
-
['1730483200', '1730483711', 'IN'],
|
2714 |
-
['1730484224', '1730485247', 'CN'],
|
2715 |
-
['1730485248', '1730486271', 'VN'],
|
2716 |
-
['1730486272', '1730487295', 'VN'],
|
2717 |
-
['1730487296', '1730488319', 'TW'],
|
2718 |
-
['1730488320', '1730489343', 'HK'],
|
2719 |
-
['1730489344', '1730490367', 'CN'],
|
2720 |
-
['1730490368', '1730491391', 'PH'],
|
2721 |
-
['1730491392', '1730492415', 'CN'],
|
2722 |
-
['1730492416', '1730493439', 'CN'],
|
2723 |
-
['1730493440', '1730494463', 'HK'],
|
2724 |
-
['1730494464', '1730495487', 'JP'],
|
2725 |
-
['1730495488', '1730496511', 'AU'],
|
2726 |
-
['1730496512', '1730497535', 'CN'],
|
2727 |
-
['1730497536', '1730498559', 'IN'],
|
2728 |
-
['1730498560', '1730499583', 'IN'],
|
2729 |
-
['1730499584', '1730500607', 'HK'],
|
2730 |
-
['1730501632', '1730502655', 'JP'],
|
2731 |
-
['1730503424', '1730503679', 'AU'],
|
2732 |
-
['1730503680', '1730504703', 'CN'],
|
2733 |
-
['1730504704', '1730505727', 'CN'],
|
2734 |
-
['1730505728', '1730506751', 'JP'],
|
2735 |
-
['1730506752', '1730507775', 'JP'],
|
2736 |
-
['1730507776', '1730508799', 'JP'],
|
2737 |
-
['1730508800', '1730509823', 'AU'],
|
2738 |
-
['1730509824', '1730510847', 'CN'],
|
2739 |
-
['1730510848', '1730511871', 'AU'],
|
2740 |
-
['1730511872', '1730512895', 'JP'],
|
2741 |
-
['1730512896', '1730513919', 'CN'],
|
2742 |
-
['1730513920', '1730514943', 'CN'],
|
2743 |
-
['1730514944', '1730515967', 'CN'],
|
2744 |
-
['1730515968', '1730516991', 'CN'],
|
2745 |
-
['1730516992', '1730518015', 'CN'],
|
2746 |
-
['1730518016', '1730519039', 'CN'],
|
2747 |
-
['1730519040', '1730520063', 'CN'],
|
2748 |
-
['1730520064', '1730521087', 'CN'],
|
2749 |
-
['1730521088', '1730522111', 'ID'],
|
2750 |
-
['1730522112', '1730523135', 'CN'],
|
2751 |
-
['1730523136', '1730524159', 'CN'],
|
2752 |
-
['1730524160', '1730525183', 'IN'],
|
2753 |
-
['1730526208', '1730527231', 'CN'],
|
2754 |
-
['1730527232', '1730528255', 'HK'],
|
2755 |
-
['1730528256', '1730529279', 'SG'],
|
2756 |
-
['1730529280', '1730529791', 'IN'],
|
2757 |
-
['1730530304', '1730531327', 'NZ'],
|
2758 |
-
['1730531328', '1730532351', 'CN'],
|
2759 |
-
['1730532352', '1730533375', 'CN'],
|
2760 |
-
['1730533376', '1730534399', 'CN'],
|
2761 |
-
['1730534400', '1730535423', 'CN'],
|
2762 |
-
['1730535424', '1730536447', 'ID'],
|
2763 |
-
['1730536448', '1730536703', 'AU'],
|
2764 |
-
['1730536704', '1730536959', 'ID'],
|
2765 |
-
['1730536960', '1730537471', 'ID'],
|
2766 |
-
['1730537472', '1730538495', 'HK'],
|
2767 |
-
['1730538496', '1730539519', 'JP'],
|
2768 |
-
['1730539520', '1730540543', 'JP'],
|
2769 |
-
['1730540544', '1730541567', 'ID'],
|
2770 |
-
['1730541568', '1730542591', 'CN'],
|
2771 |
-
['1730542592', '1730543615', 'CN'],
|
2772 |
-
['1730543616', '1730544639', 'CN'],
|
2773 |
-
['1730544640', '1730545663', 'IN'],
|
2774 |
-
['1730545664', '1730545919', 'IN'],
|
2775 |
-
['1730545920', '1730546175', 'AU'],
|
2776 |
-
['1730546176', '1730546687', 'AU'],
|
2777 |
-
['1730546688', '1730547711', 'IN'],
|
2778 |
-
['1730547712', '1730548735', 'BD'],
|
2779 |
-
['1730548736', '1730549759', 'MY'],
|
2780 |
-
['1730549760', '1730550783', 'KR'],
|
2781 |
-
['1730550784', '1730551807', 'HK'],
|
2782 |
-
['1730551808', '1730552831', 'CN'],
|
2783 |
-
['1730552832', '1730553855', 'IN'],
|
2784 |
-
['1730553856', '1730554879', 'CN'],
|
2785 |
-
['1730554880', '1730555903', 'CN'],
|
2786 |
-
['1730555904', '1730556415', 'IN'],
|
2787 |
-
['1730556416', '1730556927', 'IN'],
|
2788 |
-
['1730557952', '1730558975', 'CN'],
|
2789 |
-
['1730558976', '1730559999', 'MY'],
|
2790 |
-
['1730560000', '1730561023', 'HK'],
|
2791 |
-
['1730561024', '1730562047', 'IN'],
|
2792 |
-
['1730562048', '1730563071', 'SG'],
|
2793 |
-
['1730563072', '1730564095', 'CN'],
|
2794 |
-
['1730564096', '1730565119', 'HK'],
|
2795 |
-
['1730565120', '1730566143', 'CN'],
|
2796 |
-
['1730566144', '1730566399', 'IN'],
|
2797 |
-
['1730566400', '1730566655', 'IN'],
|
2798 |
-
['1730566656', '1730567167', 'HK'],
|
2799 |
-
['1730567168', '1730568191', 'CN'],
|
2800 |
-
['1730568192', '1730569215', 'CN'],
|
2801 |
-
['1730569216', '1730570239', 'ID'],
|
2802 |
-
['1730570240', '1730571263', 'HK'],
|
2803 |
-
['1730572288', '1730573311', 'KH'],
|
2804 |
-
['1730573312', '1730574335', 'CN'],
|
2805 |
-
['1730574336', '1730575359', 'AU'],
|
2806 |
-
['1730575360', '1730576383', 'IN'],
|
2807 |
-
['1730576384', '1730577407', 'IN'],
|
2808 |
-
['1730577408', '1730578431', 'CN'],
|
2809 |
-
['1730578432', '1730579455', 'VN'],
|
2810 |
-
['1730579456', '1730580479', 'CN'],
|
2811 |
-
['1730580480', '1730580735', 'HK'],
|
2812 |
-
['1730580736', '1730580991', 'AU'],
|
2813 |
-
['1730580992', '1730581503', 'TW'],
|
2814 |
-
['1730581504', '1730582015', 'AU'],
|
2815 |
-
['1730582016', '1730582271', 'IN'],
|
2816 |
-
['1730582272', '1730582527', 'PH'],
|
2817 |
-
['1730582528', '1730583551', 'HK'],
|
2818 |
-
['1730583552', '1730584575', 'HK'],
|
2819 |
-
['1730584576', '1730585599', 'HK'],
|
2820 |
-
['1730585600', '1730586623', 'NZ'],
|
2821 |
-
['1730586624', '1730587647', 'HK'],
|
2822 |
-
['1730587648', '1730588671', 'PH'],
|
2823 |
-
['1730588672', '1730589695', 'IN'],
|
2824 |
-
['1730590720', '1730591743', 'SG'],
|
2825 |
-
['1730591744', '1730591999', 'PH'],
|
2826 |
-
['1730592000', '1730592255', 'IN'],
|
2827 |
-
['1730592256', '1730592767', 'IN'],
|
2828 |
-
['1730592768', '1730593791', 'MY'],
|
2829 |
-
['1730593792', '1730594815', 'NP'],
|
2830 |
-
['1730594816', '1730595839', 'IN'],
|
2831 |
-
['1730595840', '1730596863', 'IN'],
|
2832 |
-
['1730597888', '1730598911', 'PH'],
|
2833 |
-
['1730599424', '1730599935', 'VU'],
|
2834 |
-
['1730599936', '1730600959', 'CN'],
|
2835 |
-
['1730600960', '1730601983', 'CN'],
|
2836 |
-
['1730601984', '1730603007', 'CN'],
|
2837 |
-
['1730603008', '1730604031', 'CN'],
|
2838 |
-
['1730605056', '1730606079', 'IN'],
|
2839 |
-
['1730606080', '1730607103', 'IN'],
|
2840 |
-
['1730608128', '1730609151', 'CN'],
|
2841 |
-
['1730609152', '1730610175', 'IN'],
|
2842 |
-
['1730610176', '1730610687', 'IN'],
|
2843 |
-
['1730610688', '1730610943', 'MY'],
|
2844 |
-
['1730610944', '1730611199', 'SG'],
|
2845 |
-
['1730611200', '1730612223', 'IN'],
|
2846 |
-
['1730612224', '1730613247', 'ID'],
|
2847 |
-
['1730613248', '1730614271', 'CN'],
|
2848 |
-
['1730614272', '1730615295', 'NZ'],
|
2849 |
-
['1730615296', '1730616319', 'HK'],
|
2850 |
-
['1730616320', '1730617343', 'IN'],
|
2851 |
-
['1730618368', '1730619391', 'KR'],
|
2852 |
-
['1730619392', '1730619903', 'HK'],
|
2853 |
-
['1730619904', '1730620415', 'SG'],
|
2854 |
-
['1730620416', '1730621439', 'NZ'],
|
2855 |
-
['1730621440', '1730622463', 'ID'],
|
2856 |
-
['1730622464', '1730622719', 'ID'],
|
2857 |
-
['1730622720', '1730622975', 'AU'],
|
2858 |
-
['1730622976', '1730623231', 'IN'],
|
2859 |
-
['1730623232', '1730623487', 'AU'],
|
2860 |
-
['1730623488', '1730624511', 'HK'],
|
2861 |
-
['1730624512', '1730625535', 'AU'],
|
2862 |
-
['1730625536', '1730626559', 'CN'],
|
2863 |
-
['1730628608', '1730629631', 'HK'],
|
2864 |
-
['1730629632', '1730630655', 'PK'],
|
2865 |
-
['1730630656', '1730631167', 'AU'],
|
2866 |
-
['1730631168', '1730631679', 'AU'],
|
2867 |
-
['1730631680', '1730632703', 'CN'],
|
2868 |
-
['1730632704', '1730633727', 'VN'],
|
2869 |
-
['1730633728', '1730634751', 'VN'],
|
2870 |
-
['1730634752', '1730635775', 'CN'],
|
2871 |
-
['1730635776', '1730636799', 'CN'],
|
2872 |
-
['1730636800', '1730637823', 'CN'],
|
2873 |
-
['1730637824', '1730638079', 'AU'],
|
2874 |
-
['1730638080', '1730638335', 'JP'],
|
2875 |
-
['1730638336', '1730638847', 'NZ'],
|
2876 |
-
['1730638848', '1730639871', 'IN'],
|
2877 |
-
['1730640384', '1730640895', 'MY'],
|
2878 |
-
['1730641920', '1730642943', 'IN'],
|
2879 |
-
['1730642944', '1730643967', 'IN'],
|
2880 |
-
['1730643968', '1730644479', 'AU'],
|
2881 |
-
['1730644480', '1730644735', 'AU'],
|
2882 |
-
['1730644736', '1730644991', 'IN'],
|
2883 |
-
['1730644992', '1730646015', 'MY'],
|
2884 |
-
['1730647040', '1730648063', 'HK'],
|
2885 |
-
['1730648064', '1730649087', 'HK'],
|
2886 |
-
['1730649088', '1730650111', 'IN'],
|
2887 |
-
['1730650112', '1730651135', 'CN'],
|
2888 |
-
['1730651136', '1730652159', 'CN'],
|
2889 |
-
['1730652160', '1730653183', 'CN'],
|
2890 |
-
['1730653184', '1730654207', 'CN'],
|
2891 |
-
['1730654208', '1730655231', 'CN'],
|
2892 |
-
['1730655232', '1730656255', 'CN'],
|
2893 |
-
['1730656256', '1730657279', 'CN'],
|
2894 |
-
['1730657280', '1730658303', 'CN'],
|
2895 |
-
['1730658304', '1730659327', 'JP'],
|
2896 |
-
['1730660352', '1730661375', 'CN'],
|
2897 |
-
['1730661376', '1730662399', 'CN'],
|
2898 |
-
['1730662400', '1730663423', 'CN'],
|
2899 |
-
['1730663424', '1730664447', 'CN'],
|
2900 |
-
['1730664448', '1730665471', 'CN'],
|
2901 |
-
['1730665472', '1730666495', 'CN'],
|
2902 |
-
['1730666496', '1730667519', 'CN'],
|
2903 |
-
['1730667520', '1730668543', 'CN'],
|
2904 |
-
['1730668544', '1730669567', 'CN'],
|
2905 |
-
['1730669568', '1730670079', 'IN'],
|
2906 |
-
['1730670080', '1730670591', 'AU'],
|
2907 |
-
['1730670592', '1730671615', 'IN'],
|
2908 |
-
['1730671616', '1730672639', 'IN'],
|
2909 |
-
['1730672640', '1730672895', 'AU'],
|
2910 |
-
['1730672896', '1730673151', 'AU'],
|
2911 |
-
['1730673152', '1730673407', 'AU'],
|
2912 |
-
['1730673408', '1730673663', 'IN'],
|
2913 |
-
['1730673664', '1730674687', 'FM'],
|
2914 |
-
['1730674688', '1730675711', 'AU'],
|
2915 |
-
['1730675712', '1730676735', 'HK'],
|
2916 |
-
['1730676736', '1730677759', 'HK'],
|
2917 |
-
['1730677760', '1730678783', 'CN'],
|
2918 |
-
['1730678784', '1730679807', 'CN'],
|
2919 |
-
['1730679808', '1730680831', 'CN'],
|
2920 |
-
['1730680832', '1730681855', 'CN'],
|
2921 |
-
['1730681856', '1730682879', 'CN'],
|
2922 |
-
['1730682880', '1730683903', 'CN'],
|
2923 |
-
['1730683904', '1730684927', 'CN'],
|
2924 |
-
['1730684928', '1730685951', 'CN'],
|
2925 |
-
['1730685952', '1730686975', 'CN'],
|
2926 |
-
['1730686976', '1730687999', 'IN'],
|
2927 |
-
['1730688512', '1730689023', 'ID'],
|
2928 |
-
['1730689024', '1730690047', 'IN'],
|
2929 |
-
['1730690048', '1730691071', 'IN'],
|
2930 |
-
['1730691072', '1730692095', 'IN'],
|
2931 |
-
['1730692096', '1730692607', 'ID'],
|
2932 |
-
['1730692608', '1730693119', 'AU'],
|
2933 |
-
['1730693120', '1730694143', 'IN'],
|
2934 |
-
['1730694144', '1730695167', 'BD'],
|
2935 |
-
['1730695168', '1730695423', 'IN'],
|
2936 |
-
['1730695424', '1730695679', 'NZ'],
|
2937 |
-
['1730695680', '1730696191', 'BD'],
|
2938 |
-
['1730696192', '1730697215', 'HK'],
|
2939 |
-
['1730697216', '1730698239', 'CN'],
|
2940 |
-
['1730698240', '1730698751', 'ID'],
|
2941 |
-
['1730698752', '1730699007', 'ID'],
|
2942 |
-
['1730699008', '1730699263', 'ID'],
|
2943 |
-
['1730699264', '1730700287', 'JP'],
|
2944 |
-
['1730700288', '1730701311', 'CN'],
|
2945 |
-
['1730701312', '1730702335', 'JP'],
|
2946 |
-
['1730702336', '1730702591', 'ID'],
|
2947 |
-
['1730702592', '1730702847', 'AU'],
|
2948 |
-
['1730702848', '1730703359', 'HK'],
|
2949 |
-
['1730703360', '1730704383', 'CN'],
|
2950 |
-
['1730704384', '1730705407', 'TH'],
|
2951 |
-
['1730705408', '1730706431', 'ID'],
|
2952 |
-
['1730706432', '1730707455', 'JP'],
|
2953 |
-
['1730707456', '1730708479', 'JP'],
|
2954 |
-
['1730708480', '1730709503', 'TH'],
|
2955 |
-
['1730709504', '1730711551', 'TH'],
|
2956 |
-
['1730711552', '1730713599', 'TH'],
|
2957 |
-
['1730713600', '1730714623', 'HK'],
|
2958 |
-
['1730715648', '1730716671', 'HK'],
|
2959 |
-
['1730716672', '1730717183', 'PH'],
|
2960 |
-
['1730717696', '1730718719', 'IN'],
|
2961 |
-
['1730718720', '1730719743', 'HK'],
|
2962 |
-
['1730719744', '1730720767', 'HK'],
|
2963 |
-
['1730720768', '1730721791', 'TH'],
|
2964 |
-
['1730721792', '1730723839', 'TH'],
|
2965 |
-
['1730723840', '1730724863', 'CN'],
|
2966 |
-
['1730724864', '1730725887', 'IN'],
|
2967 |
-
['1730725888', '1730726911', 'IN'],
|
2968 |
-
['1730726912', '1730727935', 'IN'],
|
2969 |
-
['1730727936', '1730728959', 'HK'],
|
2970 |
-
['1730728960', '1730729983', 'CN'],
|
2971 |
-
['1730729984', '1730731007', 'JP'],
|
2972 |
-
['1730731008', '1730732031', 'CN'],
|
2973 |
-
['1730732032', '1730732287', 'AU'],
|
2974 |
-
['1730732288', '1730732543', 'HK'],
|
2975 |
-
['1730732544', '1730733055', 'BD'],
|
2976 |
-
['1730733056', '1730734079', 'CN'],
|
2977 |
-
['1730734080', '1730735103', 'CN'],
|
2978 |
-
['1730735104', '1730736127', 'CN'],
|
2979 |
-
['1730736128', '1730737151', 'CN'],
|
2980 |
-
['1730737152', '1730738175', 'CN'],
|
2981 |
-
['1730738176', '1730739199', 'CN'],
|
2982 |
-
['1730739200', '1730740223', 'CN'],
|
2983 |
-
['1730740224', '1730741247', 'CN'],
|
2984 |
-
['1730741248', '1730742271', 'HK'],
|
2985 |
-
['1730742272', '1730742783', 'AF'],
|
2986 |
-
['1730742784', '1730743039', 'IN'],
|
2987 |
-
['1730743040', '1730743295', 'IN'],
|
2988 |
-
['1730743296', '1730744319', 'SG'],
|
2989 |
-
['1730744320', '1730745343', 'CN'],
|
2990 |
-
['1730745344', '1730746367', 'IN'],
|
2991 |
-
['1730746368', '1730747391', 'IN'],
|
2992 |
-
['1730747392', '1730748415', 'IN'],
|
2993 |
-
['1730748416', '1730749439', 'IN'],
|
2994 |
-
['1730749440', '1730750463', 'IN'],
|
2995 |
-
['1730750464', '1730751487', 'IN'],
|
2996 |
-
['1730751488', '1730752511', 'IN'],
|
2997 |
-
['1730752512', '1730753535', 'HK'],
|
2998 |
-
['1730753536', '1730754559', 'CN'],
|
2999 |
-
['1730754560', '1730754815', 'IN'],
|
3000 |
-
['1730754816', '1730755071', 'IN'],
|
3001 |
-
['1730755072', '1730755583', 'TH'],
|
3002 |
-
['1730755584', '1730756607', 'JP'],
|
3003 |
-
['1730756608', '1730757631', 'HK'],
|
3004 |
-
['1730757632', '1730758655', 'SG'],
|
3005 |
-
['1730760704', '1730761727', 'HK'],
|
3006 |
-
['1730761728', '1730762751', 'TH'],
|
3007 |
-
['1730762752', '1730763775', 'IN'],
|
3008 |
-
['1730763776', '1730764799', 'IN'],
|
3009 |
-
['1730764800', '1730765823', 'IN'],
|
3010 |
-
['1730765824', '1730766847', 'IN'],
|
3011 |
-
['1730766848', '1730767871', 'HK'],
|
3012 |
-
['1730767872', '1730768127', 'AU'],
|
3013 |
-
['1730768128', '1730768383', 'ID'],
|
3014 |
-
['1730768384', '1730768639', 'ID'],
|
3015 |
-
['1730768640', '1730768895', 'BD'],
|
3016 |
-
['1730769920', '1730770943', 'HK'],
|
3017 |
-
['1730770944', '1730771967', 'ID'],
|
3018 |
-
['1730771968', '1730772991', 'HK'],
|
3019 |
-
['1730772992', '1730774015', 'SG'],
|
3020 |
-
['1730774016', '1730775039', 'HK'],
|
3021 |
-
['1730775040', '1730776063', 'JP'],
|
3022 |
-
['1730776064', '1730777087', 'CN'],
|
3023 |
-
['1730777088', '1730778111', 'IN'],
|
3024 |
-
['1730778112', '1730779135', 'CN'],
|
3025 |
-
['1730779136', '1730780159', 'CN'],
|
3026 |
-
['1730780160', '1730781183', 'AU'],
|
3027 |
-
['1730781184', '1730782207', 'CN'],
|
3028 |
-
['1730782208', '1730783231', 'CN'],
|
3029 |
-
['1730783232', '1730783487', 'IN'],
|
3030 |
-
['1730783488', '1730783743', 'ID'],
|
3031 |
-
['1730783744', '1730783999', 'IN'],
|
3032 |
-
['1730784000', '1730784255', 'ID'],
|
3033 |
-
['1730784256', '1730785279', 'HK'],
|
3034 |
-
['1730785280', '1730786303', 'AU'],
|
3035 |
-
['1730787328', '1730788351', 'HK'],
|
3036 |
-
['1730788352', '1730789375', 'ID'],
|
3037 |
-
['1730789376', '1730790399', 'ID'],
|
3038 |
-
['1730790400', '1730791423', 'IN'],
|
3039 |
-
['1730791424', '1730792447', 'ID'],
|
3040 |
-
['1730792448', '1730793471', 'ID'],
|
3041 |
-
['1730793472', '1730794495', 'ID'],
|
3042 |
-
['1730794496', '1730795007', 'BD'],
|
3043 |
-
['1730795008', '1730795519', 'IN'],
|
3044 |
-
['1730795520', '1730796543', 'AU'],
|
3045 |
-
['1730796544', '1730797567', 'CN'],
|
3046 |
-
['1730797568', '1730798591', 'CN'],
|
3047 |
-
['1730798592', '1730799615', 'CN'],
|
3048 |
-
['1730799616', '1730800639', 'CN'],
|
3049 |
-
['1730800640', '1730801663', 'IN'],
|
3050 |
-
['1730801664', '1730802687', 'JP'],
|
3051 |
-
['1730802688', '1730803199', 'BD'],
|
3052 |
-
['1730803200', '1730803455', 'ID'],
|
3053 |
-
['1730803456', '1730803711', 'ID'],
|
3054 |
-
['1730804736', '1730805759', 'JP'],
|
3055 |
-
['1730805760', '1730806783', 'AF'],
|
3056 |
-
['1730807808', '1730808831', 'CN'],
|
3057 |
-
['1730808832', '1730809855', 'HK'],
|
3058 |
-
['1730809856', '1730810367', 'IN'],
|
3059 |
-
['1730810624', '1730810879', 'AU'],
|
3060 |
-
['1730810880', '1730811903', 'AU'],
|
3061 |
-
['1730811904', '1730812927', 'CN'],
|
3062 |
-
['1730812928', '1730813951', 'CN'],
|
3063 |
-
['1730813952', '1730814975', 'CN'],
|
3064 |
-
['1730814976', '1730815999', 'HK'],
|
3065 |
-
['1730816000', '1730817023', 'ID'],
|
3066 |
-
['1730817024', '1730818047', 'JP'],
|
3067 |
-
['1730818048', '1730818559', 'AU'],
|
3068 |
-
['1730818816', '1730819071', 'IN'],
|
3069 |
-
['1730820096', '1730821119', 'VN'],
|
3070 |
-
['1730822144', '1730823167', 'CN'],
|
3071 |
-
['1730823168', '1730824191', 'CN'],
|
3072 |
-
['1730824192', '1730825215', 'IN'],
|
3073 |
-
['1730825216', '1730826239', 'CN'],
|
3074 |
-
['1730826240', '1730827263', 'JP'],
|
3075 |
-
['1730827264', '1730828287', 'IN'],
|
3076 |
-
['1730828288', '1730829311', 'IN'],
|
3077 |
-
['1730829312', '1730830335', 'PH'],
|
3078 |
-
['1730830336', '1730831359', 'PH'],
|
3079 |
-
['1730831360', '1730832383', 'HK'],
|
3080 |
-
['1730832384', '1730833407', 'CN'],
|
3081 |
-
['1730833408', '1730834431', 'AU'],
|
3082 |
-
['1730834432', '1730834943', 'TW'],
|
3083 |
-
['1730834944', '1730835199', 'IN'],
|
3084 |
-
['1730835200', '1730835455', 'IN'],
|
3085 |
-
['1730835456', '1730836479', 'ID'],
|
3086 |
-
['1730836480', '1730837503', 'ID'],
|
3087 |
-
['1730837504', '1730838527', 'IN'],
|
3088 |
-
['1730839552', '1730840575', 'AU'],
|
3089 |
-
['1730840576', '1730841599', 'PH'],
|
3090 |
-
['1730841600', '1730842623', 'AU'],
|
3091 |
-
['1730842624', '1730843647', 'TW'],
|
3092 |
-
['1730843648', '1730844671', 'TW'],
|
3093 |
-
['1730844672', '1730845695', 'BD'],
|
3094 |
-
['1730845696', '1730846719', 'IN'],
|
3095 |
-
['1730846720', '1730847743', 'IN'],
|
3096 |
-
['1730848768', '1730849791', 'JP'],
|
3097 |
-
['1730849792', '1730850815', 'IN'],
|
3098 |
-
['1730850816', '1730851839', 'HK'],
|
3099 |
-
['1730851840', '1730852863', 'CN'],
|
3100 |
-
['1730852864', '1730853887', 'KR'],
|
3101 |
-
['1730853888', '1730854143', 'IN'],
|
3102 |
-
['1730854144', '1730854399', 'AU'],
|
3103 |
-
['1730854400', '1730854655', 'NZ'],
|
3104 |
-
['1730854656', '1730854911', 'HK'],
|
3105 |
-
['1730854912', '1730855935', 'IN'],
|
3106 |
-
['1730855936', '1730856959', 'IN'],
|
3107 |
-
['1730857984', '1730858239', 'AU'],
|
3108 |
-
['1730858240', '1730858495', 'ID'],
|
3109 |
-
['1730858496', '1730859007', 'IN'],
|
3110 |
-
['1730859008', '1730860031', 'BN'],
|
3111 |
-
['1730860032', '1730861055', 'MY'],
|
3112 |
-
['1730861056', '1730862079', 'MM'],
|
3113 |
-
['1730863104', '1730863615', 'AU'],
|
3114 |
-
['1730863616', '1730864127', 'AU'],
|
3115 |
-
['1730865152', '1730866175', 'CN'],
|
3116 |
-
['1730866176', '1730867199', 'AU'],
|
3117 |
-
['1730869248', '1730870271', 'IN'],
|
3118 |
-
['1730870272', '1730871295', 'ID'],
|
3119 |
-
['1730871296', '1730871807', 'ID'],
|
3120 |
-
['1730871808', '1730872063', 'IN'],
|
3121 |
-
['1730872064', '1730872319', 'IN'],
|
3122 |
-
['1730872320', '1730873343', 'IN'],
|
3123 |
-
['1730873344', '1730874367', 'HK'],
|
3124 |
-
['1730874368', '1730875391', 'HK'],
|
3125 |
-
['1730875392', '1730876415', 'CN'],
|
3126 |
-
['1730876416', '1730877439', 'AU'],
|
3127 |
-
['1730878464', '1730879487', 'HK'],
|
3128 |
-
['1730879488', '1730880511', 'IN'],
|
3129 |
-
['1730880512', '1730880767', 'IN'],
|
3130 |
-
['1730880768', '1730881023', 'IN'],
|
3131 |
-
['1730881024', '1730881535', 'AU'],
|
3132 |
-
['1730881536', '1730882559', 'IN'],
|
3133 |
-
['1730882560', '1730883583', 'ID'],
|
3134 |
-
['1730883584', '1730884607', 'TW'],
|
3135 |
-
['1730884608', '1730885631', 'BD'],
|
3136 |
-
['1730885632', '1730886655', 'AU'],
|
3137 |
-
['1730886656', '1730887679', 'HK'],
|
3138 |
-
['1730887680', '1730887935', 'KR'],
|
3139 |
-
['1730887936', '1730888191', 'IN'],
|
3140 |
-
['1730888192', '1730888703', 'ID'],
|
3141 |
-
['1730888704', '1730889727', 'HK'],
|
3142 |
-
['1730889728', '1730890751', 'JP'],
|
3143 |
-
['1730890752', '1730891775', 'LA'],
|
3144 |
-
['1730891776', '1730892799', 'IN'],
|
3145 |
-
['1730892800', '1730893823', 'CN'],
|
3146 |
-
['1730893824', '1730894847', 'AU'],
|
3147 |
-
['1730894848', '1730895103', 'AU'],
|
3148 |
-
['1730895104', '1730895359', 'BD'],
|
3149 |
-
['1730895872', '1730896895', 'CN'],
|
3150 |
-
['1730896896', '1730897919', 'CN'],
|
3151 |
-
['1730897920', '1730898943', 'CN'],
|
3152 |
-
['1730898944', '1730899967', 'MY'],
|
3153 |
-
['1730899968', '1730900991', 'IN'],
|
3154 |
-
['1730900992', '1730902015', 'AU'],
|
3155 |
-
['1730902016', '1730903039', 'KR'],
|
3156 |
-
['1730903040', '1730904063', 'CN'],
|
3157 |
-
['1730904064', '1730905087', 'ID'],
|
3158 |
-
['1730905088', '1730906111', 'HK'],
|
3159 |
-
['1730906112', '1730906367', 'TH'],
|
3160 |
-
['1730906368', '1730906623', 'AU'],
|
3161 |
-
['1730906624', '1730907135', 'AU'],
|
3162 |
-
['1730907136', '1730908159', 'JP'],
|
3163 |
-
['1730908160', '1730909183', 'PG'],
|
3164 |
-
['1730909184', '1730910207', 'BD'],
|
3165 |
-
['1730910208', '1730911231', 'IN'],
|
3166 |
-
['1730911232', '1730912255', 'NC'],
|
3167 |
-
['1730912256', '1730913279', 'IN'],
|
3168 |
-
['1730914304', '1730915327', 'NP'],
|
3169 |
-
['1730915328', '1730916351', 'HK'],
|
3170 |
-
['1730916352', '1730916607', 'AU'],
|
3171 |
-
['1730916608', '1730916863', 'AU'],
|
3172 |
-
['1730916864', '1730917375', 'AU'],
|
3173 |
-
['1730917376', '1730918399', 'AU'],
|
3174 |
-
['1730918400', '1730919423', 'CN'],
|
3175 |
-
['1730919424', '1730920447', 'SG'],
|
3176 |
-
['1730920448', '1730921471', 'CN'],
|
3177 |
-
['1730921472', '1730922495', 'CN'],
|
3178 |
-
['1730922496', '1730923519', 'IN'],
|
3179 |
-
['1730923520', '1730924031', 'NF'],
|
3180 |
-
['1730924032', '1730924543', 'NZ'],
|
3181 |
-
['1730924544', '1730925567', 'CN'],
|
3182 |
-
['1730925568', '1730926591', 'NZ'],
|
3183 |
-
['1730926592', '1730927615', 'HK'],
|
3184 |
-
['1730927616', '1730928639', 'CN'],
|
3185 |
-
['1730928640', '1730929663', 'CN'],
|
3186 |
-
['1730929664', '1730929919', 'IN'],
|
3187 |
-
['1730929920', '1730930175', 'TH'],
|
3188 |
-
['1730930176', '1730930431', 'BD'],
|
3189 |
-
['1730930432', '1730930687', 'IN'],
|
3190 |
-
['1730930688', '1730931711', 'CN'],
|
3191 |
-
['1730931712', '1730932735', 'HK'],
|
3192 |
-
['1730932736', '1730933759', 'CN'],
|
3193 |
-
['1730933760', '1730934783', 'HK'],
|
3194 |
-
['1730934784', '1730935807', 'IN'],
|
3195 |
-
['1730935808', '1730936063', 'IN'],
|
3196 |
-
['1730936064', '1730936319', 'AU'],
|
3197 |
-
['1730936320', '1730936831', 'AU'],
|
3198 |
-
['1730936832', '1730937855', 'IN'],
|
3199 |
-
['1730937856', '1730938879', 'SG'],
|
3200 |
-
['1730939904', '1730940927', 'IN'],
|
3201 |
-
['1730940928', '1730941439', 'JP'],
|
3202 |
-
['1730941440', '1730941695', 'IN'],
|
3203 |
-
['1730941952', '1730942975', 'HK'],
|
3204 |
-
['1730942976', '1730943487', 'AU'],
|
3205 |
-
['1730943488', '1730943999', 'ID'],
|
3206 |
-
['1730944000', '1730945023', 'HK'],
|
3207 |
-
['1730945024', '1730946047', 'AU'],
|
3208 |
-
['1730946048', '1730947071', 'ID'],
|
3209 |
-
['1730947072', '1730948095', 'AU'],
|
3210 |
-
['1730948096', '1730948351', 'TH'],
|
3211 |
-
['1730948352', '1730948607', 'NZ'],
|
3212 |
-
['1730948608', '1730949119', 'AU'],
|
3213 |
-
['1730949120', '1730950143', 'IN'],
|
3214 |
-
['1730950144', '1730951167', 'IN'],
|
3215 |
-
['1730951168', '1730952191', 'CN'],
|
3216 |
-
['1730952192', '1730953215', 'HK'],
|
3217 |
-
['1730953216', '1730954239', 'HK'],
|
3218 |
-
['1730954240', '1730955263', 'SG'],
|
3219 |
-
['1730955264', '1730956287', 'BD'],
|
3220 |
-
['1730956288', '1730957311', 'BD'],
|
3221 |
-
['1730957312', '1730958335', 'CN'],
|
3222 |
-
['1730958336', '1730959359', 'JP'],
|
3223 |
-
['1730959360', '1730960383', 'CN'],
|
3224 |
-
['1730960384', '1730961407', 'AU'],
|
3225 |
-
['1730961408', '1730962431', 'IN'],
|
3226 |
-
['1730962432', '1730962687', 'ID'],
|
3227 |
-
['1730962688', '1730962943', 'AU'],
|
3228 |
-
['1730962944', '1730963455', 'JP'],
|
3229 |
-
['1730963456', '1730964479', 'IN'],
|
3230 |
-
['1730964480', '1730964735', 'MY'],
|
3231 |
-
['1730964736', '1730964991', 'HK'],
|
3232 |
-
['1730964992', '1730965503', 'NZ'],
|
3233 |
-
['1730965504', '1730966527', 'SG'],
|
3234 |
-
['1730966528', '1730967551', 'IN'],
|
3235 |
-
['1730967552', '1730968575', 'CN'],
|
3236 |
-
['1730968576', '1730969599', 'CN'],
|
3237 |
-
['1730969600', '1730970623', 'JP'],
|
3238 |
-
['1730970624', '1730971647', 'CN'],
|
3239 |
-
['1730971648', '1730972671', 'IN'],
|
3240 |
-
['1730972672', '1730972927', 'IN'],
|
3241 |
-
['1730972928', '1730973183', 'IN'],
|
3242 |
-
['1730973184', '1730973695', 'IN'],
|
3243 |
-
['1730973696', '1730974719', 'CN'],
|
3244 |
-
['1730974720', '1730974975', 'AU'],
|
3245 |
-
['1730974976', '1730975231', 'ID'],
|
3246 |
-
['1730975232', '1730975743', 'BD'],
|
3247 |
-
['1730976768', '1730977791', 'IN'],
|
3248 |
-
['1730977792', '1730978815', 'HK'],
|
3249 |
-
['1730978816', '1730979839', 'NZ'],
|
3250 |
-
['1730979840', '1730980863', 'CN'],
|
3251 |
-
['1730980864', '1730981887', 'IN'],
|
3252 |
-
['1730981888', '1730982911', 'CN'],
|
3253 |
-
['1730982912', '1730983935', 'CN'],
|
3254 |
-
['1730983936', '1730984959', 'CN'],
|
3255 |
-
['1730984960', '1730985983', 'CN'],
|
3256 |
-
['1730985984', '1730987007', 'CN'],
|
3257 |
-
['1730987008', '1730988031', 'CN'],
|
3258 |
-
['1730988032', '1730989055', 'CN'],
|
3259 |
-
['1730989056', '1730990079', 'CN'],
|
3260 |
-
['1730990080', '1730991103', 'JP'],
|
3261 |
-
['1730991104', '1730992127', 'JP'],
|
3262 |
-
['1730992128', '1730993151', 'TH'],
|
3263 |
-
['1730993152', '1730993407', 'SG'],
|
3264 |
-
['1730993408', '1730993663', 'IN'],
|
3265 |
-
['1730993664', '1730993919', 'NZ'],
|
3266 |
-
['1730993920', '1730994175', 'PK'],
|
3267 |
-
['1730994176', '1730995199', 'CN'],
|
3268 |
-
['1730995200', '1730996223', 'AU'],
|
3269 |
-
['1730996224', '1730997247', 'HK'],
|
3270 |
-
['1730997248', '1730998271', 'CN'],
|
3271 |
-
['1730998272', '1730999295', 'CN'],
|
3272 |
-
['1730999296', '1731000319', 'CN'],
|
3273 |
-
['1731000320', '1731001343', 'CN'],
|
3274 |
-
['1731001344', '1731002367', 'CN'],
|
3275 |
-
['1731002368', '1731003391', 'CN'],
|
3276 |
-
['1731003392', '1731004415', 'CN'],
|
3277 |
-
['1731004416', '1731005439', 'CN'],
|
3278 |
-
['1731005440', '1731006463', 'CN'],
|
3279 |
-
['1731006464', '1731007487', 'CN'],
|
3280 |
-
['1731007488', '1731008511', 'CN'],
|
3281 |
-
['1731008512', '1731009535', 'CN'],
|
3282 |
-
['1731009536', '1731010559', 'CN'],
|
3283 |
-
['1731010560', '1731011583', 'CN'],
|
3284 |
-
['1731011584', '1731012607', 'CN'],
|
3285 |
-
['1731012608', '1731013631', 'CN'],
|
3286 |
-
['1731013632', '1731014655', 'CN'],
|
3287 |
-
['1731014656', '1731015679', 'CN'],
|
3288 |
-
['1731015680', '1731016703', 'CN'],
|
3289 |
-
['1731016704', '1731017727', 'CN'],
|
3290 |
-
['1731017728', '1731018751', 'CN'],
|
3291 |
-
['1731018752', '1731019775', 'HK'],
|
3292 |
-
['1731019776', '1731020799', 'HK'],
|
3293 |
-
['1731020800', '1731021823', 'CN'],
|
3294 |
-
['1731021824', '1731022847', 'CN'],
|
3295 |
-
['1731022848', '1731023871', 'CN'],
|
3296 |
-
['1731023872', '1731024895', 'CN'],
|
3297 |
-
['1731024896', '1731025919', 'CN'],
|
3298 |
-
['1731025920', '1731026943', 'CN'],
|
3299 |
-
['1731026944', '1731027967', 'CN'],
|
3300 |
-
['1731027968', '1731028991', 'CN'],
|
3301 |
-
['1731028992', '1731030015', 'CN'],
|
3302 |
-
['1731030016', '1731031039', 'CN'],
|
3303 |
-
['1731031040', '1731032063', 'CN'],
|
3304 |
-
['1731032064', '1731033087', 'CN'],
|
3305 |
-
['1731033088', '1731034111', 'CN'],
|
3306 |
-
['1731034112', '1731035135', 'CN'],
|
3307 |
-
['1731035136', '1731036159', 'CN'],
|
3308 |
-
['1731036160', '1731037183', 'CN'],
|
3309 |
-
['1731037184', '1731038207', 'CN'],
|
3310 |
-
['1731038208', '1731039231', 'CN'],
|
3311 |
-
['1731039232', '1731040255', 'CN'],
|
3312 |
-
['1731040256', '1731041279', 'CN'],
|
3313 |
-
['1731041280', '1731042303', 'CN'],
|
3314 |
-
['1731042304', '1731043327', 'CN'],
|
3315 |
-
['1731043328', '1731044351', 'CN'],
|
3316 |
-
['1731044352', '1731045375', 'CN'],
|
3317 |
-
['1731045376', '1731046399', 'CN'],
|
3318 |
-
['1731046400', '1731047423', 'CN'],
|
3319 |
-
['1731047424', '1731048447', 'CN'],
|
3320 |
-
['1731048448', '1731049471', 'CN'],
|
3321 |
-
['1731049472', '1731050495', 'CN'],
|
3322 |
-
['1731050496', '1731051519', 'CN'],
|
3323 |
-
['1731051520', '1731052543', 'CN'],
|
3324 |
-
['1731052544', '1731053567', 'CN'],
|
3325 |
-
['1731053568', '1731054591', 'CN'],
|
3326 |
-
['1731054592', '1731055615', 'CN'],
|
3327 |
-
['1731055616', '1731056639', 'CN'],
|
3328 |
-
['1731056640', '1731057663', 'CN'],
|
3329 |
-
['1731057664', '1731058687', 'CN'],
|
3330 |
-
['1731058688', '1731059711', 'CN'],
|
3331 |
-
['1731059712', '1731060735', 'CN'],
|
3332 |
-
['1731060736', '1731061759', 'VN'],
|
3333 |
-
['1731061760', '1731062783', 'VN'],
|
3334 |
-
['1731062784', '1731063807', 'VN'],
|
3335 |
-
['1731063808', '1731064831', 'NZ'],
|
3336 |
-
['1731064832', '1731065855', 'JP'],
|
3337 |
-
['1731065856', '1731066879', 'CN'],
|
3338 |
-
['1731066880', '1731067391', 'PH'],
|
3339 |
-
['1731067392', '1731067903', 'AU'],
|
3340 |
-
['1731067904', '1731068927', 'CN'],
|
3341 |
-
['1731070976', '1731071999', 'CN'],
|
3342 |
-
['1731072000', '1731073023', 'CN'],
|
3343 |
-
['1731073024', '1731074047', 'CN'],
|
3344 |
-
['1731074048', '1731075071', 'CN'],
|
3345 |
-
['1731075072', '1731076095', 'CN'],
|
3346 |
-
['1731076096', '1731077119', 'CN'],
|
3347 |
-
['1731077120', '1731078143', 'CN'],
|
3348 |
-
['1731078144', '1731079167', 'CN'],
|
3349 |
-
['1731079168', '1731080191', 'CN'],
|
3350 |
-
['1731080192', '1731081215', 'CN'],
|
3351 |
-
['1731081216', '1731082239', 'CN'],
|
3352 |
-
['1731082240', '1731083263', 'CN'],
|
3353 |
-
['1731083264', '1731084287', 'CN'],
|
3354 |
-
['1731084288', '1731085311', 'CN'],
|
3355 |
-
['1731085312', '1731086335', 'CN'],
|
3356 |
-
['1731086336', '1731087359', 'CN'],
|
3357 |
-
['1731087360', '1731088383', 'CN'],
|
3358 |
-
['1731088384', '1731089407', 'CN'],
|
3359 |
-
['1731089408', '1731090431', 'CN'],
|
3360 |
-
['1731090432', '1731091455', 'CN'],
|
3361 |
-
['1731091456', '1731092479', 'CN'],
|
3362 |
-
['1731092480', '1731093503', 'CN'],
|
3363 |
-
['1731093504', '1731094527', 'CN'],
|
3364 |
-
['1731094528', '1731095551', 'CN'],
|
3365 |
-
['1731095552', '1731096575', 'CN'],
|
3366 |
-
['1731096576', '1731097599', 'CN'],
|
3367 |
-
['1731097600', '1731098623', 'CN'],
|
3368 |
-
['1731098624', '1731099647', 'CN'],
|
3369 |
-
['1731099648', '1731100671', 'CN'],
|
3370 |
-
['1731100672', '1731101695', 'CN'],
|
3371 |
-
['1731101696', '1731102719', 'CN'],
|
3372 |
-
['1731102720', '1731103743', 'CN'],
|
3373 |
-
['1731103744', '1731104767', 'HK'],
|
3374 |
-
['1731104768', '1731105791', 'TW'],
|
3375 |
-
['1731105792', '1731106815', 'BD'],
|
3376 |
-
['1731106816', '1731107839', 'CN'],
|
3377 |
-
['1731107840', '1731108863', 'CN'],
|
3378 |
-
['1731108864', '1731109887', 'CN'],
|
3379 |
-
['1731109888', '1731110911', 'CN'],
|
3380 |
-
['1731110912', '1731111935', 'CN'],
|
3381 |
-
['1731111936', '1731112959', 'CN'],
|
3382 |
-
['1731112960', '1731113983', 'CN'],
|
3383 |
-
['1731113984', '1731115007', 'CN'],
|
3384 |
-
['1731115008', '1731116031', 'HK'],
|
3385 |
-
['1731116032', '1731117055', 'TW'],
|
3386 |
-
['1731117056', '1731118079', 'IN'],
|
3387 |
-
['1731118080', '1731118591', 'IN'],
|
3388 |
-
['1731118592', '1731118847', 'IN'],
|
3389 |
-
['1731118848', '1731119103', 'AU'],
|
3390 |
-
['1731119104', '1731120127', 'IN'],
|
3391 |
-
['1731120128', '1731121151', 'JP'],
|
3392 |
-
['1731121152', '1731122175', 'AF'],
|
3393 |
-
['1731122176', '1731123199', 'AU'],
|
3394 |
-
['1731123200', '1731124223', 'PF'],
|
3395 |
-
['1731124224', '1731125247', 'AU'],
|
3396 |
-
['1731125248', '1731126271', 'HK'],
|
3397 |
-
['1731126272', '1731127295', 'AU'],
|
3398 |
-
['1731127296', '1731128319', 'IN'],
|
3399 |
-
['1731128320', '1731129343', 'IN'],
|
3400 |
-
['1731129344', '1731130367', 'IN'],
|
3401 |
-
['1731130368', '1731131391', 'CN'],
|
3402 |
-
['1731131392', '1731132415', 'CN'],
|
3403 |
-
['1731132416', '1731133439', 'SG'],
|
3404 |
-
['1731133440', '1731133695', 'AU'],
|
3405 |
-
['1731133696', '1731133951', 'AU'],
|
3406 |
-
['1731133952', '1731134207', 'JP'],
|
3407 |
-
['1731134208', '1731134463', 'NZ'],
|
3408 |
-
['1731134464', '1731135487', 'CN'],
|
3409 |
-
['1731136512', '1731137535', 'IN'],
|
3410 |
-
['1731137536', '1731138559', 'IN'],
|
3411 |
-
['1731138560', '1731139583', 'CN'],
|
3412 |
-
['1731139584', '1731140607', 'HK'],
|
3413 |
-
['1731140608', '1731141631', 'SG'],
|
3414 |
-
['1731141632', '1731142655', 'IN'],
|
3415 |
-
['1731142656', '1731143679', 'CN'],
|
3416 |
-
['1731143680', '1731144703', 'CN'],
|
3417 |
-
['1731144704', '1731145727', 'IN'],
|
3418 |
-
['1731145728', '1731146751', 'CN'],
|
3419 |
-
['1731146752', '1731147775', 'IN'],
|
3420 |
-
['1731147776', '1731148799', 'IN'],
|
3421 |
-
['1731148800', '1731149055', 'ID'],
|
3422 |
-
['1731149056', '1731149311', 'HK'],
|
3423 |
-
['1731149312', '1731149823', 'AU'],
|
3424 |
-
['1731149824', '1731150847', 'IN'],
|
3425 |
-
['1731150848', '1731151871', 'IN'],
|
3426 |
-
['1731151872', '1731152895', 'IN'],
|
3427 |
-
['1731152896', '1731153407', 'SG'],
|
3428 |
-
['1731153408', '1731153663', 'IN'],
|
3429 |
-
['1731153664', '1731153919', 'IN'],
|
3430 |
-
['1731153920', '1731154943', 'CN'],
|
3431 |
-
['1731154944', '1731155967', 'TH'],
|
3432 |
-
['1731155968', '1731156479', 'HK'],
|
3433 |
-
['1731156480', '1731156735', 'IN'],
|
3434 |
-
['1731156736', '1731156991', 'IN'],
|
3435 |
-
['1731156992', '1731158015', 'IN'],
|
3436 |
-
['1731158016', '1731159039', 'CN'],
|
3437 |
-
['1731159040', '1731160063', 'JP'],
|
3438 |
-
['1731160064', '1731161087', 'IN'],
|
3439 |
-
['1731161088', '1731162111', 'CN'],
|
3440 |
-
['1731162112', '1731163135', 'HK'],
|
3441 |
-
['1731163136', '1731164159', 'CN'],
|
3442 |
-
['1731164160', '1731165183', 'CN'],
|
3443 |
-
['1731165184', '1731166207', 'IN'],
|
3444 |
-
['1731167232', '1731168255', 'ID'],
|
3445 |
-
['1731168256', '1731169279', 'CN'],
|
3446 |
-
['1731169280', '1731170303', 'CN'],
|
3447 |
-
['1731170304', '1731171327', 'PK'],
|
3448 |
-
['1731171328', '1731172351', 'IN'],
|
3449 |
-
['1731172352', '1731172607', 'IN'],
|
3450 |
-
['1731172608', '1731172863', 'IN'],
|
3451 |
-
['1731172864', '1731173375', 'MY'],
|
3452 |
-
['1731173376', '1731174399', 'IN'],
|
3453 |
-
['1731174400', '1731175423', 'IN'],
|
3454 |
-
['1731175424', '1731176447', 'IN'],
|
3455 |
-
['1731176448', '1731177471', 'IN'],
|
3456 |
-
['1731177472', '1731178495', 'IN'],
|
3457 |
-
['1731178496', '1731179519', 'HK'],
|
3458 |
-
['1731179520', '1731180543', 'JP'],
|
3459 |
-
['1731180544', '1731181055', 'MM'],
|
3460 |
-
['1731181056', '1731181311', 'IN'],
|
3461 |
-
['1731181312', '1731181567', 'AU'],
|
3462 |
-
['1731181568', '1731182591', 'KH'],
|
3463 |
-
['1731182592', '1731183615', 'VN'],
|
3464 |
-
['1731183616', '1731184639', 'IN'],
|
3465 |
-
['1731184640', '1731185663', 'HK'],
|
3466 |
-
['1731185664', '1731186687', 'NZ'],
|
3467 |
-
['1731186688', '1731187711', 'SG'],
|
3468 |
-
['1731187712', '1731188735', 'CN'],
|
3469 |
-
['1731188736', '1731189759', 'IN'],
|
3470 |
-
['1731189760', '1731190783', 'HK'],
|
3471 |
-
['1731190784', '1731191807', 'SG'],
|
3472 |
-
['1731191808', '1731192831', 'ID'],
|
3473 |
-
['1731192832', '1731193087', 'SG'],
|
3474 |
-
['1731193088', '1731193343', 'AU'],
|
3475 |
-
['1731193344', '1731193855', 'AU'],
|
3476 |
-
['1731193856', '1731194879', 'IN'],
|
3477 |
-
['1731194880', '1731195903', 'SG'],
|
3478 |
-
['1731195904', '1731196159', 'SG'],
|
3479 |
-
['1731196160', '1731196415', 'AU'],
|
3480 |
-
['1731196416', '1731196927', 'AU'],
|
3481 |
-
['1731196928', '1731197951', 'HK'],
|
3482 |
-
['1731197952', '1731198975', 'MY'],
|
3483 |
-
['1731198976', '1731199999', 'MY'],
|
3484 |
-
['1731200000', '1731201023', 'HK'],
|
3485 |
-
['1731201024', '1731202047', 'NZ'],
|
3486 |
-
['1731202048', '1731202303', 'TH'],
|
3487 |
-
['1731202304', '1731202559', 'ID'],
|
3488 |
-
['1731202560', '1731203071', 'AU'],
|
3489 |
-
['1731203072', '1731204095', 'BD'],
|
3490 |
-
['1731204096', '1731205119', 'CN'],
|
3491 |
-
['1731205120', '1731205631', 'PK'],
|
3492 |
-
['1731205632', '1731205887', 'HK'],
|
3493 |
-
['1731205888', '1731206143', 'ID'],
|
3494 |
-
['1731206144', '1731206655', 'HK'],
|
3495 |
-
['1731206656', '1731206911', 'PH'],
|
3496 |
-
['1731206912', '1731207167', 'JP'],
|
3497 |
-
['1731207168', '1731208191', 'IN'],
|
3498 |
-
['1731208192', '1731209215', 'JP'],
|
3499 |
-
['1731210240', '1731211263', 'IN'],
|
3500 |
-
['1731211264', '1731211775', 'HK'],
|
3501 |
-
['1731211776', '1731212287', 'IN'],
|
3502 |
-
['1731212288', '1731213311', 'CN'],
|
3503 |
-
['1731213312', '1731214335', 'IN'],
|
3504 |
-
['1731214336', '1731215359', 'IN'],
|
3505 |
-
['1731215360', '1731216383', 'IN'],
|
3506 |
-
['1731216384', '1731217407', 'IN'],
|
3507 |
-
['1731217408', '1731218431', 'IN'],
|
3508 |
-
['1731218432', '1731219455', 'VN'],
|
3509 |
-
['1731219456', '1731220479', 'VN'],
|
3510 |
-
['1731220480', '1731221503', 'VN'],
|
3511 |
-
['1731221504', '1731221759', 'NP'],
|
3512 |
-
['1731221760', '1731222015', 'AU'],
|
3513 |
-
['1731222016', '1731222271', 'IN'],
|
3514 |
-
['1731222272', '1731222527', 'IN'],
|
3515 |
-
['1731222528', '1731223551', 'CN'],
|
3516 |
-
['1731223552', '1731224575', 'IN'],
|
3517 |
-
['1731224576', '1731225599', 'IN'],
|
3518 |
-
['1731225600', '1731226623', 'IN'],
|
3519 |
-
['1731226624', '1731227647', 'IN'],
|
3520 |
-
['1731227648', '1731228671', 'IN'],
|
3521 |
-
['1731228672', '1731228927', 'MN'],
|
3522 |
-
['1731228928', '1731229183', 'AU'],
|
3523 |
-
['1731229184', '1731229439', 'NZ'],
|
3524 |
-
['1731229440', '1731229695', 'BD'],
|
3525 |
-
['1731229696', '1731230719', 'JP'],
|
3526 |
-
['1731230720', '1731231743', 'IN'],
|
3527 |
-
['1731231744', '1731232767', 'ID'],
|
3528 |
-
['1731232768', '1731233791', 'HK'],
|
3529 |
-
['1731233792', '1731234815', 'JP'],
|
3530 |
-
['1731234816', '1731235839', 'HK'],
|
3531 |
-
['1731235840', '1731236863', 'CN'],
|
3532 |
-
['1731236864', '1731237887', 'CN'],
|
3533 |
-
['1731237888', '1731238911', 'CN'],
|
3534 |
-
['1731238912', '1731239935', 'CN'],
|
3535 |
-
['1731239936', '1731240959', 'JP'],
|
3536 |
-
['1731240960', '1731241983', 'JP'],
|
3537 |
-
['1731241984', '1731243007', 'HK'],
|
3538 |
-
['1731243008', '1731244031', 'SG'],
|
3539 |
-
['1731244032', '1731245055', 'IN'],
|
3540 |
-
['1731245056', '1731246079', 'IN'],
|
3541 |
-
['1731246080', '1731247103', 'IN'],
|
3542 |
-
['1731247104', '1731248127', 'VN'],
|
3543 |
-
['1731248128', '1731249151', 'VN'],
|
3544 |
-
['1731249152', '1731250175', 'IN'],
|
3545 |
-
['1731250432', '1731250687', 'AU'],
|
3546 |
-
['1731250688', '1731251199', 'CN'],
|
3547 |
-
['1731251200', '1731252223', 'TH'],
|
3548 |
-
['1731252224', '1731253247', 'AU'],
|
3549 |
-
['1731253248', '1731253759', 'IN'],
|
3550 |
-
['1731253760', '1731254271', 'AU'],
|
3551 |
-
['1731254272', '1731255295', 'CN'],
|
3552 |
-
['1731255296', '1731256319', 'CN'],
|
3553 |
-
['1731256320', '1731257343', 'CN'],
|
3554 |
-
['1731257344', '1731258367', 'CN'],
|
3555 |
-
['1731258368', '1731259391', 'CN'],
|
3556 |
-
['1731259392', '1731260415', 'CN'],
|
3557 |
-
['1731260416', '1731261439', 'CN'],
|
3558 |
-
['1731261440', '1731262463', 'CN'],
|
3559 |
-
['1731262464', '1731263487', 'JP'],
|
3560 |
-
['1731263488', '1731264511', 'IN'],
|
3561 |
-
['1731264512', '1731265535', 'JP'],
|
3562 |
-
['1731265536', '1731266559', 'AU'],
|
3563 |
-
['1731266560', '1731267583', 'HK'],
|
3564 |
-
['1731267584', '1731268607', 'CN'],
|
3565 |
-
['1731268608', '1731269119', 'AU'],
|
3566 |
-
['1731269120', '1731269375', 'AU'],
|
3567 |
-
['1731269376', '1731269631', 'AU'],
|
3568 |
-
['1731269632', '1731270655', 'CN'],
|
3569 |
-
['1731270656', '1731271679', 'MY'],
|
3570 |
-
['1731271680', '1731272703', 'ID'],
|
3571 |
-
['1731272704', '1731273727', 'SG'],
|
3572 |
-
['1731273728', '1731273983', 'PH'],
|
3573 |
-
['1731273984', '1731274239', 'ID'],
|
3574 |
-
['1731274240', '1731274751', 'AU'],
|
3575 |
-
['1731274752', '1731275775', 'KH'],
|
3576 |
-
['1731275776', '1731276799', 'KR'],
|
3577 |
-
['1731276800', '1731277823', 'IN'],
|
3578 |
-
['1731277824', '1731278847', 'IN'],
|
3579 |
-
['1731278848', '1731279871', 'IN'],
|
3580 |
-
['1731279872', '1731280895', 'HK'],
|
3581 |
-
['1731280896', '1731281919', 'TH'],
|
3582 |
-
['1731281920', '1731282175', 'IN'],
|
3583 |
-
['1731282176', '1731282431', 'PK'],
|
3584 |
-
['1731282432', '1731282943', 'PH'],
|
3585 |
-
['1731282944', '1731283967', 'CN'],
|
3586 |
-
['1731283968', '1731284991', 'CN'],
|
3587 |
-
['1731284992', '1731286015', 'AU'],
|
3588 |
-
['1731286016', '1731287039', 'SG'],
|
3589 |
-
['1731287040', '1731288063', 'JP'],
|
3590 |
-
['1731288064', '1731289087', 'CN'],
|
3591 |
-
['1731289088', '1731290111', 'CN'],
|
3592 |
-
['1731290112', '1731291135', 'PH'],
|
3593 |
-
['1731291136', '1731291647', 'ID'],
|
3594 |
-
['1731291648', '1731292159', 'AU'],
|
3595 |
-
['1731292160', '1731293183', 'CN'],
|
3596 |
-
['1731293184', '1731294207', 'SG'],
|
3597 |
-
['1731294208', '1731295231', 'IN'],
|
3598 |
-
['1731295232', '1731295487', 'IN'],
|
3599 |
-
['1731295488', '1731295743', 'IN'],
|
3600 |
-
['1731295744', '1731296255', 'IN'],
|
3601 |
-
['1731296768', '1731297023', 'HK'],
|
3602 |
-
['1731297024', '1731297279', 'AU'],
|
3603 |
-
['1731297280', '1731298303', 'CN'],
|
3604 |
-
['1731298304', '1731299327', 'HK'],
|
3605 |
-
['1731299328', '1731300351', 'PK'],
|
3606 |
-
['1731300352', '1731301375', 'JP'],
|
3607 |
-
['1731301376', '1731301887', 'AU'],
|
3608 |
-
['1731301888', '1731302143', 'AU'],
|
3609 |
-
['1731302144', '1731302399', 'IN'],
|
3610 |
-
['1731302400', '1731302911', 'TH'],
|
3611 |
-
['1731302912', '1731303167', 'NZ'],
|
3612 |
-
['1731303168', '1731303423', 'AU'],
|
3613 |
-
['1731303424', '1731304447', 'IN'],
|
3614 |
-
['1731304448', '1731305471', 'HK'],
|
3615 |
-
['1731305472', '1731306495', 'HK'],
|
3616 |
-
['1731306496', '1731307519', 'SG'],
|
3617 |
-
['1731307520', '1731308543', 'BD'],
|
3618 |
-
['1731308544', '1731308799', 'NZ'],
|
3619 |
-
['1731308800', '1731309055', 'NR'],
|
3620 |
-
['1731309056', '1731309567', 'NR'],
|
3621 |
-
['1731309568', '1731310591', 'CN'],
|
3622 |
-
['1731310592', '1731311615', 'CN'],
|
3623 |
-
['1731311616', '1731312639', 'ID'],
|
3624 |
-
['1731312640', '1731313663', 'ID'],
|
3625 |
-
['1731313664', '1731314687', 'ID'],
|
3626 |
-
['1731314688', '1731315711', 'CN'],
|
3627 |
-
['1731315712', '1731316735', 'BD'],
|
3628 |
-
['1731316736', '1731316991', 'IN'],
|
3629 |
-
['1731316992', '1731317247', 'NZ'],
|
3630 |
-
['1731317248', '1731317503', 'IN'],
|
3631 |
-
['1731317504', '1731317759', 'PG'],
|
3632 |
-
['1731317760', '1731318783', 'HK'],
|
3633 |
-
['1731318784', '1731319807', 'HK'],
|
3634 |
-
['1731319808', '1731320831', 'JP'],
|
3635 |
-
['1731320832', '1731321855', 'ID'],
|
3636 |
-
['1731321856', '1731322879', 'IN'],
|
3637 |
-
['1731322880', '1731323903', 'ID'],
|
3638 |
-
['1731323904', '1731324927', 'IN'],
|
3639 |
-
['1731325952', '1731326975', 'IN'],
|
3640 |
-
['1731326976', '1731327487', 'IN'],
|
3641 |
-
['1731327488', '1731327999', 'HK'],
|
3642 |
-
['1731328000', '1731329023', 'CN'],
|
3643 |
-
['1731329024', '1731330047', 'IN'],
|
3644 |
-
['1731330048', '1731331071', 'SG'],
|
3645 |
-
['1731331072', '1731332095', 'IN'],
|
3646 |
-
['1731332096', '1731333119', 'HK'],
|
3647 |
-
['1731333120', '1731333375', 'AU'],
|
3648 |
-
['1731333376', '1731333631', 'AU'],
|
3649 |
-
['1731333632', '1731334143', 'SG'],
|
3650 |
-
['1731334144', '1731335167', 'HK'],
|
3651 |
-
['1731336192', '1731337215', 'ID'],
|
3652 |
-
['1731337216', '1731338239', 'JP'],
|
3653 |
-
['1731338240', '1731338751', 'IN'],
|
3654 |
-
['1731338752', '1731339263', 'AU'],
|
3655 |
-
['1731339264', '1731340287', 'CN'],
|
3656 |
-
['1731340288', '1731341311', 'KR'],
|
3657 |
-
['1731341312', '1731342335', 'CN'],
|
3658 |
-
['1731342336', '1731343359', 'CN'],
|
3659 |
-
['1731343360', '1731344383', 'CN'],
|
3660 |
-
['1731344384', '1731345407', 'CN'],
|
3661 |
-
['1731345408', '1731346431', 'CN'],
|
3662 |
-
['1731346432', '1731347455', 'CN'],
|
3663 |
-
['1731347456', '1731348479', 'CN'],
|
3664 |
-
['1731348480', '1731349503', 'CN'],
|
3665 |
-
['1731349504', '1731350527', 'IN'],
|
3666 |
-
['1731350528', '1731351551', 'IN'],
|
3667 |
-
['1731351552', '1731352575', 'JP'],
|
3668 |
-
['1731352576', '1731353599', 'HK'],
|
3669 |
-
['1731353600', '1731354623', 'SG'],
|
3670 |
-
['1731354624', '1731355647', 'HK'],
|
3671 |
-
['1731355648', '1731356671', 'AU'],
|
3672 |
-
['1731356672', '1731357695', 'MV'],
|
3673 |
-
['1731357696', '1731358719', 'CN'],
|
3674 |
-
['1731358720', '1731359743', 'CN'],
|
3675 |
-
['1731359744', '1731360767', 'CN'],
|
3676 |
-
['1731360768', '1731361791', 'CN'],
|
3677 |
-
['1731361792', '1731362815', 'CN'],
|
3678 |
-
['1731362816', '1731363839', 'ID'],
|
3679 |
-
['1731363840', '1731364863', 'CN'],
|
3680 |
-
['1731364864', '1731365887', 'CN'],
|
3681 |
-
['1731365888', '1731366911', 'CN'],
|
3682 |
-
['1731366912', '1731367935', 'IN'],
|
3683 |
-
['1731367936', '1731368191', 'IN'],
|
3684 |
-
['1731368192', '1731368447', 'IN'],
|
3685 |
-
['1731368448', '1731368959', 'IN'],
|
3686 |
-
['1731368960', '1731369983', 'IN'],
|
3687 |
-
['1731369984', '1731371007', 'PK'],
|
3688 |
-
['1731371008', '1731372031', 'IN'],
|
3689 |
-
['1731372032', '1731373055', 'MY'],
|
3690 |
-
['1731373056', '1731374079', 'BD'],
|
3691 |
-
['1731374080', '1731375103', 'CN'],
|
3692 |
-
['1731375104', '1731376127', 'CN'],
|
3693 |
-
['1731376128', '1731377151', 'CN'],
|
3694 |
-
['1731377152', '1731378175', 'CN'],
|
3695 |
-
['1731378176', '1731379199', 'CN'],
|
3696 |
-
['1731379200', '1731380223', 'CN'],
|
3697 |
-
['1731380224', '1731381247', 'CN'],
|
3698 |
-
['1731381248', '1731382271', 'CN'],
|
3699 |
-
['1731382272', '1731383295', 'MN'],
|
3700 |
-
['1731383296', '1731384319', 'IN'],
|
3701 |
-
['1731384320', '1731384831', 'IN'],
|
3702 |
-
['1731384832', '1731385343', 'IN'],
|
3703 |
-
['1731385344', '1731385855', 'ID'],
|
3704 |
-
['1731385856', '1731386111', 'ID'],
|
3705 |
-
['1731386112', '1731386367', 'IN'],
|
3706 |
-
['1731386368', '1731387391', 'CN'],
|
3707 |
-
['1731387392', '1731388415', 'CN'],
|
3708 |
-
['1731388416', '1731389439', 'CN'],
|
3709 |
-
['1731389440', '1731390463', 'CN'],
|
3710 |
-
['1731390464', '1731391487', 'CN'],
|
3711 |
-
['1731391488', '1731392511', 'CN'],
|
3712 |
-
['1731392512', '1731393535', 'CN'],
|
3713 |
-
['1731393536', '1731394559', 'CN'],
|
3714 |
-
['1731394560', '1731395583', 'HK'],
|
3715 |
-
['1731395584', '1731396095', 'IN'],
|
3716 |
-
['1731396096', '1731396607', 'BD'],
|
3717 |
-
['1731396608', '1731397631', 'JP'],
|
3718 |
-
['1731397632', '1731397887', 'IN'],
|
3719 |
-
['1731397888', '1731398143', 'IN'],
|
3720 |
-
['1731398144', '1731398655', 'TH'],
|
3721 |
-
['1731398656', '1731399679', 'HK'],
|
3722 |
-
['1731399680', '1731400703', 'NP'],
|
3723 |
-
['1731400704', '1731401727', 'IN'],
|
3724 |
-
['1731401728', '1731402751', 'IN'],
|
3725 |
-
['1731402752', '1731403775', 'IN'],
|
3726 |
-
['1731403776', '1731404799', 'IN'],
|
3727 |
-
['1731404800', '1731405823', 'JP'],
|
3728 |
-
['1731405824', '1731406079', 'AU'],
|
3729 |
-
['1731406080', '1731406335', 'MY'],
|
3730 |
-
['1731406336', '1731406591', 'AU'],
|
3731 |
-
['1731406592', '1731406847', 'MY'],
|
3732 |
-
['1731406848', '1731407871', 'ID'],
|
3733 |
-
['1731407872', '1731408895', 'MY'],
|
3734 |
-
['1731408896', '1731409919', 'IN'],
|
3735 |
-
['1731409920', '1731410943', 'IN'],
|
3736 |
-
['1731410944', '1731411199', 'MN'],
|
3737 |
-
['1731411200', '1731411455', 'AU'],
|
3738 |
-
['1731411456', '1731411711', 'SG'],
|
3739 |
-
['1731411968', '1731412991', 'TH'],
|
3740 |
-
['1731412992', '1731414015', 'AU'],
|
3741 |
-
['1731414016', '1731415039', 'IN'],
|
3742 |
-
['1731415040', '1731416063', 'IN'],
|
3743 |
-
['1731416064', '1731417087', 'JP'],
|
3744 |
-
['1731418112', '1731419135', 'IN'],
|
3745 |
-
['1731419136', '1731420159', 'IN'],
|
3746 |
-
['1731420160', '1731421183', 'IN'],
|
3747 |
-
['1731421184', '1731421695', 'NZ'],
|
3748 |
-
['1731421696', '1731421951', 'IN'],
|
3749 |
-
['1731421952', '1731422207', 'ID'],
|
3750 |
-
['1731423232', '1731424255', 'HK'],
|
3751 |
-
['1731424256', '1731425279', 'AU'],
|
3752 |
-
['1731425280', '1731426303', 'IN'],
|
3753 |
-
['1731427328', '1731428351', 'KH'],
|
3754 |
-
['1731428352', '1731428607', 'IN'],
|
3755 |
-
['1731428864', '1731429119', 'AU'],
|
3756 |
-
['1731429120', '1731429375', 'ID'],
|
3757 |
-
['1731429376', '1731430399', 'IN'],
|
3758 |
-
['1731430400', '1731431423', 'IN'],
|
3759 |
-
['1731431424', '1731432447', 'TW'],
|
3760 |
-
['1731432448', '1731433471', 'HK'],
|
3761 |
-
['1731433472', '1731434495', 'IN'],
|
3762 |
-
['1731434496', '1731435519', 'IN'],
|
3763 |
-
['1731435520', '1731436031', 'NZ'],
|
3764 |
-
['1731436032', '1731436287', 'ID'],
|
3765 |
-
['1731436288', '1731436543', 'AU'],
|
3766 |
-
['1731436544', '1731437567', 'SG'],
|
3767 |
-
['1731437568', '1731438591', 'ID'],
|
3768 |
-
['1731438592', '1731440639', 'KR'],
|
3769 |
-
['1731440640', '1731441663', 'KR'],
|
3770 |
-
['1731441664', '1731442687', 'JP'],
|
3771 |
-
['1731442688', '1731444735', 'KR'],
|
3772 |
-
['1731444736', '1731446783', 'KR'],
|
3773 |
-
['1731446784', '1731447807', 'KR'],
|
3774 |
-
['1731448832', '1731449855', 'IN'],
|
3775 |
-
['1731449856', '1731450879', 'JP'],
|
3776 |
-
['1731450880', '1731451903', 'IN'],
|
3777 |
-
['1731451904', '1731452159', 'PK'],
|
3778 |
-
['1731452160', '1731452415', 'AU'],
|
3779 |
-
['1731452416', '1731452927', 'IN'],
|
3780 |
-
['1731452928', '1731453951', 'TH'],
|
3781 |
-
['1731453952', '1731454975', 'BD'],
|
3782 |
-
['1731454976', '1731455999', 'IN'],
|
3783 |
-
['1731456000', '1731457023', 'IN'],
|
3784 |
-
['1731457024', '1731461119', 'KR'],
|
3785 |
-
['1731461120', '1731461375', 'IN'],
|
3786 |
-
['1731461376', '1731461631', 'AU'],
|
3787 |
-
['1731461632', '1731462143', 'ID'],
|
3788 |
-
['1731462144', '1731462655', 'AU'],
|
3789 |
-
['1731462912', '1731463167', 'ID'],
|
3790 |
-
['1731463168', '1731464191', 'IN'],
|
3791 |
-
['1731464192', '1731465215', 'MM'],
|
3792 |
-
['1731465216', '1731466239', 'ID'],
|
3793 |
-
['1731466240', '1731467263', 'JP'],
|
3794 |
-
['1731467264', '1731468287', 'JP'],
|
3795 |
-
['1731468288', '1731469311', 'NP'],
|
3796 |
-
['1731469312', '1731470335', 'SG'],
|
3797 |
-
['1731470336', '1731471359', 'IN'],
|
3798 |
-
['1731471360', '1731472383', 'CN'],
|
3799 |
-
['1731472384', '1731473407', 'ID'],
|
3800 |
-
['1731473408', '1731474431', 'IN'],
|
3801 |
-
['1731474432', '1731475455', 'IN'],
|
3802 |
-
['1731475456', '1731476479', 'MY'],
|
3803 |
-
['1731476480', '1731476991', 'ID'],
|
3804 |
-
['1731476992', '1731477247', 'PH'],
|
3805 |
-
['1731477248', '1731477503', 'AU'],
|
3806 |
-
['1731477504', '1731478527', 'ID'],
|
3807 |
-
['1731478528', '1731479551', 'ID'],
|
3808 |
-
['1731479552', '1731480575', 'CN'],
|
3809 |
-
['1731480576', '1731481599', 'CN'],
|
3810 |
-
['1731481600', '1731482623', 'CN'],
|
3811 |
-
['1731482624', '1731483647', 'CN'],
|
3812 |
-
['1731483648', '1731484671', 'FJ'],
|
3813 |
-
['1731484672', '1731485695', 'VN'],
|
3814 |
-
['1731485696', '1731486719', 'CN'],
|
3815 |
-
['1731486720', '1731487743', 'CN'],
|
3816 |
-
['1731487744', '1731488767', 'CN'],
|
3817 |
-
['1731488768', '1731489791', 'JP'],
|
3818 |
-
['1731489792', '1731490815', 'HK'],
|
3819 |
-
['1731490816', '1731491839', 'AU'],
|
3820 |
-
['1731491840', '1731492863', 'ID'],
|
3821 |
-
['1731492864', '1731493887', 'IN'],
|
3822 |
-
['1731493888', '1731494911', 'JP'],
|
3823 |
-
['1731494912', '1731495167', 'JP'],
|
3824 |
-
['1731495424', '1731495935', 'BD'],
|
3825 |
-
['1731495936', '1731496959', 'IN'],
|
3826 |
-
['1731496960', '1731497983', 'BD'],
|
3827 |
-
['1731497984', '1731499007', 'ID'],
|
3828 |
-
['1731499008', '1731500031', 'JP'],
|
3829 |
-
['1731500032', '1731501055', 'HK'],
|
3830 |
-
['1731501056', '1731502079', 'NZ'],
|
3831 |
-
['1731502080', '1731503103', 'CN'],
|
3832 |
-
['1731503104', '1731504127', 'CN'],
|
3833 |
-
['1731504128', '1731504639', 'AU'],
|
3834 |
-
['1731504640', '1731505151', 'ID'],
|
3835 |
-
['1731505152', '1731506175', 'CN'],
|
3836 |
-
['1731506176', '1731507199', 'CN'],
|
3837 |
-
['1731507200', '1731508223', 'IN'],
|
3838 |
-
['1731508224', '1731509247', 'CN'],
|
3839 |
-
['1731509248', '1731510271', 'HK'],
|
3840 |
-
['1731510272', '1731510527', 'MY'],
|
3841 |
-
['1731510528', '1731510783', 'AU'],
|
3842 |
-
['1731510784', '1731511295', 'IN'],
|
3843 |
-
['1731511296', '1731512319', 'CN'],
|
3844 |
-
['1731512320', '1731513343', 'KR'],
|
3845 |
-
['1731513344', '1731514367', 'NZ'],
|
3846 |
-
['1731514368', '1731515391', 'IN'],
|
3847 |
-
['1731515392', '1731515647', 'AU'],
|
3848 |
-
['1731515648', '1731515903', 'ID'],
|
3849 |
-
['1731515904', '1731516415', 'HK'],
|
3850 |
-
['1731516416', '1731517439', 'HK'],
|
3851 |
-
['1731517440', '1731518463', 'IN'],
|
3852 |
-
['1731518464', '1731519487', 'IN'],
|
3853 |
-
['1731519488', '1731520511', 'MM'],
|
3854 |
-
['1731520512', '1731521535', 'JP'],
|
3855 |
-
['1731521536', '1731522559', 'JP'],
|
3856 |
-
['1731522560', '1731523583', 'JP'],
|
3857 |
-
['1731523584', '1731524607', 'IN'],
|
3858 |
-
['1731524608', '1731525631', 'IN'],
|
3859 |
-
['1731525632', '1731526655', 'IN'],
|
3860 |
-
['1731526656', '1731527679', 'ID'],
|
3861 |
-
['1731527680', '1731528703', 'CN'],
|
3862 |
-
['1731528704', '1731529727', 'HK'],
|
3863 |
-
['1731529728', '1731530751', 'JP'],
|
3864 |
-
['1731530752', '1731531775', 'AF'],
|
3865 |
-
['1731531776', '1731532031', 'ID'],
|
3866 |
-
['1731532032', '1731532287', 'IN'],
|
3867 |
-
['1731532288', '1731532799', 'NZ'],
|
3868 |
-
['1731532800', '1731533823', 'AF'],
|
3869 |
-
['1731534848', '1731535871', 'MY'],
|
3870 |
-
['1731535872', '1731536895', 'BD'],
|
3871 |
-
['1731536896', '1731537919', 'IN'],
|
3872 |
-
['1731537920', '1731538943', 'PK'],
|
3873 |
-
['1731538944', '1731539967', 'HK'],
|
3874 |
-
['1731539968', '1731540479', 'IN'],
|
3875 |
-
['1731540480', '1731540735', 'IN'],
|
3876 |
-
['1731540736', '1731540991', 'IN'],
|
3877 |
-
['1731540992', '1731542015', 'PH'],
|
3878 |
-
['1731542016', '1731543039', 'IN'],
|
3879 |
-
['1731543040', '1731544063', 'CN'],
|
3880 |
-
['1731544064', '1731545087', 'CN'],
|
3881 |
-
['1731545088', '1731546111', 'IN'],
|
3882 |
-
['1731546112', '1731547135', 'ID'],
|
3883 |
-
['1731547136', '1731548159', 'IN'],
|
3884 |
-
['1731548160', '1731548671', 'BD'],
|
3885 |
-
['1731548672', '1731549183', 'IN'],
|
3886 |
-
['1731549184', '1731550207', 'VN'],
|
3887 |
-
['1731550208', '1731551231', 'CN'],
|
3888 |
-
['1731551232', '1731552255', 'JP'],
|
3889 |
-
['1731552256', '1731553279', 'CN'],
|
3890 |
-
['1731553280', '1731554303', 'IN'],
|
3891 |
-
['1731554304', '1731555327', 'IN'],
|
3892 |
-
['1731555328', '1731555839', 'IN'],
|
3893 |
-
['1731555840', '1731556095', 'KR'],
|
3894 |
-
['1731556096', '1731556351', 'AU'],
|
3895 |
-
['1731556352', '1731557375', 'AU'],
|
3896 |
-
['1731557376', '1731558399', 'JP'],
|
3897 |
-
['1731558400', '1731559423', 'CN'],
|
3898 |
-
['1731559424', '1731560447', 'CN'],
|
3899 |
-
['1731560448', '1731561471', 'CN'],
|
3900 |
-
['1731561472', '1731562495', 'CN'],
|
3901 |
-
['1731562496', '1731563519', 'CN'],
|
3902 |
-
['1731563520', '1731564543', 'CN'],
|
3903 |
-
['1731564544', '1731565567', 'NZ'],
|
3904 |
-
['1731565568', '1731566079', 'HK'],
|
3905 |
-
['1731566080', '1731566591', 'PH'],
|
3906 |
-
['1731567616', '1731568639', 'CN'],
|
3907 |
-
['1731568640', '1731569663', 'IN'],
|
3908 |
-
['1731569664', '1731570687', 'VN'],
|
3909 |
-
['1731570688', '1731571711', 'SG'],
|
3910 |
-
['1731571712', '1731572735', 'PG'],
|
3911 |
-
['1731572736', '1731573759', 'CN'],
|
3912 |
-
['1731573760', '1731574271', 'ID'],
|
3913 |
-
['1731574272', '1731574527', 'MY'],
|
3914 |
-
['1731574528', '1731574783', 'AU'],
|
3915 |
-
['1731574784', '1731575807', 'ID'],
|
3916 |
-
['1731575808', '1731576831', 'ID'],
|
3917 |
-
['1731576832', '1731577855', 'AU'],
|
3918 |
-
['1731577856', '1731578879', 'AU'],
|
3919 |
-
['1731578880', '1731579903', 'CN'],
|
3920 |
-
['1731579904', '1731580927', 'CN'],
|
3921 |
-
['1731580928', '1731581951', 'CN'],
|
3922 |
-
['1731581952', '1731582975', 'CN'],
|
3923 |
-
['1731582976', '1731583999', 'PH'],
|
3924 |
-
['1731584000', '1731585023', 'HK'],
|
3925 |
-
['1731585024', '1731586047', 'VN'],
|
3926 |
-
['1731586048', '1731587071', 'IN'],
|
3927 |
-
['1731587072', '1731588095', 'CN'],
|
3928 |
-
['1731588096', '1731589119', 'IN'],
|
3929 |
-
['1731589120', '1731590143', 'IN'],
|
3930 |
-
['1731590144', '1731591167', 'CN'],
|
3931 |
-
['1731591168', '1731592191', 'VN'],
|
3932 |
-
['1731592192', '1731592447', 'ID'],
|
3933 |
-
['1731592448', '1731592703', 'ID'],
|
3934 |
-
['1731592704', '1731593215', 'ID'],
|
3935 |
-
['1731593216', '1731594239', 'HK'],
|
3936 |
-
['1731594240', '1731595263', 'CN'],
|
3937 |
-
['1731595264', '1731596287', 'IN'],
|
3938 |
-
['1731596288', '1731597311', 'IN'],
|
3939 |
-
['1731597312', '1731598335', 'IN'],
|
3940 |
-
['1731598336', '1731599359', 'IN'],
|
3941 |
-
['1731599360', '1731600383', 'IN'],
|
3942 |
-
['1731600384', '1731601407', 'IN'],
|
3943 |
-
['1731601408', '1731602431', 'BD'],
|
3944 |
-
['1731602432', '1731603455', 'BD'],
|
3945 |
-
['1731603456', '1731604479', 'HK'],
|
3946 |
-
['1731604480', '1731605503', 'CN'],
|
3947 |
-
['1731605504', '1731606527', 'MY'],
|
3948 |
-
['1731606528', '1731607551', 'JP'],
|
3949 |
-
['1731607552', '1731608575', 'CN'],
|
3950 |
-
['1731608576', '1731609599', 'IN'],
|
3951 |
-
['1731609600', '1731610623', 'AU'],
|
3952 |
-
['1731610624', '1731611647', 'KR'],
|
3953 |
-
['1731613696', '1731614719', 'PK'],
|
3954 |
-
['1731614720', '1731615743', 'JP'],
|
3955 |
-
['1731615744', '1731616767', 'ID'],
|
3956 |
-
['1731616768', '1731617791', 'IN'],
|
3957 |
-
['1731617792', '1731618815', 'IN'],
|
3958 |
-
['1731618816', '1731619839', 'IN'],
|
3959 |
-
['1731619840', '1731620351', 'IN'],
|
3960 |
-
['1731620352', '1731620607', 'MY'],
|
3961 |
-
['1731620608', '1731620863', 'AU'],
|
3962 |
-
['1731620864', '1731621887', 'KH'],
|
3963 |
-
['1731621888', '1731622911', 'HK'],
|
3964 |
-
['1731622912', '1731623935', 'HK'],
|
3965 |
-
['1731623936', '1731624959', 'HK'],
|
3966 |
-
['1731624960', '1731625983', 'HK'],
|
3967 |
-
['1731625984', '1731626495', 'AU'],
|
3968 |
-
['1731626496', '1731626751', 'ID'],
|
3969 |
-
['1731626752', '1731627007', 'IN'],
|
3970 |
-
['1731627008', '1731628031', 'IN'],
|
3971 |
-
['1731628032', '1731628543', 'IN'],
|
3972 |
-
['1731628544', '1731628799', 'PH'],
|
3973 |
-
['1731628800', '1731629055', 'IN'],
|
3974 |
-
['1731629056', '1731630079', 'IN'],
|
3975 |
-
['1731630080', '1731631103', 'BD'],
|
3976 |
-
['1731631104', '1731632127', 'SG'],
|
3977 |
-
['1731632128', '1731633151', 'JP'],
|
3978 |
-
['1731633152', '1731634175', 'CN'],
|
3979 |
-
['1731634176', '1731635199', 'CN'],
|
3980 |
-
['1731636224', '1731636479', 'ID'],
|
3981 |
-
['1731636480', '1731636735', 'IN'],
|
3982 |
-
['1731636736', '1731637247', 'IN'],
|
3983 |
-
['1731638272', '1731639295', 'IN'],
|
3984 |
-
['1731639296', '1731640319', 'JP'],
|
3985 |
-
['1731640320', '1731641343', 'IN'],
|
3986 |
-
['1731641344', '1731642367', 'HK'],
|
3987 |
-
['1731642368', '1731643391', 'IN'],
|
3988 |
-
['1731643392', '1731644415', 'IN'],
|
3989 |
-
['1731644416', '1731645439', 'JP'],
|
3990 |
-
['1731645440', '1731646463', 'JP'],
|
3991 |
-
['1731646464', '1731647487', 'CN'],
|
3992 |
-
['1731647488', '1731648511', 'ID'],
|
3993 |
-
['1731648512', '1731649535', 'IN'],
|
3994 |
-
['1731649536', '1731649791', 'NZ'],
|
3995 |
-
['1731649792', '1731650047', 'ID'],
|
3996 |
-
['1731650048', '1731650559', 'ID'],
|
3997 |
-
['1731650560', '1731651583', 'CN'],
|
3998 |
-
['1731651584', '1731652607', 'AU'],
|
3999 |
-
['1731652608', '1731653119', 'IN'],
|
4000 |
-
['1731653120', '1731653631', 'AU'],
|
4001 |
-
['1731653632', '1731654655', 'CN'],
|
4002 |
-
['1731654656', '1731655679', 'IN'],
|
4003 |
-
['1731655680', '1731656703', 'VN'],
|
4004 |
-
['1731656704', '1731657727', 'VN'],
|
4005 |
-
['1731657728', '1731658751', 'TH'],
|
4006 |
-
['1731658752', '1731659775', 'JP'],
|
4007 |
-
['1731659776', '1731660799', 'HK'],
|
4008 |
-
['1731660800', '1731661823', 'JP'],
|
4009 |
-
['1731661824', '1731662847', 'AU'],
|
4010 |
-
['1731663872', '1731664895', 'CN'],
|
4011 |
-
['1731664896', '1731665919', 'HK'],
|
4012 |
-
['1731665920', '1731666175', 'AU'],
|
4013 |
-
['1731666176', '1731666431', 'ID'],
|
4014 |
-
['1731666432', '1731666687', 'AU'],
|
4015 |
-
['1731666688', '1731666943', 'KR'],
|
4016 |
-
['1731666944', '1731667967', 'ID'],
|
4017 |
-
['1731667968', '1731668991', 'IN'],
|
4018 |
-
['1731668992', '1731670015', 'AU'],
|
4019 |
-
['1731670016', '1731671039', 'TL'],
|
4020 |
-
['1731671040', '1731671551', 'AU'],
|
4021 |
-
['1731671552', '1731672063', 'TH'],
|
4022 |
-
['1731672064', '1731672575', 'ID'],
|
4023 |
-
['1731672576', '1731672831', 'AU'],
|
4024 |
-
['1731672832', '1731673087', 'TH'],
|
4025 |
-
['1731673088', '1731674111', 'IN'],
|
4026 |
-
['1731674112', '1731675135', 'IN'],
|
4027 |
-
['1731675136', '1731676159', 'PK'],
|
4028 |
-
['1731676160', '1731677183', 'IN'],
|
4029 |
-
['1731677184', '1731678207', 'AU'],
|
4030 |
-
['1731678208', '1731679231', 'CN'],
|
4031 |
-
['1731679232', '1731680255', 'IN'],
|
4032 |
-
['1731680256', '1731681279', 'IN'],
|
4033 |
-
['1731681280', '1731682303', 'AU'],
|
4034 |
-
['1731682304', '1731683327', 'IN'],
|
4035 |
-
['1731683328', '1731684351', 'IN'],
|
4036 |
-
['1731684352', '1731685375', 'IN'],
|
4037 |
-
['1731685376', '1731686399', 'IN'],
|
4038 |
-
['1731686400', '1731686911', 'HK'],
|
4039 |
-
['1731686912', '1731687423', 'AU'],
|
4040 |
-
['1731687424', '1731688447', 'AU'],
|
4041 |
-
['1731688448', '1731689471', 'CN'],
|
4042 |
-
['1731689472', '1731690495', 'SG'],
|
4043 |
-
['1731690496', '1731691519', 'HK'],
|
4044 |
-
['1731691520', '1731691775', 'AU'],
|
4045 |
-
['1731691776', '1731692031', 'PK'],
|
4046 |
-
['1731692032', '1731692543', 'AU'],
|
4047 |
-
['1731692544', '1731693055', 'PK'],
|
4048 |
-
['1731693056', '1731693311', 'SG'],
|
4049 |
-
['1731693312', '1731693567', 'ID'],
|
4050 |
-
['1731693568', '1731694591', 'TH'],
|
4051 |
-
['1731694592', '1731695615', 'BD'],
|
4052 |
-
['1731695616', '1731696639', 'AU'],
|
4053 |
-
['1731696640', '1731697663', 'CN'],
|
4054 |
-
['1731697664', '1731698687', 'JP'],
|
4055 |
-
['1731698688', '1731698943', 'ID'],
|
4056 |
-
['1731698944', '1731699199', 'PH'],
|
4057 |
-
['1731699200', '1731699711', 'AU'],
|
4058 |
-
['1731699712', '1731700735', 'IN'],
|
4059 |
-
['1731700736', '1731701759', 'IN'],
|
4060 |
-
['1731701760', '1731702783', 'CN'],
|
4061 |
-
['1731702784', '1731703295', 'AU'],
|
4062 |
-
['1731703296', '1731703551', 'AF'],
|
4063 |
-
['1731703552', '1731703807', 'NZ'],
|
4064 |
-
['1731703808', '1731704831', 'IN'],
|
4065 |
-
['1731704832', '1731705855', 'IN'],
|
4066 |
-
['1731705856', '1731706879', 'KR'],
|
4067 |
-
['1731706880', '1731707903', 'JP'],
|
4068 |
-
['1731707904', '1731708927', 'JP'],
|
4069 |
-
['1731708928', '1731709951', 'HK'],
|
4070 |
-
['1731709952', '1731710975', 'CN'],
|
4071 |
-
['1731710976', '1731711999', 'CN'],
|
4072 |
-
['1731712000', '1731712255', 'AU'],
|
4073 |
-
['1731712256', '1731712511', 'IN'],
|
4074 |
-
['1731712512', '1731713023', 'IN'],
|
4075 |
-
['1731713024', '1731713279', 'ID'],
|
4076 |
-
['1731713280', '1731713535', 'AU'],
|
4077 |
-
['1731713536', '1731713791', 'HK'],
|
4078 |
-
['1731713792', '1731714047', 'AU'],
|
4079 |
-
['1731714048', '1731715071', 'ID'],
|
4080 |
-
['1731715072', '1731716095', 'AU'],
|
4081 |
-
['1731716096', '1731717119', 'CN'],
|
4082 |
-
['1731717120', '1731718143', 'AU'],
|
4083 |
-
['1731718144', '1731719167', 'CN'],
|
4084 |
-
['1731719168', '1731720191', 'CN'],
|
4085 |
-
['1731720192', '1731721215', 'IN'],
|
4086 |
-
['1731722240', '1731723263', 'IN'],
|
4087 |
-
['1731723264', '1731724287', 'AU'],
|
4088 |
-
['1731724288', '1731725311', 'BD'],
|
4089 |
-
['1731725312', '1731726335', 'CN'],
|
4090 |
-
['1731726336', '1731727359', 'AU'],
|
4091 |
-
['1731727360', '1731728383', 'CN'],
|
4092 |
-
['1731728384', '1731729407', 'CN'],
|
4093 |
-
['1731729408', '1731730431', 'HK'],
|
4094 |
-
['1731730432', '1731730687', 'IN'],
|
4095 |
-
['1731730688', '1731730943', 'IN'],
|
4096 |
-
['1731730944', '1731731199', 'IN'],
|
4097 |
-
['1731731200', '1731731455', 'AU'],
|
4098 |
-
['1731731456', '1731732479', 'CN'],
|
4099 |
-
['1731732480', '1731733503', 'IN'],
|
4100 |
-
['1731733504', '1731734527', 'IN'],
|
4101 |
-
['1731734528', '1731735551', 'HK'],
|
4102 |
-
['1731735552', '1731736575', 'JP'],
|
4103 |
-
['1731736576', '1731737599', 'CN'],
|
4104 |
-
['1731737600', '1731738623', 'CN'],
|
4105 |
-
['1731738624', '1731739647', 'CN'],
|
4106 |
-
['1731739648', '1731740671', 'IN'],
|
4107 |
-
['1731740672', '1731741183', 'IN'],
|
4108 |
-
['1731741184', '1731741439', 'ID'],
|
4109 |
-
['1731741440', '1731741695', 'AU'],
|
4110 |
-
['1731741696', '1731742719', 'CN'],
|
4111 |
-
['1731742720', '1731743743', 'CN'],
|
4112 |
-
['1731744768', '1731745791', 'IN'],
|
4113 |
-
['1731745792', '1731746815', 'IN'],
|
4114 |
-
['1731747840', '1731748863', 'JP'],
|
4115 |
-
['1731748864', '1731749887', 'HK'],
|
4116 |
-
['1731749888', '1731750911', 'HK'],
|
4117 |
-
['1731750912', '1731751935', 'JP'],
|
4118 |
-
['1731751936', '1731752959', 'HK'],
|
4119 |
-
['1731752960', '1731753983', 'HK'],
|
4120 |
-
['1731753984', '1731755007', 'IN'],
|
4121 |
-
['1731755008', '1731756031', 'SG'],
|
4122 |
-
['1731756032', '1731757055', 'PH'],
|
4123 |
-
['1731757056', '1731758079', 'JP'],
|
4124 |
-
['1731758080', '1731759103', 'HK'],
|
4125 |
-
['1731759104', '1731760127', 'CN'],
|
4126 |
-
['1731760128', '1731761151', 'ID'],
|
4127 |
-
['1731761152', '1731761663', 'ID'],
|
4128 |
-
['1731761664', '1731761919', 'AU'],
|
4129 |
-
['1731761920', '1731762175', 'AU'],
|
4130 |
-
['1731762176', '1731763199', 'CN'],
|
4131 |
-
['1731763200', '1731764223', 'VN'],
|
4132 |
-
['1731764224', '1731765247', 'VN'],
|
4133 |
-
['1731765248', '1731766271', 'VN'],
|
4134 |
-
['1731766272', '1731767295', 'VN'],
|
4135 |
-
['1731767296', '1731767551', 'IN'],
|
4136 |
-
['1731767552', '1731767807', 'IN'],
|
4137 |
-
['1731767808', '1731768063', 'KH'],
|
4138 |
-
['1731768064', '1731768319', 'IN'],
|
4139 |
-
['1731768320', '1731769343', 'IN'],
|
4140 |
-
['1731769344', '1731770367', 'IN'],
|
4141 |
-
['1731770368', '1731771391', 'CN'],
|
4142 |
-
['1731771392', '1731772415', 'ID'],
|
4143 |
-
['1731772416', '1731773439', 'HK'],
|
4144 |
-
['1731773440', '1731774463', 'IN'],
|
4145 |
-
['1731774464', '1731775487', 'CN'],
|
4146 |
-
['1731775488', '1731776511', 'ID'],
|
4147 |
-
['1731776512', '1731777023', 'BD'],
|
4148 |
-
['1731777024', '1731777535', 'IN'],
|
4149 |
-
['1731777536', '1731778559', 'JP'],
|
4150 |
-
['1731778560', '1731779583', 'HK'],
|
4151 |
-
['1731779584', '1731780607', 'IN'],
|
4152 |
-
['1731780608', '1731781631', 'IN'],
|
4153 |
-
['1731781632', '1731782655', 'IN'],
|
4154 |
-
['1731782656', '1731783679', 'ID'],
|
4155 |
-
['1731783680', '1731784703', 'IN'],
|
4156 |
-
['1731784704', '1731785727', 'IN'],
|
4157 |
-
['1731785728', '1731786751', 'IN'],
|
4158 |
-
['1731786752', '1731787775', 'IN'],
|
4159 |
-
['1731787776', '1731788799', 'IN'],
|
4160 |
-
['1731788800', '1731789823', 'AU'],
|
4161 |
-
['1731789824', '1731790847', 'JP'],
|
4162 |
-
['1731790848', '1731791871', 'ID'],
|
4163 |
-
['1731791872', '1731792895', 'CN'],
|
4164 |
-
['1731792896', '1731793151', 'IN'],
|
4165 |
-
['1731793152', '1731793407', 'IN'],
|
4166 |
-
['1731793408', '1731793919', 'IN'],
|
4167 |
-
['1731793920', '1731794943', 'BD'],
|
4168 |
-
['1731794944', '1731795967', 'HK'],
|
4169 |
-
['1731795968', '1731796991', 'JP'],
|
4170 |
-
['1731796992', '1731798015', 'AU'],
|
4171 |
-
['1731798016', '1731799039', 'ID'],
|
4172 |
-
['1731799040', '1731800063', 'BD'],
|
4173 |
-
['1731800064', '1731801087', 'JP'],
|
4174 |
-
['1731801088', '1731802111', 'JP'],
|
4175 |
-
['1731802112', '1731803135', 'CN'],
|
4176 |
-
['1731803136', '1731804159', 'CN'],
|
4177 |
-
['1731804160', '1731805183', 'KR'],
|
4178 |
-
['1731806208', '1731806463', 'AU'],
|
4179 |
-
['1731806464', '1731806719', 'IN'],
|
4180 |
-
['1731806720', '1731807231', 'IN'],
|
4181 |
-
['1731807232', '1731808255', 'SG'],
|
4182 |
-
['1731808256', '1731809279', 'CN'],
|
4183 |
-
['1731809280', '1731810303', 'IN'],
|
4184 |
-
['1731810304', '1731811327', 'IN'],
|
4185 |
-
['1731811328', '1731811583', 'IN'],
|
4186 |
-
['1731811584', '1731811839', 'AU'],
|
4187 |
-
['1731811840', '1731812095', 'HK'],
|
4188 |
-
['1731812096', '1731812351', 'AU'],
|
4189 |
-
['1731812352', '1731813375', 'MN'],
|
4190 |
-
['1731813376', '1731814399', 'JP'],
|
4191 |
-
['1731814400', '1731815423', 'JP'],
|
4192 |
-
['1731815424', '1731816447', 'VN'],
|
4193 |
-
['1731816448', '1731817471', 'CN'],
|
4194 |
-
['1731817472', '1731818495', 'VN'],
|
4195 |
-
['1731818496', '1731819519', 'BD'],
|
4196 |
-
['1731819520', '1731820543', 'BD'],
|
4197 |
-
['1731820544', '1731821567', 'IN'],
|
4198 |
-
['1731822592', '1731823615', 'IN'],
|
4199 |
-
['1731823616', '1731824639', 'CN'],
|
4200 |
-
['1731824640', '1731825663', 'IN'],
|
4201 |
-
['1731825664', '1731826687', 'JP'],
|
4202 |
-
['1731826688', '1731827199', 'AU'],
|
4203 |
-
['1731827200', '1731827455', 'IN'],
|
4204 |
-
['1731827456', '1731827711', 'BD'],
|
4205 |
-
['1731827712', '1731828735', 'PK'],
|
4206 |
-
['1731828736', '1731829759', 'SG'],
|
4207 |
-
['1731829760', '1731830783', 'IN'],
|
4208 |
-
['1731830784', '1731831807', 'AU'],
|
4209 |
-
['1731831808', '1731832831', 'PK'],
|
4210 |
-
['1731832832', '1731833855', 'IN'],
|
4211 |
-
['1731833856', '1731834879', 'IN'],
|
4212 |
-
['1731834880', '1731835903', 'IN'],
|
4213 |
-
['1731835904', '1731836927', 'IN'],
|
4214 |
-
['1731836928', '1731837951', 'MY'],
|
4215 |
-
['1731837952', '1731838975', 'ID'],
|
4216 |
-
['1731838976', '1731839999', 'CN'],
|
4217 |
-
['1731840000', '1731841023', 'HK'],
|
4218 |
-
['1731841024', '1731842047', 'NP'],
|
4219 |
-
['1731842048', '1731843071', 'VN'],
|
4220 |
-
['1731843072', '1731844095', 'IN'],
|
4221 |
-
['1731844096', '1731845119', 'IN'],
|
4222 |
-
['1731845120', '1731846143', 'VN'],
|
4223 |
-
['1731846656', '1731846911', 'IN'],
|
4224 |
-
['1731846912', '1731847167', 'PH'],
|
4225 |
-
['1731847168', '1731848191', 'HK'],
|
4226 |
-
['1731848192', '1731849215', 'MP'],
|
4227 |
-
['1731849216', '1731850239', 'IN'],
|
4228 |
-
['1731850240', '1731851263', 'IN'],
|
4229 |
-
['1731851264', '1731852287', 'IN'],
|
4230 |
-
['1731852288', '1731853311', 'IN'],
|
4231 |
-
['1731853312', '1731854335', 'IN'],
|
4232 |
-
['1731854336', '1731855359', 'IN'],
|
4233 |
-
['1731855360', '1731856383', 'IN'],
|
4234 |
-
['1731856384', '1731857407', 'IN'],
|
4235 |
-
['1731857408', '1731858431', 'IN'],
|
4236 |
-
['1731858432', '1731859455', 'MY'],
|
4237 |
-
['1731859456', '1731860479', 'FJ'],
|
4238 |
-
['1731860480', '1731861503', 'CN'],
|
4239 |
-
['1731861504', '1731862527', 'IN'],
|
4240 |
-
['1731862528', '1731862783', 'AU'],
|
4241 |
-
['1731862784', '1731863039', 'ID'],
|
4242 |
-
['1731863040', '1731863551', 'AU'],
|
4243 |
-
['1731863552', '1731864575', 'IN'],
|
4244 |
-
['1731864576', '1731865599', 'IN'],
|
4245 |
-
['1731865600', '1731866623', 'IN'],
|
4246 |
-
['1731866624', '1731867647', 'IN'],
|
4247 |
-
['1731867648', '1731868671', 'IN'],
|
4248 |
-
['1731868672', '1731869695', 'IN'],
|
4249 |
-
['1731869696', '1731870719', 'IN'],
|
4250 |
-
['1731870720', '1731871743', 'IN'],
|
4251 |
-
['1731871744', '1731872767', 'JP'],
|
4252 |
-
['1731872768', '1731873791', 'BD'],
|
4253 |
-
['1731873792', '1731874815', 'IN'],
|
4254 |
-
['1731874816', '1731875839', 'IN'],
|
4255 |
-
['1731875840', '1731876863', 'IN'],
|
4256 |
-
['1731876864', '1731877887', 'IN'],
|
4257 |
-
['1731877888', '1731878911', 'BD'],
|
4258 |
-
['1731878912', '1731879935', 'IN'],
|
4259 |
-
['1731879936', '1731880959', 'ID'],
|
4260 |
-
['1731880960', '1731881983', 'ID'],
|
4261 |
-
['1731881984', '1731882495', 'BD'],
|
4262 |
-
['1731882496', '1731882751', 'SG'],
|
4263 |
-
['1731882752', '1731883007', 'ID'],
|
4264 |
-
['1731883008', '1731883263', 'SG'],
|
4265 |
-
['1731883264', '1731883519', 'MY'],
|
4266 |
-
['1731883520', '1731883775', 'IN'],
|
4267 |
-
['1731883776', '1731884031', 'IN'],
|
4268 |
-
['1731884032', '1731884543', 'IN'],
|
4269 |
-
['1731884544', '1731884799', 'IN'],
|
4270 |
-
['1731885056', '1731886079', 'IN'],
|
4271 |
-
['1731886080', '1731887103', 'IN'],
|
4272 |
-
['1731887104', '1731888127', 'IN'],
|
4273 |
-
['1731888128', '1731889151', 'IN'],
|
4274 |
-
['1731889152', '1731890175', 'IN'],
|
4275 |
-
['1731890176', '1731891199', 'IN'],
|
4276 |
-
['1731891200', '1731891711', 'NP'],
|
4277 |
-
['1731891712', '1731891967', 'ID'],
|
4278 |
-
['1731891968', '1731892223', 'ID'],
|
4279 |
-
['1731892224', '1731893247', 'TH'],
|
4280 |
-
['1731893248', '1731894271', 'IN'],
|
4281 |
-
['1731894272', '1731895295', 'IN'],
|
4282 |
-
['1731895296', '1731896319', 'ID'],
|
4283 |
-
['1731896320', '1731897343', 'IN'],
|
4284 |
-
['1731897344', '1731898367', 'IN'],
|
4285 |
-
['1731898368', '1731899391', 'IN'],
|
4286 |
-
['1731899392', '1731900415', 'HK'],
|
4287 |
-
['1731900416', '1731900671', 'IN'],
|
4288 |
-
['1731900928', '1731901439', 'CN'],
|
4289 |
-
['1731901440', '1731902463', 'IN'],
|
4290 |
-
['1731902464', '1731903487', 'IN'],
|
4291 |
-
['1731903488', '1731904511', 'AU'],
|
4292 |
-
['1731905536', '1731906559', 'IN'],
|
4293 |
-
['1731906560', '1731907583', 'IN'],
|
4294 |
-
['1731907584', '1731908607', 'IN'],
|
4295 |
-
['1731908608', '1731909631', 'NZ'],
|
4296 |
-
['1731909632', '1731910655', 'AU'],
|
4297 |
-
['1731910656', '1731911679', 'AU'],
|
4298 |
-
['1731911680', '1731912703', 'KH'],
|
4299 |
-
['1731912704', '1731913727', 'NZ'],
|
4300 |
-
['1731913728', '1731913983', 'AU'],
|
4301 |
-
['1731913984', '1731914239', 'IN'],
|
4302 |
-
['1731914240', '1731914751', 'IN'],
|
4303 |
-
['1731914752', '1731915775', 'IN'],
|
4304 |
-
['1731915776', '1731916799', 'IN'],
|
4305 |
-
['1731916800', '1731917823', 'IN'],
|
4306 |
-
['1731917824', '1731918847', 'IN'],
|
4307 |
-
['1731918848', '1731919871', 'IN'],
|
4308 |
-
['1731919872', '1731920895', 'IN'],
|
4309 |
-
['1731920896', '1731921919', 'IN'],
|
4310 |
-
['1731921920', '1731922943', 'IN'],
|
4311 |
-
['1731922944', '1731923967', 'IN'],
|
4312 |
-
['1731923968', '1731924991', 'IN'],
|
4313 |
-
['1731924992', '1731926015', 'IN'],
|
4314 |
-
['1731926016', '1731927039', 'IN'],
|
4315 |
-
['1731927040', '1731928063', 'IN'],
|
4316 |
-
['1731928064', '1731929087', 'JP'],
|
4317 |
-
['1731929088', '1731930111', 'BD'],
|
4318 |
-
['1731930112', '1731931135', 'HK'],
|
4319 |
-
['1731931136', '1731932159', 'HK'],
|
4320 |
-
['1731932160', '1731933183', 'HK'],
|
4321 |
-
['1731933184', '1731934207', 'LA'],
|
4322 |
-
['1731934208', '1731935231', 'IN'],
|
4323 |
-
['1731935232', '1731936255', 'IN'],
|
4324 |
-
['1731936256', '1731937279', 'IN'],
|
4325 |
-
['1731937280', '1731938303', 'IN'],
|
4326 |
-
['1731938304', '1731939327', 'IN'],
|
4327 |
-
['1731939328', '1731940351', 'CN'],
|
4328 |
-
['1731940352', '1731941375', 'IN'],
|
4329 |
-
['1731941376', '1731942399', 'IN'],
|
4330 |
-
['1731942400', '1731942655', 'IN'],
|
4331 |
-
['1731942656', '1731942911', 'JP'],
|
4332 |
-
['1731942912', '1731943423', 'HK'],
|
4333 |
-
['1731943424', '1731944447', 'KR'],
|
4334 |
-
['1731944448', '1731945471', 'IN'],
|
4335 |
-
['1731945472', '1731946495', 'CN'],
|
4336 |
-
['1731946496', '1731947519', 'IN'],
|
4337 |
-
['1731947520', '1731948543', 'AU'],
|
4338 |
-
['1731948544', '1731949567', 'CN'],
|
4339 |
-
['1731949568', '1731950591', 'CN'],
|
4340 |
-
['1731950592', '1731951615', 'CN'],
|
4341 |
-
['1731951616', '1731952639', 'CN'],
|
4342 |
-
['1731952640', '1731953663', 'CN'],
|
4343 |
-
['1731953664', '1731954687', 'IN'],
|
4344 |
-
['1731954688', '1731955711', 'JP'],
|
4345 |
-
['1731955712', '1731956735', 'IN'],
|
4346 |
-
['1731956736', '1731957759', 'HK'],
|
4347 |
-
['1731957760', '1731958783', 'CN'],
|
4348 |
-
['1731958784', '1731959807', 'IN'],
|
4349 |
-
['1731959808', '1731960831', 'KR'],
|
4350 |
-
['1731961856', '1731962879', 'CN'],
|
4351 |
-
['1731962880', '1731963903', 'BD'],
|
4352 |
-
['1731963904', '1731964927', 'KH'],
|
4353 |
-
['1731964928', '1731965951', 'BD'],
|
4354 |
-
['1731965952', '1731966463', 'IN'],
|
4355 |
-
['1731966464', '1731966719', 'AU'],
|
4356 |
-
['1731966720', '1731966975', 'AU'],
|
4357 |
-
['1731966976', '1731967999', 'IN'],
|
4358 |
-
['1731968000', '1731969023', 'IN'],
|
4359 |
-
['1731969024', '1731970047', 'IN'],
|
4360 |
-
['1731970048', '1731971071', 'IN'],
|
4361 |
-
['1731971072', '1731972095', 'IN'],
|
4362 |
-
['1731972096', '1731973119', 'IN'],
|
4363 |
-
['1731973120', '1731974143', 'IN'],
|
4364 |
-
['1731974144', '1731975167', 'IN'],
|
4365 |
-
['1731976192', '1731977215', 'TW'],
|
4366 |
-
['1731977216', '1731978239', 'IN'],
|
4367 |
-
['1731978240', '1731979263', 'IN'],
|
4368 |
-
['1731979264', '1731979519', 'IN'],
|
4369 |
-
['1731979520', '1731979775', 'BD'],
|
4370 |
-
['1731979776', '1731980287', 'ID'],
|
4371 |
-
['1731980288', '1731981311', 'IN'],
|
4372 |
-
['1731981312', '1731982335', 'IN'],
|
4373 |
-
['1731982336', '1731983359', 'IN'],
|
4374 |
-
['1731983360', '1731984383', 'IN'],
|
4375 |
-
['1731984384', '1731985407', 'IN'],
|
4376 |
-
['1731985408', '1731986431', 'IN'],
|
4377 |
-
['1731987456', '1731988479', 'SG'],
|
4378 |
-
['1731988480', '1731989503', 'US'],
|
4379 |
-
['1731989504', '1731990527', 'VN'],
|
4380 |
-
['1731990528', '1731990783', 'AU'],
|
4381 |
-
['1731990784', '1731991039', 'IN'],
|
4382 |
-
['1731991040', '1731991551', 'AU'],
|
4383 |
-
['1731991552', '1731992575', 'MY'],
|
4384 |
-
['1731992576', '1731993599', 'IN'],
|
4385 |
-
['1731993600', '1731994623', 'CN'],
|
4386 |
-
['1731994624', '1731995647', 'JP'],
|
4387 |
-
['1731995648', '1731996671', 'IN'],
|
4388 |
-
['1731996672', '1731997695', 'CN'],
|
4389 |
-
['1731997696', '1731998719', 'IN'],
|
4390 |
-
['1731998720', '1731999743', 'IN'],
|
4391 |
-
['1731999744', '1732000767', 'HK'],
|
4392 |
-
['1732000768', '1732001791', 'SG'],
|
4393 |
-
['1732001792', '1732002815', 'HK'],
|
4394 |
-
['1732002816', '1732003839', 'IN'],
|
4395 |
-
['1732003840', '1732004863', 'IN'],
|
4396 |
-
['1732004864', '1732005887', 'IN'],
|
4397 |
-
['1732005888', '1732006911', 'IN'],
|
4398 |
-
['1732006912', '1732007935', 'IN'],
|
4399 |
-
['1732009984', '1732010239', 'AU'],
|
4400 |
-
['1732010240', '1732010495', 'MN'],
|
4401 |
-
['1732010496', '1732010751', 'AU'],
|
4402 |
-
['1732010752', '1732011007', 'NZ'],
|
4403 |
-
['1732011008', '1732012031', 'IN'],
|
4404 |
-
['1732012032', '1732012287', 'IN'],
|
4405 |
-
['1732012288', '1732012543', 'AU'],
|
4406 |
-
['1732012544', '1732013055', 'AU'],
|
4407 |
-
['1732013056', '1732014079', 'HK'],
|
4408 |
-
['1732014080', '1732015103', 'IN'],
|
4409 |
-
['1732015104', '1732016127', 'IN'],
|
4410 |
-
['1732016128', '1732017151', 'KR'],
|
4411 |
-
['1732017152', '1732018175', 'KR'],
|
4412 |
-
['1732018176', '1732019199', 'IN'],
|
4413 |
-
['1732019200', '1732019711', 'AU'],
|
4414 |
-
['1732019712', '1732019967', 'AU'],
|
4415 |
-
['1732019968', '1732020223', 'IN'],
|
4416 |
-
['1732020224', '1732021247', 'IN'],
|
4417 |
-
['1732021248', '1732022271', 'IN'],
|
4418 |
-
['1732022272', '1732023295', 'HK'],
|
4419 |
-
['1732023296', '1732024319', 'HK'],
|
4420 |
-
['1732024320', '1732025343', 'AU'],
|
4421 |
-
['1732025344', '1732026367', 'IN'],
|
4422 |
-
['1732026368', '1732027391', 'BD'],
|
4423 |
-
['1732027392', '1732028415', 'CN'],
|
4424 |
-
['1732028416', '1732029439', 'PH'],
|
4425 |
-
['1732029440', '1732030463', 'BD'],
|
4426 |
-
['1732030464', '1732031487', 'IN'],
|
4427 |
-
['1732031488', '1732032511', 'ID'],
|
4428 |
-
['1732032512', '1732032767', 'PH'],
|
4429 |
-
['1732032768', '1732033023', 'TH'],
|
4430 |
-
['1732033024', '1732033535', 'IN'],
|
4431 |
-
['1732033536', '1732034559', 'JP'],
|
4432 |
-
['1732034560', '1732035583', 'KR'],
|
4433 |
-
['1732035584', '1732036607', 'IN'],
|
4434 |
-
['1732036608', '1732037631', 'AU'],
|
4435 |
-
['1732038656', '1732039679', 'IN'],
|
4436 |
-
['1732039680', '1732040703', 'IN'],
|
4437 |
-
['1732040704', '1732040959', 'AU'],
|
4438 |
-
['1732040960', '1732041215', 'SG'],
|
4439 |
-
['1732041216', '1732041471', 'IN'],
|
4440 |
-
['1732041472', '1732041727', 'IN'],
|
4441 |
-
['1732041728', '1732042751', 'HK'],
|
4442 |
-
['1732042752', '1732043775', 'JP'],
|
4443 |
-
['1732043776', '1732044799', 'CN'],
|
4444 |
-
['1732044800', '1732045823', 'HK'],
|
4445 |
-
['1732045824', '1732046847', 'CN'],
|
4446 |
-
['1732046848', '1732047871', 'AU'],
|
4447 |
-
['1732047872', '1732048895', 'IN'],
|
4448 |
-
['1732048896', '1732049919', 'HK'],
|
4449 |
-
['1732049920', '1732050943', 'PH'],
|
4450 |
-
['1732050944', '1732051967', 'HK'],
|
4451 |
-
['1732052992', '1732054015', 'MM'],
|
4452 |
-
['1732054016', '1732055039', 'IN'],
|
4453 |
-
['1732056064', '1732057087', 'HK'],
|
4454 |
-
['1732057088', '1732058111', 'KH'],
|
4455 |
-
['1732058112', '1732059135', 'HK'],
|
4456 |
-
['1732059136', '1732060159', 'IN'],
|
4457 |
-
['1732060160', '1732061183', 'HK'],
|
4458 |
-
['1732061184', '1732061439', 'AU'],
|
4459 |
-
['1732061440', '1732061695', 'ID'],
|
4460 |
-
['1732061696', '1732062207', 'AU'],
|
4461 |
-
['1732062208', '1732063231', 'VN'],
|
4462 |
-
['1732063232', '1732064255', 'VN'],
|
4463 |
-
['1732064256', '1732065279', 'IN'],
|
4464 |
-
['1732065280', '1732066303', 'IN'],
|
4465 |
-
['1732066304', '1732067327', 'CN'],
|
4466 |
-
['1732067328', '1732068351', 'IN'],
|
4467 |
-
['1732068352', '1732068607', 'IN'],
|
4468 |
-
['1732068608', '1732068863', 'NZ'],
|
4469 |
-
['1732068864', '1732069119', 'AU'],
|
4470 |
-
['1732069120', '1732069375', 'ID'],
|
4471 |
-
['1732069376', '1732070399', 'IN'],
|
4472 |
-
['1732070400', '1732071423', 'IN'],
|
4473 |
-
['1732071424', '1732072447', 'IN'],
|
4474 |
-
['1732072448', '1732073471', 'IN'],
|
4475 |
-
['1732073472', '1732074495', 'IN'],
|
4476 |
-
['1732074496', '1732075519', 'KH'],
|
4477 |
-
['1732075520', '1732076543', 'AU'],
|
4478 |
-
['1732076544', '1732077567', 'IN'],
|
4479 |
-
['1732077568', '1732078591', 'CN'],
|
4480 |
-
['1732078592', '1732079615', 'IN'],
|
4481 |
-
['1732079616', '1732080639', 'IN'],
|
4482 |
-
['1732080640', '1732081151', 'ID'],
|
4483 |
-
['1732081152', '1732081663', 'ID'],
|
4484 |
-
['1732081664', '1732082687', 'HK'],
|
4485 |
-
['1732082688', '1732083711', 'MY'],
|
4486 |
-
['1732083712', '1732084735', 'AU'],
|
4487 |
-
['1732084736', '1732085759', 'IN'],
|
4488 |
-
['1732085760', '1732086783', 'TW'],
|
4489 |
-
['1732086784', '1732087807', 'CN'],
|
4490 |
-
['1732087808', '1732088831', 'HK'],
|
4491 |
-
['1732088832', '1732089343', 'IN'],
|
4492 |
-
['1732089344', '1732089599', 'IN'],
|
4493 |
-
['1732089600', '1732089855', 'JP'],
|
4494 |
-
['1732089856', '1732090879', 'CN'],
|
4495 |
-
['1732090880', '1732091903', 'CN'],
|
4496 |
-
['1732091904', '1732092927', 'CN'],
|
4497 |
-
['1732092928', '1732093951', 'IN'],
|
4498 |
-
['1732093952', '1732094975', 'HK'],
|
4499 |
-
['1732094976', '1732095999', 'CN'],
|
4500 |
-
['1732096000', '1732097023', 'CN'],
|
4501 |
-
['1732097024', '1732098047', 'IN'],
|
4502 |
-
['1732098048', '1732099071', 'CN'],
|
4503 |
-
['1732099072', '1732100095', 'CN'],
|
4504 |
-
['1732100096', '1732100607', 'SG'],
|
4505 |
-
['1732100608', '1732100863', 'IN'],
|
4506 |
-
['1732100864', '1732101119', 'IN'],
|
4507 |
-
['1732101120', '1732102143', 'IN'],
|
4508 |
-
['1732102144', '1732103167', 'IN'],
|
4509 |
-
['1732103168', '1732104191', 'IN'],
|
4510 |
-
['1732104192', '1732105215', 'IN'],
|
4511 |
-
['1732105216', '1732106239', 'IN'],
|
4512 |
-
['1732106240', '1732107263', 'IN'],
|
4513 |
-
['1732107264', '1732108287', 'HK'],
|
4514 |
-
['1732108288', '1732109311', 'AU'],
|
4515 |
-
['1732109312', '1732109823', 'AU'],
|
4516 |
-
['1732109824', '1732110079', 'IN'],
|
4517 |
-
['1732110080', '1732110335', 'IN'],
|
4518 |
-
['1732111360', '1732112383', 'HK'],
|
4519 |
-
['1732112384', '1732113407', 'HK'],
|
4520 |
-
['1732113408', '1732114431', 'JP'],
|
4521 |
-
['1732114432', '1732115455', 'ID'],
|
4522 |
-
['1732115456', '1732116479', 'IN'],
|
4523 |
-
['1732116480', '1732117503', 'PH'],
|
4524 |
-
['1732117504', '1732118527', 'SG'],
|
4525 |
-
['1732118528', '1732119551', 'VN'],
|
4526 |
-
['1732119552', '1732120575', 'IN'],
|
4527 |
-
['1732120576', '1732121599', 'IN'],
|
4528 |
-
['1732121600', '1732122623', 'IN'],
|
4529 |
-
['1732122624', '1732123647', 'CN'],
|
4530 |
-
['1732123648', '1732124159', 'AU'],
|
4531 |
-
['1732124160', '1732124671', 'PH'],
|
4532 |
-
['1732124672', '1732125695', 'AU'],
|
4533 |
-
['1732125696', '1732126719', 'AU'],
|
4534 |
-
['1732126720', '1732127743', 'IN'],
|
4535 |
-
['1732127744', '1732128767', 'HK'],
|
4536 |
-
['1732128768', '1732129791', 'HK'],
|
4537 |
-
['1732129792', '1732130815', 'CN'],
|
4538 |
-
['1732130816', '1732131839', 'IN'],
|
4539 |
-
['1732131840', '1732132863', 'IN'],
|
4540 |
-
['1732132864', '1732133887', 'IN'],
|
4541 |
-
['1732133888', '1732134911', 'IN'],
|
4542 |
-
['1732134912', '1732135935', 'CN'],
|
4543 |
-
['1732135936', '1732136959', 'CN'],
|
4544 |
-
['1732136960', '1732137983', 'CN'],
|
4545 |
-
['1732137984', '1732139007', 'CN'],
|
4546 |
-
['1732139008', '1732140031', 'CN'],
|
4547 |
-
['1732140032', '1732141055', 'IN'],
|
4548 |
-
['1732141056', '1732142079', 'CN'],
|
4549 |
-
['1732142080', '1732143103', 'CN'],
|
4550 |
-
['1732143104', '1732144127', 'CN'],
|
4551 |
-
['1732144128', '1732145151', 'CN'],
|
4552 |
-
['1732145152', '1732146175', 'CN'],
|
4553 |
-
['1732146176', '1732147199', 'CN'],
|
4554 |
-
['1732147200', '1732148223', 'CN'],
|
4555 |
-
['1732148224', '1732149247', 'CN'],
|
4556 |
-
['1732149248', '1732150271', 'CN'],
|
4557 |
-
['1732150272', '1732151295', 'CN'],
|
4558 |
-
['1732151296', '1732152319', 'IN'],
|
4559 |
-
['1732152320', '1732153343', 'BD'],
|
4560 |
-
['1732153344', '1732153855', 'BD'],
|
4561 |
-
['1732153856', '1732154111', 'IN'],
|
4562 |
-
['1732154112', '1732154367', 'IN'],
|
4563 |
-
['1732155392', '1732156415', 'PH'],
|
4564 |
-
['1732156416', '1732157439', 'CN'],
|
4565 |
-
['1732157440', '1732158463', 'CN'],
|
4566 |
-
['1732158464', '1732159487', 'CN'],
|
4567 |
-
['1732159488', '1732160511', 'CN'],
|
4568 |
-
['1732160512', '1732161535', 'CN'],
|
4569 |
-
['1732161536', '1732162559', 'CN'],
|
4570 |
-
['1732162560', '1732163583', 'CN'],
|
4571 |
-
['1732163584', '1732164607', 'CN'],
|
4572 |
-
['1732164608', '1732165631', 'CN'],
|
4573 |
-
['1732165632', '1732166655', 'CN'],
|
4574 |
-
['1732166656', '1732167167', 'ID'],
|
4575 |
-
['1732167168', '1732167679', 'IN'],
|
4576 |
-
['1732167680', '1732168191', 'AU'],
|
4577 |
-
['1732168192', '1732168703', 'ID'],
|
4578 |
-
['1732168704', '1732169727', 'CN'],
|
4579 |
-
['1732169728', '1732170751', 'CN'],
|
4580 |
-
['1732170752', '1732171775', 'CN'],
|
4581 |
-
['1732171776', '1732172799', 'CN'],
|
4582 |
-
['1732172800', '1732173823', 'CN'],
|
4583 |
-
['1732173824', '1732174847', 'CN'],
|
4584 |
-
['1732174848', '1732175871', 'KR'],
|
4585 |
-
['1732175872', '1732176895', 'PK'],
|
4586 |
-
['1732176896', '1732177919', 'IN'],
|
4587 |
-
['1732177920', '1732178943', 'SG'],
|
4588 |
-
['1732178944', '1732179967', 'JP'],
|
4589 |
-
['1732179968', '1732180991', 'IN'],
|
4590 |
-
['1732180992', '1732182015', 'IN'],
|
4591 |
-
['1732182016', '1732183039', 'HK'],
|
4592 |
-
['1732183040', '1732184063', 'HK'],
|
4593 |
-
['1732184064', '1732185087', 'IN'],
|
4594 |
-
['1732185088', '1732186111', 'IN'],
|
4595 |
-
['1732186112', '1732187135', 'IN'],
|
4596 |
-
['1732187136', '1732188159', 'IN'],
|
4597 |
-
['1732188160', '1732188671', 'IN'],
|
4598 |
-
['1732188672', '1732188927', 'AU'],
|
4599 |
-
['1732188928', '1732189183', 'WS'],
|
4600 |
-
['1732189184', '1732190207', 'IN'],
|
4601 |
-
['1732190208', '1732191231', 'CN'],
|
4602 |
-
['1732191232', '1732192255', 'CN'],
|
4603 |
-
['1732192256', '1732193279', 'CN'],
|
4604 |
-
['1732193280', '1732194303', 'CN'],
|
4605 |
-
['1732194304', '1732195327', 'CN'],
|
4606 |
-
['1732195328', '1732196351', 'CN'],
|
4607 |
-
['1732196352', '1732197375', 'CN'],
|
4608 |
-
['1732197376', '1732198399', 'CN'],
|
4609 |
-
['1732198400', '1732199423', 'CN'],
|
4610 |
-
['1732199424', '1732200447', 'CN'],
|
4611 |
-
['1732200448', '1732201471', 'CN'],
|
4612 |
-
['1732201472', '1732202495', 'CN'],
|
4613 |
-
['1732202496', '1732203519', 'CN'],
|
4614 |
-
['1732203520', '1732204543', 'CN'],
|
4615 |
-
['1732204544', '1732205567', 'CN'],
|
4616 |
-
['1732205568', '1732206591', 'NZ'],
|
4617 |
-
['1732206592', '1732207615', 'ID'],
|
4618 |
-
['1732207616', '1732207871', 'AU'],
|
4619 |
-
['1732207872', '1732208127', 'IN'],
|
4620 |
-
['1732208128', '1732208383', 'PH'],
|
4621 |
-
['1732208384', '1732208639', 'AU'],
|
4622 |
-
['1732208640', '1732209663', 'VN'],
|
4623 |
-
['1732209664', '1732210687', 'VN'],
|
4624 |
-
['1732210688', '1732211711', 'VN'],
|
4625 |
-
['1732211712', '1732212735', 'VN'],
|
4626 |
-
['1732212736', '1732213759', 'VN'],
|
4627 |
-
['1732213760', '1732214783', 'IN'],
|
4628 |
-
['1732214784', '1732215807', 'IN'],
|
4629 |
-
['1732215808', '1732216831', 'HK'],
|
4630 |
-
['1732216832', '1732217855', 'HK'],
|
4631 |
-
['1732217856', '1732218879', 'CN'],
|
4632 |
-
['1732218880', '1732219903', 'CN'],
|
4633 |
-
['1732219904', '1732220927', 'IN'],
|
4634 |
-
['1732220928', '1732221951', 'CN'],
|
4635 |
-
['1732221952', '1732222975', 'BD'],
|
4636 |
-
['1732222976', '1732223999', 'CN'],
|
4637 |
-
['1732224000', '1732225023', 'CN'],
|
4638 |
-
['1732225024', '1732226047', 'CN'],
|
4639 |
-
['1732226048', '1732227071', 'CN'],
|
4640 |
-
['1732227072', '1732228095', 'CN'],
|
4641 |
-
['1732228096', '1732229119', 'CN'],
|
4642 |
-
['1732229120', '1732230143', 'CN'],
|
4643 |
-
['1732230144', '1732230399', 'NZ'],
|
4644 |
-
['1732230400', '1732230655', 'AU'],
|
4645 |
-
['1732230656', '1732230911', 'KH'],
|
4646 |
-
['1732230912', '1732231167', 'AU'],
|
4647 |
-
['1732231168', '1732232191', 'CN'],
|
4648 |
-
['1732232192', '1732233215', 'CN'],
|
4649 |
-
['1732233216', '1732234239', 'CN'],
|
4650 |
-
['1732234240', '1732235263', 'CN'],
|
4651 |
-
['1732235264', '1732236287', 'CN'],
|
4652 |
-
['1732236288', '1732237311', 'VN'],
|
4653 |
-
['1732237312', '1732238335', 'JP'],
|
4654 |
-
['1732238336', '1732239359', 'JP'],
|
4655 |
-
['1732239360', '1732240383', 'JP'],
|
4656 |
-
['1732240384', '1732241407', 'AU'],
|
4657 |
-
['1732241664', '1732241919', 'ID'],
|
4658 |
-
['1732241920', '1732242431', 'BD'],
|
4659 |
-
['1732242432', '1732243455', 'HK'],
|
4660 |
-
['1732243456', '1732244479', 'CN'],
|
4661 |
-
['1732244480', '1732245503', 'CN'],
|
4662 |
-
['1732245504', '1732246527', 'CN'],
|
4663 |
-
['1732246528', '1732247551', 'CN'],
|
4664 |
-
['1732247552', '1732248575', 'CN'],
|
4665 |
-
['1732248576', '1732249599', 'CN'],
|
4666 |
-
['1732249600', '1732250623', 'SG'],
|
4667 |
-
['1732250624', '1732251135', 'MY'],
|
4668 |
-
['1732251136', '1732251391', 'ID'],
|
4669 |
-
['1732251392', '1732251647', 'ID'],
|
4670 |
-
['1732251648', '1732252671', 'SG'],
|
4671 |
-
['1732252672', '1732253695', 'MM'],
|
4672 |
-
['1732253696', '1732254719', 'CN'],
|
4673 |
-
['1732254720', '1732255743', 'CN'],
|
4674 |
-
['1732255744', '1732256767', 'CN'],
|
4675 |
-
['1732256768', '1732257791', 'CN'],
|
4676 |
-
['1732257792', '1732258815', 'CN'],
|
4677 |
-
['1732258816', '1732259839', 'CN'],
|
4678 |
-
['1732259840', '1732260863', 'CN'],
|
4679 |
-
['1732260864', '1732261887', 'CN'],
|
4680 |
-
['1732261888', '1732262911', 'CN'],
|
4681 |
-
['1732262912', '1732263935', 'CN'],
|
4682 |
-
['1732263936', '1732264959', 'CN'],
|
4683 |
-
['1732264960', '1732265983', 'CN'],
|
4684 |
-
['1732265984', '1732267007', 'CN'],
|
4685 |
-
['1732267008', '1732268031', 'CN'],
|
4686 |
-
['1732268032', '1732269055', 'CN'],
|
4687 |
-
['1732269056', '1732270079', 'CN'],
|
4688 |
-
['1732270080', '1732271103', 'CN'],
|
4689 |
-
['1732271104', '1732272127', 'CN'],
|
4690 |
-
['1732272128', '1732273151', 'CN'],
|
4691 |
-
['1732273152', '1732274175', 'CN'],
|
4692 |
-
['1732274176', '1732275199', 'CN'],
|
4693 |
-
['1732275200', '1732276223', 'CN'],
|
4694 |
-
['1732276224', '1732277247', 'CN'],
|
4695 |
-
['1732277248', '1732278271', 'CN'],
|
4696 |
-
['1732278272', '1732279295', 'CN'],
|
4697 |
-
['1732279296', '1732280319', 'CN'],
|
4698 |
-
['1732280320', '1732281343', 'IN'],
|
4699 |
-
['1732281344', '1732282367', 'JP'],
|
4700 |
-
['1732282368', '1732283391', 'HK'],
|
4701 |
-
['1732283392', '1732284415', 'CN'],
|
4702 |
-
['1732284416', '1732285439', 'CN'],
|
4703 |
-
['1732285440', '1732286463', 'AU'],
|
4704 |
-
['1732286464', '1732287487', 'CN'],
|
4705 |
-
['1732287488', '1732288511', 'CN'],
|
4706 |
-
['1732288512', '1732289535', 'CN'],
|
4707 |
-
['1732289536', '1732290559', 'CN'],
|
4708 |
-
['1732290560', '1732291583', 'CN'],
|
4709 |
-
['1732291584', '1732292607', 'CN'],
|
4710 |
-
['1732292608', '1732293631', 'CN'],
|
4711 |
-
['1732293632', '1732294655', 'CN'],
|
4712 |
-
['1732294656', '1732295679', 'CN'],
|
4713 |
-
['1732295680', '1732296703', 'CN'],
|
4714 |
-
['1732296704', '1732297727', 'CN'],
|
4715 |
-
['1732297728', '1732298751', 'CN'],
|
4716 |
-
['1732298752', '1732299775', 'CN'],
|
4717 |
-
['1732299776', '1732300799', 'CN'],
|
4718 |
-
['1732300800', '1732301823', 'CN'],
|
4719 |
-
['1732301824', '1732302847', 'CN'],
|
4720 |
-
['1732302848', '1732303871', 'CN'],
|
4721 |
-
['1732303872', '1732304895', 'CN'],
|
4722 |
-
['1732304896', '1732305919', 'CN'],
|
4723 |
-
['1732305920', '1732306943', 'CN'],
|
4724 |
-
['1732306944', '1732307967', 'CN'],
|
4725 |
-
['1732307968', '1732308991', 'CN'],
|
4726 |
-
['1732308992', '1732310015', 'CN'],
|
4727 |
-
['1732310016', '1732311039', 'CN'],
|
4728 |
-
['1732311040', '1732312063', 'CN'],
|
4729 |
-
['1732312064', '1732313087', 'CN'],
|
4730 |
-
['1732313088', '1732314111', 'CN'],
|
4731 |
-
['1732314112', '1732315135', 'CN'],
|
4732 |
-
['1732315136', '1732316159', 'CN'],
|
4733 |
-
['1732316160', '1732317183', 'CN'],
|
4734 |
-
['1732317184', '1732318207', 'CN'],
|
4735 |
-
['1732318208', '1732318719', 'IN'],
|
4736 |
-
['1732318720', '1732318975', 'AU'],
|
4737 |
-
['1732318976', '1732319231', 'IN'],
|
4738 |
-
['1732319232', '1732320255', 'IN'],
|
4739 |
-
['1732320256', '1732321279', 'IN'],
|
4740 |
-
['1732321280', '1732322303', 'IN'],
|
4741 |
-
['1732322304', '1732323327', 'CN'],
|
4742 |
-
['1732323328', '1732324351', 'CN'],
|
4743 |
-
['1732324352', '1732325375', 'JP'],
|
4744 |
-
['1732325376', '1732326399', 'CN'],
|
4745 |
-
['1732326400', '1732327423', 'CN'],
|
4746 |
-
['1732327424', '1732328447', 'CN'],
|
4747 |
-
['1732328448', '1732329471', 'CN'],
|
4748 |
-
['1732329472', '1732330495', 'CN'],
|
4749 |
-
['1732330496', '1732331519', 'CN'],
|
4750 |
-
['1732331520', '1732332543', 'CN'],
|
4751 |
-
['1732332544', '1732333567', 'CN'],
|
4752 |
-
['1732333568', '1732334591', 'CN'],
|
4753 |
-
['1732334592', '1732335615', 'CN'],
|
4754 |
-
['1732335616', '1732336639', 'CN'],
|
4755 |
-
['1732336640', '1732337663', 'CN'],
|
4756 |
-
['1732337664', '1732338175', 'ID'],
|
4757 |
-
['1732338176', '1732338687', 'HK'],
|
4758 |
-
['1732338688', '1732339711', 'CN'],
|
4759 |
-
['1732339712', '1732340735', 'CN'],
|
4760 |
-
['1732340736', '1732341759', 'CN'],
|
4761 |
-
['1732341760', '1732342783', 'CN'],
|
4762 |
-
['1732342784', '1732343807', 'CN'],
|
4763 |
-
['1732343808', '1732344831', 'CN'],
|
4764 |
-
['1732344832', '1732345855', 'CN'],
|
4765 |
-
['1732345856', '1732346879', 'CN'],
|
4766 |
-
['1732346880', '1732347903', 'CN'],
|
4767 |
-
['1732347904', '1732348927', 'CN'],
|
4768 |
-
['1732348928', '1732349951', 'IN'],
|
4769 |
-
['1732349952', '1732350975', 'CN'],
|
4770 |
-
['1732350976', '1732351999', 'CN'],
|
4771 |
-
['1732352000', '1732353023', 'CN'],
|
4772 |
-
['1732353024', '1732354047', 'CN'],
|
4773 |
-
['1732354048', '1732355071', 'CN'],
|
4774 |
-
['1732355072', '1732356095', 'CN'],
|
4775 |
-
['1732356096', '1732357119', 'CN'],
|
4776 |
-
['1732357120', '1732358143', 'CN'],
|
4777 |
-
['1732358144', '1732359167', 'MY'],
|
4778 |
-
['1732359168', '1732360191', 'HK'],
|
4779 |
-
['1732360192', '1732361215', 'PH'],
|
4780 |
-
['1732361216', '1732362239', 'MY'],
|
4781 |
-
['1732362240', '1732363263', 'IN'],
|
4782 |
-
['1732363264', '1732364287', 'IN'],
|
4783 |
-
['1732364288', '1732364799', 'NP'],
|
4784 |
-
['1732364800', '1732365311', 'IN'],
|
4785 |
-
['1732365312', '1732366335', 'GB'],
|
4786 |
-
['1732366336', '1732367359', 'JP'],
|
4787 |
-
['1732367360', '1732368383', 'ID'],
|
4788 |
-
['1732368384', '1732369407', 'HK'],
|
4789 |
-
['1732369408', '1732370431', 'BS'],
|
4790 |
-
['1732370432', '1732371455', 'US'],
|
4791 |
-
['1732371456', '1732372479', 'IN'],
|
4792 |
-
['1732372480', '1732372735', 'AU'],
|
4793 |
-
['1732372736', '1732372991', 'AU'],
|
4794 |
-
['1732372992', '1732373503', 'IN'],
|
4795 |
-
['1732373504', '1732374015', 'ID'],
|
4796 |
-
['1732374016', '1732374271', 'ID'],
|
4797 |
-
['1732374272', '1732374527', 'NZ'],
|
4798 |
-
['1732374528', '1732375551', 'US'],
|
4799 |
-
['1732375552', '1732376575', 'AU'],
|
4800 |
-
['1732376576', '1732377599', 'US'],
|
4801 |
-
['1732377600', '1732378623', 'AU'],
|
4802 |
-
['1732378624', '1732379647', 'IN'],
|
4803 |
-
['1732379648', '1732380671', 'IN'],
|
4804 |
-
['1732380672', '1732381695', 'IN'],
|
4805 |
-
['1732381696', '1732382719', 'IN'],
|
4806 |
-
['1732382720', '1732383743', 'IN'],
|
4807 |
-
['1732383744', '1732384767', 'IN'],
|
4808 |
-
['1732384768', '1732385279', 'BD'],
|
4809 |
-
['1732385280', '1732385791', 'AU'],
|
4810 |
-
['1732385792', '1732386815', 'US'],
|
4811 |
-
['1732386816', '1732387839', 'CN'],
|
4812 |
-
['1732387840', '1732388095', 'HK'],
|
4813 |
-
['1732388096', '1732388351', 'AU'],
|
4814 |
-
['1732388352', '1732388607', 'IN'],
|
4815 |
-
['1732388608', '1732388863', 'AU'],
|
4816 |
-
['1732388864', '1732389887', 'CN'],
|
4817 |
-
['1732389888', '1732390911', 'ID'],
|
4818 |
-
['1732390912', '1732391935', 'IN'],
|
4819 |
-
['1732391936', '1732392447', 'AU'],
|
4820 |
-
['1732392448', '1732392703', 'IN'],
|
4821 |
-
['1732392704', '1732392959', 'ID'],
|
4822 |
-
['1732392960', '1732393983', 'HK'],
|
4823 |
-
['1732393984', '1732395007', 'SG'],
|
4824 |
-
['1732395008', '1732396031', 'BD'],
|
4825 |
-
['1732396032', '1732397055', 'ID'],
|
4826 |
-
['1732397056', '1732398079', 'IN'],
|
4827 |
-
['1732398080', '1732399103', 'IN'],
|
4828 |
-
['1732399104', '1732400127', 'IN'],
|
4829 |
-
['1732400128', '1732400639', 'IN'],
|
4830 |
-
['1732400640', '1732400895', 'ID'],
|
4831 |
-
['1732400896', '1732401151', 'IN'],
|
4832 |
-
['1732401152', '1732402175', 'PH'],
|
4833 |
-
['1732402176', '1732403199', 'CN'],
|
4834 |
-
['1732403200', '1732404223', 'IN'],
|
4835 |
-
['1732404224', '1732405247', 'HK'],
|
4836 |
-
['1732405248', '1732406271', 'IN'],
|
4837 |
-
['1732406272', '1732407295', 'CN'],
|
4838 |
-
['1732407296', '1732408319', 'IN'],
|
4839 |
-
['1732408320', '1732409343', 'IN'],
|
4840 |
-
['1732409344', '1732410367', 'IN'],
|
4841 |
-
['1732410368', '1732411391', 'NZ'],
|
4842 |
-
['1732411392', '1732412415', 'TH'],
|
4843 |
-
['1732412416', '1732413439', 'AU'],
|
4844 |
-
['1732413440', '1732414463', 'IN'],
|
4845 |
-
['1732414464', '1732415487', 'IN'],
|
4846 |
-
['1732415488', '1732416511', 'IN'],
|
4847 |
-
['1732416512', '1732417535', 'IN'],
|
4848 |
-
['1732417536', '1732418559', 'VN'],
|
4849 |
-
['1732418560', '1732419583', 'IN'],
|
4850 |
-
['1732419584', '1732420607', 'IN'],
|
4851 |
-
['1732420608', '1732421631', 'IN'],
|
4852 |
-
['1732421632', '1732422143', 'IN'],
|
4853 |
-
['1732422144', '1732422399', 'AU'],
|
4854 |
-
['1732422400', '1732422655', 'JP'],
|
4855 |
-
['1732422656', '1732423679', 'IN'],
|
4856 |
-
['1732423680', '1732424703', 'BD'],
|
4857 |
-
['1732424704', '1732425727', 'HK'],
|
4858 |
-
['1732425728', '1732426751', 'KH'],
|
4859 |
-
['1732426752', '1732427775', 'KR'],
|
4860 |
-
['1732427776', '1732428799', 'KR'],
|
4861 |
-
['1732428800', '1732429823', 'ID'],
|
4862 |
-
['1732429824', '1732430847', 'CN'],
|
4863 |
-
['1732430848', '1732431871', 'IN'],
|
4864 |
-
['1732431872', '1732432895', 'IN'],
|
4865 |
-
['1732432896', '1732433919', 'IN'],
|
4866 |
-
['1732433920', '1732434943', 'CN'],
|
4867 |
-
['1732434944', '1732435199', 'AU'],
|
4868 |
-
['1732435200', '1732435455', 'IN'],
|
4869 |
-
['1732435456', '1732435967', 'PH'],
|
4870 |
-
['1732435968', '1732436991', 'IN'],
|
4871 |
-
['1732436992', '1732438015', 'IN'],
|
4872 |
-
['1732438016', '1732439039', 'IN'],
|
4873 |
-
['1732439040', '1732440063', 'IN'],
|
4874 |
-
['1732440064', '1732441087', 'CN'],
|
4875 |
-
['1732441088', '1732442111', 'CN'],
|
4876 |
-
['1732442112', '1732443135', 'CN'],
|
4877 |
-
['1732443136', '1732444159', 'CN'],
|
4878 |
-
['1732444160', '1732445183', 'CN'],
|
4879 |
-
['1732445184', '1732446207', 'CN'],
|
4880 |
-
['1732446208', '1732447231', 'CN'],
|
4881 |
-
['1732447232', '1732448255', 'IN'],
|
4882 |
-
['1732448256', '1732449279', 'IN'],
|
4883 |
-
['1732449280', '1732450303', 'LA'],
|
4884 |
-
['1732450304', '1732450815', 'AU'],
|
4885 |
-
['1732450816', '1732451071', 'MV'],
|
4886 |
-
['1732451072', '1732451327', 'IN'],
|
4887 |
-
['1732451328', '1732452351', 'JP'],
|
4888 |
-
['1732452352', '1732452863', 'US'],
|
4889 |
-
['1732452864', '1732453375', 'IN'],
|
4890 |
-
['1732453376', '1732454399', 'MY'],
|
4891 |
-
['1732454400', '1732455423', 'CN'],
|
4892 |
-
['1732455424', '1732456447', 'CN'],
|
4893 |
-
['1732456448', '1732457471', 'CN'],
|
4894 |
-
['1732457472', '1732458495', 'CN'],
|
4895 |
-
['1732458496', '1732459519', 'CN'],
|
4896 |
-
['1732459520', '1732460543', 'CN'],
|
4897 |
-
['1732460544', '1732461567', 'CN'],
|
4898 |
-
['1732461568', '1732462591', 'CN'],
|
4899 |
-
['1732462592', '1732463615', 'CN'],
|
4900 |
-
['1732463616', '1732464639', 'CN'],
|
4901 |
-
['1732464640', '1732465663', 'CN'],
|
4902 |
-
['1732465664', '1732466687', 'CN'],
|
4903 |
-
['1732466688', '1732467711', 'CN'],
|
4904 |
-
['1732467712', '1732468735', 'CN'],
|
4905 |
-
['1732468736', '1732469759', 'CN'],
|
4906 |
-
['1732469760', '1732470783', 'CN'],
|
4907 |
-
['1732470784', '1732471807', 'CN'],
|
4908 |
-
['1732471808', '1732472831', 'CN'],
|
4909 |
-
['1732472832', '1732473855', 'CN'],
|
4910 |
-
['1732473856', '1732474879', 'CN'],
|
4911 |
-
['1732474880', '1732475903', 'CN'],
|
4912 |
-
['1732475904', '1732476927', 'CN'],
|
4913 |
-
['1732476928', '1732477951', 'CN'],
|
4914 |
-
['1732477952', '1732478975', 'CN'],
|
4915 |
-
['1732478976', '1732479999', 'CN'],
|
4916 |
-
['1732480000', '1732481023', 'CN'],
|
4917 |
-
['1732481024', '1732482047', 'CN'],
|
4918 |
-
['1732482048', '1732483071', 'CN'],
|
4919 |
-
['1732483072', '1732483583', 'IN'],
|
4920 |
-
['1732483584', '1732483839', 'IN'],
|
4921 |
-
['1732483840', '1732484095', 'AU'],
|
4922 |
-
['1732484096', '1732485119', 'BD'],
|
4923 |
-
['1732485120', '1732486143', 'IN'],
|
4924 |
-
['1732486144', '1732486399', 'AU'],
|
4925 |
-
['1732486400', '1732486655', 'PH'],
|
4926 |
-
['1732486656', '1732486911', 'SG'],
|
4927 |
-
['1732486912', '1732487167', 'AU'],
|
4928 |
-
['1732487168', '1732488191', 'SG'],
|
4929 |
-
['1732488192', '1732489215', 'CN'],
|
4930 |
-
['1732489216', '1732489471', 'ID'],
|
4931 |
-
['1732489472', '1732489727', 'AU'],
|
4932 |
-
['1732489728', '1732490239', 'IN'],
|
4933 |
-
['1732490240', '1732491263', 'IN'],
|
4934 |
-
['1732491264', '1732491775', 'IN'],
|
4935 |
-
['1732491776', '1732492287', 'IN'],
|
4936 |
-
['1732492288', '1732493311', 'IN'],
|
4937 |
-
['1732493312', '1732494335', 'CN'],
|
4938 |
-
['1732494336', '1732495359', 'BD'],
|
4939 |
-
['1732495360', '1732496383', 'US'],
|
4940 |
-
['1732496384', '1732497407', 'TW'],
|
4941 |
-
['1732497408', '1732498431', 'KH'],
|
4942 |
-
['1732498432', '1732499455', 'CN'],
|
4943 |
-
['1732499456', '1732499711', 'ID'],
|
4944 |
-
['1732499712', '1732499967', 'IN'],
|
4945 |
-
['1732499968', '1732500479', 'ID'],
|
4946 |
-
['1732500480', '1732501503', 'JP'],
|
4947 |
-
['1732501504', '1732502527', 'HK'],
|
4948 |
-
['1732502528', '1732503551', 'PH'],
|
4949 |
-
['1732503552', '1732504063', 'IN'],
|
4950 |
-
['1732504064', '1732504575', 'PH'],
|
4951 |
-
['1732504576', '1732505599', 'IN'],
|
4952 |
-
['1732505600', '1732506623', 'ID'],
|
4953 |
-
['1732506624', '1732507647', 'IN'],
|
4954 |
-
['1732507648', '1732507903', 'PH'],
|
4955 |
-
['1732507904', '1732508159', 'AU'],
|
4956 |
-
['1732508160', '1732508415', 'AU'],
|
4957 |
-
['1732508416', '1732508671', 'AU'],
|
4958 |
-
['1732508672', '1732509695', 'CN'],
|
4959 |
-
['1732509696', '1732510719', 'ID'],
|
4960 |
-
['1732510720', '1732511743', 'BD'],
|
4961 |
-
['1732511744', '1732512767', 'IN'],
|
4962 |
-
['1732512768', '1732513791', 'JP'],
|
4963 |
-
['1732513792', '1732514815', 'IN'],
|
4964 |
-
['1732514816', '1732515839', 'IN'],
|
4965 |
-
['1732515840', '1732516095', 'IN'],
|
4966 |
-
['1732516096', '1732516351', 'IN'],
|
4967 |
-
['1732516352', '1732516607', 'IN'],
|
4968 |
-
['1732516608', '1732516863', 'IN'],
|
4969 |
-
['1732516864', '1732517887', 'IN'],
|
4970 |
-
['1732517888', '1732518911', 'IN'],
|
4971 |
-
['1732518912', '1732519935', 'IN'],
|
4972 |
-
['1732519936', '1732520959', 'IN'],
|
4973 |
-
['1732520960', '1732521983', 'IN'],
|
4974 |
-
['1732521984', '1732523007', 'IN'],
|
4975 |
-
['1732523008', '1732524031', 'IN'],
|
4976 |
-
['1732524032', '1732524543', 'IN'],
|
4977 |
-
['1732524544', '1732525055', 'NZ'],
|
4978 |
-
['1732525056', '1732526079', 'HK'],
|
4979 |
-
['1732526080', '1732527103', 'CN'],
|
4980 |
-
['1732527104', '1732528127', 'VN'],
|
4981 |
-
['1732528128', '1732529151', 'VN'],
|
4982 |
-
['1732529152', '1732530175', 'VN'],
|
4983 |
-
['1732530176', '1732531199', 'VN'],
|
4984 |
-
['1732531200', '1732532223', 'IN'],
|
4985 |
-
['1732532224', '1732533247', 'CN'],
|
4986 |
-
['1732533248', '1732533503', 'AU'],
|
4987 |
-
['1732533504', '1732533759', 'AU'],
|
4988 |
-
['1732533760', '1732534015', 'SG'],
|
4989 |
-
['1732534016', '1732534271', 'IN'],
|
4990 |
-
['1732534272', '1732535295', 'KR'],
|
4991 |
-
['1732535296', '1732536319', 'CN'],
|
4992 |
-
['1732536320', '1732536575', 'BD'],
|
4993 |
-
['1732536576', '1732536831', 'IN'],
|
4994 |
-
['1732536832', '1732537087', 'AU'],
|
4995 |
-
['1732537088', '1732537343', 'MN'],
|
4996 |
-
['1732537344', '1732538367', 'BZ'],
|
4997 |
-
['1732538368', '1732539391', 'IN'],
|
4998 |
-
['1732539392', '1732540415', 'BD'],
|
4999 |
-
['1732540416', '1732541439', 'US'],
|
5000 |
-
['1732541440', '1732541695', 'AU'],
|
5001 |
-
['1732541696', '1732541951', 'SG'],
|
5002 |
-
['1732541952', '1732542463', 'SG'],
|
5003 |
-
['1732542464', '1732543487', 'CN'],
|
5004 |
-
['1732543488', '1732544511', 'SG'],
|
5005 |
-
['1732544512', '1732545023', 'ID'],
|
5006 |
-
['1732545024', '1732545279', 'TW'],
|
5007 |
-
['1732545280', '1732545535', 'MM'],
|
5008 |
-
['1732545536', '1732546559', 'AU'],
|
5009 |
-
['1732546560', '1732547583', 'JP'],
|
5010 |
-
['1732547584', '1732548607', 'KR'],
|
5011 |
-
['1732548608', '1732549631', 'KR'],
|
5012 |
-
['1732549632', '1732550655', 'PH'],
|
5013 |
-
['1732550656', '1732551679', 'AU'],
|
5014 |
-
['1732551680', '1732552703', 'SG'],
|
5015 |
-
['1732552704', '1732553727', 'HK'],
|
5016 |
-
['1732553728', '1732554751', 'HK'],
|
5017 |
-
['1732554752', '1732555007', 'IN'],
|
5018 |
-
['1732555008', '1732555263', 'IN'],
|
5019 |
-
['1732555264', '1732555519', 'AU'],
|
5020 |
-
['1732555520', '1732555775', 'AU'],
|
5021 |
-
['1732555776', '1732556799', 'HK'],
|
5022 |
-
['1732556800', '1732557823', 'IN'],
|
5023 |
-
['1732557824', '1732558847', 'AU'],
|
5024 |
-
['1732558848', '1732559871', 'CN'],
|
5025 |
-
['1732559872', '1732560127', 'IN'],
|
5026 |
-
['1732560128', '1732560383', 'NZ'],
|
5027 |
-
['1732560384', '1732560639', 'NZ'],
|
5028 |
-
['1732560640', '1732560895', 'IN'],
|
5029 |
-
['1732560896', '1732561919', 'SG'],
|
5030 |
-
['1732561920', '1732562175', 'AU'],
|
5031 |
-
['1732562176', '1732562431', 'AU'],
|
5032 |
-
['1732562432', '1732562943', 'IN'],
|
5033 |
-
['1732562944', '1732563967', 'AU'],
|
5034 |
-
['1732563968', '1732564991', 'NZ'],
|
5035 |
-
['1732564992', '1732566015', 'IN'],
|
5036 |
-
['1732566016', '1732566527', 'IN'],
|
5037 |
-
['1732566528', '1732566783', 'AU'],
|
5038 |
-
['1732566784', '1732567039', 'MY'],
|
5039 |
-
['1732567040', '1732568063', 'MM'],
|
5040 |
-
['1732568064', '1732569087', 'NZ'],
|
5041 |
-
['1732569088', '1732570111', 'HK'],
|
5042 |
-
['1732570112', '1732571135', 'KH'],
|
5043 |
-
['1732571136', '1732572159', 'VN'],
|
5044 |
-
['1732572160', '1732573183', 'VN'],
|
5045 |
-
['1732573184', '1732574207', 'VN'],
|
5046 |
-
['1732574208', '1732575231', 'VN'],
|
5047 |
-
['1732575232', '1732575743', 'AU'],
|
5048 |
-
['1732575744', '1732576255', 'IN'],
|
5049 |
-
['1732576256', '1732577279', 'IN'],
|
5050 |
-
['1732577280', '1732578303', 'IN'],
|
5051 |
-
['1732578304', '1732579327', 'IN'],
|
5052 |
-
['1732579328', '1732580351', 'CN'],
|
5053 |
-
['1732580352', '1732581375', 'IN'],
|
5054 |
-
['1732581376', '1732582399', 'IN'],
|
5055 |
-
['1732582400', '1732582911', 'IN'],
|
5056 |
-
['1732582912', '1732583167', 'IN'],
|
5057 |
-
['1732583168', '1732583423', 'AU'],
|
5058 |
-
['1732583424', '1732584447', 'IN'],
|
5059 |
-
['1732584448', '1732585471', 'IN'],
|
5060 |
-
['1732585472', '1732586495', 'IN'],
|
5061 |
-
['1732586496', '1732587519', 'IN'],
|
5062 |
-
['1732587520', '1732588543', 'IN'],
|
5063 |
-
['1732588544', '1732589567', 'IN'],
|
5064 |
-
['1732589568', '1732590591', 'IN'],
|
5065 |
-
['1732590592', '1732591615', 'GB'],
|
5066 |
-
['1732591616', '1732592639', 'SG'],
|
5067 |
-
['1732592640', '1732593663', 'KH'],
|
5068 |
-
['1732593664', '1732594687', 'AU'],
|
5069 |
-
['1732594688', '1732595711', 'IN'],
|
5070 |
-
['1732595712', '1732596735', 'IN'],
|
5071 |
-
['1732596736', '1732597759', 'IN'],
|
5072 |
-
['1732597760', '1732598783', 'IN'],
|
5073 |
-
['1732598784', '1732599807', 'IN'],
|
5074 |
-
['1732599808', '1732600831', 'IN'],
|
5075 |
-
['1732600832', '1732601855', 'IN'],
|
5076 |
-
['1732601856', '1732602879', 'IN'],
|
5077 |
-
['1732602880', '1732603135', 'PH'],
|
5078 |
-
['1732603136', '1732603391', 'IN'],
|
5079 |
-
['1732603392', '1732603903', 'PK'],
|
5080 |
-
['1732603904', '1732604927', 'IN'],
|
5081 |
-
['1732604928', '1732605951', 'CN'],
|
5082 |
-
['1732605952', '1732606975', 'HK'],
|
5083 |
-
['1732606976', '1732607999', 'NP'],
|
5084 |
-
['1732608000', '1732608511', 'HK'],
|
5085 |
-
['1732608512', '1732609023', 'SG'],
|
5086 |
-
['1732609024', '1732610047', 'CN'],
|
5087 |
-
['1732610048', '1732611071', 'HK'],
|
5088 |
-
['1732611072', '1732612095', 'SG'],
|
5089 |
-
['1732612096', '1732613119', 'IN'],
|
5090 |
-
['1732613120', '1732614143', 'BD'],
|
5091 |
-
['1732614144', '1732615167', 'CN'],
|
5092 |
-
['1732615168', '1732616191', 'BD'],
|
5093 |
-
['1732616192', '1732617215', 'VG'],
|
5094 |
-
['1732617216', '1732618239', 'AU'],
|
5095 |
-
['1732618240', '1732619263', 'IN'],
|
5096 |
-
['1732619264', '1732620287', 'MY'],
|
5097 |
-
['1732620288', '1732621311', 'ID'],
|
5098 |
-
['1732621312', '1732622335', 'IN'],
|
5099 |
-
['1732622336', '1732623359', 'IN'],
|
5100 |
-
['1732623360', '1732624383', 'VN'],
|
5101 |
-
['1732624384', '1732625407', 'VN'],
|
5102 |
-
['1732625408', '1732625663', 'IN'],
|
5103 |
-
['1732625664', '1732625919', 'ID'],
|
5104 |
-
['1732625920', '1732626175', 'AU'],
|
5105 |
-
['1732626176', '1732626431', 'PH'],
|
5106 |
-
['1732626432', '1732627455', 'IN'],
|
5107 |
-
['1732627456', '1732628479', 'GB'],
|
5108 |
-
['1732628480', '1732629503', 'MY'],
|
5109 |
-
['1732629504', '1732630527', 'CN'],
|
5110 |
-
['1732630528', '1732631551', 'IN'],
|
5111 |
-
['1732631552', '1732632575', 'IN'],
|
5112 |
-
['1732632576', '1732633599', 'IN'],
|
5113 |
-
['1732633600', '1732634623', 'NZ'],
|
5114 |
-
['1732634624', '1732634879', 'ID'],
|
5115 |
-
['1732634880', '1732635135', 'AU'],
|
5116 |
-
['1732635136', '1732635647', 'NZ'],
|
5117 |
-
['1732635648', '1732636671', 'IN'],
|
5118 |
-
['1732636672', '1732637695', 'IN'],
|
5119 |
-
['1732637696', '1732638719', 'IN'],
|
5120 |
-
['1732638720', '1732639743', 'MM'],
|
5121 |
-
['1732639744', '1732639999', 'AU'],
|
5122 |
-
['1732640000', '1732640255', 'AU'],
|
5123 |
-
['1732640256', '1732640511', 'PH'],
|
5124 |
-
['1732640512', '1732640767', 'AU'],
|
5125 |
-
['1732640768', '1732641791', 'HK'],
|
5126 |
-
['1732641792', '1732642815', 'TH'],
|
5127 |
-
['1732642816', '1732643839', 'CN'],
|
5128 |
-
['1732643840', '1732644863', 'BD'],
|
5129 |
-
['1732644864', '1732645887', 'ID'],
|
5130 |
-
['1732645888', '1732646911', 'SG'],
|
5131 |
-
['1732646912', '1732647935', 'NZ'],
|
5132 |
-
['1732647936', '1732648959', 'VN'],
|
5133 |
-
['1732648960', '1732649983', 'IN'],
|
5134 |
-
['1732649984', '1732650495', 'IN'],
|
5135 |
-
['1732650496', '1732651007', 'IN'],
|
5136 |
-
['1732651008', '1732652031', 'IN'],
|
5137 |
-
['1732652032', '1732653055', 'IN'],
|
5138 |
-
['1732653056', '1732654079', 'US'],
|
5139 |
-
['1732654080', '1732655103', 'TW'],
|
5140 |
-
['1732655104', '1732655359', 'AU'],
|
5141 |
-
['1732655360', '1732655615', 'AU'],
|
5142 |
-
['1732655616', '1732655871', 'IN'],
|
5143 |
-
['1732655872', '1732656127', 'HK'],
|
5144 |
-
['1732656128', '1732657151', 'IN'],
|
5145 |
-
['1732657152', '1732658175', 'AU'],
|
5146 |
-
['1732658176', '1732658431', 'ID'],
|
5147 |
-
['1732658432', '1732658687', 'IN'],
|
5148 |
-
['1732658688', '1732659199', 'AU'],
|
5149 |
-
['1732659200', '1732660223', 'AU'],
|
5150 |
-
['1732660224', '1732660735', 'HK'],
|
5151 |
-
['1732660736', '1732660991', 'IN'],
|
5152 |
-
['1732660992', '1732661247', 'ID'],
|
5153 |
-
['1732661248', '1732662271', 'IN'],
|
5154 |
-
['1732662272', '1732663295', 'PK'],
|
5155 |
-
['1732663296', '1732663807', 'NZ'],
|
5156 |
-
['1732663808', '1732664319', 'IN'],
|
5157 |
-
['1732664320', '1732665343', 'IN'],
|
5158 |
-
['1732665344', '1732666367', 'IN'],
|
5159 |
-
['1732666368', '1732667391', 'IN'],
|
5160 |
-
['1732667392', '1732668415', 'IN'],
|
5161 |
-
['1732668416', '1732669439', 'IN'],
|
5162 |
-
['1732669440', '1732670463', 'IN'],
|
5163 |
-
['1732670464', '1732671487', 'IN'],
|
5164 |
-
['1732671488', '1732672511', 'IN'],
|
5165 |
-
['1732672512', '1732673535', 'IN'],
|
5166 |
-
['1732673536', '1732674559', 'IN'],
|
5167 |
-
['1732674560', '1732675583', 'IN'],
|
5168 |
-
['1732675584', '1732676095', 'PK'],
|
5169 |
-
['1732676096', '1732676351', 'NZ'],
|
5170 |
-
['1732676352', '1732676607', 'IN'],
|
5171 |
-
['1732676608', '1732677631', 'BD'],
|
5172 |
-
['1732677632', '1732678655', 'IN'],
|
5173 |
-
['1732678656', '1732679679', 'CN'],
|
5174 |
-
['1732679680', '1732680703', 'IN'],
|
5175 |
-
['1732680704', '1732681727', 'IN'],
|
5176 |
-
['1732681728', '1732682751', 'IN'],
|
5177 |
-
['1732682752', '1732683775', 'IN'],
|
5178 |
-
['1732683776', '1732684287', 'IN'],
|
5179 |
-
['1732684288', '1732684799', 'BD'],
|
5180 |
-
['1732684800', '1732685823', 'AU'],
|
5181 |
-
['1732685824', '1732686847', 'AU'],
|
5182 |
-
['1732686848', '1732687871', 'HK'],
|
5183 |
-
['1732687872', '1732688895', 'CN'],
|
5184 |
-
['1732688896', '1732689919', 'IN'],
|
5185 |
-
['1732689920', '1732690943', 'AU'],
|
5186 |
-
['1732690944', '1732691967', 'IN'],
|
5187 |
-
['1732691968', '1732692991', 'IN'],
|
5188 |
-
['1732692992', '1732694015', 'IN'],
|
5189 |
-
['1732694016', '1732695039', 'IN'],
|
5190 |
-
['1732695040', '1732696063', 'HK'],
|
5191 |
-
['1732696064', '1732697087', 'MM'],
|
5192 |
-
['1732697088', '1732698111', 'CN'],
|
5193 |
-
['1732698112', '1732699135', 'CN'],
|
5194 |
-
['1732699136', '1732700159', 'BD'],
|
5195 |
-
['1732700160', '1732701183', 'AU'],
|
5196 |
-
['1732701184', '1732702207', 'CN'],
|
5197 |
-
['1732702208', '1732703231', 'JP'],
|
5198 |
-
['1732703232', '1732704255', 'TH'],
|
5199 |
-
['1732704256', '1732704511', 'IN'],
|
5200 |
-
['1732704512', '1732704767', 'MM'],
|
5201 |
-
['1732704768', '1732705279', 'PK'],
|
5202 |
-
['1732705280', '1732706303', 'CN'],
|
5203 |
-
['1732706304', '1732707327', 'CN'],
|
5204 |
-
['1732707328', '1732708351', 'AU'],
|
5205 |
-
['1732708352', '1732709375', 'ID'],
|
5206 |
-
['1732709376', '1732710399', 'HK'],
|
5207 |
-
['1732710400', '1732711423', 'IN'],
|
5208 |
-
['1732711424', '1732712447', 'IN'],
|
5209 |
-
['1732712448', '1732712703', 'HK'],
|
5210 |
-
['1732712704', '1732712959', 'AF'],
|
5211 |
-
['1732712960', '1732713215', 'US'],
|
5212 |
-
['1732713216', '1732713471', 'AU'],
|
5213 |
-
['1732713472', '1732714495', 'HK'],
|
5214 |
-
['1732714496', '1732715519', 'CN'],
|
5215 |
-
['1732715520', '1732716543', 'JP'],
|
5216 |
-
['1732716544', '1732717567', 'BD'],
|
5217 |
-
['1732717568', '1732718079', 'ID'],
|
5218 |
-
['1732718080', '1732718591', 'BD'],
|
5219 |
-
['1732718592', '1732719615', 'CN'],
|
5220 |
-
['1732719616', '1732720639', 'IN'],
|
5221 |
-
['1732720640', '1732720895', 'AP'],
|
5222 |
-
['1732720896', '1732721151', 'MV'],
|
5223 |
-
['1732721152', '1732721407', 'MY'],
|
5224 |
-
['1732721408', '1732721663', 'AF'],
|
5225 |
-
['1732721664', '1732722687', 'IN'],
|
5226 |
-
['1732722688', '1732723711', 'IN'],
|
5227 |
-
['1732723712', '1732724735', 'CN'],
|
5228 |
-
['1732724736', '1732725759', 'CN'],
|
5229 |
-
['1732725760', '1732726783', 'IN'],
|
5230 |
-
['1732726784', '1732727807', 'CN'],
|
5231 |
-
['1732727808', '1732728831', 'CN'],
|
5232 |
-
['1732728832', '1732729855', 'CN'],
|
5233 |
-
['1732729856', '1732730879', 'PH'],
|
5234 |
-
['1732730880', '1732731391', 'IN'],
|
5235 |
-
['1732731392', '1732731647', 'IN'],
|
5236 |
-
['1732731648', '1732731903', 'IN'],
|
5237 |
-
['1732731904', '1732732927', 'IN'],
|
5238 |
-
['1732732928', '1732733951', 'IN'],
|
5239 |
-
['1732733952', '1732734975', 'IN'],
|
5240 |
-
['1732734976', '1732735999', 'IN'],
|
5241 |
-
['1732736000', '1732737023', 'IN'],
|
5242 |
-
['1732737024', '1732738047', 'CN'],
|
5243 |
-
['1732738048', '1732739071', 'CN'],
|
5244 |
-
['1732739072', '1732740095', 'CN'],
|
5245 |
-
['1732740096', '1732741119', 'SG'],
|
5246 |
-
['1732741120', '1732742143', 'HK'],
|
5247 |
-
['1732742144', '1732743167', 'TW'],
|
5248 |
-
['1732743168', '1732744191', 'CN'],
|
5249 |
-
['1732744192', '1732745215', 'HK'],
|
5250 |
-
['1732745216', '1732746239', 'HK'],
|
5251 |
-
['1732746240', '1732747263', 'JP'],
|
5252 |
-
['1732747264', '1732748287', 'ID'],
|
5253 |
-
['1732748288', '1732749311', 'IN'],
|
5254 |
-
['1732749312', '1732750335', 'IN'],
|
5255 |
-
['1732750336', '1732751359', 'IN'],
|
5256 |
-
['1732751360', '1732752383', 'HK'],
|
5257 |
-
['1732752384', '1732753407', 'VN'],
|
5258 |
-
['1732753408', '1732754431', 'VN'],
|
5259 |
-
['1732754432', '1732754687', 'AU'],
|
5260 |
-
['1732754688', '1732754943', 'IN'],
|
5261 |
-
['1732754944', '1732755455', 'ID'],
|
5262 |
-
['1732755456', '1732756479', 'IN'],
|
5263 |
-
['1732756480', '1732757503', 'CN'],
|
5264 |
-
['1732757504', '1732758527', 'CN'],
|
5265 |
-
['1732758528', '1732758783', 'FJ'],
|
5266 |
-
['1732758784', '1732759039', 'IN'],
|
5267 |
-
['1732759040', '1732759551', 'AU'],
|
5268 |
-
['1732759552', '1732760575', 'IN'],
|
5269 |
-
['1732760576', '1732761599', 'IN'],
|
5270 |
-
['1732761600', '1732762623', 'IN'],
|
5271 |
-
['1732762624', '1732763647', 'NZ'],
|
5272 |
-
['1732763648', '1732764671', 'ID'],
|
5273 |
-
['1732764672', '1732765695', 'HK'],
|
5274 |
-
['1732765696', '1732766719', 'CN'],
|
5275 |
-
['1732766720', '1732767743', 'HK'],
|
5276 |
-
['1732767744', '1732768255', 'ID'],
|
5277 |
-
['1732768256', '1732768767', 'NP'],
|
5278 |
-
['1732768768', '1732769791', 'SG'],
|
5279 |
-
['1732769792', '1732770815', 'MM'],
|
5280 |
-
['1732770816', '1732771327', 'HK'],
|
5281 |
-
['1732771328', '1732771583', 'MY'],
|
5282 |
-
['1732771584', '1732771839', 'ID'],
|
5283 |
-
['1732771840', '1732772863', 'PK'],
|
5284 |
-
['1732772864', '1732773375', 'MY'],
|
5285 |
-
['1732773376', '1732773887', 'IN'],
|
5286 |
-
['1732773888', '1732774911', 'IN'],
|
5287 |
-
['1732774912', '1732775935', 'CN'],
|
5288 |
-
['1732775936', '1732776959', 'CN'],
|
5289 |
-
['1732776960', '1732777983', 'CN'],
|
5290 |
-
['1732777984', '1732779007', 'CN'],
|
5291 |
-
['1732779008', '1732780031', 'CN'],
|
5292 |
-
['1732780032', '1732781055', 'CN'],
|
5293 |
-
['1732781056', '1732782079', 'CN'],
|
5294 |
-
['1732782080', '1732783103', 'CN'],
|
5295 |
-
['1732783104', '1732784127', 'CN'],
|
5296 |
-
['1732784128', '1732785151', 'CN'],
|
5297 |
-
['1732785152', '1732786175', 'CN'],
|
5298 |
-
['1732786176', '1732787199', 'IN'],
|
5299 |
-
['1732787200', '1732788223', 'IN'],
|
5300 |
-
['1732788224', '1732789247', 'IN'],
|
5301 |
-
['1732789248', '1732790271', 'IN'],
|
5302 |
-
['1732790272', '1732791295', 'IN'],
|
5303 |
-
['1732791296', '1732792319', 'BD'],
|
5304 |
-
['1732792320', '1732793343', 'US'],
|
5305 |
-
['1732793344', '1732794367', 'PK'],
|
5306 |
-
['1732794368', '1732794623', 'AU'],
|
5307 |
-
['1732794624', '1732794879', 'HK'],
|
5308 |
-
['1732794880', '1732795391', 'VU'],
|
5309 |
-
['1732795392', '1732796415', 'MY'],
|
5310 |
-
['1732796416', '1732797439', 'VN'],
|
5311 |
-
['1732797440', '1732798463', 'IN'],
|
5312 |
-
['1732798464', '1732799487', 'IN'],
|
5313 |
-
['1732799488', '1732799743', 'AU'],
|
5314 |
-
['1732799744', '1732799999', 'BD'],
|
5315 |
-
['1732800000', '1732800511', 'ID'],
|
5316 |
-
['1732800512', '1732801535', 'CN'],
|
5317 |
-
['1732801536', '1732802559', 'CN'],
|
5318 |
-
['1732802560', '1732803583', 'CN'],
|
5319 |
-
['1732803584', '1732804607', 'CN'],
|
5320 |
-
['1732804608', '1732805631', 'CN'],
|
5321 |
-
['1732805632', '1732806655', 'CN'],
|
5322 |
-
['1732806656', '1732807679', 'IN'],
|
5323 |
-
['1732807680', '1732808703', 'IN'],
|
5324 |
-
['1732808704', '1732809727', 'CN'],
|
5325 |
-
['1732809728', '1732810751', 'CN'],
|
5326 |
-
['1732810752', '1732811775', 'HK'],
|
5327 |
-
['1732811776', '1732812799', 'IN'],
|
5328 |
-
['1732812800', '1732813311', 'HK'],
|
5329 |
-
['1732813312', '1732813823', 'MY'],
|
5330 |
-
['1732813824', '1732814847', 'CN'],
|
5331 |
-
['1732814848', '1732815871', 'IN'],
|
5332 |
-
['1732815872', '1732816895', 'CN'],
|
5333 |
-
['1732816896', '1732817919', 'IN'],
|
5334 |
-
['1732817920', '1732818943', 'CN'],
|
5335 |
-
['1732818944', '1732819967', 'AU'],
|
5336 |
-
['1732819968', '1732820991', 'PH'],
|
5337 |
-
['1732820992', '1732821247', 'SG'],
|
5338 |
-
['1732821248', '1732821503', 'IN'],
|
5339 |
-
['1732821504', '1732822015', 'IN'],
|
5340 |
-
['1732822016', '1732823039', 'IN'],
|
5341 |
-
['1732823040', '1732823295', 'AU'],
|
5342 |
-
['1732823296', '1732823551', 'AU'],
|
5343 |
-
['1732823552', '1732824063', 'AU'],
|
5344 |
-
['1732824064', '1732825087', 'IN'],
|
5345 |
-
['1732825088', '1732825599', 'NZ'],
|
5346 |
-
['1732825600', '1732825855', 'AU'],
|
5347 |
-
['1732825856', '1732826111', 'AU'],
|
5348 |
-
['1732826112', '1732827135', 'IN'],
|
5349 |
-
['1732827136', '1732828159', 'IN'],
|
5350 |
-
['1732828160', '1732829183', 'IN'],
|
5351 |
-
['1732829184', '1732830207', 'CN'],
|
5352 |
-
['1732830208', '1732831231', 'CN'],
|
5353 |
-
['1732831232', '1732832255', 'CN'],
|
5354 |
-
['1732832256', '1732833279', 'CN'],
|
5355 |
-
['1732833280', '1732834303', 'CN'],
|
5356 |
-
['1732834304', '1732835327', 'CN'],
|
5357 |
-
['1732835328', '1732836351', 'CN'],
|
5358 |
-
['1732836352', '1732837375', 'CN'],
|
5359 |
-
['1732837376', '1732838399', 'CN'],
|
5360 |
-
['1732838400', '1732839423', 'CN'],
|
5361 |
-
['1732839424', '1732840447', 'CN'],
|
5362 |
-
['1732840448', '1732841471', 'CN'],
|
5363 |
-
['1732841472', '1732842495', 'CN'],
|
5364 |
-
['1732842496', '1732843519', 'CN'],
|
5365 |
-
['1732843520', '1732844543', 'CN'],
|
5366 |
-
['1732844544', '1732845567', 'CN'],
|
5367 |
-
['1732845568', '1732846591', 'IN'],
|
5368 |
-
['1732846592', '1732847615', 'BD'],
|
5369 |
-
['1732847616', '1732848639', 'AU'],
|
5370 |
-
['1732848640', '1732849663', 'BD'],
|
5371 |
-
['1732849664', '1732850687', 'CN'],
|
5372 |
-
['1732850688', '1732851711', 'BD'],
|
5373 |
-
['1732851712', '1732851967', 'BD'],
|
5374 |
-
['1732851968', '1732852223', 'AU'],
|
5375 |
-
['1732852224', '1732852479', 'PH'],
|
5376 |
-
['1732852480', '1732852735', 'AU'],
|
5377 |
-
['1732852736', '1732853759', 'ID'],
|
5378 |
-
['1732853760', '1732854783', 'US'],
|
5379 |
-
['1732854784', '1732855807', 'PH'],
|
5380 |
-
['1732855808', '1732856831', 'ID'],
|
5381 |
-
['1732856832', '1732857855', 'ID'],
|
5382 |
-
['1732857856', '1732858367', 'KI'],
|
5383 |
-
['1732858368', '1732858623', 'AU'],
|
5384 |
-
['1732858624', '1732858879', 'AU'],
|
5385 |
-
['1732858880', '1732859391', 'AU'],
|
5386 |
-
['1732859392', '1732859903', 'AU'],
|
5387 |
-
['1732859904', '1732860927', 'CN'],
|
5388 |
-
['1732860928', '1732861951', 'IN'],
|
5389 |
-
['1732861952', '1732862975', 'CN'],
|
5390 |
-
['1732862976', '1732863999', 'PK'],
|
5391 |
-
['1732864000', '1732865023', 'BD'],
|
5392 |
-
['1732865024', '1732866047', 'AU'],
|
5393 |
-
['1732866048', '1732866559', 'AU'],
|
5394 |
-
['1732866560', '1732866815', 'AU'],
|
5395 |
-
['1732866816', '1732867071', 'AU'],
|
5396 |
-
['1732867072', '1732868095', 'CN'],
|
5397 |
-
['1732868096', '1732869119', 'CN'],
|
5398 |
-
['1732869120', '1732869375', 'AU'],
|
5399 |
-
['1732869376', '1732869631', 'ID'],
|
5400 |
-
['1732869632', '1732869887', 'AU'],
|
5401 |
-
['1732869888', '1732870143', 'IN'],
|
5402 |
-
['1732870144', '1732871167', 'CN'],
|
5403 |
-
['1732871168', '1732872191', 'CN'],
|
5404 |
-
['1732872192', '1732873215', 'CN'],
|
5405 |
-
['1732873216', '1732874239', 'CN'],
|
5406 |
-
['1732874240', '1732875263', 'CN'],
|
5407 |
-
['1732875264', '1732876287', 'IN'],
|
5408 |
-
['1732876288', '1732877311', 'IN'],
|
5409 |
-
['1732877312', '1732877823', 'IN'],
|
5410 |
-
['1732877824', '1732878335', 'IN'],
|
5411 |
-
['1732878336', '1732879359', 'HK'],
|
5412 |
-
['1732879360', '1732880383', 'KH'],
|
5413 |
-
['1732880384', '1732881407', 'CN'],
|
5414 |
-
['1732881408', '1732882431', 'IN'],
|
5415 |
-
['1732882432', '1732883455', 'CN'],
|
5416 |
-
['1732883456', '1732884479', 'IN'],
|
5417 |
-
['1732885504', '1732886527', 'IN'],
|
5418 |
-
['1732886528', '1732887039', 'IN'],
|
5419 |
-
['1732887040', '1732887551', 'HK'],
|
5420 |
-
['1732887552', '1732888575', 'BD'],
|
5421 |
-
['1732888576', '1732889599', 'AU'],
|
5422 |
-
['1732889600', '1732890623', 'CN'],
|
5423 |
-
['1732890624', '1732891647', 'CN'],
|
5424 |
-
['1732891648', '1732892671', 'IN'],
|
5425 |
-
['1732892672', '1732893695', 'IN'],
|
5426 |
-
['1732893696', '1732894719', 'IN'],
|
5427 |
-
['1732894720', '1732895743', 'BD'],
|
5428 |
-
['1732895744', '1732896767', 'NZ'],
|
5429 |
-
['1732896768', '1732897279', 'SG'],
|
5430 |
-
['1732897280', '1732897535', 'PK'],
|
5431 |
-
['1732897536', '1732897791', 'ID'],
|
5432 |
-
['1732897792', '1732898815', 'MM'],
|
5433 |
-
['1732898816', '1732899839', 'CN'],
|
5434 |
-
['1732899840', '1732900863', 'CN'],
|
5435 |
-
['1732900864', '1732901887', 'CN'],
|
5436 |
-
['1732901888', '1732902911', 'GB'],
|
5437 |
-
['1732902912', '1732903935', 'KR'],
|
5438 |
-
['1732903936', '1732904191', 'IN'],
|
5439 |
-
['1732904192', '1732904447', 'AU'],
|
5440 |
-
['1732904448', '1732904959', 'ID'],
|
5441 |
-
['1732904960', '1732905983', 'IN'],
|
5442 |
-
['1732905984', '1732906495', 'ID'],
|
5443 |
-
['1732906496', '1732907007', 'NP'],
|
5444 |
-
['1732907008', '1732908031', 'IN'],
|
5445 |
-
['1732908032', '1732909055', 'PK'],
|
5446 |
-
['1732909056', '1732910079', 'CN'],
|
5447 |
-
['1732910080', '1732911103', 'CN'],
|
5448 |
-
['1732911104', '1732912127', 'CN'],
|
5449 |
-
['1732912128', '1732913151', 'CN'],
|
5450 |
-
['1732913152', '1732914175', 'CN'],
|
5451 |
-
['1732914176', '1732915199', 'CN'],
|
5452 |
-
['1732915200', '1732916223', 'CN'],
|
5453 |
-
['1732916224', '1732916735', 'HK'],
|
5454 |
-
['1732916736', '1732917247', 'IN'],
|
5455 |
-
['1732917248', '1732918271', 'CN'],
|
5456 |
-
['1732918272', '1732919295', 'CN'],
|
5457 |
-
['1732919296', '1732919551', 'IN'],
|
5458 |
-
['1732919552', '1732919807', 'IN'],
|
5459 |
-
['1732919808', '1732920319', 'AU'],
|
5460 |
-
['1732920320', '1732921343', 'IN'],
|
5461 |
-
['1732921344', '1732922367', 'IN'],
|
5462 |
-
['1732922368', '1732923391', 'NL'],
|
5463 |
-
['1732923392', '1732924415', 'CN'],
|
5464 |
-
['1732924416', '1732925439', 'BD'],
|
5465 |
-
['1732925440', '1732926463', 'IN'],
|
5466 |
-
['1732926464', '1732927487', 'IN'],
|
5467 |
-
['1732927488', '1732928511', 'IN'],
|
5468 |
-
['1732928512', '1732929535', 'VN'],
|
5469 |
-
['1732929536', '1732930559', 'VN'],
|
5470 |
-
['1732930560', '1732931583', 'IN'],
|
5471 |
-
['1732931584', '1732932607', 'VN'],
|
5472 |
-
['1732932608', '1732933631', 'VN'],
|
5473 |
-
['1732933632', '1732934655', 'VN'],
|
5474 |
-
['1732934656', '1732935679', 'CN'],
|
5475 |
-
['1732935680', '1732936703', 'HK'],
|
5476 |
-
['1732936704', '1732937727', 'BD'],
|
5477 |
-
['1732937728', '1732938751', 'IN'],
|
5478 |
-
['1732938752', '1732939263', 'IN'],
|
5479 |
-
['1732939264', '1732939519', 'AU'],
|
5480 |
-
['1732939520', '1732939775', 'ID'],
|
5481 |
-
['1732939776', '1732940799', 'IN'],
|
5482 |
-
['1732940800', '1732941823', 'CN'],
|
5483 |
-
['1732941824', '1732942847', 'CN'],
|
5484 |
-
['1732942848', '1732943871', 'CN'],
|
5485 |
-
['1732943872', '1732944895', 'JP'],
|
5486 |
-
['1732944896', '1732945151', 'ID'],
|
5487 |
-
['1732945152', '1732945407', 'ID'],
|
5488 |
-
['1732945408', '1732945919', 'ID'],
|
5489 |
-
['1732945920', '1732946175', 'AU'],
|
5490 |
-
['1732946176', '1732946431', 'IN'],
|
5491 |
-
['1732946432', '1732946687', 'ID'],
|
5492 |
-
['1732946688', '1732946943', 'AU'],
|
5493 |
-
['1732946944', '1732947967', 'HK'],
|
5494 |
-
['1732947968', '1732948991', 'BD'],
|
5495 |
-
['1732948992', '1732950015', 'IN'],
|
5496 |
-
['1732950016', '1732951039', 'AU'],
|
5497 |
-
['1732951040', '1732952063', 'AU'],
|
5498 |
-
['1732952064', '1732953087', 'HK'],
|
5499 |
-
['1732953088', '1732954111', 'IN'],
|
5500 |
-
['1732954112', '1732955135', 'NZ'],
|
5501 |
-
['1732955136', '1732956159', 'CN'],
|
5502 |
-
['1732956160', '1732957183', 'NZ'],
|
5503 |
-
['1732957184', '1732957695', 'ID'],
|
5504 |
-
['1732957696', '1732958207', 'IN'],
|
5505 |
-
['1732958208', '1732959231', 'AU'],
|
5506 |
-
['1732959232', '1732960255', 'IN'],
|
5507 |
-
['1732960256', '1732960511', 'IN'],
|
5508 |
-
['1732960512', '1732960767', 'AU'],
|
5509 |
-
['1732960768', '1732961023', 'AU'],
|
5510 |
-
['1732961024', '1732961279', 'IN'],
|
5511 |
-
['1732961280', '1732962303', 'BD'],
|
5512 |
-
['1732962304', '1732963327', 'CN'],
|
5513 |
-
['1732963328', '1732964351', 'IN'],
|
5514 |
-
['1732964352', '1732965375', 'AU'],
|
5515 |
-
['1732965376', '1732966399', 'IN'],
|
5516 |
-
['1732966400', '1732967423', 'HK'],
|
5517 |
-
['1732967424', '1732968447', 'TH'],
|
5518 |
-
['1732968448', '1732969471', 'HK'],
|
5519 |
-
['1732969472', '1732970495', 'AU'],
|
5520 |
-
['1732970496', '1732971519', 'IN'],
|
5521 |
-
['1732971520', '1732972543', 'HK'],
|
5522 |
-
['1732972544', '1732973567', 'CN'],
|
5523 |
-
['1732973568', '1732974079', 'VU'],
|
5524 |
-
['1732974080', '1732974335', 'PH'],
|
5525 |
-
['1732974336', '1732974591', 'AU'],
|
5526 |
-
['1732974592', '1732975615', 'ID'],
|
5527 |
-
['1732975616', '1732976639', 'IN'],
|
5528 |
-
['1732976640', '1732977663', 'IN'],
|
5529 |
-
['1732977664', '1732978687', 'IN'],
|
5530 |
-
['1732978688', '1732979711', 'IN'],
|
5531 |
-
['1732979712', '1732980735', 'HK'],
|
5532 |
-
['1732980736', '1732981247', 'NP'],
|
5533 |
-
['1732981248', '1732981759', 'ID'],
|
5534 |
-
['1732981760', '1732982783', 'ID'],
|
5535 |
-
['1732982784', '1732983807', 'IN'],
|
5536 |
-
['1732983808', '1732984831', 'IN'],
|
5537 |
-
['1732984832', '1732985855', 'IN'],
|
5538 |
-
['1732985856', '1732986879', 'IN'],
|
5539 |
-
['1732986880', '1732987903', 'IN'],
|
5540 |
-
['1732987904', '1732988927', 'IN'],
|
5541 |
-
['1732988928', '1732989951', 'IN'],
|
5542 |
-
['1732989952', '1732990975', 'CN'],
|
5543 |
-
['1732990976', '1732991999', 'CN'],
|
5544 |
-
['1732992000', '1732993023', 'CN'],
|
5545 |
-
['1732993024', '1732994047', 'ID'],
|
5546 |
-
['1732994048', '1732995071', 'ID'],
|
5547 |
-
['1732995072', '1732996095', 'CN'],
|
5548 |
-
['1732996096', '1732997119', 'CN'],
|
5549 |
-
['1732997120', '1732998143', 'CN'],
|
5550 |
-
['1732998144', '1732999167', 'CA'],
|
5551 |
-
['1732999168', '1733000191', 'CN'],
|
5552 |
-
['1733000192', '1733001215', 'IN'],
|
5553 |
-
['1733001216', '1733002239', 'CN'],
|
5554 |
-
['1733002240', '1733002751', 'AU'],
|
5555 |
-
['1733002752', '1733003263', 'AU'],
|
5556 |
-
['1733003264', '1733004287', 'PH'],
|
5557 |
-
['1733004288', '1733005311', 'IN'],
|
5558 |
-
['1733005312', '1733006335', 'CN'],
|
5559 |
-
['1733006336', '1733006847', 'NP'],
|
5560 |
-
['1733006848', '1733007103', 'ID'],
|
5561 |
-
['1733007104', '1733007359', 'SG'],
|
5562 |
-
['1733007360', '1733008383', 'CN'],
|
5563 |
-
['1733008384', '1733009407', 'IN'],
|
5564 |
-
['1733009408', '1733010431', 'IN'],
|
5565 |
-
['1733010432', '1733011455', 'IN'],
|
5566 |
-
['1733011456', '1733012479', 'ID'],
|
5567 |
-
['1733012480', '1733012991', 'IN'],
|
5568 |
-
['1733012992', '1733013247', 'IN'],
|
5569 |
-
['1733013248', '1733013503', 'SG'],
|
5570 |
-
['1733013504', '1733014527', 'VN'],
|
5571 |
-
['1733014528', '1733015551', 'VN'],
|
5572 |
-
['1733015552', '1733016575', 'VN'],
|
5573 |
-
['1733016576', '1733017599', 'MY'],
|
5574 |
-
['1733017600', '1733018623', 'IN'],
|
5575 |
-
['1733018624', '1733019647', 'IN'],
|
5576 |
-
['1733019648', '1733020159', 'TH'],
|
5577 |
-
['1733020160', '1733020415', 'AU'],
|
5578 |
-
['1733020416', '1733020671', 'AU'],
|
5579 |
-
['1733020672', '1733021695', 'AU'],
|
5580 |
-
['1733021696', '1733022719', 'ID'],
|
5581 |
-
['1733022720', '1733023743', 'JP'],
|
5582 |
-
['1733023744', '1733024767', 'SG'],
|
5583 |
-
['1733024768', '1733025791', 'BD'],
|
5584 |
-
['1733025792', '1733026815', 'IN'],
|
5585 |
-
['1733026816', '1733027839', 'MY'],
|
5586 |
-
['1733027840', '1733028863', 'ID'],
|
5587 |
-
['1733028864', '1733029119', 'CN'],
|
5588 |
-
['1733029120', '1733029375', 'ID'],
|
5589 |
-
['1733029376', '1733029887', 'BD'],
|
5590 |
-
['1733029888', '1733030911', 'HK'],
|
5591 |
-
['1733030912', '1733031935', 'PK'],
|
5592 |
-
['1733031936', '1733032959', 'IN'],
|
5593 |
-
['1733032960', '1733033983', 'JP'],
|
5594 |
-
['1733033984', '1733034495', 'IN'],
|
5595 |
-
['1733034496', '1733034751', 'MV'],
|
5596 |
-
['1733034752', '1733035007', 'PK'],
|
5597 |
-
['1733035008', '1733036031', 'IN'],
|
5598 |
-
['1733036032', '1733037055', 'IN'],
|
5599 |
-
['1733037056', '1733038079', 'ID'],
|
5600 |
-
['1733038080', '1733039103', 'ID'],
|
5601 |
-
['1733039104', '1733040127', 'ID'],
|
5602 |
-
['1733040128', '1733041151', 'ID'],
|
5603 |
-
['1733041152', '1733041663', 'PK'],
|
5604 |
-
['1733041664', '1733041919', 'SG'],
|
5605 |
-
['1733041920', '1733042175', 'NC'],
|
5606 |
-
['1733042176', '1733043199', 'HK'],
|
5607 |
-
['1733043200', '1733044223', 'SG'],
|
5608 |
-
['1733044224', '1733045247', 'AU'],
|
5609 |
-
['1733045248', '1733046271', 'BD'],
|
5610 |
-
['1733046272', '1733046783', 'AU'],
|
5611 |
-
['1733046784', '1733047039', 'ID'],
|
5612 |
-
['1733047040', '1733047295', 'AU'],
|
5613 |
-
['1733047296', '1733048319', 'IN'],
|
5614 |
-
['1733048320', '1733049343', 'IN'],
|
5615 |
-
['1733049344', '1733050367', 'CN'],
|
5616 |
-
['1733050368', '1733051391', 'CN'],
|
5617 |
-
['1733051392', '1733052415', 'CN'],
|
5618 |
-
['1733052416', '1733053439', 'CN'],
|
5619 |
-
['1733053440', '1733054463', 'IN'],
|
5620 |
-
['1733054464', '1733055487', 'IN'],
|
5621 |
-
['1733055488', '1733056511', 'CN'],
|
5622 |
-
['1733056512', '1733057023', 'MY'],
|
5623 |
-
['1733057024', '1733057279', 'AU'],
|
5624 |
-
['1733057280', '1733057535', 'IN'],
|
5625 |
-
['1733057536', '1733058559', 'CN'],
|
5626 |
-
['1733058560', '1733059583', 'IN'],
|
5627 |
-
['1733059584', '1733060607', 'IN'],
|
5628 |
-
['1733060608', '1733061631', 'CN'],
|
5629 |
-
['1733061632', '1733062655', 'IN'],
|
5630 |
-
['1733062656', '1733063679', 'HK'],
|
5631 |
-
['1733063680', '1733064703', 'TH'],
|
5632 |
-
['1733064704', '1733065727', 'IN'],
|
5633 |
-
['1733065728', '1733065983', 'SG'],
|
5634 |
-
['1733065984', '1733066239', 'AU'],
|
5635 |
-
['1733066240', '1733066751', 'AU'],
|
5636 |
-
['1733066752', '1733067775', 'IN'],
|
5637 |
-
['1733067776', '1733068799', 'ID'],
|
5638 |
-
['1733068800', '1733069823', 'IN'],
|
5639 |
-
['1733069824', '1733070847', 'IN'],
|
5640 |
-
['1733070848', '1733071871', 'NZ'],
|
5641 |
-
['1733071872', '1733072895', 'ID'],
|
5642 |
-
['1733072896', '1733073919', 'BD'],
|
5643 |
-
['1733073920', '1733074175', 'AU'],
|
5644 |
-
['1733074176', '1733074431', 'FJ'],
|
5645 |
-
['1733074432', '1733074943', 'AU'],
|
5646 |
-
['1733074944', '1733075455', 'PH'],
|
5647 |
-
['1733075456', '1733075967', 'AU'],
|
5648 |
-
['1733075968', '1733076479', 'AU'],
|
5649 |
-
['1733076480', '1733076991', 'IN'],
|
5650 |
-
['1733076992', '1733078015', 'ID'],
|
5651 |
-
['1733078016', '1733079039', 'ID'],
|
5652 |
-
['1733079040', '1733079551', 'AU'],
|
5653 |
-
['1733079552', '1733079807', 'AU'],
|
5654 |
-
['1733079808', '1733080063', 'MM'],
|
5655 |
-
['1733080064', '1733081087', 'TH'],
|
5656 |
-
['1733081088', '1733081599', 'MM'],
|
5657 |
-
['1733081600', '1733082111', 'IN'],
|
5658 |
-
['1733082112', '1733083135', 'IN'],
|
5659 |
-
['1733083136', '1733084159', 'IN'],
|
5660 |
-
['1733084160', '1733085183', 'BD'],
|
5661 |
-
['1733085184', '1733086207', 'ID'],
|
5662 |
-
['1733086208', '1733086463', 'ID'],
|
5663 |
-
['1733086464', '1733086719', 'NZ'],
|
5664 |
-
['1733086720', '1733087231', 'IN'],
|
5665 |
-
['1733087232', '1733088255', 'IN'],
|
5666 |
-
['1733088256', '1733089279', 'IN'],
|
5667 |
-
['1733089280', '1733090303', 'CN'],
|
5668 |
-
['1733090304', '1733091327', 'CN'],
|
5669 |
-
['1733091328', '1733092351', 'CN'],
|
5670 |
-
['1733092352', '1733093375', 'IN'],
|
5671 |
-
['1733093376', '1733094399', 'IN'],
|
5672 |
-
['1733094400', '1733095423', 'BD'],
|
5673 |
-
['1733095424', '1733096447', 'BD'],
|
5674 |
-
['1733096448', '1733096703', 'AU'],
|
5675 |
-
['1733096704', '1733096959', 'AU'],
|
5676 |
-
['1733096960', '1733097215', 'AU'],
|
5677 |
-
['1733097216', '1733097471', 'NZ'],
|
5678 |
-
['1733097472', '1733098495', 'IN'],
|
5679 |
-
['1733098496', '1733099519', 'IN'],
|
5680 |
-
['1733099520', '1733100543', 'IN'],
|
5681 |
-
['1733100544', '1733101055', 'NZ'],
|
5682 |
-
['1733101056', '1733101311', 'PH'],
|
5683 |
-
['1733101312', '1733101567', 'AU'],
|
5684 |
-
['1733101568', '1733102591', 'PK'],
|
5685 |
-
['1733102592', '1733102847', 'NZ'],
|
5686 |
-
['1733102848', '1733103103', 'AU'],
|
5687 |
-
['1733103104', '1733103359', 'IN'],
|
5688 |
-
['1733103360', '1733103615', 'IN'],
|
5689 |
-
['1733103616', '1733104639', 'BD'],
|
5690 |
-
['1733104640', '1733105663', 'IN'],
|
5691 |
-
['1733105664', '1733106175', 'PG'],
|
5692 |
-
['1733106176', '1733106687', 'IN'],
|
5693 |
-
['1733106688', '1733107711', 'CN'],
|
5694 |
-
['1733107712', '1733108735', 'IN'],
|
5695 |
-
['1733108736', '1733109759', 'IN'],
|
5696 |
-
['1733109760', '1733110783', 'IN'],
|
5697 |
-
['1733110784', '1733111807', 'IN'],
|
5698 |
-
['1733111808', '1733112831', 'ID'],
|
5699 |
-
['1733112832', '1733113855', 'CN'],
|
5700 |
-
['1733113856', '1733114879', 'CN'],
|
5701 |
-
['1733114880', '1733115903', 'BD'],
|
5702 |
-
['1733115904', '1733116927', 'LK'],
|
5703 |
-
['1733116928', '1733117439', 'AU'],
|
5704 |
-
['1733117440', '1733117951', 'AU'],
|
5705 |
-
['1733117952', '1733118975', 'CN'],
|
5706 |
-
['1733118976', '1733119999', 'ID'],
|
5707 |
-
['1733120000', '1733120255', 'AU'],
|
5708 |
-
['1733120256', '1733120511', 'IN'],
|
5709 |
-
['1733120512', '1733121023', 'TH'],
|
5710 |
-
['1733121024', '1733122047', 'KR'],
|
5711 |
-
['1733122048', '1733123071', 'CN'],
|
5712 |
-
['1733123072', '1733124095', 'CN'],
|
5713 |
-
['1733124096', '1733125119', 'IN'],
|
5714 |
-
['1733125120', '1733126143', 'BD'],
|
5715 |
-
['1733126144', '1733126655', 'ID'],
|
5716 |
-
['1733126656', '1733127167', 'ID'],
|
5717 |
-
['1733127168', '1733128191', 'IN'],
|
5718 |
-
['1733128192', '1733128447', 'SG'],
|
5719 |
-
['1733128448', '1733128703', 'AU'],
|
5720 |
-
['1733128704', '1733128959', 'IN'],
|
5721 |
-
['1733128960', '1733129215', 'AU'],
|
5722 |
-
['1733129216', '1733130239', 'TH'],
|
5723 |
-
['1733130240', '1733131263', 'AU'],
|
5724 |
-
['1733131264', '1733132287', 'IN'],
|
5725 |
-
['1733132288', '1733132543', 'AU'],
|
5726 |
-
['1733132544', '1733132799', 'PH'],
|
5727 |
-
['1733132800', '1733133311', 'SG'],
|
5728 |
-
['1733133312', '1733134335', 'CN'],
|
5729 |
-
['1733134336', '1733135359', 'IN'],
|
5730 |
-
['1733135360', '1733136383', 'SG'],
|
5731 |
-
['1733136384', '1733137407', 'AU'],
|
5732 |
-
['1733137408', '1733138431', 'CN'],
|
5733 |
-
['1733138432', '1733139455', 'IN'],
|
5734 |
-
['1733139456', '1733140479', 'ID'],
|
5735 |
-
['1733140480', '1733141503', 'VN'],
|
5736 |
-
['1733141504', '1733142527', 'VN'],
|
5737 |
-
['1733142528', '1733143551', 'VN'],
|
5738 |
-
['1733143552', '1733144575', 'IN'],
|
5739 |
-
['1733144576', '1733145599', 'IN'],
|
5740 |
-
['1733145600', '1733146623', 'IN'],
|
5741 |
-
['1733146624', '1733146879', 'HK'],
|
5742 |
-
['1733146880', '1733147135', 'ID'],
|
5743 |
-
['1733147136', '1733147647', 'IN'],
|
5744 |
-
['1733147648', '1733148671', 'BD'],
|
5745 |
-
['1733148672', '1733149695', 'HK'],
|
5746 |
-
['1733149696', '1733150207', 'IN'],
|
5747 |
-
['1733150208', '1733150463', 'AU'],
|
5748 |
-
['1733150464', '1733150719', 'AU'],
|
5749 |
-
['1733150720', '1733150975', 'AU'],
|
5750 |
-
['1733150976', '1733151231', 'MM'],
|
5751 |
-
['1733151232', '1733151743', 'AU'],
|
5752 |
-
['1733151744', '1733152767', 'ID'],
|
5753 |
-
['1733152768', '1733153791', 'IN'],
|
5754 |
-
['1733153792', '1733154815', 'IN'],
|
5755 |
-
['1733154816', '1733155839', 'IN'],
|
5756 |
-
['1733155840', '1733156863', 'CN'],
|
5757 |
-
['1733156864', '1733157119', 'AU'],
|
5758 |
-
['1733157120', '1733157375', 'FJ'],
|
5759 |
-
['1733157376', '1733157887', 'ID'],
|
5760 |
-
['1733157888', '1733158911', 'IN'],
|
5761 |
-
['1733158912', '1733159935', 'AU'],
|
5762 |
-
['1733159936', '1733160959', 'IN'],
|
5763 |
-
['1733160960', '1733161983', 'IN'],
|
5764 |
-
['1733161984', '1733163007', 'IN'],
|
5765 |
-
['1733163008', '1733164031', 'ID'],
|
5766 |
-
['1733164032', '1733164543', 'BD'],
|
5767 |
-
['1733164544', '1733165055', 'IN'],
|
5768 |
-
['1733165056', '1733166079', 'IN'],
|
5769 |
-
['1733166080', '1733167103', 'IN'],
|
5770 |
-
['1733167104', '1733168127', 'ID'],
|
5771 |
-
['1733168128', '1733169151', 'IN'],
|
5772 |
-
['1733169152', '1733170175', 'IN'],
|
5773 |
-
['1733170176', '1733170687', 'IN'],
|
5774 |
-
['1733170688', '1733171199', 'IN'],
|
5775 |
-
['1733171200', '1733172223', 'ID'],
|
5776 |
-
['1733172224', '1733173247', 'IN'],
|
5777 |
-
['1733173248', '1733174271', 'MY'],
|
5778 |
-
['1733174272', '1733175295', 'ID'],
|
5779 |
-
['1733175296', '1733176319', 'HK'],
|
5780 |
-
['1733176320', '1733176831', 'ID'],
|
5781 |
-
['1733176832', '1733177087', 'IN'],
|
5782 |
-
['1733177088', '1733177343', 'MY'],
|
5783 |
-
['1733177344', '1733177855', 'MY'],
|
5784 |
-
['1733177856', '1733178111', 'AU'],
|
5785 |
-
['1733178112', '1733178367', 'US'],
|
5786 |
-
['1733178368', '1733179391', 'BD'],
|
5787 |
-
['1733179392', '1733180415', 'CN'],
|
5788 |
-
['1733180416', '1733181439', 'CN'],
|
5789 |
-
['1733181440', '1733182463', 'CN'],
|
5790 |
-
['1733182464', '1733183487', 'CN'],
|
5791 |
-
['1733183488', '1733184511', 'ID'],
|
5792 |
-
['1733184512', '1733185535', 'VN'],
|
5793 |
-
['1733185536', '1733186559', 'ID'],
|
5794 |
-
['1733186560', '1733187583', 'VN'],
|
5795 |
-
['1733187584', '1733188607', 'VN'],
|
5796 |
-
['1733188608', '1733189631', 'VN'],
|
5797 |
-
['1733189632', '1733190655', 'ID'],
|
5798 |
-
['1733190656', '1733191679', 'ID'],
|
5799 |
-
['1733191680', '1733192191', 'ID'],
|
5800 |
-
['1733192192', '1733192447', 'ID'],
|
5801 |
-
['1733192448', '1733192703', 'SE'],
|
5802 |
-
['1733192704', '1733193215', 'AU'],
|
5803 |
-
['1733193216', '1733193471', 'ID'],
|
5804 |
-
['1733193472', '1733193727', 'BT'],
|
5805 |
-
['1733193728', '1733194751', 'ID'],
|
5806 |
-
['1733194752', '1733195263', 'BT'],
|
5807 |
-
['1733195264', '1733195775', 'JP'],
|
5808 |
-
['1733195776', '1733196799', 'US'],
|
5809 |
-
['1733196800', '1733197823', 'CN'],
|
5810 |
-
['1733197824', '1733198847', 'KH'],
|
5811 |
-
['1733198848', '1733199359', 'KR'],
|
5812 |
-
['1733199360', '1733199871', 'PK'],
|
5813 |
-
['1733199872', '1733200127', 'AU'],
|
5814 |
-
['1733200128', '1733200383', 'IN'],
|
5815 |
-
['1733200384', '1733200895', 'ID'],
|
5816 |
-
['1733200896', '1733201919', 'ID'],
|
5817 |
-
['1733201920', '1733202943', 'ID'],
|
5818 |
-
['1733202944', '1733203967', 'IN'],
|
5819 |
-
['1733203968', '1733204223', 'IN'],
|
5820 |
-
['1733204224', '1733204479', 'AU'],
|
5821 |
-
['1733204480', '1733204991', 'IN'],
|
5822 |
-
['1733204992', '1733205503', 'AU'],
|
5823 |
-
['1733205504', '1733205759', 'TH'],
|
5824 |
-
['1733205760', '1733206015', 'IN'],
|
5825 |
-
['1733206016', '1733207039', 'BD'],
|
5826 |
-
['1733207040', '1733208063', 'IN'],
|
5827 |
-
['1733208064', '1733208575', 'IN'],
|
5828 |
-
['1733208576', '1733209087', 'IN'],
|
5829 |
-
['1733209088', '1733210111', 'CN'],
|
5830 |
-
['1733210112', '1733211135', 'CN'],
|
5831 |
-
['1733211136', '1733212159', 'IN'],
|
5832 |
-
['1733212160', '1733212415', 'IN'],
|
5833 |
-
['1733212416', '1733212671', 'AU'],
|
5834 |
-
['1733212672', '1733213183', 'IN'],
|
5835 |
-
['1733213184', '1733214207', 'BD'],
|
5836 |
-
['1733214208', '1733214719', 'ID'],
|
5837 |
-
['1733214720', '1733214975', 'AU'],
|
5838 |
-
['1733214976', '1733215231', 'ID'],
|
5839 |
-
['1733215232', '1733216255', 'CN'],
|
5840 |
-
['1733216256', '1733216511', 'IN'],
|
5841 |
-
['1733216512', '1733216767', 'IN'],
|
5842 |
-
['1733216768', '1733217279', 'IN'],
|
5843 |
-
['1733217280', '1733218303', 'IN'],
|
5844 |
-
['1733218304', '1733219327', 'ID'],
|
5845 |
-
['1733219328', '1733220351', 'ID'],
|
5846 |
-
['1733220352', '1733221375', 'ID'],
|
5847 |
-
['1733221376', '1733221631', 'AU'],
|
5848 |
-
['1733221632', '1733221887', 'IN'],
|
5849 |
-
['1733221888', '1733222399', 'PH'],
|
5850 |
-
['1733222400', '1733223423', 'BD'],
|
5851 |
-
['1733223424', '1733224447', 'CN'],
|
5852 |
-
['1733224448', '1733225471', 'ID'],
|
5853 |
-
['1733225472', '1733226495', 'IN'],
|
5854 |
-
['1733226496', '1733226751', 'IN'],
|
5855 |
-
['1733226752', '1733227007', 'AU'],
|
5856 |
-
['1733227008', '1733227519', 'MY'],
|
5857 |
-
['1733227520', '1733228543', 'IN'],
|
5858 |
-
['1733228544', '1733229567', 'BD'],
|
5859 |
-
['1733229568', '1733230591', 'BD'],
|
5860 |
-
['1733230592', '1733231615', 'IN'],
|
5861 |
-
['1733231616', '1733232639', 'AU'],
|
5862 |
-
['1733232640', '1733233663', 'IN'],
|
5863 |
-
['1733233664', '1733234687', 'JP'],
|
5864 |
-
['1733234688', '1733235711', 'PK'],
|
5865 |
-
['1733235712', '1733235967', 'AU'],
|
5866 |
-
['1733235968', '1733236223', 'IN'],
|
5867 |
-
['1733236224', '1733236479', 'AU'],
|
5868 |
-
['1733236480', '1733236735', 'NZ'],
|
5869 |
-
['1733236736', '1733237759', 'CN'],
|
5870 |
-
['1733237760', '1733238783', 'CN'],
|
5871 |
-
['1733238784', '1733239807', 'IN'],
|
5872 |
-
['1733239808', '1733240831', 'CN'],
|
5873 |
-
['1733240832', '1733241855', 'CN'],
|
5874 |
-
['1733241856', '1733242879', 'CN'],
|
5875 |
-
['1733242880', '1733243903', 'JP'],
|
5876 |
-
['1733243904', '1733244927', 'CN'],
|
5877 |
-
['1733244928', '1733245951', 'CN'],
|
5878 |
-
['1733245952', '1733246975', 'CN'],
|
5879 |
-
['1733246976', '1733247999', 'CN'],
|
5880 |
-
['1733248000', '1733249023', 'CN'],
|
5881 |
-
['1733249024', '1733249279', 'AU'],
|
5882 |
-
['1733249280', '1733249535', 'IN'],
|
5883 |
-
['1733249536', '1733249791', 'IN'],
|
5884 |
-
['1733249792', '1733250047', 'AU'],
|
5885 |
-
['1733250048', '1733251071', 'GB'],
|
5886 |
-
['1733251072', '1733252095', 'CN'],
|
5887 |
-
['1733252096', '1733253119', 'CN'],
|
5888 |
-
['1733253120', '1733253631', 'AU'],
|
5889 |
-
['1733253632', '1733253887', 'ID'],
|
5890 |
-
['1733253888', '1733254143', 'ID'],
|
5891 |
-
['1733254144', '1733255167', 'SG'],
|
5892 |
-
['1733255168', '1733255423', 'ID'],
|
5893 |
-
['1733255424', '1733255679', 'IN'],
|
5894 |
-
['1733255680', '1733256191', 'ID'],
|
5895 |
-
['1733256192', '1733257215', 'IN'],
|
5896 |
-
['1733257216', '1733258239', 'AU'],
|
5897 |
-
['1733258240', '1733258751', 'AU'],
|
5898 |
-
['1733258752', '1733259263', 'PH'],
|
5899 |
-
['1733259264', '1733260287', 'IN'],
|
5900 |
-
['1733260288', '1733260543', 'IN'],
|
5901 |
-
['1733260544', '1733260799', 'BD'],
|
5902 |
-
['1733260800', '1733261055', 'BD'],
|
5903 |
-
['1733261056', '1733261311', 'IN'],
|
5904 |
-
['1733261312', '1733262335', 'CN'],
|
5905 |
-
['1733262336', '1733263359', 'AU'],
|
5906 |
-
['1733263360', '1733264383', 'TH'],
|
5907 |
-
['1733264384', '1733265407', 'KR'],
|
5908 |
-
['1733265408', '1733266431', 'CN'],
|
5909 |
-
['1733266432', '1733267455', 'VN'],
|
5910 |
-
['1733267456', '1733268479', 'VN'],
|
5911 |
-
['1733268480', '1733269503', 'SG'],
|
5912 |
-
['1733269504', '1733270527', 'ID'],
|
5913 |
-
['1733270528', '1733271039', 'IN'],
|
5914 |
-
['1733271040', '1733271295', 'IN'],
|
5915 |
-
['1733271296', '1733271551', 'AU'],
|
5916 |
-
['1733271552', '1733272575', 'IN'],
|
5917 |
-
['1733272576', '1733273599', 'IN'],
|
5918 |
-
['1733273600', '1733274623', 'IN'],
|
5919 |
-
['1733274624', '1733275647', 'AU'],
|
5920 |
-
['1733275648', '1733276671', 'HK'],
|
5921 |
-
['1733276672', '1733276927', 'AU'],
|
5922 |
-
['1733276928', '1733277183', 'AU'],
|
5923 |
-
['1733277184', '1733277695', 'BD'],
|
5924 |
-
['1733277696', '1733278719', 'HK'],
|
5925 |
-
['1733278720', '1733279743', 'CN'],
|
5926 |
-
['1733279744', '1733280767', 'CN'],
|
5927 |
-
['1733280768', '1733281791', 'CN'],
|
5928 |
-
['1733281792', '1733282815', 'CN'],
|
5929 |
-
['1733282816', '1733283839', 'CN'],
|
5930 |
-
['1733283840', '1733284863', 'CN'],
|
5931 |
-
['1733284864', '1733285887', 'CN'],
|
5932 |
-
['1733285888', '1733286911', 'BD'],
|
5933 |
-
['1733286912', '1733287935', 'IN'],
|
5934 |
-
['1733287936', '1733288959', 'BD'],
|
5935 |
-
['1733288960', '1733289215', 'IN'],
|
5936 |
-
['1733289216', '1733289471', 'IN'],
|
5937 |
-
['1733289472', '1733289727', 'NZ'],
|
5938 |
-
['1733289728', '1733289983', 'AU'],
|
5939 |
-
['1733289984', '1733291007', 'IN'],
|
5940 |
-
['1733291008', '1733292031', 'IN'],
|
5941 |
-
['1733292032', '1733293055', 'CN'],
|
5942 |
-
['1733293056', '1733294079', 'IN'],
|
5943 |
-
['1733294080', '1733295103', 'IN'],
|
5944 |
-
['1733295104', '1733296127', 'IN'],
|
5945 |
-
['1733296128', '1733297151', 'BD'],
|
5946 |
-
['1733297152', '1733298175', 'JP'],
|
5947 |
-
['1733298176', '1733299199', 'HK'],
|
5948 |
-
['1733299200', '1733300223', 'IN'],
|
5949 |
-
['1733300224', '1733301247', 'HK'],
|
5950 |
-
['1733301248', '1733301759', 'AU'],
|
5951 |
-
['1733301760', '1733302271', 'IN'],
|
5952 |
-
['1733302272', '1733303295', 'CN'],
|
5953 |
-
['1733303296', '1733304319', 'CN'],
|
5954 |
-
['1733304320', '1733304831', 'IN'],
|
5955 |
-
['1733304832', '1733305343', 'IN'],
|
5956 |
-
['1733305344', '1733306367', 'MM'],
|
5957 |
-
['1733306368', '1733307391', 'AU'],
|
5958 |
-
['1733307392', '1733308415', 'CN'],
|
5959 |
-
['1733308416', '1733309439', 'TH'],
|
5960 |
-
['1733309440', '1733309695', 'IN'],
|
5961 |
-
['1733309696', '1733309951', 'AU'],
|
5962 |
-
['1733309952', '1733310463', 'IN'],
|
5963 |
-
['1733310464', '1733311487', 'IN'],
|
5964 |
-
['1733311488', '1733312511', 'IN'],
|
5965 |
-
['1733312512', '1733313535', 'IN'],
|
5966 |
-
['1733313536', '1733313791', 'IN'],
|
5967 |
-
['1733313792', '1733314047', 'AU'],
|
5968 |
-
['1733314048', '1733314559', 'BD'],
|
5969 |
-
['1733314560', '1733315583', 'CN'],
|
5970 |
-
['1733315584', '1733315839', 'NZ'],
|
5971 |
-
['1733315840', '1733316095', 'ID'],
|
5972 |
-
['1733316096', '1733316351', 'AU'],
|
5973 |
-
['1733316352', '1733316607', 'IN'],
|
5974 |
-
['1733316608', '1733317631', 'ID'],
|
5975 |
-
['1733317632', '1733318655', 'ES'],
|
5976 |
-
['1733318656', '1733319679', 'ID'],
|
5977 |
-
['1733319680', '1733320703', 'ID'],
|
5978 |
-
['1733320704', '1733321727', 'ID'],
|
5979 |
-
['1733321728', '1733322239', 'TH'],
|
5980 |
-
['1733322240', '1733322751', 'AU'],
|
5981 |
-
['1733322752', '1733323775', 'JP'],
|
5982 |
-
['1733323776', '1733324799', 'BT'],
|
5983 |
-
['1733324800', '1733325823', 'IN'],
|
5984 |
-
['1733325824', '1733326847', 'IN'],
|
5985 |
-
['1733326848', '1733327871', 'AU'],
|
5986 |
-
['1733327872', '1733328895', 'HK'],
|
5987 |
-
['1733328896', '1733329151', 'AU'],
|
5988 |
-
['1733329152', '1733329407', 'TH'],
|
5989 |
-
['1733329408', '1733329663', 'IN'],
|
5990 |
-
['1733329664', '1733329919', 'IN'],
|
5991 |
-
['1733329920', '1733330943', 'HK'],
|
5992 |
-
['1733330944', '1733331967', 'AU'],
|
5993 |
-
['1733331968', '1733332991', 'PH'],
|
5994 |
-
['1733332992', '1733334015', 'HK'],
|
5995 |
-
['1733334016', '1733335039', 'IN'],
|
5996 |
-
['1733335040', '1733336063', 'IN'],
|
5997 |
-
['1733336064', '1733337087', 'IN'],
|
5998 |
-
['1733337088', '1733338111', 'IN'],
|
5999 |
-
['1733338112', '1733338367', 'AU'],
|
6000 |
-
['1733338368', '1733338623', 'ID'],
|
6001 |
-
['1733338624', '1733339135', 'IN'],
|
6002 |
-
['1733339136', '1733340159', 'HK'],
|
6003 |
-
['1733340160', '1733341183', 'IN'],
|
6004 |
-
['1733341184', '1733342207', 'CN'],
|
6005 |
-
['1733342208', '1733343231', 'CN'],
|
6006 |
-
['1733343232', '1733344255', 'CN'],
|
6007 |
-
['1733344256', '1733345279', 'ID'],
|
6008 |
-
['1733345280', '1733346303', 'CN'],
|
6009 |
-
['1733346304', '1733347327', 'IN'],
|
6010 |
-
['1733347328', '1733348351', 'CN'],
|
6011 |
-
['1733348352', '1733349375', 'JP'],
|
6012 |
-
['1733349376', '1733349631', 'NZ'],
|
6013 |
-
['1733349632', '1733349887', 'AU'],
|
6014 |
-
['1733349888', '1733350399', 'MN'],
|
6015 |
-
['1733350400', '1733351423', 'CN'],
|
6016 |
-
['1733351424', '1733352447', 'TH'],
|
6017 |
-
['1733352448', '1733353471', 'HK'],
|
6018 |
-
['1733353472', '1733354495', 'BD'],
|
6019 |
-
['1733354496', '1733355519', 'AU'],
|
6020 |
-
['1733355520', '1733356543', 'CN'],
|
6021 |
-
['1733356544', '1733357567', 'ID'],
|
6022 |
-
['1733357568', '1733358591', 'ID'],
|
6023 |
-
['1733358592', '1733359615', 'AU'],
|
6024 |
-
['1733359616', '1733360127', 'IN'],
|
6025 |
-
['1733360128', '1733360383', 'IN'],
|
6026 |
-
['1733360384', '1733360639', 'AU'],
|
6027 |
-
['1733360640', '1733361151', 'HK'],
|
6028 |
-
['1733361152', '1733361663', 'AU'],
|
6029 |
-
['1733361664', '1733362687', 'IN'],
|
6030 |
-
['1733362688', '1733363711', 'CN'],
|
6031 |
-
['1733363712', '1733364735', 'CN'],
|
6032 |
-
['1733364736', '1733365759', 'IN'],
|
6033 |
-
['1733365760', '1733366783', 'CN'],
|
6034 |
-
['1733366784', '1733367807', 'CN'],
|
6035 |
-
['1733367808', '1733368831', 'IN'],
|
6036 |
-
['1733368832', '1733369855', 'IN'],
|
6037 |
-
['1733369856', '1733370879', 'IN'],
|
6038 |
-
['1733370880', '1733371903', 'IN'],
|
6039 |
-
['1733371904', '1733372927', 'AU'],
|
6040 |
-
['1733372928', '1733373951', 'CN'],
|
6041 |
-
['1733373952', '1733374975', 'CN'],
|
6042 |
-
['1733374976', '1733375231', 'AU'],
|
6043 |
-
['1733375232', '1733375487', 'AU'],
|
6044 |
-
['1733375488', '1733375743', 'AU'],
|
6045 |
-
['1733375744', '1733375999', 'IN'],
|
6046 |
-
['1733376000', '1733377023', 'IN'],
|
6047 |
-
['1733377024', '1733378047', 'ID'],
|
6048 |
-
['1733378048', '1733379071', 'ID'],
|
6049 |
-
['1733379072', '1733380095', 'BD'],
|
6050 |
-
['1733380096', '1733381119', 'JP'],
|
6051 |
-
['1733381120', '1733381375', 'AU'],
|
6052 |
-
['1733381376', '1733381631', 'IN'],
|
6053 |
-
['1733381632', '1733382143', 'IN'],
|
6054 |
-
['1733382144', '1733383167', 'VN'],
|
6055 |
-
['1733383168', '1733384191', 'VN'],
|
6056 |
-
['1733384192', '1733385215', 'IN'],
|
6057 |
-
['1733385216', '1733386239', 'IN'],
|
6058 |
-
['1733386240', '1733387263', 'CN'],
|
6059 |
-
['1733387264', '1733387775', 'ID'],
|
6060 |
-
['1733387776', '1733388031', 'AU'],
|
6061 |
-
['1733388032', '1733388287', 'IN'],
|
6062 |
-
['1733388288', '1733388799', 'BD'],
|
6063 |
-
['1733388800', '1733389311', 'IN'],
|
6064 |
-
['1733389312', '1733390335', 'IN'],
|
6065 |
-
['1733390336', '1733390591', 'IN'],
|
6066 |
-
['1733390592', '1733390847', 'MM'],
|
6067 |
-
['1733390848', '1733391359', 'MM'],
|
6068 |
-
['1733391360', '1733392383', 'IN'],
|
6069 |
-
['1733392384', '1733393407', 'CN'],
|
6070 |
-
['1733393408', '1733394431', 'AU'],
|
6071 |
-
['1733394432', '1733395455', 'SG'],
|
6072 |
-
['1733395456', '1733396479', 'ID'],
|
6073 |
-
['1733396480', '1733396735', 'NP'],
|
6074 |
-
['1733396736', '1733396991', 'IN'],
|
6075 |
-
['1733396992', '1733397247', 'ID'],
|
6076 |
-
['1733397248', '1733397503', 'IN'],
|
6077 |
-
['1733397504', '1733398527', 'SE'],
|
6078 |
-
['1733398528', '1733399551', 'JP'],
|
6079 |
-
['1733399552', '1733400575', 'CN'],
|
6080 |
-
['1733400576', '1733401599', 'IN'],
|
6081 |
-
['1733401600', '1733402623', 'IN'],
|
6082 |
-
['1733402624', '1733402879', 'IN'],
|
6083 |
-
['1733402880', '1733403135', 'AU'],
|
6084 |
-
['1733403136', '1733403391', 'MY'],
|
6085 |
-
['1733403392', '1733403647', 'SG'],
|
6086 |
-
['1733403648', '1733404671', 'CN'],
|
6087 |
-
['1733404672', '1733405695', 'CN'],
|
6088 |
-
['1733405696', '1733406719', 'BD'],
|
6089 |
-
['1733406720', '1733407743', 'JP'],
|
6090 |
-
['1733407744', '1733407999', 'NZ'],
|
6091 |
-
['1733408000', '1733408255', 'IN'],
|
6092 |
-
['1733408256', '1733408511', 'IN'],
|
6093 |
-
['1733408512', '1733408767', 'CN'],
|
6094 |
-
['1733408768', '1733409791', 'CN'],
|
6095 |
-
['1733409792', '1733410815', 'IN'],
|
6096 |
-
['1733410816', '1733411327', 'IN'],
|
6097 |
-
['1733411328', '1733411839', 'ID'],
|
6098 |
-
['1733411840', '1733412863', 'BD'],
|
6099 |
-
['1733412864', '1733413887', 'CN'],
|
6100 |
-
['1733413888', '1733414911', 'BD'],
|
6101 |
-
['1733414912', '1733415935', 'IN'],
|
6102 |
-
['1733415936', '1733416959', 'IN'],
|
6103 |
-
['1733416960', '1733417215', 'AU'],
|
6104 |
-
['1733417216', '1733417471', 'AU'],
|
6105 |
-
['1733417472', '1733417727', 'ID'],
|
6106 |
-
['1733417728', '1733417983', 'AU'],
|
6107 |
-
['1733417984', '1733419007', 'ID'],
|
6108 |
-
['1733419008', '1733420031', 'NZ'],
|
6109 |
-
['1733420032', '1733420287', 'SG'],
|
6110 |
-
['1733420288', '1733420543', 'IN'],
|
6111 |
-
['1733420544', '1733421055', 'IN'],
|
6112 |
-
['1733421056', '1733422079', 'CN'],
|
6113 |
-
['1733422080', '1733423103', 'IN'],
|
6114 |
-
['1733423104', '1733424127', 'IN'],
|
6115 |
-
['1733424128', '1733424383', 'AU'],
|
6116 |
-
['1733424384', '1733424639', 'IN'],
|
6117 |
-
['1733424640', '1733424895', 'ID'],
|
6118 |
-
['1733424896', '1733425151', 'HK'],
|
6119 |
-
['1733425152', '1733425663', 'ID'],
|
6120 |
-
['1733425664', '1733426175', 'IN'],
|
6121 |
-
['1733426176', '1733427199', 'IN'],
|
6122 |
-
['1733427200', '1733428223', 'GB'],
|
6123 |
-
['1733428224', '1733428735', 'HK'],
|
6124 |
-
['1733428736', '1733428991', 'ID'],
|
6125 |
-
['1733428992', '1733429247', 'ID'],
|
6126 |
-
['1733429248', '1733430271', 'BD'],
|
6127 |
-
['1733430272', '1733431295', 'ID'],
|
6128 |
-
['1733431296', '1733432319', 'HK'],
|
6129 |
-
['1733432320', '1733433343', 'VN'],
|
6130 |
-
['1733433344', '1733434367', 'VN'],
|
6131 |
-
['1733434368', '1733435391', 'VN'],
|
6132 |
-
['1733435392', '1733436415', 'VN'],
|
6133 |
-
['1733436416', '1733437439', 'VN'],
|
6134 |
-
['1733437440', '1733438463', 'IN'],
|
6135 |
-
['1733438464', '1733438975', 'IN'],
|
6136 |
-
['1733438976', '1733439487', 'PH'],
|
6137 |
-
['1733439488', '1733440511', 'IN'],
|
6138 |
-
['1733440512', '1733441535', 'CN'],
|
6139 |
-
['1733441536', '1733442559', 'LA'],
|
6140 |
-
['1733442560', '1733443583', 'CN'],
|
6141 |
-
['1733443584', '1733444095', 'GB'],
|
6142 |
-
['1733444096', '1733444607', 'IN'],
|
6143 |
-
['1733444608', '1733445631', 'CN'],
|
6144 |
-
['1733445632', '1733446655', 'IN'],
|
6145 |
-
['1733446656', '1733446911', 'IN'],
|
6146 |
-
['1733446912', '1733447167', 'IN'],
|
6147 |
-
['1733447168', '1733447679', 'IN'],
|
6148 |
-
['1733447680', '1733448703', 'IN'],
|
6149 |
-
['1733448704', '1733449727', 'CN'],
|
6150 |
-
['1733449728', '1733450751', 'JP'],
|
6151 |
-
['1733450752', '1733451775', 'IN'],
|
6152 |
-
['1733451776', '1733452799', 'IN'],
|
6153 |
-
['1733452800', '1733453823', 'IN'],
|
6154 |
-
['1733453824', '1733454847', 'CN'],
|
6155 |
-
['1733454848', '1733455871', 'AU'],
|
6156 |
-
['1733455872', '1733456895', 'JP'],
|
6157 |
-
['1733456896', '1733457919', 'PH'],
|
6158 |
-
['1733457920', '1733458943', 'PK'],
|
6159 |
-
['1733458944', '1733459199', 'AU'],
|
6160 |
-
['1733459200', '1733459455', 'IN'],
|
6161 |
-
['1733459456', '1733459967', 'ID'],
|
6162 |
-
['1733459968', '1733460991', 'GB'],
|
6163 |
-
['1733460992', '1733462015', 'VN'],
|
6164 |
-
['1733462016', '1733463039', 'AU'],
|
6165 |
-
['1733463040', '1733464063', 'HK'],
|
6166 |
-
['1733464064', '1733465087', 'IN'],
|
6167 |
-
['1733465088', '1733466111', 'IN'],
|
6168 |
-
['1733466112', '1733467135', 'AU'],
|
6169 |
-
['1733467136', '1733468159', 'IN'],
|
6170 |
-
['1733468160', '1733469183', 'IN'],
|
6171 |
-
['1733469184', '1733469439', 'ID'],
|
6172 |
-
['1733469440', '1733469695', 'TH'],
|
6173 |
-
['1733469696', '1733470207', 'ID'],
|
6174 |
-
['1733470208', '1733471231', 'HK'],
|
6175 |
-
['1733471232', '1733472255', 'BD'],
|
6176 |
-
['1733472256', '1733473279', 'IN'],
|
6177 |
-
['1733473280', '1733474303', 'ID'],
|
6178 |
-
['1733474304', '1733475327', 'IN'],
|
6179 |
-
['1733475328', '1733476351', 'IN'],
|
6180 |
-
['1733476352', '1733477375', 'VN'],
|
6181 |
-
['1733477376', '1733478399', 'VN'],
|
6182 |
-
['1733478400', '1733479423', 'IN'],
|
6183 |
-
['1733479424', '1733479935', 'VN'],
|
6184 |
-
['1733479936', '1733480447', 'IN'],
|
6185 |
-
['1733480448', '1733481471', 'IN'],
|
6186 |
-
['1733481472', '1733482495', 'HK'],
|
6187 |
-
['1733482496', '1733483519', 'HK'],
|
6188 |
-
['1733483520', '1733484543', 'IN'],
|
6189 |
-
['1733484544', '1733485567', 'CN'],
|
6190 |
-
['1733485568', '1733486591', 'MY'],
|
6191 |
-
['1733486592', '1733486847', 'MM'],
|
6192 |
-
['1733486848', '1733487103', 'ID'],
|
6193 |
-
['1733487104', '1733487615', 'IN'],
|
6194 |
-
['1733487616', '1733488639', 'CN'],
|
6195 |
-
['1733488640', '1733489663', 'ID'],
|
6196 |
-
['1733489664', '1733490175', 'ID'],
|
6197 |
-
['1733490176', '1733490431', 'NZ'],
|
6198 |
-
['1733490432', '1733490687', 'PG'],
|
6199 |
-
['1733490688', '1733491711', 'TH'],
|
6200 |
-
['1733491712', '1733492735', 'PK'],
|
6201 |
-
['1733492736', '1733492991', 'HK'],
|
6202 |
-
['1733492992', '1733493247', 'IN'],
|
6203 |
-
['1733493248', '1733493759', 'IN'],
|
6204 |
-
['1733493760', '1733494783', 'ID'],
|
6205 |
-
['1733494784', '1733495807', 'IN'],
|
6206 |
-
['1733495808', '1733496319', 'IN'],
|
6207 |
-
['1733496320', '1733496575', 'AU'],
|
6208 |
-
['1733496576', '1733496831', 'BD'],
|
6209 |
-
['1733496832', '1733497343', 'HK'],
|
6210 |
-
['1733497344', '1733497855', 'AF'],
|
6211 |
-
['1733497856', '1733498879', 'PK'],
|
6212 |
-
['1733498880', '1733499903', 'JP'],
|
6213 |
-
['1733499904', '1733500927', 'IN'],
|
6214 |
-
['1733500928', '1733501439', 'PG'],
|
6215 |
-
['1733501440', '1733501951', 'MM'],
|
6216 |
-
['1733501952', '1733502975', 'IN'],
|
6217 |
-
['1733502976', '1733503999', 'PH'],
|
6218 |
-
['1733504000', '1733505023', 'CN'],
|
6219 |
-
['1733505024', '1733506047', 'ID'],
|
6220 |
-
['1733506048', '1733507071', 'CN'],
|
6221 |
-
['1733507072', '1733507327', 'AU'],
|
6222 |
-
['1733507328', '1733507583', 'IN'],
|
6223 |
-
['1733507584', '1733507839', 'IN'],
|
6224 |
-
['1733507840', '1733508095', 'IN'],
|
6225 |
-
['1733508096', '1733509119', 'CN'],
|
6226 |
-
['1733509120', '1733510143', 'CN'],
|
6227 |
-
['1733510144', '1733511167', 'IN'],
|
6228 |
-
['1733511168', '1733512191', 'CN'],
|
6229 |
-
['1733512192', '1733513215', 'IN'],
|
6230 |
-
['1733513216', '1733513471', 'IN'],
|
6231 |
-
['1733513472', '1733513727', 'IN'],
|
6232 |
-
['1733513728', '1733514239', 'TH'],
|
6233 |
-
['1733514240', '1733514495', 'TH'],
|
6234 |
-
['1733514496', '1733514751', 'AU'],
|
6235 |
-
['1733514752', '1733515263', 'IN'],
|
6236 |
-
['1733515264', '1733516287', 'PK'],
|
6237 |
-
['1733516288', '1733517311', 'ID'],
|
6238 |
-
['1733517312', '1733518335', 'ID'],
|
6239 |
-
['1733518336', '1733518847', 'ID'],
|
6240 |
-
['1733518848', '1733519103', 'AU'],
|
6241 |
-
['1733519104', '1733519359', 'SG'],
|
6242 |
-
['1733519360', '1733520383', 'IN'],
|
6243 |
-
['1733520384', '1733521407', 'IN'],
|
6244 |
-
['1733521408', '1733522431', 'CN'],
|
6245 |
-
['1733522432', '1733523455', 'ID'],
|
6246 |
-
['1733523456', '1733524479', 'CN'],
|
6247 |
-
['1733524480', '1733524735', 'AU'],
|
6248 |
-
['1733524736', '1733524991', 'AU'],
|
6249 |
-
['1733524992', '1733525247', 'AU'],
|
6250 |
-
['1733525248', '1733525503', 'IN'],
|
6251 |
-
['1733525504', '1733526527', 'IN'],
|
6252 |
-
['1733526528', '1733527551', 'CN'],
|
6253 |
-
['1733527552', '1733528575', 'IN'],
|
6254 |
-
['1733528576', '1733529599', 'ID'],
|
6255 |
-
['1733529600', '1733530623', 'IN'],
|
6256 |
-
['1733530624', '1733531135', 'IN'],
|
6257 |
-
['1733531136', '1733531391', 'IN'],
|
6258 |
-
['1733531392', '1733531647', 'IN'],
|
6259 |
-
['1733531648', '1733532671', 'IN'],
|
6260 |
-
['1733532672', '1733533695', 'SG'],
|
6261 |
-
['1733533696', '1733533951', 'SG'],
|
6262 |
-
['1733533952', '1733534207', 'IN'],
|
6263 |
-
['1733534208', '1733534719', 'AU'],
|
6264 |
-
['1733534720', '1733535743', 'BD'],
|
6265 |
-
['1733535744', '1733536767', 'MY'],
|
6266 |
-
['1733536768', '1733537791', 'ID'],
|
6267 |
-
['1733537792', '1733538303', 'ID'],
|
6268 |
-
['1733538304', '1733538815', 'ID'],
|
6269 |
-
['1733538816', '1733539839', 'CN'],
|
6270 |
-
['1733539840', '1733540863', 'IN'],
|
6271 |
-
['1733540864', '1733541887', 'MM'],
|
6272 |
-
['1733541888', '1733542911', 'US'],
|
6273 |
-
['1733542912', '1733543167', 'BD'],
|
6274 |
-
['1733543168', '1733543423', 'PG'],
|
6275 |
-
['1733543424', '1733543679', 'ID'],
|
6276 |
-
['1733543680', '1733543935', 'IN'],
|
6277 |
-
['1733543936', '1733544959', 'TH'],
|
6278 |
-
['1733544960', '1733545983', 'BD'],
|
6279 |
-
['1733545984', '1733546495', 'AU'],
|
6280 |
-
['1733546496', '1733547007', 'IN'],
|
6281 |
-
['1733547008', '1733548031', 'IN'],
|
6282 |
-
['1733548032', '1733549055', 'IN'],
|
6283 |
-
['1733549056', '1733550079', 'IN'],
|
6284 |
-
['1733550080', '1733551103', 'PH'],
|
6285 |
-
['1733551104', '1733551615', 'NP'],
|
6286 |
-
['1733551616', '1733551871', 'AU'],
|
6287 |
-
['1733551872', '1733552127', 'HK'],
|
6288 |
-
['1733552128', '1733553151', 'BD'],
|
6289 |
-
['1733553152', '1733554175', 'GB'],
|
6290 |
-
['1733554176', '1733555199', 'BD'],
|
6291 |
-
['1733555200', '1733556223', 'IN'],
|
6292 |
-
['1733556224', '1733557247', 'IN'],
|
6293 |
-
['1733557248', '1733558271', 'IN'],
|
6294 |
-
['1733558272', '1733559295', 'CN'],
|
6295 |
-
['1733559296', '1733560319', 'ID'],
|
6296 |
-
['1733560320', '1733561343', 'ID'],
|
6297 |
-
['1733561344', '1733562367', 'CN'],
|
6298 |
-
['1733562368', '1733563391', 'CN'],
|
6299 |
-
['1733563392', '1733564415', 'CN'],
|
6300 |
-
['1733564416', '1733565439', 'CN'],
|
6301 |
-
['1733565440', '1733566463', 'CN'],
|
6302 |
-
['1733566464', '1733567487', 'HK'],
|
6303 |
-
['1733567488', '1733568511', 'BD'],
|
6304 |
-
['1733568512', '1733569535', 'AU'],
|
6305 |
-
['1733569536', '1733570559', 'HK'],
|
6306 |
-
['1733570560', '1733571583', 'CN'],
|
6307 |
-
['1733571584', '1733572607', 'PK'],
|
6308 |
-
['1733572608', '1733573631', 'CN'],
|
6309 |
-
['1733573632', '1733574655', 'IN'],
|
6310 |
-
['1733574656', '1733575679', 'CN'],
|
6311 |
-
['1733575680', '1733576703', 'IN'],
|
6312 |
-
['1733576704', '1733577727', 'CN'],
|
6313 |
-
['1733577728', '1733578751', 'VN'],
|
6314 |
-
['1733578752', '1733579775', 'IN'],
|
6315 |
-
['1733579776', '1733580799', 'HK'],
|
6316 |
-
['1733580800', '1733581823', 'HK'],
|
6317 |
-
['1733581824', '1733582847', 'CN'],
|
6318 |
-
['1733582848', '1733583103', 'IN'],
|
6319 |
-
['1733583104', '1733583359', 'AF'],
|
6320 |
-
['1733583360', '1733583615', 'AU'],
|
6321 |
-
['1733583616', '1733583871', 'AU'],
|
6322 |
-
['1733583872', '1733584895', 'TH'],
|
6323 |
-
['1733584896', '1733585919', 'MM'],
|
6324 |
-
['1733585920', '1733586943', 'CN'],
|
6325 |
-
['1733586944', '1733587967', 'GB'],
|
6326 |
-
['1733587968', '1733588223', 'ID'],
|
6327 |
-
['1733588224', '1733588479', 'ID'],
|
6328 |
-
['1733588480', '1733588735', 'ID'],
|
6329 |
-
['1733588736', '1733588991', 'ID'],
|
6330 |
-
['1733588992', '1733590015', 'IN'],
|
6331 |
-
['1733590016', '1733591039', 'JP'],
|
6332 |
-
['1733591040', '1733592063', 'IN'],
|
6333 |
-
['1733592064', '1733592319', 'MV'],
|
6334 |
-
['1733592320', '1733592575', 'BD'],
|
6335 |
-
['1733592576', '1733592831', 'MV'],
|
6336 |
-
['1733592832', '1733593087', 'AU'],
|
6337 |
-
['1733593088', '1733594111', 'CN'],
|
6338 |
-
['1733594112', '1733595135', 'ID'],
|
6339 |
-
['1733595136', '1733596159', 'ID'],
|
6340 |
-
['1733596160', '1733597183', 'PK'],
|
6341 |
-
['1733597184', '1733598207', 'US'],
|
6342 |
-
['1733598208', '1733599231', 'BD'],
|
6343 |
-
['1733599232', '1733600255', 'LK'],
|
6344 |
-
['1733600256', '1733600767', 'IN'],
|
6345 |
-
['1733600768', '1733601023', 'IN'],
|
6346 |
-
['1733601024', '1733601279', 'JP'],
|
6347 |
-
['1733601280', '1733602303', 'JP'],
|
6348 |
-
['1733602304', '1733603327', 'BD'],
|
6349 |
-
['1733603328', '1733603839', 'PH'],
|
6350 |
-
['1733603840', '1733604095', 'IN'],
|
6351 |
-
['1733604096', '1733604351', 'IN'],
|
6352 |
-
['1733604352', '1733605375', 'AU'],
|
6353 |
-
['1733605376', '1733606399', 'IN'],
|
6354 |
-
['1733606400', '1733607423', 'IN'],
|
6355 |
-
['1733607424', '1733608447', 'ID'],
|
6356 |
-
['1733608448', '1733609471', 'JP'],
|
6357 |
-
['1733609472', '1733609983', 'ID'],
|
6358 |
-
['1733609984', '1733610495', 'IN'],
|
6359 |
-
['1733610496', '1733611519', 'IN'],
|
6360 |
-
['1733611520', '1733612543', 'ID'],
|
6361 |
-
['1733612544', '1733613567', 'IN'],
|
6362 |
-
['1733613568', '1733614591', 'SG'],
|
6363 |
-
['1733614592', '1733615615', 'HK'],
|
6364 |
-
['1733615616', '1733616639', 'AU'],
|
6365 |
-
['1733616640', '1733617663', 'ID'],
|
6366 |
-
['1733617664', '1733618687', 'ID'],
|
6367 |
-
['1733618688', '1733619711', 'IN'],
|
6368 |
-
['1733619712', '1733620735', 'IN'],
|
6369 |
-
['1733620736', '1733621759', 'BD'],
|
6370 |
-
['1733621760', '1733622015', 'AU'],
|
6371 |
-
['1733622016', '1733622271', 'ID'],
|
6372 |
-
['1733622272', '1733622527', 'IN'],
|
6373 |
-
['1733622528', '1733622783', 'IN'],
|
6374 |
-
['1733622784', '1733623807', 'BD'],
|
6375 |
-
['1733623808', '1733624831', 'NZ'],
|
6376 |
-
['1733624832', '1733625855', 'ID'],
|
6377 |
-
['1733625856', '1733626879', 'IN'],
|
6378 |
-
['1733626880', '1733627903', 'ID'],
|
6379 |
-
['1733627904', '1733628927', 'IN'],
|
6380 |
-
['1733628928', '1733629951', 'CN'],
|
6381 |
-
['1733629952', '1733630975', 'CN'],
|
6382 |
-
['1733630976', '1733631999', 'NZ'],
|
6383 |
-
['1733632000', '1733633023', 'BD'],
|
6384 |
-
['1733633024', '1733634047', 'AU'],
|
6385 |
-
['1733634048', '1733634559', 'IN'],
|
6386 |
-
['1733634560', '1733635071', 'US'],
|
6387 |
-
['1733635072', '1733636095', 'CN'],
|
6388 |
-
['1733636096', '1733637119', 'CN'],
|
6389 |
-
['1733637120', '1733638143', 'CN'],
|
6390 |
-
['1733638144', '1733639167', 'CN'],
|
6391 |
-
['1733639168', '1733640191', 'ID'],
|
6392 |
-
['1733640192', '1733641215', 'ID'],
|
6393 |
-
['1733641216', '1733642239', 'PH'],
|
6394 |
-
['1733642240', '1733643263', 'HK'],
|
6395 |
-
['1733643264', '1733643775', 'IN'],
|
6396 |
-
['1733643776', '1733644287', 'IN'],
|
6397 |
-
['1733644288', '1733645311', 'KR'],
|
6398 |
-
['1733645312', '1733646335', 'CN'],
|
6399 |
-
['1733646336', '1733647359', 'IN'],
|
6400 |
-
['1733647360', '1733647871', 'IN'],
|
6401 |
-
['1733647872', '1733648127', 'ID'],
|
6402 |
-
['1733648128', '1733648383', 'ID'],
|
6403 |
-
['1733648384', '1733649407', 'IN'],
|
6404 |
-
['1733649408', '1733650431', 'IN'],
|
6405 |
-
['1733650432', '1733651455', 'MM'],
|
6406 |
-
['1733651456', '1733652479', 'MY'],
|
6407 |
-
['1733652480', '1733653503', 'BD'],
|
6408 |
-
['1733653504', '1733654015', 'ID'],
|
6409 |
-
['1733654016', '1733654527', 'IN'],
|
6410 |
-
['1733654528', '1733655551', 'ID'],
|
6411 |
-
['1733655552', '1733656575', 'IN'],
|
6412 |
-
['1733656576', '1733657599', 'PK'],
|
6413 |
-
['1733657600', '1733657855', 'MN'],
|
6414 |
-
['1733657856', '1733658111', 'IN'],
|
6415 |
-
['1733658112', '1733658367', 'PH'],
|
6416 |
-
['1733658368', '1733658623', 'AU'],
|
6417 |
-
['1733658624', '1733659647', 'CN'],
|
6418 |
-
['1733659648', '1733660671', 'IN'],
|
6419 |
-
['1733660672', '1733661695', 'CN'],
|
6420 |
-
['1733661696', '1733662719', 'ID'],
|
6421 |
-
['1733662720', '1733663231', 'PK'],
|
6422 |
-
['1733663232', '1733663487', 'IN'],
|
6423 |
-
['1733663488', '1733663743', 'NZ'],
|
6424 |
-
['1733663744', '1733664767', 'BD'],
|
6425 |
-
['1733664768', '1733665791', 'BD'],
|
6426 |
-
['1733665792', '1733666815', 'CN'],
|
6427 |
-
['1733666816', '1733667839', 'CN'],
|
6428 |
-
['1733667840', '1733668863', 'CN'],
|
6429 |
-
['1733668864', '1733669887', 'CN'],
|
6430 |
-
['1733669888', '1733670911', 'IN'],
|
6431 |
-
['1733670912', '1733671935', 'MY'],
|
6432 |
-
['1733671936', '1733672959', 'HK'],
|
6433 |
-
['1733672960', '1733673983', 'BD'],
|
6434 |
-
['1733673984', '1733675007', 'BD'],
|
6435 |
-
['1733675008', '1733676031', 'BD'],
|
6436 |
-
['1733676032', '1733677055', 'IN'],
|
6437 |
-
['1733677056', '1733678079', 'IN'],
|
6438 |
-
['1733678080', '1733678335', 'HK'],
|
6439 |
-
['1733678336', '1733678591', 'SG'],
|
6440 |
-
['1733678592', '1733679103', 'AU'],
|
6441 |
-
['1733679104', '1733680127', 'BD'],
|
6442 |
-
['1733680128', '1733681151', 'ID'],
|
6443 |
-
['1733681152', '1733682175', 'CN'],
|
6444 |
-
['1733682176', '1733683199', 'IN'],
|
6445 |
-
['1733683200', '1733684223', 'BD'],
|
6446 |
-
['1733684224', '1733685247', 'BD'],
|
6447 |
-
['1733685248', '1733686271', 'BD'],
|
6448 |
-
['1733686272', '1733687295', 'CN'],
|
6449 |
-
['1733687296', '1733688319', 'AU'],
|
6450 |
-
['1733688320', '1733689343', 'HK'],
|
6451 |
-
['1733689344', '1733690367', 'IN'],
|
6452 |
-
['1733690368', '1733691391', 'IN'],
|
6453 |
-
['1733691392', '1733692415', 'PK'],
|
6454 |
-
['1733692416', '1733693439', 'IN'],
|
6455 |
-
['1733693440', '1733694463', 'IN'],
|
6456 |
-
['1733694464', '1733695487', 'IN'],
|
6457 |
-
['1733695488', '1733695999', 'ID'],
|
6458 |
-
['1733696000', '1733696255', 'IN'],
|
6459 |
-
['1733696256', '1733696511', 'AU'],
|
6460 |
-
['1733696512', '1733697535', 'CN'],
|
6461 |
-
['1733697536', '1733698559', 'CN'],
|
6462 |
-
['1733698560', '1733699583', 'PK'],
|
6463 |
-
['1733699584', '1733700607', 'IN'],
|
6464 |
-
['1733700608', '1733701631', 'CN'],
|
6465 |
-
['1733701632', '1733702655', 'TH'],
|
6466 |
-
['1733702656', '1733703679', 'PK'],
|
6467 |
-
['1733703680', '1733704191', 'NP'],
|
6468 |
-
['1733704192', '1733704703', 'AU'],
|
6469 |
-
['1733704704', '1733705727', 'CN'],
|
6470 |
-
['1733705728', '1733706751', 'HK'],
|
6471 |
-
['1733706752', '1733707775', 'CN'],
|
6472 |
-
['1733707776', '1733708799', 'HK'],
|
6473 |
-
['1733708800', '1733709823', 'HK'],
|
6474 |
-
['1733709824', '1733710847', 'CN'],
|
6475 |
-
['1733710848', '1733711871', 'CN'],
|
6476 |
-
['1733711872', '1733712895', 'CN'],
|
6477 |
-
['1733712896', '1733713151', 'AU'],
|
6478 |
-
['1733713152', '1733713407', 'AU'],
|
6479 |
-
['1733713408', '1733713663', 'ID'],
|
6480 |
-
['1733713664', '1733713919', 'IN'],
|
6481 |
-
['1733713920', '1733714943', 'PA'],
|
6482 |
-
['1733714944', '1733715455', 'ID'],
|
6483 |
-
['1733715456', '1733715711', 'AU'],
|
6484 |
-
['1733715712', '1733715967', 'ID'],
|
6485 |
-
['1733715968', '1733716991', 'IN'],
|
6486 |
-
['1733716992', '1733718015', 'BD'],
|
6487 |
-
['1733718016', '1733719039', 'AU'],
|
6488 |
-
['1733719040', '1733720063', 'IN'],
|
6489 |
-
['1733720064', '1733721087', 'PH'],
|
6490 |
-
['1733721088', '1733722111', 'AF'],
|
6491 |
-
['1733722112', '1733722367', 'AU'],
|
6492 |
-
['1733722368', '1733722623', 'CN'],
|
6493 |
-
['1733722624', '1733723135', 'MY'],
|
6494 |
-
['1733723136', '1733724159', 'PK'],
|
6495 |
-
['1733724160', '1733724415', 'AU'],
|
6496 |
-
['1733724416', '1733724671', 'IN'],
|
6497 |
-
['1733724672', '1733725183', 'ID'],
|
6498 |
-
['1733725184', '1733726207', 'ID'],
|
6499 |
-
['1733726208', '1733727231', 'ID'],
|
6500 |
-
['1733727232', '1733728255', 'ID'],
|
6501 |
-
['1733728256', '1733729279', 'ID'],
|
6502 |
-
['1733729280', '1733730303', 'ID'],
|
6503 |
-
['1733730304', '1733731327', 'ID'],
|
6504 |
-
['1733731328', '1733732351', 'IN'],
|
6505 |
-
['1733732352', '1733733375', 'AU'],
|
6506 |
-
['1733733376', '1733734399', 'IN'],
|
6507 |
-
['1733734400', '1733734911', 'IN'],
|
6508 |
-
['1733734912', '1733735423', 'MY'],
|
6509 |
-
['1733735424', '1733736447', 'IN'],
|
6510 |
-
['1733736448', '1733737471', 'PH'],
|
6511 |
-
['1733737472', '1733737983', 'AU'],
|
6512 |
-
['1733737984', '1733738239', 'AU'],
|
6513 |
-
['1733738240', '1733738495', 'AU'],
|
6514 |
-
['1733738496', '1733739519', 'BD'],
|
6515 |
-
['1733739520', '1733740543', 'BD'],
|
6516 |
-
['1733740544', '1733741567', 'BD'],
|
6517 |
-
['1733741568', '1733742591', 'CN'],
|
6518 |
-
['1733742592', '1733743615', 'CN'],
|
6519 |
-
['1733743616', '1733744639', 'CN'],
|
6520 |
-
['1733744640', '1733745663', 'CN'],
|
6521 |
-
['1733745664', '1733746687', 'CN'],
|
6522 |
-
['1733746688', '1733747711', 'CN'],
|
6523 |
-
['1733747712', '1733748735', 'CN'],
|
6524 |
-
['1733748736', '1733749759', 'CN'],
|
6525 |
-
['1733749760', '1733750783', 'CN'],
|
6526 |
-
['1733750784', '1733751807', 'CN'],
|
6527 |
-
['1733751808', '1733752831', 'CN'],
|
6528 |
-
['1733752832', '1733753855', 'CN'],
|
6529 |
-
['1733753856', '1733754879', 'CN'],
|
6530 |
-
['1733754880', '1733755903', 'CN'],
|
6531 |
-
['1733755904', '1733756927', 'CN'],
|
6532 |
-
['1733756928', '1733757951', 'HK'],
|
6533 |
-
['1733757952', '1733758975', 'LK'],
|
6534 |
-
['1733758976', '1733759999', 'ID'],
|
6535 |
-
['1733760000', '1733761023', 'CN'],
|
6536 |
-
['1733761024', '1733762047', 'IN'],
|
6537 |
-
['1733762048', '1733763071', 'IN'],
|
6538 |
-
['1733763072', '1733764095', 'CN'],
|
6539 |
-
['1733764096', '1733764351', 'BD'],
|
6540 |
-
['1733764352', '1733764607', 'ID'],
|
6541 |
-
['1733764608', '1733765119', 'AU'],
|
6542 |
-
['1733765120', '1733766143', 'IN'],
|
6543 |
-
['1733766144', '1733767167', 'IN'],
|
6544 |
-
['1733767168', '1733768191', 'IN'],
|
6545 |
-
['1733768192', '1733769215', 'IN'],
|
6546 |
-
['1733769216', '1733770239', 'IN'],
|
6547 |
-
['1733770240', '1733771263', 'ID'],
|
6548 |
-
['1733771264', '1733771775', 'IN'],
|
6549 |
-
['1733771776', '1733772287', 'ID'],
|
6550 |
-
['1733772288', '1733772543', 'AU'],
|
6551 |
-
['1733772544', '1733772799', 'MN'],
|
6552 |
-
['1733772800', '1733773311', 'ID'],
|
6553 |
-
['1733773312', '1733774335', 'CN'],
|
6554 |
-
['1733774336', '1733775359', 'ID'],
|
6555 |
-
['1733775360', '1733776383', 'ID'],
|
6556 |
-
['1733776384', '1733777407', 'ID'],
|
6557 |
-
['1733777408', '1733777663', 'AF'],
|
6558 |
-
['1733777664', '1733777919', 'IN'],
|
6559 |
-
['1733777920', '1733778175', 'IN'],
|
6560 |
-
['1733778176', '1733778431', 'AU'],
|
6561 |
-
['1733778432', '1733779455', 'IN'],
|
6562 |
-
['1733779456', '1733780479', 'CN'],
|
6563 |
-
['1733780480', '1733781503', 'IN'],
|
6564 |
-
['1733781504', '1733782527', 'IN'],
|
6565 |
-
['1733782528', '1733783551', 'US'],
|
6566 |
-
['1733783552', '1733784575', 'BD'],
|
6567 |
-
['1733784576', '1733785599', 'KR'],
|
6568 |
-
['1733785600', '1733785855', 'IN'],
|
6569 |
-
['1733785856', '1733786111', 'NZ'],
|
6570 |
-
['1733786112', '1733786623', 'IN'],
|
6571 |
-
['1733786624', '1733787647', 'LK'],
|
6572 |
-
['1733787648', '1733788671', 'IN'],
|
6573 |
-
['1733788672', '1733789695', 'CN'],
|
6574 |
-
['1733789696', '1733790719', 'BD'],
|
6575 |
-
['1733790720', '1733791743', 'IN'],
|
6576 |
-
['1733791744', '1733792767', 'JP'],
|
6577 |
-
['1733793792', '1733794815', 'ID'],
|
6578 |
-
['1733794816', '1733795839', 'HK'],
|
6579 |
-
['1733795840', '1733796351', 'ID'],
|
6580 |
-
['1733796352', '1733796607', 'PK'],
|
6581 |
-
['1733796608', '1733796863', 'AU'],
|
6582 |
-
['1733796864', '1733797887', 'IN'],
|
6583 |
-
['1733797888', '1733798911', 'IN'],
|
6584 |
-
['1733798912', '1733799935', 'IN'],
|
6585 |
-
['1733799936', '1733800959', 'JP'],
|
6586 |
-
['1733800960', '1733801983', 'CN'],
|
6587 |
-
['1733801984', '1733803007', 'ID'],
|
6588 |
-
['1733803008', '1733803263', 'MV'],
|
6589 |
-
['1733803264', '1733803519', 'SG'],
|
6590 |
-
['1733803520', '1733804031', 'SG'],
|
6591 |
-
['1733804032', '1733805055', 'PK'],
|
6592 |
-
['1733805056', '1733806079', 'ID'],
|
6593 |
-
['1733806080', '1733806335', 'IN'],
|
6594 |
-
['1733806336', '1733806591', 'ID'],
|
6595 |
-
['1733806592', '1733806847', 'IN'],
|
6596 |
-
['1733806848', '1733807103', 'AU'],
|
6597 |
-
['1733807104', '1733808127', 'IN'],
|
6598 |
-
['1733808128', '1733809151', 'AU'],
|
6599 |
-
['1733809152', '1733810175', 'BD'],
|
6600 |
-
['1733810176', '1733810431', 'AU'],
|
6601 |
-
['1733810432', '1733810687', 'TH'],
|
6602 |
-
['1733810688', '1733811199', 'AU'],
|
6603 |
-
['1733811200', '1733812223', 'VN'],
|
6604 |
-
['1733812224', '1733813247', 'CN'],
|
6605 |
-
['1733813248', '1733814271', 'ID'],
|
6606 |
-
['1733814272', '1733815295', 'BD'],
|
6607 |
-
['1733815296', '1733815807', 'BD'],
|
6608 |
-
['1733815808', '1733816063', 'BD'],
|
6609 |
-
['1733816064', '1733816319', 'NZ'],
|
6610 |
-
['1733816320', '1733817343', 'HK'],
|
6611 |
-
['1733817344', '1733818367', 'BD'],
|
6612 |
-
['1733818368', '1733819391', 'BD'],
|
6613 |
-
['1733819392', '1733819903', 'IN'],
|
6614 |
-
['1733819904', '1733820159', 'AU'],
|
6615 |
-
['1733820160', '1733820415', 'MN'],
|
6616 |
-
['1733820416', '1733821439', 'IN'],
|
6617 |
-
['1733821440', '1733822463', 'CN'],
|
6618 |
-
['1733822464', '1733823487', 'CN'],
|
6619 |
-
['1733823488', '1733824511', 'CN'],
|
6620 |
-
['1733824512', '1733825535', 'CN'],
|
6621 |
-
['1733825536', '1733826559', 'CN'],
|
6622 |
-
['1733826560', '1733827583', 'BD'],
|
6623 |
-
['1733827584', '1733828607', 'IN'],
|
6624 |
-
['1733828608', '1733829631', 'CN'],
|
6625 |
-
['1733829632', '1733830655', 'CN'],
|
6626 |
-
['1733830656', '1733831167', 'IN'],
|
6627 |
-
['1733831168', '1733831423', 'PH'],
|
6628 |
-
['1733831424', '1733831679', 'SG'],
|
6629 |
-
['1733831680', '1733832703', 'JP'],
|
6630 |
-
['1733832704', '1733833727', 'MM'],
|
6631 |
-
['1733833728', '1733833983', 'IN'],
|
6632 |
-
['1733833984', '1733834239', 'IN'],
|
6633 |
-
['1733834240', '1733834751', 'IN'],
|
6634 |
-
['1733834752', '1733835775', 'IN'],
|
6635 |
-
['1733835776', '1733836799', 'CN'],
|
6636 |
-
['1733836800', '1733837823', 'CN'],
|
6637 |
-
['1733837824', '1733838847', 'PH'],
|
6638 |
-
['1733838848', '1733839871', 'CN'],
|
6639 |
-
['1733839872', '1733840383', 'IN'],
|
6640 |
-
['1733840384', '1733840639', 'AU'],
|
6641 |
-
['1733840640', '1733840895', 'SG'],
|
6642 |
-
['1733840896', '1733841919', 'IN'],
|
6643 |
-
['1733841920', '1733842943', 'IN'],
|
6644 |
-
['1733842944', '1733843967', 'IN'],
|
6645 |
-
['1733843968', '1733844991', 'HK'],
|
6646 |
-
['1733844992', '1733846015', 'CN'],
|
6647 |
-
['1733846016', '1733847039', 'CN'],
|
6648 |
-
['1733847040', '1733848063', 'NZ'],
|
6649 |
-
['1733848064', '1733849087', 'VN'],
|
6650 |
-
['1733849088', '1733851135', 'VN'],
|
6651 |
-
['1733851136', '1733852159', 'VN'],
|
6652 |
-
['1733852160', '1733853183', 'IN'],
|
6653 |
-
['1733853184', '1733854207', 'IN'],
|
6654 |
-
['1733854208', '1733855231', 'IN'],
|
6655 |
-
['1733855232', '1733855743', 'BD'],
|
6656 |
-
['1733855744', '1733855999', 'IN'],
|
6657 |
-
['1733856000', '1733856255', 'CN'],
|
6658 |
-
['1733856256', '1733857279', 'BD'],
|
6659 |
-
['1733857280', '1733858303', 'AU'],
|
6660 |
-
['1733858304', '1733859327', 'AU'],
|
6661 |
-
['1733859328', '1733859839', 'CN'],
|
6662 |
-
['1733859840', '1733860095', 'AU'],
|
6663 |
-
['1733860096', '1733860351', 'KH'],
|
6664 |
-
['1733860352', '1733861375', 'IN'],
|
6665 |
-
['1733861376', '1733861887', 'IN'],
|
6666 |
-
['1733861888', '1733862143', 'KH'],
|
6667 |
-
['1733862144', '1733862399', 'NC'],
|
6668 |
-
['1733862400', '1733863423', 'CN'],
|
6669 |
-
['1733863424', '1733864447', 'ID'],
|
6670 |
-
['1733864448', '1733865471', 'IN'],
|
6671 |
-
['1733865472', '1733866495', 'CN'],
|
6672 |
-
['1733866496', '1733867007', 'AU'],
|
6673 |
-
['1733867008', '1733867263', 'IN'],
|
6674 |
-
['1733867264', '1733867519', 'AU'],
|
6675 |
-
['1733867520', '1733868543', 'CN'],
|
6676 |
-
['1733868544', '1733869567', 'CN'],
|
6677 |
-
['1733869568', '1733870591', 'AF'],
|
6678 |
-
['1733870592', '1733871615', 'ID'],
|
6679 |
-
['1733871616', '1733872639', 'ID'],
|
6680 |
-
['1733872640', '1733873663', 'ID'],
|
6681 |
-
['1733873664', '1733874687', 'ID'],
|
6682 |
-
['1733874688', '1733875711', 'CN'],
|
6683 |
-
['1733875712', '1733876735', 'IN'],
|
6684 |
-
['1733876736', '1733877759', 'IN'],
|
6685 |
-
['1733877760', '1733878783', 'IN'],
|
6686 |
-
['1733878784', '1733879039', 'IN'],
|
6687 |
-
['1733879040', '1733879295', 'ID'],
|
6688 |
-
['1733879296', '1733879807', 'NZ'],
|
6689 |
-
['1733879808', '1733880831', 'BD'],
|
6690 |
-
['1733880832', '1733881855', 'IN'],
|
6691 |
-
['1733881856', '1733882879', 'IN'],
|
6692 |
-
['1733882880', '1733883903', 'ID'],
|
6693 |
-
['1733883904', '1733884927', 'ID'],
|
6694 |
-
['1733884928', '1733885951', 'ID'],
|
6695 |
-
['1733885952', '1733886975', 'ID'],
|
6696 |
-
['1733886976', '1733887999', 'ID'],
|
6697 |
-
['1733888000', '1733888255', 'IN'],
|
6698 |
-
['1733888256', '1733888511', 'AU'],
|
6699 |
-
['1733888512', '1733889023', 'AU'],
|
6700 |
-
['1733889024', '1733890047', 'PH'],
|
6701 |
-
['1733890048', '1733890559', 'IN'],
|
6702 |
-
['1733890560', '1733891071', 'NZ'],
|
6703 |
-
['1733891072', '1733892095', 'TW'],
|
6704 |
-
['1733892096', '1733893119', 'BD'],
|
6705 |
-
['1733893120', '1733894143', 'CN'],
|
6706 |
-
['1733894144', '1733895167', 'ID'],
|
6707 |
-
['1733895168', '1733895423', 'IN'],
|
6708 |
-
['1733895424', '1733895679', 'IN'],
|
6709 |
-
['1733895680', '1733896191', 'AU'],
|
6710 |
-
['1733896192', '1733897215', 'IN'],
|
6711 |
-
['1733897216', '1733898239', 'KR'],
|
6712 |
-
['1733898240', '1733899263', 'MM'],
|
6713 |
-
['1733899264', '1733900287', 'IN'],
|
6714 |
-
['1733900288', '1733901311', 'IN'],
|
6715 |
-
['1733901312', '1733902335', 'IN'],
|
6716 |
-
['1733902336', '1733903359', 'IN'],
|
6717 |
-
['1733903360', '1733904383', 'US'],
|
6718 |
-
['1733904384', '1733904639', 'HK'],
|
6719 |
-
['1733904640', '1733904895', 'AU'],
|
6720 |
-
['1733904896', '1733905407', 'IN'],
|
6721 |
-
['1733905408', '1733906431', 'ID'],
|
6722 |
-
['1733906432', '1733907455', 'AU'],
|
6723 |
-
['1733907456', '1733908479', 'VN'],
|
6724 |
-
['1733908480', '1733909503', 'VN'],
|
6725 |
-
['1733909504', '1733910527', 'VN'],
|
6726 |
-
['1733910528', '1733911551', 'CN'],
|
6727 |
-
['1733911552', '1733912575', 'CN'],
|
6728 |
-
['1733912576', '1733913599', 'CN'],
|
6729 |
-
['1733913600', '1733914623', 'CN'],
|
6730 |
-
['1733914624', '1733915647', 'CN'],
|
6731 |
-
['1733915648', '1733916671', 'CN'],
|
6732 |
-
['1733916672', '1733917695', 'VN'],
|
6733 |
-
['1733917696', '1733918719', 'ID'],
|
6734 |
-
['1733918720', '1733919743', 'HK'],
|
6735 |
-
['1733919744', '1733920767', 'GB'],
|
6736 |
-
['1733920768', '1733921023', 'IN'],
|
6737 |
-
['1733921024', '1733921279', 'HK'],
|
6738 |
-
['1733921280', '1733921791', 'ID'],
|
6739 |
-
['1733921792', '1733922815', 'SG'],
|
6740 |
-
['1733922816', '1733923839', 'HK'],
|
6741 |
-
['1733923840', '1733924863', 'CN'],
|
6742 |
-
['1733924864', '1733925375', 'AF'],
|
6743 |
-
['1733925376', '1733925631', 'ID'],
|
6744 |
-
['1733925632', '1733925887', 'ID'],
|
6745 |
-
['1733925888', '1733926911', 'NP'],
|
6746 |
-
['1733926912', '1733927935', 'ID'],
|
6747 |
-
['1733927936', '1733928447', 'ID'],
|
6748 |
-
['1733928448', '1733928703', 'ID'],
|
6749 |
-
['1733928704', '1733928959', 'AU'],
|
6750 |
-
['1733928960', '1733929983', 'IN'],
|
6751 |
-
['1733929984', '1733931007', 'CN'],
|
6752 |
-
['1733931008', '1733932031', 'MM'],
|
6753 |
-
['1733932032', '1733933055', 'MM'],
|
6754 |
-
['1733933056', '1733934079', 'CN'],
|
6755 |
-
['1733934080', '1733935103', 'CN'],
|
6756 |
-
['1733935104', '1733936127', 'CN'],
|
6757 |
-
['1733936128', '1733937151', 'CN'],
|
6758 |
-
['1733937152', '1733938175', 'CN'],
|
6759 |
-
['1733938176', '1733939199', 'CN'],
|
6760 |
-
['1733939200', '1733940223', 'CN'],
|
6761 |
-
['1733940224', '1733941247', 'CN'],
|
6762 |
-
['1733941248', '1733942271', 'CN'],
|
6763 |
-
['1733942272', '1733943295', 'CN'],
|
6764 |
-
['1733943296', '1733944319', 'CN'],
|
6765 |
-
['1733944320', '1733945343', 'CN'],
|
6766 |
-
['1733945344', '1733946367', 'IN'],
|
6767 |
-
['1733946368', '1733947391', 'PH'],
|
6768 |
-
['1733947392', '1733948415', 'PH'],
|
6769 |
-
['1733948416', '1733949439', 'BD'],
|
6770 |
-
['1733949440', '1733949695', 'ID'],
|
6771 |
-
['1733949696', '1733949951', 'IN'],
|
6772 |
-
['1733949952', '1733950463', 'ID'],
|
6773 |
-
['1733950464', '1733951487', 'IN'],
|
6774 |
-
['1733951488', '1733951999', 'BD'],
|
6775 |
-
['1733952000', '1733952255', 'BD'],
|
6776 |
-
['1733952256', '1733952511', 'AU'],
|
6777 |
-
['1733952512', '1733953023', 'IN'],
|
6778 |
-
['1733953024', '1733953279', 'IN'],
|
6779 |
-
['1733953280', '1733953535', 'PK'],
|
6780 |
-
['1733953536', '1733954559', 'ID'],
|
6781 |
-
['1733954560', '1733955071', 'BD'],
|
6782 |
-
['1733955072', '1733955327', 'NZ'],
|
6783 |
-
['1733955328', '1733955583', 'AU'],
|
6784 |
-
['1733955584', '1733956607', 'JP'],
|
6785 |
-
['1733956608', '1733957631', 'AU'],
|
6786 |
-
['1733957632', '1733958655', 'ID'],
|
6787 |
-
['1733958656', '1733959679', 'JP'],
|
6788 |
-
['1733959680', '1733960703', 'IN'],
|
6789 |
-
['1733960704', '1733961727', 'IN'],
|
6790 |
-
['1733961728', '1733962751', 'TH'],
|
6791 |
-
['1733962752', '1733963775', 'IN'],
|
6792 |
-
['1733963776', '1733964287', 'AU'],
|
6793 |
-
['1733964288', '1733964543', 'AU'],
|
6794 |
-
['1733964544', '1733964799', 'HK'],
|
6795 |
-
['1733964800', '1733965823', 'CN'],
|
6796 |
-
['1733965824', '1733966335', 'HK'],
|
6797 |
-
['1733966336', '1733966847', 'AU'],
|
6798 |
-
['1733966848', '1733967871', 'IN'],
|
6799 |
-
['1733967872', '1733968127', 'ID'],
|
6800 |
-
['1733968128', '1733968383', 'AU'],
|
6801 |
-
['1733968384', '1733968895', 'AU'],
|
6802 |
-
['1733968896', '1733969919', 'IN'],
|
6803 |
-
['1733969920', '1733970943', 'IN'],
|
6804 |
-
['1733970944', '1733971199', 'HK'],
|
6805 |
-
['1733971200', '1733971455', 'AU'],
|
6806 |
-
['1733971456', '1733971711', 'NZ'],
|
6807 |
-
['1733971712', '1733971967', 'IN'],
|
6808 |
-
['1733971968', '1733972991', 'HK'],
|
6809 |
-
['1733972992', '1733974015', 'NP'],
|
6810 |
-
['1733974016', '1733975039', 'AU'],
|
6811 |
-
['1733975040', '1733976063', 'CN'],
|
6812 |
-
['1733976064', '1733977087', 'IN'],
|
6813 |
-
['1733977088', '1733978111', 'CN'],
|
6814 |
-
['1733978112', '1733979135', 'CN'],
|
6815 |
-
['1733979136', '1733980159', 'CN'],
|
6816 |
-
['1733980160', '1733981183', 'CN'],
|
6817 |
-
['1733981184', '1733982207', 'CN'],
|
6818 |
-
['1733982208', '1733983231', 'CN'],
|
6819 |
-
['1733983232', '1733984255', 'CN'],
|
6820 |
-
['1733984256', '1733985279', 'CN'],
|
6821 |
-
['1733985280', '1733986303', 'CN'],
|
6822 |
-
['1733986304', '1733987327', 'HK'],
|
6823 |
-
['1733987328', '1733988351', 'AU'],
|
6824 |
-
['1733988352', '1733989375', 'NP'],
|
6825 |
-
['1733989376', '1733990399', 'KH'],
|
6826 |
-
['1733990400', '1733991423', 'CN'],
|
6827 |
-
['1733991424', '1733992447', 'IN'],
|
6828 |
-
['1733992448', '1733993471', 'IN'],
|
6829 |
-
['1733993472', '1733994495', 'JP'],
|
6830 |
-
['1733994496', '1733995519', 'CN'],
|
6831 |
-
['1733995520', '1733995775', 'HK'],
|
6832 |
-
['1733995776', '1733996031', 'CN'],
|
6833 |
-
['1733996032', '1733996543', 'NZ'],
|
6834 |
-
['1733996544', '1733997567', 'CN'],
|
6835 |
-
['1733997568', '1733998591', 'IN'],
|
6836 |
-
['1733998592', '1733999103', 'NZ'],
|
6837 |
-
['1733999104', '1733999615', 'IN'],
|
6838 |
-
['1733999616', '1734000639', 'CN'],
|
6839 |
-
['1734000640', '1734001663', 'CN'],
|
6840 |
-
['1734001664', '1734002687', 'ID'],
|
6841 |
-
['1734002688', '1734003199', 'IN'],
|
6842 |
-
['1734003200', '1734003455', 'PH'],
|
6843 |
-
['1734003456', '1734003711', 'HK'],
|
6844 |
-
['1734003712', '1734004735', 'IN'],
|
6845 |
-
['1734004736', '1734004991', 'AU'],
|
6846 |
-
['1734004992', '1734005247', 'KR'],
|
6847 |
-
['1734005248', '1734005503', 'ID'],
|
6848 |
-
['1734005504', '1734005759', 'AU'],
|
6849 |
-
['1734005760', '1734006783', 'BD'],
|
6850 |
-
['1734006784', '1734007807', 'AU'],
|
6851 |
-
['1734007808', '1734008831', 'VN'],
|
6852 |
-
['1734008832', '1734009855', 'VN'],
|
6853 |
-
['1734009856', '1734010879', 'VN'],
|
6854 |
-
['1734010880', '1734011903', 'VN'],
|
6855 |
-
['1734011904', '1734012927', 'IN'],
|
6856 |
-
['1734012928', '1734013951', 'IN'],
|
6857 |
-
['1734013952', '1734014975', 'KR'],
|
6858 |
-
['1734014976', '1734015999', 'ID'],
|
6859 |
-
['1734016000', '1734017023', 'ID'],
|
6860 |
-
['1734017024', '1734018047', 'ID'],
|
6861 |
-
['1734018048', '1734019071', 'JP'],
|
6862 |
-
['1734019072', '1734020095', 'HK'],
|
6863 |
-
['1734020096', '1734021119', 'ID'],
|
6864 |
-
['1734021120', '1734022143', 'IN'],
|
6865 |
-
['1734022144', '1734023167', 'ID'],
|
6866 |
-
['1734023168', '1734024191', 'ID'],
|
6867 |
-
['1734024192', '1734025215', 'ID'],
|
6868 |
-
['1734025216', '1734026239', 'ID'],
|
6869 |
-
['1734026240', '1734027263', 'CN'],
|
6870 |
-
['1734027264', '1734028287', 'CN'],
|
6871 |
-
['1734028288', '1734029311', 'ID'],
|
6872 |
-
['1734029312', '1734030335', 'IN'],
|
6873 |
-
['1734030336', '1734030847', 'BD'],
|
6874 |
-
['1734030848', '1734031103', 'BD'],
|
6875 |
-
['1734031104', '1734031359', 'PH'],
|
6876 |
-
['1734031360', '1734032383', 'HK'],
|
6877 |
-
['1734032384', '1734032895', 'MM'],
|
6878 |
-
['1734032896', '1734033151', 'IN'],
|
6879 |
-
['1734033152', '1734033407', 'IN'],
|
6880 |
-
['1734033408', '1734034431', 'MY'],
|
6881 |
-
['1734034432', '1734035455', 'IN'],
|
6882 |
-
['1734035456', '1734036479', 'IN'],
|
6883 |
-
['1734036480', '1734037503', 'IN'],
|
6884 |
-
['1734037504', '1734038527', 'IN'],
|
6885 |
-
['1734038528', '1734039039', 'IN'],
|
6886 |
-
['1734039040', '1734039295', 'IN'],
|
6887 |
-
['1734039296', '1734039551', 'ID'],
|
6888 |
-
['1734039552', '1734040575', 'IN'],
|
6889 |
-
['1734040576', '1734041599', 'IN'],
|
6890 |
-
['1734041600', '1734042623', 'IN'],
|
6891 |
-
['1734042624', '1734043647', 'IN'],
|
6892 |
-
['1734043648', '1734044159', 'BD'],
|
6893 |
-
['1734044160', '1734044671', 'US'],
|
6894 |
-
['1734044672', '1734045695', 'CN'],
|
6895 |
-
['1734045696', '1734046207', 'PH'],
|
6896 |
-
['1734046208', '1734046719', 'PG'],
|
6897 |
-
['1734046720', '1734047743', 'IN'],
|
6898 |
-
['1734047744', '1734048767', 'IN'],
|
6899 |
-
['1734048768', '1734049023', 'IN'],
|
6900 |
-
['1734049024', '1734049279', 'SG'],
|
6901 |
-
['1734049280', '1734049535', 'HK'],
|
6902 |
-
['1734049536', '1734049791', 'IN'],
|
6903 |
-
['1734049792', '1734050815', 'BD'],
|
6904 |
-
['1734050816', '1734051839', 'IN'],
|
6905 |
-
['1734051840', '1734052863', 'IN'],
|
6906 |
-
['1734052864', '1734053887', 'PH'],
|
6907 |
-
['1734053888', '1734054911', 'BD'],
|
6908 |
-
['1734054912', '1734055935', 'AU'],
|
6909 |
-
['1734055936', '1734056959', 'CN'],
|
6910 |
-
['1734056960', '1734057983', 'HK'],
|
6911 |
-
['1734057984', '1734059007', 'IN'],
|
6912 |
-
['1734059008', '1734060031', 'AU'],
|
6913 |
-
['1734060032', '1734061055', 'BD'],
|
6914 |
-
['1734061056', '1734062079', 'NZ'],
|
6915 |
-
['1734062080', '1734063103', 'CN'],
|
6916 |
-
['1734063104', '1734064127', 'IN'],
|
6917 |
-
['1740636160', '1740637183', 'CN'],
|
6918 |
-
['1740637184', '1740638207', 'CN'],
|
6919 |
-
['1740638208', '1740639231', 'CN'],
|
6920 |
-
['1740639232', '1740640255', 'CN'],
|
6921 |
-
['1740640256', '1740641279', 'CN'],
|
6922 |
-
['1740641280', '1740642303', 'CN'],
|
6923 |
-
['1740642304', '1740643327', 'CN'],
|
6924 |
-
['1740643328', '1740644351', 'CN'],
|
6925 |
-
['1740644352', '1740645375', 'IN'],
|
6926 |
-
['1740645376', '1740646399', 'HK'],
|
6927 |
-
['1740646400', '1740647423', 'HK'],
|
6928 |
-
['1740647424', '1740648447', 'MO'],
|
6929 |
-
['1740648448', '1740649471', 'CN'],
|
6930 |
-
['1740649472', '1740650495', 'CN'],
|
6931 |
-
['1740650496', '1740651519', 'CN'],
|
6932 |
-
['1740651520', '1740652543', 'IN'],
|
6933 |
-
['1740652544', '1740653567', 'IN'],
|
6934 |
-
['1740653568', '1740654591', 'JP'],
|
6935 |
-
['1740654592', '1740655615', 'IN'],
|
6936 |
-
['1740655616', '1740656639', 'NP'],
|
6937 |
-
['1740656640', '1740656895', 'NZ'],
|
6938 |
-
['1740656896', '1740657151', 'AF'],
|
6939 |
-
['1740657152', '1740657663', 'AU'],
|
6940 |
-
['1740657664', '1740658687', 'CN'],
|
6941 |
-
['1740658688', '1740659711', 'CN'],
|
6942 |
-
['1740659712', '1740660735', 'CN'],
|
6943 |
-
['1740660736', '1740661759', 'CN'],
|
6944 |
-
['1740661760', '1740662783', 'CN'],
|
6945 |
-
['1740662784', '1740663807', 'CN'],
|
6946 |
-
['1740663808', '1740664831', 'CN'],
|
6947 |
-
['1740664832', '1740665855', 'CN'],
|
6948 |
-
['1740665856', '1740666879', 'IN'],
|
6949 |
-
['1740666880', '1740667903', 'JP'],
|
6950 |
-
['1740667904', '1740668927', 'PH'],
|
6951 |
-
['1740668928', '1740669951', 'CN'],
|
6952 |
-
['1740669952', '1740670975', 'CN'],
|
6953 |
-
['1740670976', '1740671999', 'CN'],
|
6954 |
-
['1740672000', '1740673023', 'CN'],
|
6955 |
-
['1740673024', '1740674047', 'CN'],
|
6956 |
-
['1740674048', '1740675071', 'JP'],
|
6957 |
-
['1740675072', '1740676095', 'AU'],
|
6958 |
-
['1740676096', '1740677119', 'BD'],
|
6959 |
-
['1740677120', '1740678143', 'HK'],
|
6960 |
-
['1740678144', '1740679167', 'CN'],
|
6961 |
-
['1740679168', '1740680191', 'IN'],
|
6962 |
-
['1740680192', '1740680447', 'IN'],
|
6963 |
-
['1740680448', '1740680703', 'AU'],
|
6964 |
-
['1740680704', '1740680959', 'MM'],
|
6965 |
-
['1740680960', '1740681215', 'AU'],
|
6966 |
-
['1740681216', '1740682239', 'HK'],
|
6967 |
-
['1740682240', '1740683263', 'KH'],
|
6968 |
-
['1740683264', '1740684287', 'PH'],
|
6969 |
-
['1740684288', '1740685311', 'CN'],
|
6970 |
-
['1740685312', '1740686335', 'AU'],
|
6971 |
-
['1740686336', '1740686591', 'AU'],
|
6972 |
-
['1740686592', '1740686847', 'NZ'],
|
6973 |
-
['1740686848', '1740687359', 'IN'],
|
6974 |
-
['1740687360', '1740688383', 'HK'],
|
6975 |
-
['1740688384', '1740689407', 'IN'],
|
6976 |
-
['1740689408', '1740690431', 'CN'],
|
6977 |
-
['1740690432', '1740691455', 'CN'],
|
6978 |
-
['1740691456', '1740692479', 'CN'],
|
6979 |
-
['1740692480', '1740693503', 'IN'],
|
6980 |
-
['1740693504', '1740694527', 'HK'],
|
6981 |
-
['1740694528', '1740695551', 'JP'],
|
6982 |
-
['1740695552', '1740696575', 'JP'],
|
6983 |
-
['1740696576', '1740697599', 'VN'],
|
6984 |
-
['1740697600', '1740698623', 'NZ'],
|
6985 |
-
['1740698624', '1740699647', 'IN'],
|
6986 |
-
['1740699648', '1740700671', 'IN'],
|
6987 |
-
['1740700672', '1740701695', 'CN'],
|
6988 |
-
['1740701696', '1740702719', 'IN'],
|
6989 |
-
['1740702720', '1740703743', 'SG'],
|
6990 |
-
['1740703744', '1740704255', 'NZ'],
|
6991 |
-
['1740704256', '1740704767', 'AU'],
|
6992 |
-
['1740704768', '1740705791', 'JP'],
|
6993 |
-
['1740705792', '1740706047', 'NZ'],
|
6994 |
-
['1740706048', '1740706303', 'AU'],
|
6995 |
-
['1740706304', '1740706559', 'PK'],
|
6996 |
-
['1740706560', '1740706815', 'ID'],
|
6997 |
-
['1740706816', '1740707839', 'IN'],
|
6998 |
-
['1740707840', '1740708863', 'IN'],
|
6999 |
-
['1740708864', '1740709887', 'IN'],
|
7000 |
-
['1740709888', '1740710911', 'HK'],
|
7001 |
-
['1740710912', '1740711167', 'IN'],
|
7002 |
-
['1740711168', '1740711423', 'IN'],
|
7003 |
-
['1740711424', '1740711935', 'NZ'],
|
7004 |
-
['1740711936', '1740712959', 'CN'],
|
7005 |
-
['1740712960', '1740713983', 'CN'],
|
7006 |
-
['1740713984', '1740715007', 'IN'],
|
7007 |
-
['1740715008', '1740716031', 'IN'],
|
7008 |
-
['1740716032', '1740717055', 'IN'],
|
7009 |
-
['1740717056', '1740718079', 'IN'],
|
7010 |
-
['1740718080', '1740719103', 'IN'],
|
7011 |
-
['1740719104', '1740720127', 'HK'],
|
7012 |
-
['1740721152', '1740721407', 'AU'],
|
7013 |
-
['1740721408', '1740721663', 'IN'],
|
7014 |
-
['1740721664', '1740721919', 'AU'],
|
7015 |
-
['1740721920', '1740722175', 'IN'],
|
7016 |
-
['1740722176', '1740723199', 'AU'],
|
7017 |
-
['1740723200', '1740724223', 'IN'],
|
7018 |
-
['1740724224', '1740725247', 'IN'],
|
7019 |
-
['1740725248', '1740726271', 'IN'],
|
7020 |
-
['1740726272', '1740727295', 'IN'],
|
7021 |
-
['1740727296', '1740728319', 'IN'],
|
7022 |
-
['1740728320', '1740729343', 'IN'],
|
7023 |
-
['1740729344', '1740730367', 'IN'],
|
7024 |
-
['1740730368', '1740731391', 'IN'],
|
7025 |
-
['1740731392', '1740732415', 'ID'],
|
7026 |
-
['1740732416', '1740733439', 'CN'],
|
7027 |
-
['1740733440', '1740734463', 'CN'],
|
7028 |
-
['1740734464', '1740735487', 'HK'],
|
7029 |
-
['1740735488', '1740736511', 'HK'],
|
7030 |
-
['1740736512', '1740737535', 'NZ'],
|
7031 |
-
['1740737536', '1740738559', 'CN'],
|
7032 |
-
['1740738560', '1740739583', 'CN'],
|
7033 |
-
['1740739584', '1740740607', 'CN'],
|
7034 |
-
['1740740608', '1740741631', 'IN'],
|
7035 |
-
['1740741632', '1740742655', 'IN'],
|
7036 |
-
['1740742656', '1740743679', 'CN'],
|
7037 |
-
['1740743936', '1740744191', 'PH'],
|
7038 |
-
['1740744192', '1740744703', 'AU'],
|
7039 |
-
['1740744704', '1740745727', 'BD'],
|
7040 |
-
['1740745728', '1740746751', 'HK'],
|
7041 |
-
['1740747776', '1740748799', 'KH'],
|
7042 |
-
['1740748800', '1740749823', 'JP'],
|
7043 |
-
['1740749824', '1740750847', 'CN'],
|
7044 |
-
['1740750848', '1740751871', 'CN'],
|
7045 |
-
['1740751872', '1740752895', 'IN'],
|
7046 |
-
['1740752896', '1740753919', 'IN'],
|
7047 |
-
['1740753920', '1740754943', 'KH'],
|
7048 |
-
['1740754944', '1740755967', 'AU'],
|
7049 |
-
['1740755968', '1740756991', 'CN'],
|
7050 |
-
['1740756992', '1740758015', 'CN'],
|
7051 |
-
['1740758016', '1740759039', 'CN'],
|
7052 |
-
['1740759040', '1740760063', 'CN'],
|
7053 |
-
['1740760064', '1740761087', 'CN'],
|
7054 |
-
['1740761088', '1740762111', 'CN'],
|
7055 |
-
['1740762112', '1740763135', 'CN'],
|
7056 |
-
['1740763136', '1740764159', 'CN'],
|
7057 |
-
['1740764160', '1740765183', 'HK'],
|
7058 |
-
['1740765184', '1740766207', 'HK'],
|
7059 |
-
['1740766208', '1740767231', 'IN'],
|
7060 |
-
['1740767232', '1740768255', 'AU'],
|
7061 |
-
['1740768256', '1740769279', 'AU'],
|
7062 |
-
['1740769280', '1740770303', 'IN'],
|
7063 |
-
['1740770304', '1740771327', 'IN'],
|
7064 |
-
['1740771328', '1740772351', 'CN'],
|
7065 |
-
['1740772352', '1740773375', 'IN'],
|
7066 |
-
['1740773376', '1740774399', 'IN'],
|
7067 |
-
['1740774400', '1740775423', 'IN'],
|
7068 |
-
['1740775424', '1740776447', 'IN'],
|
7069 |
-
['1740776448', '1740777471', 'HK'],
|
7070 |
-
['1740777472', '1740778495', 'HK'],
|
7071 |
-
['1740778496', '1740778751', 'IN'],
|
7072 |
-
['1740778752', '1740779007', 'IN'],
|
7073 |
-
['1740779008', '1740779263', 'IN'],
|
7074 |
-
['1740779264', '1740779519', 'IN'],
|
7075 |
-
['1740779520', '1740780543', 'AU'],
|
7076 |
-
['1740780544', '1740781567', 'IN'],
|
7077 |
-
['1740781568', '1740782591', 'IN'],
|
7078 |
-
['1740782592', '1740783615', 'IN'],
|
7079 |
-
['1740783616', '1740784639', 'IN'],
|
7080 |
-
['1740784640', '1740784895', 'AU'],
|
7081 |
-
['1740784896', '1740785151', 'IN'],
|
7082 |
-
['1740785152', '1740785663', 'IN'],
|
7083 |
-
['1740785664', '1740786687', 'JP'],
|
7084 |
-
['1740786688', '1740787711', 'SG'],
|
7085 |
-
['1740787712', '1740788735', 'MY'],
|
7086 |
-
['1740788736', '1740789759', 'KH'],
|
7087 |
-
['1740789760', '1740790783', 'IN'],
|
7088 |
-
['1740790784', '1740791807', 'PK'],
|
7089 |
-
['1740791808', '1740792831', 'IN'],
|
7090 |
-
['1740792832', '1740793343', 'HK'],
|
7091 |
-
['1740793344', '1740793855', 'HK'],
|
7092 |
-
['1740793856', '1740794879', 'HK'],
|
7093 |
-
['1740794880', '1740795903', 'KR'],
|
7094 |
-
['1740795904', '1740796927', 'IN'],
|
7095 |
-
['1740796928', '1740797951', 'IN'],
|
7096 |
-
['1740797952', '1740798207', 'IN'],
|
7097 |
-
['1740798208', '1740798463', 'AU'],
|
7098 |
-
['1740798464', '1740798975', 'IN'],
|
7099 |
-
['1740798976', '1740799999', 'AU'],
|
7100 |
-
['1740800000', '1740800511', 'IN'],
|
7101 |
-
['1740800512', '1740800767', 'ID'],
|
7102 |
-
['1740800768', '1740801023', 'IN'],
|
7103 |
-
['1740801024', '1740802047', 'IN'],
|
7104 |
-
['1740802048', '1740803071', 'IN'],
|
7105 |
-
['1740803072', '1740804095', 'IN'],
|
7106 |
-
['1740804096', '1740805119', 'IN'],
|
7107 |
-
['1740805120', '1740806143', 'HK'],
|
7108 |
-
['1740806144', '1740807167', 'IN'],
|
7109 |
-
['1740807168', '1740808191', 'IN'],
|
7110 |
-
['1740808192', '1740809215', 'IN'],
|
7111 |
-
['1740809216', '1740810239', 'JP'],
|
7112 |
-
['1740810240', '1740811263', 'NL'],
|
7113 |
-
['1740811264', '1740812287', 'ID'],
|
7114 |
-
['1740812288', '1740813311', 'MN'],
|
7115 |
-
['1740813312', '1740814335', 'IN'],
|
7116 |
-
['1740814336', '1740815359', 'HK'],
|
7117 |
-
['1740815360', '1740816383', 'VN'],
|
7118 |
-
['1740816384', '1740817407', 'IN'],
|
7119 |
-
['1740817408', '1740818431', 'IN'],
|
7120 |
-
['1740818432', '1740819455', 'IN'],
|
7121 |
-
['1740819456', '1740820479', 'IN'],
|
7122 |
-
['1740820480', '1740821503', 'IN'],
|
7123 |
-
['1740821504', '1740822015', 'HK'],
|
7124 |
-
['1740822016', '1740822527', 'AU'],
|
7125 |
-
['1740822528', '1740823551', 'IN'],
|
7126 |
-
['1740823552', '1740824575', 'IN'],
|
7127 |
-
['1740824576', '1740825599', 'IN'],
|
7128 |
-
['1740825856', '1740826111', 'AU'],
|
7129 |
-
['1740826112', '1740826623', 'SG'],
|
7130 |
-
['1740826624', '1740827647', 'IN'],
|
7131 |
-
['1740827648', '1740828671', 'HK'],
|
7132 |
-
['1740828672', '1740829695', 'IN'],
|
7133 |
-
['1740829696', '1740830719', 'HK'],
|
7134 |
-
['1740830720', '1740831743', 'IN'],
|
7135 |
-
['1740831744', '1740832767', 'KR'],
|
7136 |
-
['1740832768', '1740833791', 'BD'],
|
7137 |
-
['1740833792', '1740834815', 'HK'],
|
7138 |
-
['1740834816', '1740835839', 'NZ'],
|
7139 |
-
['1740835840', '1740836351', 'AU'],
|
7140 |
-
['1740836352', '1740836863', 'AU'],
|
7141 |
-
['1740836864', '1740837119', 'IN'],
|
7142 |
-
['1740837376', '1740837887', 'ID'],
|
7143 |
-
['1740837888', '1740838911', 'MY'],
|
7144 |
-
['1740838912', '1740839935', 'IN'],
|
7145 |
-
['1740840192', '1740840447', 'ID'],
|
7146 |
-
['1740840448', '1740840959', 'ID'],
|
7147 |
-
['1740840960', '1740841983', 'SG'],
|
7148 |
-
['1740841984', '1740843007', 'IN'],
|
7149 |
-
['1740843008', '1740844031', 'IN'],
|
7150 |
-
['1740844032', '1740845055', 'IN'],
|
7151 |
-
['1740845056', '1740846079', 'HK'],
|
7152 |
-
['1740846080', '1740846591', 'AU'],
|
7153 |
-
['1740846592', '1740847103', 'BD'],
|
7154 |
-
['1740847104', '1740848127', 'ID'],
|
7155 |
-
['1740848128', '1740849151', 'AU'],
|
7156 |
-
['1740849152', '1740849407', 'AU'],
|
7157 |
-
['1740849408', '1740849663', 'ID'],
|
7158 |
-
['1740849664', '1740850175', 'AU'],
|
7159 |
-
['1740850176', '1740851199', 'IN'],
|
7160 |
-
['1740851200', '1740852223', 'IN'],
|
7161 |
-
['1740852224', '1740853247', 'IN'],
|
7162 |
-
['1740853248', '1740854271', 'IN'],
|
7163 |
-
['1740854272', '1740855295', 'IN'],
|
7164 |
-
['1740855296', '1740856319', 'ID'],
|
7165 |
-
['1740856320', '1740857343', 'IN'],
|
7166 |
-
['1740857344', '1740858367', 'IN'],
|
7167 |
-
['1740858368', '1740859391', 'SG'],
|
7168 |
-
['1740859392', '1740860415', 'CN'],
|
7169 |
-
['1740860416', '1740861439', 'HK'],
|
7170 |
-
['1740861440', '1740862463', 'CN'],
|
7171 |
-
['1740862464', '1740863487', 'HK'],
|
7172 |
-
['1740863488', '1740864511', 'IN'],
|
7173 |
-
['1740864512', '1740865535', 'IN'],
|
7174 |
-
['1740865536', '1740866559', 'AU'],
|
7175 |
-
['1740866560', '1740867583', 'HK'],
|
7176 |
-
['1740867584', '1740868607', 'CN'],
|
7177 |
-
['1740868608', '1740869119', 'BD'],
|
7178 |
-
['1740869120', '1740869375', 'ID'],
|
7179 |
-
['1740869376', '1740869631', 'MY'],
|
7180 |
-
['1740869632', '1740870655', 'JP'],
|
7181 |
-
['1740870656', '1740871679', 'CN'],
|
7182 |
-
['1740871680', '1740872703', 'CN'],
|
7183 |
-
['1740872704', '1740873727', 'ID'],
|
7184 |
-
['1740873728', '1740874751', 'CN'],
|
7185 |
-
['1740874752', '1740875775', 'ID'],
|
7186 |
-
['1740875776', '1740876287', 'ID'],
|
7187 |
-
['1740876288', '1740876799', 'AU'],
|
7188 |
-
['1740876800', '1740877823', 'IN'],
|
7189 |
-
['1740877824', '1740878847', 'IN'],
|
7190 |
-
['1740878848', '1740879871', 'IN'],
|
7191 |
-
['1740879872', '1740880895', 'IN'],
|
7192 |
-
['1740880896', '1740881919', 'SG'],
|
7193 |
-
['1740881920', '1740882943', 'CN'],
|
7194 |
-
['1740882944', '1740883967', 'IN'],
|
7195 |
-
['1740883968', '1740884991', 'IN'],
|
7196 |
-
['1740884992', '1740885503', 'BD'],
|
7197 |
-
['1740885504', '1740885759', 'AU'],
|
7198 |
-
['1740885760', '1740886015', 'AU'],
|
7199 |
-
['1740886016', '1740887039', 'IN'],
|
7200 |
-
['1740887040', '1740888063', 'IN'],
|
7201 |
-
['1740888064', '1740889087', 'IN'],
|
7202 |
-
['1740889088', '1740890111', 'IN'],
|
7203 |
-
['1740890112', '1740891135', 'IN'],
|
7204 |
-
['1740891136', '1740892159', 'IN'],
|
7205 |
-
['1740892160', '1740893183', 'IN'],
|
7206 |
-
['1740893184', '1740894207', 'VN'],
|
7207 |
-
['1740894208', '1740895231', 'VN'],
|
7208 |
-
['1740895232', '1740896255', 'IN'],
|
7209 |
-
['1740896256', '1740897279', 'IN'],
|
7210 |
-
['1740897280', '1740898303', 'IN'],
|
7211 |
-
['1740898304', '1740899327', 'IN'],
|
7212 |
-
['1740899328', '1740900351', 'IN'],
|
7213 |
-
['1740900352', '1740901375', 'IN'],
|
7214 |
-
['1740901376', '1740901887', 'TH'],
|
7215 |
-
['1740901888', '1740902143', 'ID'],
|
7216 |
-
['1740902400', '1740903423', 'VN'],
|
7217 |
-
['1740903424', '1740904447', 'US'],
|
7218 |
-
['1740904448', '1740904959', 'NZ'],
|
7219 |
-
['1740904960', '1740905471', 'IN'],
|
7220 |
-
['1740905472', '1740906495', 'IN'],
|
7221 |
-
['1740906496', '1740907519', 'IN'],
|
7222 |
-
['1740907520', '1740908543', 'HK'],
|
7223 |
-
['1740908544', '1740909055', 'PK'],
|
7224 |
-
['1740909056', '1740909311', 'ID'],
|
7225 |
-
['1740909312', '1740909567', 'ID'],
|
7226 |
-
['1740909568', '1740910079', 'ID'],
|
7227 |
-
['1740910080', '1740910591', 'ID'],
|
7228 |
-
['1740910592', '1740911615', 'HK'],
|
7229 |
-
['1740911616', '1740912639', 'IN'],
|
7230 |
-
['1740912640', '1740913663', 'PH'],
|
7231 |
-
['1740913664', '1740914687', 'CN'],
|
7232 |
-
['1740914688', '1740915711', 'CN'],
|
7233 |
-
['1740915712', '1740916735', 'AU'],
|
7234 |
-
['1740916736', '1740917759', 'CN'],
|
7235 |
-
['1740917760', '1740918783', 'IN'],
|
7236 |
-
['1740918784', '1740919807', 'AU'],
|
7237 |
-
['1740919808', '1740920063', 'AU'],
|
7238 |
-
['1740920320', '1740920831', 'HK'],
|
7239 |
-
['1740920832', '1740921855', 'CN'],
|
7240 |
-
['1740921856', '1740922879', 'CN'],
|
7241 |
-
['1740922880', '1740923903', 'CN'],
|
7242 |
-
['1740923904', '1740924927', 'HK'],
|
7243 |
-
['1740924928', '1740925951', 'PH'],
|
7244 |
-
['1740925952', '1740926463', 'NZ'],
|
7245 |
-
['1740926464', '1740926719', 'IN'],
|
7246 |
-
['1740926720', '1740926975', 'AU'],
|
7247 |
-
['1740926976', '1740927999', 'SG'],
|
7248 |
-
['1740928000', '1740928255', 'ID'],
|
7249 |
-
['1740928256', '1740928511', 'IN'],
|
7250 |
-
['1740928512', '1740929023', 'AU'],
|
7251 |
-
['1740929024', '1740930047', 'HK'],
|
7252 |
-
['1740930048', '1740931071', 'HK'],
|
7253 |
-
['1740931072', '1740932095', 'PH'],
|
7254 |
-
['1740932096', '1740933119', 'IN'],
|
7255 |
-
['1740933120', '1740934143', 'PH'],
|
7256 |
-
['1740934144', '1740935167', 'SG'],
|
7257 |
-
['1740936192', '1740937215', 'AU'],
|
7258 |
-
['1740938240', '1740938495', 'AU'],
|
7259 |
-
['1740938496', '1740938751', 'IN'],
|
7260 |
-
['1740938752', '1740939263', 'TH'],
|
7261 |
-
['1740939264', '1740940287', 'PK'],
|
7262 |
-
['1740941312', '1740942335', 'CN'],
|
7263 |
-
['1740942336', '1740943359', 'TW'],
|
7264 |
-
['1740944384', '1740945407', 'US'],
|
7265 |
-
['1740946432', '1740947455', 'IN'],
|
7266 |
-
['1740947456', '1740947711', 'IN'],
|
7267 |
-
['1740947712', '1740947967', 'IN'],
|
7268 |
-
['1740947968', '1740948223', 'AU'],
|
7269 |
-
['1740948224', '1740948479', 'MY'],
|
7270 |
-
['1740948480', '1740949503', 'IN'],
|
7271 |
-
['1740949504', '1740950527', 'IN'],
|
7272 |
-
['1740950528', '1740951551', 'CN'],
|
7273 |
-
['1740951552', '1740952575', 'IN'],
|
7274 |
-
['1740952576', '1740953599', 'IN'],
|
7275 |
-
['1740953600', '1740954623', 'IN'],
|
7276 |
-
['1740954624', '1740955647', 'IN'],
|
7277 |
-
['1740955648', '1740956671', 'IN'],
|
7278 |
-
['1740956672', '1740957695', 'IN'],
|
7279 |
-
['1740957696', '1740958719', 'BD'],
|
7280 |
-
['1740958720', '1740959743', 'VN'],
|
7281 |
-
['1740959744', '1740960767', 'IN'],
|
7282 |
-
['1740960768', '1740961791', 'VN'],
|
7283 |
-
['1740961792', '1740962815', 'VN'],
|
7284 |
-
['1740962816', '1740963839', 'SG'],
|
7285 |
-
['1740963840', '1740964863', 'SG'],
|
7286 |
-
['1740964864', '1740965887', 'HK'],
|
7287 |
-
['1740965888', '1740966911', 'IN'],
|
7288 |
-
['1740966912', '1740967935', 'JP'],
|
7289 |
-
['1740967936', '1740968959', 'IN'],
|
7290 |
-
['1740968960', '1740969983', 'MY'],
|
7291 |
-
['1740969984', '1740971007', 'HK'],
|
7292 |
-
['1740971008', '1740972031', 'IN'],
|
7293 |
-
['1740972032', '1740973055', 'IN'],
|
7294 |
-
['1740973056', '1740974079', 'IN'],
|
7295 |
-
['1740974080', '1740975103', 'IN'],
|
7296 |
-
['1740975104', '1740976127', 'PK'],
|
7297 |
-
['1740976128', '1740976639', 'BD'],
|
7298 |
-
['1740976896', '1740977151', 'IN'],
|
7299 |
-
['1740977152', '1740978175', 'NZ'],
|
7300 |
-
['1740978176', '1740979199', 'MY'],
|
7301 |
-
['1740979200', '1740980223', 'NZ'],
|
7302 |
-
['1740980224', '1740981247', 'AU'],
|
7303 |
-
['1740981248', '1740982271', 'HK'],
|
7304 |
-
['1740982272', '1740983295', 'IN'],
|
7305 |
-
['1740983296', '1740984319', 'IN'],
|
7306 |
-
['1740984320', '1740985343', 'IN'],
|
7307 |
-
['1740985344', '1740986367', 'PH'],
|
7308 |
-
['1740986368', '1740986623', 'AU'],
|
7309 |
-
['1740986624', '1740986879', 'ID'],
|
7310 |
-
['1740986880', '1740987391', 'IN'],
|
7311 |
-
['1740987392', '1740988415', 'ID'],
|
7312 |
-
['1740988416', '1740989439', 'SG'],
|
7313 |
-
['1740989440', '1740990463', 'IN'],
|
7314 |
-
['1740990464', '1740991487', 'KH'],
|
7315 |
-
['1740991488', '1740992511', 'IN'],
|
7316 |
-
['1740992512', '1740993535', 'IN'],
|
7317 |
-
['1740993536', '1740994559', 'IN'],
|
7318 |
-
['1740994560', '1740995583', 'IN'],
|
7319 |
-
['1740995584', '1740996607', 'IN'],
|
7320 |
-
['1740996608', '1740997631', 'IN'],
|
7321 |
-
['1740997632', '1740998655', 'IN'],
|
7322 |
-
['1740998656', '1740999679', 'IN'],
|
7323 |
-
['1740999680', '1741000703', 'IN'],
|
7324 |
-
['1741000704', '1741001727', 'AU'],
|
7325 |
-
['1741001728', '1741002751', 'HK'],
|
7326 |
-
['1741002752', '1741003775', 'BD'],
|
7327 |
-
['1741004800', '1741005823', 'AU'],
|
7328 |
-
['1741005824', '1741006847', 'MV'],
|
7329 |
-
['1741006848', '1741007871', 'HK'],
|
7330 |
-
['1741007872', '1741008895', 'TW'],
|
7331 |
-
['1741008896', '1741009919', 'BT'],
|
7332 |
-
['1741009920', '1741010943', 'CN'],
|
7333 |
-
['1741010944', '1741011455', 'IN'],
|
7334 |
-
['1741011456', '1741011967', 'AU'],
|
7335 |
-
['1741011968', '1741012991', 'ID'],
|
7336 |
-
['1741012992', '1741014015', 'HK'],
|
7337 |
-
['1741014016', '1741015039', 'MM'],
|
7338 |
-
['1741015040', '1741016063', 'PH'],
|
7339 |
-
['1741016064', '1741017087', 'BD'],
|
7340 |
-
['1741017088', '1741018111', 'JP'],
|
7341 |
-
['1741018112', '1741018623', 'AU'],
|
7342 |
-
['1741018624', '1741019135', 'AU'],
|
7343 |
-
['1741019136', '1741020159', 'HK'],
|
7344 |
-
['1741020160', '1741021183', 'IN'],
|
7345 |
-
['1741021184', '1741022207', 'IN'],
|
7346 |
-
['1741022208', '1741023231', 'CN'],
|
7347 |
-
['1741023232', '1741024255', 'AU'],
|
7348 |
-
['1741024256', '1741025279', 'AU'],
|
7349 |
-
['1741025280', '1741026303', 'IN'],
|
7350 |
-
['1741026304', '1741027327', 'TH'],
|
7351 |
-
['1741027328', '1741028351', 'BD'],
|
7352 |
-
['1741029376', '1741029631', 'SG'],
|
7353 |
-
['1741029632', '1741029887', 'HK'],
|
7354 |
-
['1741029888', '1741030399', 'BD'],
|
7355 |
-
['1741030400', '1741031423', 'JP'],
|
7356 |
-
['1741031424', '1741031935', 'NP'],
|
7357 |
-
['1741031936', '1741032447', 'IN'],
|
7358 |
-
['1741032448', '1741033471', 'JP'],
|
7359 |
-
['1741033472', '1741033983', 'MY'],
|
7360 |
-
['1741033984', '1741034495', 'HK'],
|
7361 |
-
['1741034496', '1741035519', 'CN'],
|
7362 |
-
['1741035520', '1741036031', 'AU'],
|
7363 |
-
['1741036544', '1741037567', 'IN'],
|
7364 |
-
['1741037568', '1741038079', 'AU'],
|
7365 |
-
['1741038080', '1741038591', 'IN'],
|
7366 |
-
['1741038592', '1741039615', 'JP'],
|
7367 |
-
['1741039616', '1741040639', 'AU'],
|
7368 |
-
['1741040640', '1741041663', 'HK'],
|
7369 |
-
['1741041664', '1741042687', 'HK'],
|
7370 |
-
['1741042688', '1741043199', 'MY'],
|
7371 |
-
['1741043200', '1741043711', 'AU'],
|
7372 |
-
['1741043712', '1741044735', 'HK'],
|
7373 |
-
['1741044736', '1741045759', 'CN'],
|
7374 |
-
['1741045760', '1741046783', 'CN'],
|
7375 |
-
['1741046784', '1741047807', 'MY'],
|
7376 |
-
['1741047808', '1741048831', 'CN'],
|
7377 |
-
['1741048832', '1741049855', 'SG'],
|
7378 |
-
['1741049856', '1741050367', 'IN'],
|
7379 |
-
['1741050368', '1741050623', 'HK'],
|
7380 |
-
['1741050624', '1741050879', 'IN'],
|
7381 |
-
['1741050880', '1741051903', 'MY'],
|
7382 |
-
['1741051904', '1741052927', 'PH'],
|
7383 |
-
['1741052928', '1741053183', 'AU'],
|
7384 |
-
['1741053184', '1741053439', 'ID'],
|
7385 |
-
['1741053952', '1741054975', 'IN'],
|
7386 |
-
['1741054976', '1741055999', 'IN'],
|
7387 |
-
['1741056000', '1741056511', 'NZ'],
|
7388 |
-
['1741056512', '1741056767', 'AU'],
|
7389 |
-
['1741056768', '1741057023', 'AU'],
|
7390 |
-
['1741057024', '1741058047', 'JP'],
|
7391 |
-
['1741058048', '1741058559', 'AU'],
|
7392 |
-
['1741058560', '1741059071', 'ID'],
|
7393 |
-
['1741059072', '1741060095', 'ID'],
|
7394 |
-
['1741060096', '1741061119', 'ID'],
|
7395 |
-
['1741061120', '1741062143', 'CN'],
|
7396 |
-
['1741062144', '1741062399', 'IN'],
|
7397 |
-
['1741062400', '1741062655', 'IN'],
|
7398 |
-
['1741062656', '1741062911', 'AU'],
|
7399 |
-
['1741062912', '1741063167', 'ID'],
|
7400 |
-
['1741063168', '1741064191', 'BD'],
|
7401 |
-
['1741064192', '1741065215', 'BD'],
|
7402 |
-
['1741065216', '1741066239', 'SG'],
|
7403 |
-
['1741066240', '1741067263', 'SG'],
|
7404 |
-
['1741067264', '1741068287', 'MM'],
|
7405 |
-
['1741069312', '1741070335', 'CN'],
|
7406 |
-
['1741070336', '1741071359', 'JP'],
|
7407 |
-
['1741071360', '1741072383', 'IN'],
|
7408 |
-
['1741072384', '1741073407', 'BD'],
|
7409 |
-
['1741073408', '1741074431', 'IN'],
|
7410 |
-
['1741074432', '1741075455', 'TL'],
|
7411 |
-
['1741075456', '1741076479', 'CN'],
|
7412 |
-
['1741076480', '1741076991', 'NZ'],
|
7413 |
-
['1741076992', '1741077247', 'NZ'],
|
7414 |
-
['1741077248', '1741077503', 'IN'],
|
7415 |
-
['1741077504', '1741078527', 'HK'],
|
7416 |
-
['1741078528', '1741079551', 'HK'],
|
7417 |
-
['1741079552', '1741080575', 'CN'],
|
7418 |
-
['1741080576', '1741081599', 'CN'],
|
7419 |
-
['1741081600', '1741082623', 'HK'],
|
7420 |
-
['1741082624', '1741083135', 'JP'],
|
7421 |
-
['1741083136', '1741083391', 'JP'],
|
7422 |
-
['1741083648', '1741084671', 'JP'],
|
7423 |
-
['1741084672', '1741085695', 'CN'],
|
7424 |
-
['1741085696', '1741086719', 'CN'],
|
7425 |
-
['1741086720', '1741087743', 'CN'],
|
7426 |
-
['1741087744', '1741088767', 'CN'],
|
7427 |
-
['1741088768', '1741089791', 'CN'],
|
7428 |
-
['1741089792', '1741090815', 'CN'],
|
7429 |
-
['1741090816', '1741091839', 'CN'],
|
7430 |
-
['1741091840', '1741092863', 'CN'],
|
7431 |
-
['1741092864', '1741093887', 'HK'],
|
7432 |
-
['1741093888', '1741094911', 'BD'],
|
7433 |
-
['1741094912', '1741095423', 'NZ'],
|
7434 |
-
['1741095424', '1741095935', 'ID'],
|
7435 |
-
['1741095936', '1741096959', 'VN'],
|
7436 |
-
['1741096960', '1741097983', 'VN'],
|
7437 |
-
['1741097984', '1741099007', 'VN'],
|
7438 |
-
['1741099008', '1741100031', 'VN'],
|
7439 |
-
['1741100032', '1741101055', 'VN'],
|
7440 |
-
['1741101056', '1741102079', 'VN'],
|
7441 |
-
['1741102080', '1741103103', 'VN'],
|
7442 |
-
['1741103104', '1741104127', 'VN'],
|
7443 |
-
['1741104128', '1741105151', 'VN'],
|
7444 |
-
['1741105152', '1741106175', 'VN'],
|
7445 |
-
['1741106176', '1741107199', 'VN'],
|
7446 |
-
['1741107200', '1741108223', 'VN'],
|
7447 |
-
['1741108224', '1741109247', 'VN'],
|
7448 |
-
['1741109248', '1741110271', 'VN'],
|
7449 |
-
['1741110272', '1741111295', 'VN'],
|
7450 |
-
['1741111296', '1741112319', 'VN'],
|
7451 |
-
['1741112320', '1741113343', 'VN'],
|
7452 |
-
['1741113344', '1741114367', 'VN'],
|
7453 |
-
['1741114368', '1741115391', 'VN'],
|
7454 |
-
['1741115392', '1741115647', 'AU'],
|
7455 |
-
['1741115648', '1741115903', 'NZ'],
|
7456 |
-
['1741115904', '1741116415', 'AU'],
|
7457 |
-
['1741116416', '1741117439', 'BD'],
|
7458 |
-
['1741117440', '1741118463', 'IN'],
|
7459 |
-
['1741118464', '1741119487', 'IN'],
|
7460 |
-
['1741119488', '1741119743', 'AU'],
|
7461 |
-
['1741119744', '1741119999', 'IN'],
|
7462 |
-
['1741120000', '1741120511', 'IN'],
|
7463 |
-
['1741120512', '1741121535', 'HK'],
|
7464 |
-
['1741121536', '1741122559', 'HK'],
|
7465 |
-
['1741122560', '1741123583', 'BD'],
|
7466 |
-
['1741123584', '1741124607', 'IN'],
|
7467 |
-
['1741124608', '1741124863', 'IN'],
|
7468 |
-
['1741124864', '1741125119', 'IN'],
|
7469 |
-
['1741125120', '1741125375', 'ID'],
|
7470 |
-
['1741125376', '1741125631', 'AU'],
|
7471 |
-
['1741125632', '1741126655', 'IN'],
|
7472 |
-
['1741126656', '1741127679', 'IN'],
|
7473 |
-
['1741127680', '1741128703', 'IN'],
|
7474 |
-
['1741128704', '1741129727', 'JP'],
|
7475 |
-
['1741129728', '1741130751', 'IN'],
|
7476 |
-
['1741131776', '1741132799', 'IN'],
|
7477 |
-
['1741132800', '1741133823', 'HK'],
|
7478 |
-
['1741133824', '1741134847', 'BD'],
|
7479 |
-
['1741134848', '1741135871', 'IN'],
|
7480 |
-
['1741135872', '1741136895', 'IN'],
|
7481 |
-
['1741136896', '1741137919', 'CN'],
|
7482 |
-
['1741137920', '1741138431', 'BD'],
|
7483 |
-
['1741138432', '1741138943', 'TH'],
|
7484 |
-
['1741138944', '1741139967', 'IN'],
|
7485 |
-
['1741139968', '1741140991', 'IN'],
|
7486 |
-
['1741140992', '1741142015', 'IN'],
|
7487 |
-
['1741142016', '1741143039', 'IN'],
|
7488 |
-
['1741143040', '1741144063', 'IN'],
|
7489 |
-
['1741144064', '1741145087', 'IN'],
|
7490 |
-
['1741145088', '1741146111', 'CN'],
|
7491 |
-
['1741146112', '1741147135', 'IN'],
|
7492 |
-
['1741147136', '1741148159', 'IN'],
|
7493 |
-
['1741148160', '1741149183', 'IN'],
|
7494 |
-
['1741149184', '1741150207', 'IN'],
|
7495 |
-
['1741150208', '1741151231', 'MY'],
|
7496 |
-
['1741151232', '1741152255', 'JP'],
|
7497 |
-
['1741152256', '1741153279', 'IN'],
|
7498 |
-
['1741153280', '1741154303', 'CN'],
|
7499 |
-
['1741154304', '1741155327', 'BD'],
|
7500 |
-
['1741155328', '1741156351', 'ID'],
|
7501 |
-
['1741156352', '1741157375', 'IN'],
|
7502 |
-
['1741157376', '1741158399', 'HK'],
|
7503 |
-
['1741158400', '1741159423', 'CN'],
|
7504 |
-
['1741159424', '1741160447', 'CN'],
|
7505 |
-
['1741160448', '1741161471', 'TW'],
|
7506 |
-
['1741161472', '1741162495', 'SG'],
|
7507 |
-
['1741162496', '1741163519', 'AU'],
|
7508 |
-
['1741163520', '1741164543', 'AU'],
|
7509 |
-
['1741164544', '1741165567', 'ID'],
|
7510 |
-
['1741165568', '1741166591', 'VN'],
|
7511 |
-
['1741166592', '1741167615', 'VN'],
|
7512 |
-
['1741167616', '1741168639', 'CN'],
|
7513 |
-
['1741168640', '1741169663', 'CN'],
|
7514 |
-
['1741169664', '1741170687', 'BD'],
|
7515 |
-
['1741170688', '1741171711', 'IN'],
|
7516 |
-
['1741171712', '1741172735', 'IN'],
|
7517 |
-
['1741172736', '1741173759', 'IN'],
|
7518 |
-
['1741173760', '1741174783', 'CN'],
|
7519 |
-
['1741174784', '1741175807', 'IN'],
|
7520 |
-
['1741175808', '1741176831', 'VN'],
|
7521 |
-
['1741176832', '1741177855', 'CN'],
|
7522 |
-
['1741177856', '1741178879', 'CN'],
|
7523 |
-
['1741178880', '1741179903', 'IN'],
|
7524 |
-
['1741179904', '1741180927', 'IN'],
|
7525 |
-
['1741180928', '1741181951', 'IN'],
|
7526 |
-
['1741181952', '1741182975', 'IN'],
|
7527 |
-
['1741182976', '1741183999', 'IN'],
|
7528 |
-
['1741184000', '1741185023', 'BD'],
|
7529 |
-
['1741185024', '1741186047', 'JP'],
|
7530 |
-
['1741186048', '1741187071', 'IN'],
|
7531 |
-
['1741187072', '1741188095', 'IN'],
|
7532 |
-
['1741188096', '1741189119', 'IN'],
|
7533 |
-
['1741189120', '1741190143', 'HK'],
|
7534 |
-
['1741190144', '1741191167', 'HK'],
|
7535 |
-
['1741191168', '1741192191', 'VN'],
|
7536 |
-
['1741192192', '1741193215', 'HK'],
|
7537 |
-
['1741193216', '1741194239', 'ID'],
|
7538 |
-
['1741194240', '1741195263', 'MM'],
|
7539 |
-
['1741195264', '1741196287', 'CN'],
|
7540 |
-
['1741196288', '1741197311', 'CN'],
|
7541 |
-
['1741197312', '1741198335', 'CN'],
|
7542 |
-
['1741198336', '1741199359', 'CN'],
|
7543 |
-
['1741199360', '1741200383', 'CN'],
|
7544 |
-
['1741200384', '1741201407', 'CN'],
|
7545 |
-
['1741201408', '1741202431', 'CN'],
|
7546 |
-
['1741202432', '1741203455', 'CN'],
|
7547 |
-
['1741203456', '1741204479', 'CN'],
|
7548 |
-
['1741204480', '1741205503', 'CN'],
|
7549 |
-
['1741205504', '1741206527', 'CN'],
|
7550 |
-
['1741206528', '1741207551', 'CN'],
|
7551 |
-
['1741207552', '1741208575', 'CN'],
|
7552 |
-
['1741208576', '1741209599', 'CN'],
|
7553 |
-
['1741209600', '1741210623', 'CN'],
|
7554 |
-
['1741210624', '1741211647', 'PK'],
|
7555 |
-
['1741211648', '1741212671', 'SG'],
|
7556 |
-
['1741213696', '1741214719', 'SG'],
|
7557 |
-
['1741214720', '1741215743', 'IN'],
|
7558 |
-
['1741215744', '1741216767', 'SG'],
|
7559 |
-
['1741216768', '1741217791', 'CN'],
|
7560 |
-
['1741217792', '1741218815', 'CN'],
|
7561 |
-
['1741218816', '1741219839', 'CN'],
|
7562 |
-
['1741219840', '1741220863', 'CN'],
|
7563 |
-
['1741220864', '1741221887', 'CN'],
|
7564 |
-
['1741221888', '1741222911', 'CN'],
|
7565 |
-
['1741222912', '1741223935', 'CN'],
|
7566 |
-
['1741223936', '1741224959', 'CN'],
|
7567 |
-
['1741224960', '1741225983', 'CN'],
|
7568 |
-
['1741225984', '1741227007', 'CN'],
|
7569 |
-
['1741227008', '1741228031', 'CN'],
|
7570 |
-
['1741228032', '1741229055', 'CN'],
|
7571 |
-
['1741229056', '1741230079', 'CN'],
|
7572 |
-
['1741230080', '1741231103', 'CN'],
|
7573 |
-
['1741231104', '1741232127', 'CN'],
|
7574 |
-
['1741232128', '1741233151', 'HK'],
|
7575 |
-
['1741233152', '1741234175', 'CN'],
|
7576 |
-
['1741234176', '1741235199', 'CN'],
|
7577 |
-
['1741235200', '1741236223', 'CN'],
|
7578 |
-
['1741236224', '1741237247', 'CN'],
|
7579 |
-
['1741237248', '1741238271', 'CN'],
|
7580 |
-
['1741238272', '1741239295', 'CN'],
|
7581 |
-
['1741239296', '1741240319', 'CN'],
|
7582 |
-
['1741240320', '1741241343', 'CN'],
|
7583 |
-
['1741241344', '1741242367', 'CN'],
|
7584 |
-
['1741242368', '1741243391', 'CN'],
|
7585 |
-
['1741243392', '1741244415', 'HK'],
|
7586 |
-
['1741244416', '1741245439', 'HK'],
|
7587 |
-
['1741245440', '1741246463', 'CN'],
|
7588 |
-
['1741246464', '1741247487', 'CN'],
|
7589 |
-
['1741247488', '1741248511', 'CN'],
|
7590 |
-
['1741248512', '1741249535', 'CN'],
|
7591 |
-
['1741249536', '1741250559', 'CN'],
|
7592 |
-
['1741250560', '1741251583', 'CN'],
|
7593 |
-
['1741251584', '1741252607', 'CN'],
|
7594 |
-
['1741252608', '1741253631', 'CN'],
|
7595 |
-
['1741253632', '1741254655', 'CN'],
|
7596 |
-
['1741254656', '1741255679', 'CN'],
|
7597 |
-
['1741255680', '1741256703', 'CN'],
|
7598 |
-
['1741256704', '1741257727', 'CN'],
|
7599 |
-
['1741257728', '1741258751', 'IN'],
|
7600 |
-
['1741258752', '1741259775', 'JP'],
|
7601 |
-
['1741259776', '1741260799', 'IN'],
|
7602 |
-
['1741260800', '1741261823', 'IN'],
|
7603 |
-
['1741261824', '1741262847', 'IN'],
|
7604 |
-
['1741262848', '1741263871', 'IN'],
|
7605 |
-
['1741263872', '1741264895', 'IN'],
|
7606 |
-
['1741264896', '1741265919', 'CN'],
|
7607 |
-
['1741265920', '1741266943', 'CN'],
|
7608 |
-
['1741266944', '1741267967', 'CN'],
|
7609 |
-
['1741267968', '1741268991', 'CN'],
|
7610 |
-
['1741268992', '1741270015', 'CN'],
|
7611 |
-
['1741270016', '1741271039', 'CN'],
|
7612 |
-
['1741271040', '1741272063', 'CN'],
|
7613 |
-
['1741272064', '1741273087', 'CN'],
|
7614 |
-
['1741273088', '1741274111', 'CN'],
|
7615 |
-
['1741274112', '1741275135', 'CN'],
|
7616 |
-
['1741275136', '1741276159', 'CN'],
|
7617 |
-
['1741276160', '1741277183', 'CN'],
|
7618 |
-
['1741277184', '1741278207', 'CN'],
|
7619 |
-
['1741278208', '1741279231', 'CN'],
|
7620 |
-
['1741279232', '1741280255', 'CN'],
|
7621 |
-
['1741280256', '1741281279', 'CN'],
|
7622 |
-
['1741281280', '1741282303', 'CN'],
|
7623 |
-
['1741282304', '1741283327', 'CN'],
|
7624 |
-
['1741283328', '1741284351', 'CN'],
|
7625 |
-
['1741284352', '1741285375', 'CN'],
|
7626 |
-
['1741285376', '1741286399', 'CN'],
|
7627 |
-
['1741286400', '1741287423', 'CN'],
|
7628 |
-
['1741287424', '1741288447', 'CN'],
|
7629 |
-
['1741288448', '1741289471', 'CN'],
|
7630 |
-
['1741289472', '1741290495', 'CN'],
|
7631 |
-
['1741290496', '1741291519', 'CN'],
|
7632 |
-
['1741291520', '1741292543', 'CN'],
|
7633 |
-
['1741292544', '1741293567', 'CN'],
|
7634 |
-
['1741293568', '1741294591', 'CN'],
|
7635 |
-
['1741294592', '1741295615', 'CN'],
|
7636 |
-
['1741295616', '1741296639', 'CN'],
|
7637 |
-
['1741296640', '1741297663', 'CN'],
|
7638 |
-
['1741297664', '1741298687', 'CN'],
|
7639 |
-
['1741298688', '1741299711', 'CN'],
|
7640 |
-
['1741299712', '1741300735', 'CN'],
|
7641 |
-
['1741300736', '1741301759', 'CN'],
|
7642 |
-
['1741301760', '1741302783', 'CN'],
|
7643 |
-
['1741302784', '1741303807', 'CN'],
|
7644 |
-
['1741303808', '1741304831', 'HK'],
|
7645 |
-
['1741304832', '1741305855', 'BD'],
|
7646 |
-
['1741305856', '1741306879', 'CN'],
|
7647 |
-
['1741306880', '1741307903', 'CN'],
|
7648 |
-
['1741307904', '1741308927', 'CN'],
|
7649 |
-
['1741308928', '1741309951', 'CN'],
|
7650 |
-
['1741309952', '1741310975', 'CN'],
|
7651 |
-
['1741310976', '1741311999', 'CN'],
|
7652 |
-
['1741312000', '1741313023', 'CN'],
|
7653 |
-
['1741313024', '1741314047', 'CN'],
|
7654 |
-
['1741314048', '1741315071', 'CN'],
|
7655 |
-
['1741315072', '1741316095', 'CN'],
|
7656 |
-
['1741316096', '1741317119', 'CN'],
|
7657 |
-
['1741317120', '1741318143', 'CN'],
|
7658 |
-
['1741318144', '1741319167', 'CN'],
|
7659 |
-
['1741319168', '1741320191', 'CN'],
|
7660 |
-
['1741320192', '1741321215', 'CN'],
|
7661 |
-
['1741321216', '1741322239', 'CN'],
|
7662 |
-
['1741322240', '1741323263', 'CN'],
|
7663 |
-
['1741323264', '1741324287', 'CN'],
|
7664 |
-
['1741324288', '1741325311', 'CN'],
|
7665 |
-
['1741325312', '1741326335', 'CN'],
|
7666 |
-
['1741326336', '1741327359', 'CN'],
|
7667 |
-
['1741327360', '1741328383', 'CN'],
|
7668 |
-
['1741328384', '1741329407', 'CN'],
|
7669 |
-
['1741329408', '1741330431', 'MH'],
|
7670 |
-
['1741330432', '1741331455', 'CN'],
|
7671 |
-
['1741331456', '1741332479', 'CN'],
|
7672 |
-
['1741332480', '1741333503', 'CN'],
|
7673 |
-
['1741333504', '1741334527', 'CN'],
|
7674 |
-
['1741334528', '1741335551', 'CN'],
|
7675 |
-
['1741335552', '1741336575', 'CN'],
|
7676 |
-
['1741336576', '1741337599', 'CN'],
|
7677 |
-
['1741337600', '1741338623', 'CN'],
|
7678 |
-
['1741338624', '1741339647', 'CN'],
|
7679 |
-
['1741339648', '1741340671', 'CN'],
|
7680 |
-
['1741340672', '1741341695', 'CN'],
|
7681 |
-
['1741341696', '1741342719', 'CN'],
|
7682 |
-
['1741342720', '1741344767', 'CN'],
|
7683 |
-
['1741344768', '1741345791', 'AU'],
|
7684 |
-
['1741345792', '1741346815', 'CN'],
|
7685 |
-
['1741346816', '1741347327', 'JP'],
|
7686 |
-
['1741347328', '1741347583', 'PH'],
|
7687 |
-
['1741347584', '1741347839', 'AU'],
|
7688 |
-
['1741347840', '1741348863', 'BD'],
|
7689 |
-
['1741348864', '1741349375', 'PH'],
|
7690 |
-
['1741349376', '1741349631', 'IN'],
|
7691 |
-
['1741349632', '1741349887', 'ID'],
|
7692 |
-
['1741349888', '1741350911', 'CN'],
|
7693 |
-
['1741350912', '1741351935', 'AU'],
|
7694 |
-
['1741351936', '1741352959', 'CN'],
|
7695 |
-
['1741352960', '1741353983', 'CN'],
|
7696 |
-
['1741353984', '1741355007', 'CN'],
|
7697 |
-
['1741355008', '1741356031', 'CN'],
|
7698 |
-
['1741356032', '1741357055', 'CN'],
|
7699 |
-
['1741357056', '1741358079', 'CN'],
|
7700 |
-
['1741358080', '1741359103', 'CN'],
|
7701 |
-
['1741359104', '1741360127', 'CN'],
|
7702 |
-
['1741360128', '1741361151', 'CN'],
|
7703 |
-
['1741361152', '1741362175', 'CN'],
|
7704 |
-
['1741362176', '1741363199', 'CN'],
|
7705 |
-
['1741363200', '1741364223', 'CN'],
|
7706 |
-
['1741364224', '1741365247', 'CN'],
|
7707 |
-
['1741365248', '1741366271', 'CN'],
|
7708 |
-
['1741366272', '1741367295', 'IN'],
|
7709 |
-
['1741367296', '1741368319', 'HK'],
|
7710 |
-
['1741368320', '1741369343', 'PK'],
|
7711 |
-
['1741369344', '1741370367', 'HK'],
|
7712 |
-
['1741370368', '1741371391', 'CN'],
|
7713 |
-
['1741371392', '1741372415', 'CN'],
|
7714 |
-
['1741372416', '1741373439', 'IN'],
|
7715 |
-
['1741373440', '1741374463', 'IN'],
|
7716 |
-
['1741374464', '1741375487', 'IN'],
|
7717 |
-
['1741375488', '1741376511', 'IN'],
|
7718 |
-
['1741376512', '1741377535', 'ID'],
|
7719 |
-
['1741377536', '1741378559', 'IN'],
|
7720 |
-
['1741378560', '1741379583', 'IN'],
|
7721 |
-
['1741380352', '1741380607', 'ID'],
|
7722 |
-
['1741380608', '1741381631', 'BD'],
|
7723 |
-
['1741381632', '1741382655', 'CN'],
|
7724 |
-
['1741382656', '1741383679', 'CN'],
|
7725 |
-
['1741383680', '1741384703', 'CN'],
|
7726 |
-
['1741384704', '1741385727', 'CN'],
|
7727 |
-
['1741385728', '1741386751', 'CN'],
|
7728 |
-
['1741386752', '1741387775', 'CN'],
|
7729 |
-
['1741387776', '1741388799', 'CN'],
|
7730 |
-
['1741388800', '1741389823', 'CN'],
|
7731 |
-
['1741389824', '1741390847', 'CN'],
|
7732 |
-
['1741390848', '1741391871', 'MM'],
|
7733 |
-
['1741391872', '1741392895', 'IN'],
|
7734 |
-
['1741392896', '1741393919', 'CN'],
|
7735 |
-
['1741393920', '1741394943', 'IN'],
|
7736 |
-
['1741394944', '1741395967', 'HK'],
|
7737 |
-
['1741395968', '1741396991', 'SG'],
|
7738 |
-
['1741396992', '1741398015', 'JP'],
|
7739 |
-
['1741398016', '1741398527', 'ID'],
|
7740 |
-
['1741398528', '1741398783', 'ID'],
|
7741 |
-
['1741398784', '1741399039', 'AU'],
|
7742 |
-
['1741399040', '1741400063', 'CN'],
|
7743 |
-
['1741400064', '1741401087', 'CN'],
|
7744 |
-
['1741401088', '1741402111', 'IN'],
|
7745 |
-
['1741402112', '1741403135', 'BD'],
|
7746 |
-
['1741403136', '1741404159', 'HK'],
|
7747 |
-
['1741404160', '1741405183', 'IN'],
|
7748 |
-
['1741405184', '1741405439', 'NZ'],
|
7749 |
-
['1741405440', '1741405695', 'ID'],
|
7750 |
-
['1741405696', '1741406207', 'AU'],
|
7751 |
-
['1741406208', '1741407231', 'CN'],
|
7752 |
-
['1741407232', '1741408255', 'AU'],
|
7753 |
-
['1741408256', '1741409279', 'CN'],
|
7754 |
-
['1741409280', '1741410303', 'IN'],
|
7755 |
-
['1741410304', '1741411327', 'IN'],
|
7756 |
-
['1741411328', '1741412351', 'CN'],
|
7757 |
-
['1741412352', '1741413375', 'CN'],
|
7758 |
-
['1741413376', '1741414399', 'HK'],
|
7759 |
-
['1741414400', '1741415423', 'IN'],
|
7760 |
-
['1741415424', '1741416447', 'IN'],
|
7761 |
-
['1741416448', '1741417471', 'IN'],
|
7762 |
-
['1741417472', '1741418495', 'IN'],
|
7763 |
-
['1741418496', '1741419519', 'IN'],
|
7764 |
-
['1741419520', '1741420543', 'IN'],
|
7765 |
-
['1741420544', '1741421567', 'IN'],
|
7766 |
-
['1741421568', '1741422591', 'IN'],
|
7767 |
-
['1741422592', '1741423615', 'IN'],
|
7768 |
-
['1741423616', '1741424639', 'MY'],
|
7769 |
-
['1741424640', '1741425663', 'MY'],
|
7770 |
-
['1741425664', '1741425919', 'TH'],
|
7771 |
-
['1741425920', '1741426175', 'JP'],
|
7772 |
-
['1741426176', '1741426431', 'AU'],
|
7773 |
-
['1741426432', '1741426687', 'AU'],
|
7774 |
-
['1741426688', '1741427711', 'MM'],
|
7775 |
-
['1741427712', '1741428735', 'IN'],
|
7776 |
-
['1741428736', '1741429759', 'CN'],
|
7777 |
-
['1741429760', '1741430783', 'IN'],
|
7778 |
-
['1741430784', '1741431807', 'IN'],
|
7779 |
-
['1741431808', '1741432831', 'IN'],
|
7780 |
-
['1741432832', '1741433855', 'IN'],
|
7781 |
-
['1741433856', '1741434879', 'IN'],
|
7782 |
-
['1741434880', '1741435903', 'IN'],
|
7783 |
-
['1741435904', '1741436927', 'IN'],
|
7784 |
-
['1741436928', '1741437951', 'JP'],
|
7785 |
-
['1741437952', '1741438975', 'PH'],
|
7786 |
-
['1741438976', '1741439999', 'JP'],
|
7787 |
-
['1741440000', '1741440511', 'SG'],
|
7788 |
-
['1741440512', '1741440767', 'IN'],
|
7789 |
-
['1741440768', '1741441023', 'AF'],
|
7790 |
-
['1741441024', '1741442047', 'CN'],
|
7791 |
-
['1741442048', '1741443071', 'HK'],
|
7792 |
-
['1741443072', '1741444095', 'BD'],
|
7793 |
-
['1741444096', '1741445119', 'BD'],
|
7794 |
-
['1741445120', '1741446143', 'CN'],
|
7795 |
-
['1741446144', '1741447167', 'SG'],
|
7796 |
-
['1741447168', '1741448191', 'HK'],
|
7797 |
-
['1741448192', '1741449215', 'MM'],
|
7798 |
-
['1741449216', '1741449727', 'AU'],
|
7799 |
-
['1741449728', '1741450239', 'AU'],
|
7800 |
-
['1741450240', '1741451263', 'HK'],
|
7801 |
-
['1741451264', '1741452287', 'CN'],
|
7802 |
-
['1741452544', '1741452799', 'AU'],
|
7803 |
-
['1741452800', '1741453055', 'ID'],
|
7804 |
-
['1741453056', '1741453311', 'IN'],
|
7805 |
-
['1741453312', '1741454335', 'IN'],
|
7806 |
-
['1741454336', '1741455359', 'IN'],
|
7807 |
-
['1741455360', '1741456383', 'BD'],
|
7808 |
-
['1741456384', '1741457407', 'IN'],
|
7809 |
-
['1741457408', '1741458431', 'CN'],
|
7810 |
-
['1741458432', '1741459455', 'CN'],
|
7811 |
-
['1741459456', '1741460479', 'CN'],
|
7812 |
-
['1741460480', '1741461503', 'CN'],
|
7813 |
-
['1741461504', '1741462527', 'CN'],
|
7814 |
-
['1741462528', '1741463551', 'IN'],
|
7815 |
-
['1741463552', '1741464575', 'IN'],
|
7816 |
-
['1741464576', '1741465599', 'IN'],
|
7817 |
-
['1741465600', '1741466623', 'IN'],
|
7818 |
-
['1741466624', '1741467647', 'HK'],
|
7819 |
-
['1741467648', '1741468671', 'HK'],
|
7820 |
-
['1741468672', '1741469695', 'HK'],
|
7821 |
-
['1741469696', '1741470719', 'IN'],
|
7822 |
-
['1741470720', '1741471743', 'IN'],
|
7823 |
-
['1741471744', '1741472767', 'IN'],
|
7824 |
-
['1741472768', '1741473791', 'CN'],
|
7825 |
-
['1741473792', '1741474815', 'BD'],
|
7826 |
-
['1741474816', '1741475839', 'IN'],
|
7827 |
-
['1741475840', '1741476863', 'BD'],
|
7828 |
-
['1741476864', '1741477887', 'AU'],
|
7829 |
-
['1741477888', '1741478399', 'IN'],
|
7830 |
-
['1741478400', '1741478655', 'IN'],
|
7831 |
-
['1741478656', '1741478911', 'AU'],
|
7832 |
-
['1741478912', '1741479935', 'NP'],
|
7833 |
-
['1741479936', '1741480447', 'AU'],
|
7834 |
-
['1741480448', '1741480959', 'NZ'],
|
7835 |
-
['1741480960', '1741481215', 'AU'],
|
7836 |
-
['1741481216', '1741481471', 'AU'],
|
7837 |
-
['1741481472', '1741481727', 'JP'],
|
7838 |
-
['1741481728', '1741481983', 'IN'],
|
7839 |
-
['1741481984', '1741483007', 'CN'],
|
7840 |
-
['1741483008', '1741484031', 'CN'],
|
7841 |
-
['1741484032', '1741485055', 'AU'],
|
7842 |
-
['1741485056', '1741486079', 'BD'],
|
7843 |
-
['1741486080', '1741487103', 'NZ'],
|
7844 |
-
['1741487104', '1741488127', 'HK'],
|
7845 |
-
['1741488128', '1741489151', 'HK'],
|
7846 |
-
['1741489152', '1741490175', 'CN'],
|
7847 |
-
['1741490176', '1741491199', 'CN'],
|
7848 |
-
['1741491200', '1741492223', 'IN'],
|
7849 |
-
['1741492224', '1741493247', 'LA'],
|
7850 |
-
['1741493248', '1741494271', 'HK'],
|
7851 |
-
['1741494272', '1741495295', 'KH'],
|
7852 |
-
['1741495296', '1741495807', 'AU'],
|
7853 |
-
['1741495808', '1741496319', 'AU'],
|
7854 |
-
['1741496320', '1741497343', 'AU'],
|
7855 |
-
['1741497856', '1741498111', 'NZ'],
|
7856 |
-
['1741498112', '1741498367', 'IN'],
|
7857 |
-
['1741498368', '1741499391', 'CN'],
|
7858 |
-
['1741499392', '1741500415', 'CN'],
|
7859 |
-
['1741500416', '1741501439', 'JP'],
|
7860 |
-
['1741501440', '1741502463', 'CN'],
|
7861 |
-
['1741502464', '1741502975', 'ID'],
|
7862 |
-
['1741502976', '1741503487', 'BD'],
|
7863 |
-
['1741503488', '1741504511', 'IN'],
|
7864 |
-
['1741504512', '1741505535', 'IN'],
|
7865 |
-
['1741505536', '1741506559', 'BD'],
|
7866 |
-
['1741506560', '1741507583', 'JP'],
|
7867 |
-
['1741507584', '1741508607', 'SG'],
|
7868 |
-
['1741508608', '1741508863', 'AU'],
|
7869 |
-
['1741508864', '1741509119', 'SG'],
|
7870 |
-
['1741509120', '1741509375', 'ID'],
|
7871 |
-
['1741509376', '1741509631', 'IN'],
|
7872 |
-
['1741509632', '1741510655', 'JP'],
|
7873 |
-
['1741510656', '1741511679', 'JP'],
|
7874 |
-
['1741511680', '1741512703', 'IN'],
|
7875 |
-
['1741512704', '1741513727', 'VN'],
|
7876 |
-
['1741513728', '1741514751', 'VN'],
|
7877 |
-
['1741514752', '1741515775', 'VN'],
|
7878 |
-
['1741515776', '1741516799', 'CN'],
|
7879 |
-
['1741516800', '1741517823', 'IN'],
|
7880 |
-
['1741517824', '1741518847', 'CN'],
|
7881 |
-
['1741518848', '1741519871', 'CN'],
|
7882 |
-
['1741519872', '1741520895', 'IN'],
|
7883 |
-
['1741520896', '1741521919', 'IN'],
|
7884 |
-
['1741521920', '1741522943', 'BD'],
|
7885 |
-
['1741522944', '1741523967', 'CN'],
|
7886 |
-
['1741523968', '1741524991', 'IN'],
|
7887 |
-
['1741524992', '1741526015', 'IN'],
|
7888 |
-
['1741526016', '1741527039', 'IN'],
|
7889 |
-
['1741527040', '1741528063', 'IN'],
|
7890 |
-
['1741528064', '1741529087', 'HK'],
|
7891 |
-
['1741529088', '1741529599', 'TH'],
|
7892 |
-
['1741529600', '1741529855', 'CN'],
|
7893 |
-
['1741529856', '1741530111', 'IN'],
|
7894 |
-
['1741530112', '1741531135', 'HK'],
|
7895 |
-
['1741531136', '1741532159', 'JP'],
|
7896 |
-
['1741532160', '1741533183', 'IN'],
|
7897 |
-
['1741533184', '1741534207', 'PK'],
|
7898 |
-
['1741534208', '1741535231', 'BD'],
|
7899 |
-
['1741535232', '1741535487', 'JP'],
|
7900 |
-
['1741535488', '1741535743', 'IN'],
|
7901 |
-
['1741535744', '1741536255', 'SG'],
|
7902 |
-
['1741536256', '1741537279', 'CN'],
|
7903 |
-
['1741537280', '1741538303', 'CN'],
|
7904 |
-
['1741538304', '1741539327', 'CN'],
|
7905 |
-
['1741539328', '1741540351', 'CN'],
|
7906 |
-
['1741540352', '1741541375', 'AU'],
|
7907 |
-
['1741541376', '1741542399', 'MY'],
|
7908 |
-
['1741542400', '1741543423', 'IN'],
|
7909 |
-
['1741543424', '1741544447', 'IN'],
|
7910 |
-
['1741544448', '1741545471', 'IN'],
|
7911 |
-
['1741545472', '1741546495', 'IN'],
|
7912 |
-
['1741546496', '1741547007', 'AU'],
|
7913 |
-
['1741547008', '1741547263', 'AU'],
|
7914 |
-
['1741547264', '1741547519', 'AU'],
|
7915 |
-
['1741547520', '1741548543', 'BD'],
|
7916 |
-
['1741548544', '1741549567', 'CN'],
|
7917 |
-
['1741549568', '1741550591', 'HK'],
|
7918 |
-
['1741550592', '1741551103', 'IN'],
|
7919 |
-
['1741551104', '1741551615', 'AU'],
|
7920 |
-
['1741551616', '1741552639', 'CN'],
|
7921 |
-
['1741552640', '1741553663', 'CN'],
|
7922 |
-
['1741553664', '1741554687', 'CN'],
|
7923 |
-
['1741554688', '1741555711', 'IN'],
|
7924 |
-
['1741555712', '1741556735', 'IN'],
|
7925 |
-
['1741556736', '1741557759', 'IN'],
|
7926 |
-
['1741558784', '1741559807', 'HK'],
|
7927 |
-
['1741559808', '1741560831', 'SG'],
|
7928 |
-
['1741560832', '1741561087', 'AU'],
|
7929 |
-
['1741561344', '1741561855', 'SG'],
|
7930 |
-
['1741561856', '1741562879', 'NZ'],
|
7931 |
-
['1741562880', '1741563903', 'HK'],
|
7932 |
-
['1741563904', '1741564927', 'SG'],
|
7933 |
-
['1741564928', '1741565951', 'CN'],
|
7934 |
-
['1741565952', '1741566463', 'IN'],
|
7935 |
-
['1741566464', '1741566719', 'IN'],
|
7936 |
-
['1741566720', '1741566975', 'IN'],
|
7937 |
-
['1741566976', '1741567999', 'IN'],
|
7938 |
-
['1741568000', '1741569023', 'IN'],
|
7939 |
-
['1741569024', '1741570047', 'IN'],
|
7940 |
-
['1741570048', '1741571071', 'IN'],
|
7941 |
-
['1741571072', '1741572095', 'IN'],
|
7942 |
-
['1741572096', '1741572607', 'IN'],
|
7943 |
-
['1741572608', '1741573119', 'KR'],
|
7944 |
-
['1741573120', '1741574143', 'JP'],
|
7945 |
-
['1741574144', '1741575167', 'PH'],
|
7946 |
-
['1741575168', '1741576191', 'US'],
|
7947 |
-
['1741576192', '1741577215', 'JP'],
|
7948 |
-
['1741577216', '1741578239', 'HK'],
|
7949 |
-
['1741578240', '1741578751', 'IN'],
|
7950 |
-
['1741579008', '1741579263', 'IN'],
|
7951 |
-
['1741579264', '1741580287', 'IN'],
|
7952 |
-
['1741580288', '1741581311', 'IN'],
|
7953 |
-
['1741581312', '1741582335', 'CN'],
|
7954 |
-
['1741582336', '1741583359', 'IN'],
|
7955 |
-
['1741583360', '1741584383', 'IN'],
|
7956 |
-
['1741584384', '1741585407', 'HK'],
|
7957 |
-
['1741585408', '1741586431', 'HK'],
|
7958 |
-
['1741586432', '1741587455', 'IN'],
|
7959 |
-
['1741587456', '1741588479', 'IN'],
|
7960 |
-
['1741588480', '1741589503', 'IN'],
|
7961 |
-
['1741589504', '1741590527', 'IN'],
|
7962 |
-
['1741590528', '1741591551', 'IN'],
|
7963 |
-
['1741591552', '1741592575', 'CN'],
|
7964 |
-
['1741592576', '1741593087', 'MN'],
|
7965 |
-
['1741593600', '1741594111', 'HK'],
|
7966 |
-
['1741594368', '1741594623', 'IN'],
|
7967 |
-
['1741594624', '1741595647', 'IN'],
|
7968 |
-
['1741595648', '1741596671', 'IN'],
|
7969 |
-
['1741596672', '1741597695', 'ID'],
|
7970 |
-
['1741597696', '1741597951', 'IN'],
|
7971 |
-
['1741597952', '1741598207', 'MM'],
|
7972 |
-
['1741598208', '1741598719', 'IN'],
|
7973 |
-
['1741598720', '1741599743', 'IN'],
|
7974 |
-
['1741599744', '1741600767', 'IN'],
|
7975 |
-
['1741600768', '1741601279', 'BD'],
|
7976 |
-
['1741601280', '1741601535', 'ID'],
|
7977 |
-
['1741601536', '1741601791', 'AU'],
|
7978 |
-
['1741601792', '1741602815', 'HK'],
|
7979 |
-
['1741602816', '1741603839', 'MN'],
|
7980 |
-
['1741603840', '1741604863', 'JP'],
|
7981 |
-
['1741604864', '1741605887', 'PH'],
|
7982 |
-
['1741605888', '1741606911', 'TH'],
|
7983 |
-
['1741606912', '1741607935', 'IN'],
|
7984 |
-
['1741607936', '1741608959', 'VN'],
|
7985 |
-
['1741608960', '1741609983', 'VN'],
|
7986 |
-
['1741609984', '1741611007', 'IN'],
|
7987 |
-
['1741611008', '1741612031', 'IN'],
|
7988 |
-
['1741612032', '1741613055', 'BD'],
|
7989 |
-
['1741613056', '1741614079', 'HK'],
|
7990 |
-
['1741614080', '1741615103', 'AU'],
|
7991 |
-
['1741615104', '1741616127', 'ID'],
|
7992 |
-
['1741616128', '1741617151', 'ID'],
|
7993 |
-
['1741617152', '1741618175', 'IN'],
|
7994 |
-
['1741618176', '1741619199', 'ID'],
|
7995 |
-
['1741619200', '1741620223', 'IN'],
|
7996 |
-
['1741620224', '1741621247', 'IN'],
|
7997 |
-
['1741621248', '1741622271', 'IN'],
|
7998 |
-
['1741622272', '1741623295', 'IN'],
|
7999 |
-
['1741623296', '1741623551', 'NZ'],
|
8000 |
-
['1741623552', '1741623807', 'IN'],
|
8001 |
-
['1741623808', '1741624063', 'AU'],
|
8002 |
-
['1741624064', '1741624319', 'MY'],
|
8003 |
-
['1741624320', '1741625343', 'JP'],
|
8004 |
-
['1741625344', '1741626367', 'HK'],
|
8005 |
-
['1741626368', '1741627391', 'AU'],
|
8006 |
-
['1741627392', '1741628415', 'VN'],
|
8007 |
-
['1741628416', '1741629439', 'VN'],
|
8008 |
-
['1741629440', '1741630463', 'IN'],
|
8009 |
-
['1741630464', '1741631487', 'IN'],
|
8010 |
-
['1741631488', '1741632511', 'CN'],
|
8011 |
-
['1741632512', '1741633535', 'IN'],
|
8012 |
-
['1741633536', '1741634559', 'IN'],
|
8013 |
-
['1741634560', '1741635583', 'IN'],
|
8014 |
-
['1741635584', '1741636607', 'IN'],
|
8015 |
-
['1741636608', '1741637631', 'HK'],
|
8016 |
-
['1741637632', '1741638655', 'MY'],
|
8017 |
-
['1741638656', '1741639679', 'NZ'],
|
8018 |
-
['1741639680', '1741640703', 'NP'],
|
8019 |
-
['1741640704', '1741641727', 'PK'],
|
8020 |
-
['1741642752', '1741643007', 'AU'],
|
8021 |
-
['1741643008', '1741643263', 'HK'],
|
8022 |
-
['1741643264', '1741643775', 'AU'],
|
8023 |
-
['1741643776', '1741644799', 'ID'],
|
8024 |
-
['1741644800', '1741645311', 'IN'],
|
8025 |
-
['1741645312', '1741645567', 'AU'],
|
8026 |
-
['1741645568', '1741645823', 'IN'],
|
8027 |
-
['1741645824', '1741646847', 'CN'],
|
8028 |
-
['1741646848', '1741647871', 'SG'],
|
8029 |
-
['1741647872', '1741648895', 'KH'],
|
8030 |
-
['1741648896', '1741649919', 'HK'],
|
8031 |
-
['1741649920', '1741650943', 'IN'],
|
8032 |
-
['1741650944', '1741651967', 'IN'],
|
8033 |
-
['1741651968', '1741652991', 'IN'],
|
8034 |
-
['1741652992', '1741654015', 'IN'],
|
8035 |
-
['1741654016', '1741655039', 'IN'],
|
8036 |
-
['1741655040', '1741656063', 'IN'],
|
8037 |
-
['1741656064', '1741657087', 'IN'],
|
8038 |
-
['1741657088', '1741658111', 'IN'],
|
8039 |
-
['1741658112', '1741658623', 'BD'],
|
8040 |
-
['1741658624', '1741659135', 'AU'],
|
8041 |
-
['1741659136', '1741659647', 'SG'],
|
8042 |
-
['1741659648', '1741659903', 'PH'],
|
8043 |
-
['1741659904', '1741660159', 'HK'],
|
8044 |
-
['1741660160', '1741661183', 'IN'],
|
8045 |
-
['1741661184', '1741662207', 'CN'],
|
8046 |
-
['1741662208', '1741663231', 'IN'],
|
8047 |
-
['1741663232', '1741664255', 'IN'],
|
8048 |
-
['1741664256', '1741665279', 'IN'],
|
8049 |
-
['1741665280', '1741666303', 'IN'],
|
8050 |
-
['1741666304', '1741667327', 'CN'],
|
8051 |
-
['1741667328', '1741668351', 'CN'],
|
8052 |
-
['1741668352', '1741669375', 'CN'],
|
8053 |
-
['1741669376', '1741670399', 'CN'],
|
8054 |
-
['1741670400', '1741671423', 'CN'],
|
8055 |
-
['1741671424', '1741672447', 'CN'],
|
8056 |
-
['1741672448', '1741673471', 'CN'],
|
8057 |
-
['1741673472', '1741674495', 'CN'],
|
8058 |
-
['1741674496', '1741675519', 'JP'],
|
8059 |
-
['1741675520', '1741676543', 'CN'],
|
8060 |
-
['1741676544', '1741677567', 'IN'],
|
8061 |
-
['1741677568', '1741678591', 'CN'],
|
8062 |
-
['1741678592', '1741679615', 'CN'],
|
8063 |
-
['1741679616', '1741680639', 'ID'],
|
8064 |
-
['1741680640', '1741681663', 'IN'],
|
8065 |
-
['1741681664', '1741682687', 'IN'],
|
8066 |
-
['1741682688', '1741683711', 'IN'],
|
8067 |
-
['1741683712', '1741684735', 'TW'],
|
8068 |
-
['1741684736', '1741685247', 'HK'],
|
8069 |
-
['1741685248', '1741685503', 'AU'],
|
8070 |
-
['1741685504', '1741685759', 'SG'],
|
8071 |
-
['1741685760', '1741686783', 'AU'],
|
8072 |
-
['1741686784', '1741687807', 'HK'],
|
8073 |
-
['1741687808', '1741688831', 'CN'],
|
8074 |
-
['1741688832', '1741689855', 'CN'],
|
8075 |
-
['1741689856', '1741690367', 'IN'],
|
8076 |
-
['1741690368', '1741690623', 'AU'],
|
8077 |
-
['1741690624', '1741690879', 'ID'],
|
8078 |
-
['1741690880', '1741691903', 'TH'],
|
8079 |
-
['1741691904', '1741692927', 'CN'],
|
8080 |
-
['1741692928', '1741693951', 'HK'],
|
8081 |
-
['1741693952', '1741694975', 'TL'],
|
8082 |
-
['1741694976', '1741695999', 'CN'],
|
8083 |
-
['1741696000', '1741697023', 'CN'],
|
8084 |
-
['1741697024', '1741698047', 'CN'],
|
8085 |
-
['1741698048', '1741699071', 'IN'],
|
8086 |
-
['1741699072', '1741700095', 'IN'],
|
8087 |
-
['1741700096', '1741701119', 'IN'],
|
8088 |
-
['1741701120', '1741702143', 'IN'],
|
8089 |
-
['1741702144', '1741703167', 'IN'],
|
8090 |
-
['1741703168', '1741704191', 'IN'],
|
8091 |
-
['1741704192', '1741705215', 'IN'],
|
8092 |
-
['1741705216', '1741706239', 'IN'],
|
8093 |
-
['1741706240', '1741707263', 'NZ'],
|
8094 |
-
['1741707264', '1741708287', 'IN'],
|
8095 |
-
['1741708288', '1741708799', 'AU'],
|
8096 |
-
['1741708800', '1741709311', 'ID'],
|
8097 |
-
['1741709312', '1741710335', 'JP'],
|
8098 |
-
['1741710336', '1741711359', 'ID'],
|
8099 |
-
['1741711360', '1741712383', 'IN'],
|
8100 |
-
['1741712384', '1741713407', 'IN'],
|
8101 |
-
['1741713408', '1741714431', 'IN'],
|
8102 |
-
['1741714432', '1741715455', 'IN'],
|
8103 |
-
['1741715456', '1741716479', 'IN'],
|
8104 |
-
['1741716480', '1741717503', 'IN'],
|
8105 |
-
['1741717504', '1741718527', 'IN'],
|
8106 |
-
['1741718528', '1741719551', 'BD'],
|
8107 |
-
['1741719552', '1741719807', 'ID'],
|
8108 |
-
['1741719808', '1741720063', 'ID'],
|
8109 |
-
['1741720064', '1741720575', 'TH'],
|
8110 |
-
['1741720576', '1741721599', 'NZ'],
|
8111 |
-
['1741721600', '1741722623', 'IN'],
|
8112 |
-
['1741722624', '1741723647', 'CN'],
|
8113 |
-
['1741723648', '1741724159', 'IN'],
|
8114 |
-
['1741724160', '1741724415', 'IN'],
|
8115 |
-
['1741724416', '1741724671', 'AU'],
|
8116 |
-
['1741724672', '1741725695', 'IN'],
|
8117 |
-
['1741725696', '1741726719', 'ID'],
|
8118 |
-
['1741726720', '1741727743', 'AU'],
|
8119 |
-
['1741727744', '1741728767', 'IN'],
|
8120 |
-
['1741728768', '1741729791', 'IN'],
|
8121 |
-
['1741729792', '1741730815', 'HK'],
|
8122 |
-
['1741730816', '1741731839', 'BD'],
|
8123 |
-
['1741731840', '1741732863', 'AU'],
|
8124 |
-
['1741732864', '1741733887', 'AU'],
|
8125 |
-
['1741733888', '1741734911', 'HK'],
|
8126 |
-
['1741734912', '1741735423', 'TW'],
|
8127 |
-
['1741735424', '1741735679', 'IN'],
|
8128 |
-
['1741735680', '1741735935', 'AU'],
|
8129 |
-
['1741735936', '1741736959', 'IN'],
|
8130 |
-
['1741736960', '1741737983', 'ID'],
|
8131 |
-
['1741737984', '1741739007', 'IN'],
|
8132 |
-
['1741739008', '1741740031', 'TH'],
|
8133 |
-
['1741740032', '1741741055', 'AU'],
|
8134 |
-
['1741741056', '1741742079', 'JP'],
|
8135 |
-
['1741742080', '1741743103', 'IN'],
|
8136 |
-
['1741743104', '1741744127', 'IN'],
|
8137 |
-
['1741744128', '1741745151', 'IN'],
|
8138 |
-
['1741745152', '1741746175', 'IN'],
|
8139 |
-
['1741746176', '1741747199', 'IN'],
|
8140 |
-
['1741747200', '1741748223', 'IN'],
|
8141 |
-
['1741748224', '1741749247', 'IN'],
|
8142 |
-
['1741749248', '1741750271', 'SG'],
|
8143 |
-
['1741750272', '1741750527', 'SG'],
|
8144 |
-
['1741750528', '1741750783', 'ID'],
|
8145 |
-
['1741750784', '1741751295', 'AU'],
|
8146 |
-
['1741751296', '1741751807', 'AU'],
|
8147 |
-
['1741751808', '1741752063', 'ID'],
|
8148 |
-
['1741752064', '1741752319', 'ID'],
|
8149 |
-
['1741752320', '1741752575', 'ID'],
|
8150 |
-
['1741752576', '1741752831', 'ID'],
|
8151 |
-
['1741752832', '1741753087', 'NZ'],
|
8152 |
-
['1741753088', '1741753343', 'BD'],
|
8153 |
-
['1741753344', '1741754367', 'NZ'],
|
8154 |
-
['1741754368', '1741754879', 'IN'],
|
8155 |
-
['1741754880', '1741755391', 'IN'],
|
8156 |
-
['1741755392', '1741756415', 'BD'],
|
8157 |
-
['1741756416', '1741756927', 'AU'],
|
8158 |
-
['1741756928', '1741757183', 'IN'],
|
8159 |
-
['1741757184', '1741757439', 'IN'],
|
8160 |
-
['1741757440', '1741758463', 'HK'],
|
8161 |
-
['1741759488', '1741760511', 'IN'],
|
8162 |
-
['1741760512', '1741761535', 'HK'],
|
8163 |
-
['1741761536', '1741762559', 'AU'],
|
8164 |
-
['1741762560', '1741763583', 'TH'],
|
8165 |
-
['1741763584', '1741764095', 'PK'],
|
8166 |
-
['1741764096', '1741764351', 'PG'],
|
8167 |
-
['1741764352', '1741764607', 'AU'],
|
8168 |
-
['1741764608', '1741765631', 'PH'],
|
8169 |
-
['1741765632', '1741766655', 'HK'],
|
8170 |
-
['1741766656', '1741767679', 'IN'],
|
8171 |
-
['1741767680', '1741768703', 'IN'],
|
8172 |
-
['1741768704', '1741769727', 'AU'],
|
8173 |
-
['1741769728', '1741770751', 'PK'],
|
8174 |
-
['1741770752', '1741771775', 'BD'],
|
8175 |
-
['1741771776', '1741772799', 'PK'],
|
8176 |
-
['1741772800', '1741773823', 'IN'],
|
8177 |
-
['1741773824', '1741774335', 'IN'],
|
8178 |
-
['1741774336', '1741774591', 'IN'],
|
8179 |
-
['1741774592', '1741774847', 'ID'],
|
8180 |
-
['1741774848', '1741775359', 'IN'],
|
8181 |
-
['1741775360', '1741775615', 'ID'],
|
8182 |
-
['1741775616', '1741775871', 'IN'],
|
8183 |
-
['1741775872', '1741776895', 'MY'],
|
8184 |
-
['1741776896', '1741777919', 'MY'],
|
8185 |
-
['1741778432', '1741778943', 'IN'],
|
8186 |
-
['1741778944', '1741779967', 'CN'],
|
8187 |
-
['1741779968', '1741780991', 'JP'],
|
8188 |
-
['1741780992', '1741782015', 'SG'],
|
8189 |
-
['1741782016', '1741783039', 'AU'],
|
8190 |
-
['1741783040', '1741783551', 'SG'],
|
8191 |
-
['1741783552', '1741783807', 'ID'],
|
8192 |
-
['1741783808', '1741784063', 'ID'],
|
8193 |
-
['1741784064', '1741785087', 'IN'],
|
8194 |
-
['1741785088', '1741786111', 'CN'],
|
8195 |
-
['1741786112', '1741787135', 'IN'],
|
8196 |
-
['1741787136', '1741788159', 'IN'],
|
8197 |
-
['1741788160', '1741789183', 'JP'],
|
8198 |
-
['1741789184', '1741789695', 'AU'],
|
8199 |
-
['1741790208', '1741791231', 'MY'],
|
8200 |
-
['1741791232', '1741791743', 'AU'],
|
8201 |
-
['1741791744', '1741792255', 'AU'],
|
8202 |
-
['1741792256', '1741793279', 'SG'],
|
8203 |
-
['1741793280', '1741794303', 'SG'],
|
8204 |
-
['1741794304', '1741795327', 'KR'],
|
8205 |
-
['1741795328', '1741796351', 'IN'],
|
8206 |
-
['1741796352', '1741797375', 'IN'],
|
8207 |
-
['1741797376', '1741798399', 'ID'],
|
8208 |
-
['1741798400', '1741798911', 'AU'],
|
8209 |
-
['1741798912', '1741799167', 'SG'],
|
8210 |
-
['1741799168', '1741799423', 'AU'],
|
8211 |
-
['1741799424', '1741800447', 'NZ'],
|
8212 |
-
['1741800448', '1741801471', 'BD'],
|
8213 |
-
['1741801472', '1741802495', 'CN'],
|
8214 |
-
['1741802496', '1741803519', 'IN'],
|
8215 |
-
['1741803520', '1741804543', 'CN'],
|
8216 |
-
['1741804544', '1741805567', 'IN'],
|
8217 |
-
['1741805568', '1741806591', 'CN'],
|
8218 |
-
['1741806592', '1741807615', 'IN'],
|
8219 |
-
['1741807616', '1741808639', 'NZ'],
|
8220 |
-
['1741808640', '1741809663', 'BD'],
|
8221 |
-
['1741809664', '1741810687', 'CN'],
|
8222 |
-
['1741810688', '1741811711', 'JP'],
|
8223 |
-
['1741811712', '1741811967', 'IN'],
|
8224 |
-
['1741811968', '1741812223', 'IN'],
|
8225 |
-
['1741812224', '1741812479', 'AU'],
|
8226 |
-
['1741812480', '1741812735', 'AU'],
|
8227 |
-
['1741812736', '1741813759', 'AU'],
|
8228 |
-
['1741813760', '1741814783', 'ID'],
|
8229 |
-
['1741814784', '1741815807', 'JP'],
|
8230 |
-
['1741815808', '1741816831', 'CN'],
|
8231 |
-
['1741816832', '1741817855', 'PK'],
|
8232 |
-
['1741817856', '1741818367', 'PH'],
|
8233 |
-
['1741818368', '1741818623', 'AU'],
|
8234 |
-
['1741818624', '1741818879', 'AU'],
|
8235 |
-
['1741818880', '1741819903', 'PK'],
|
8236 |
-
['1741819904', '1741820927', 'BD'],
|
8237 |
-
['1741820928', '1741821951', 'PH'],
|
8238 |
-
['1741821952', '1741822975', 'AU'],
|
8239 |
-
['1741822976', '1741823999', 'IN'],
|
8240 |
-
['1741824000', '1741824511', 'IN'],
|
8241 |
-
['1741824512', '1741824767', 'ID'],
|
8242 |
-
['1741824768', '1741825023', 'ID'],
|
8243 |
-
['1741825024', '1741826047', 'IN'],
|
8244 |
-
['1741826048', '1741827071', 'IN'],
|
8245 |
-
['1741827072', '1741828095', 'IN'],
|
8246 |
-
['1741828096', '1741829119', 'IN'],
|
8247 |
-
['1741829120', '1741830143', 'IN'],
|
8248 |
-
['1741830144', '1741831167', 'BD'],
|
8249 |
-
['1741831168', '1741832191', 'BD'],
|
8250 |
-
['1741832192', '1741833215', 'IN'],
|
8251 |
-
['1741833216', '1741834239', 'BD'],
|
8252 |
-
['1741834240', '1741835263', 'IN'],
|
8253 |
-
['1741835264', '1741836287', 'AU'],
|
8254 |
-
['1741836288', '1741837311', 'IN'],
|
8255 |
-
['1741837312', '1741838335', 'JP'],
|
8256 |
-
['1741838336', '1741839359', 'IN'],
|
8257 |
-
['1741839360', '1741840383', 'IN'],
|
8258 |
-
['1741840384', '1741841407', 'CN'],
|
8259 |
-
['1741841408', '1741842431', 'IN'],
|
8260 |
-
['1741842432', '1741842687', 'IN'],
|
8261 |
-
['1741842688', '1741842943', 'ID'],
|
8262 |
-
['1741842944', '1741843455', 'IN'],
|
8263 |
-
['1741843456', '1741844479', 'JP'],
|
8264 |
-
['1741844480', '1741844991', 'IN'],
|
8265 |
-
['1741845248', '1741845503', 'MN'],
|
8266 |
-
['1741845504', '1741846527', 'ID'],
|
8267 |
-
['1741846528', '1741847551', 'ID'],
|
8268 |
-
['1741847552', '1741848063', 'AU'],
|
8269 |
-
['1741848064', '1741848575', 'IN'],
|
8270 |
-
['1741848576', '1741849599', 'MM'],
|
8271 |
-
['1741849600', '1741850623', 'IN'],
|
8272 |
-
['1741850624', '1741851647', 'AU'],
|
8273 |
-
['1741851648', '1741852671', 'IN'],
|
8274 |
-
['1741852672', '1741853695', 'IN'],
|
8275 |
-
['1741853696', '1741854719', 'AU'],
|
8276 |
-
['1741854720', '1741855231', 'TH'],
|
8277 |
-
['1741855232', '1741855743', 'AU'],
|
8278 |
-
['1741855744', '1741856767', 'CN'],
|
8279 |
-
['1741856768', '1741857791', 'CN'],
|
8280 |
-
['1741857792', '1741858815', 'CN'],
|
8281 |
-
['1741858816', '1741859839', 'CN'],
|
8282 |
-
['1741859840', '1741860863', 'CN'],
|
8283 |
-
['1741860864', '1741861887', 'CN'],
|
8284 |
-
['1741861888', '1741862911', 'CN'],
|
8285 |
-
['1741862912', '1741863935', 'CN'],
|
8286 |
-
['1741863936', '1741864959', 'CN'],
|
8287 |
-
['1741864960', '1741865215', 'AU'],
|
8288 |
-
['1741865216', '1741865471', 'ID'],
|
8289 |
-
['1741865472', '1741865983', 'IN'],
|
8290 |
-
['1741865984', '1741867007', 'IN'],
|
8291 |
-
['1741867008', '1741868031', 'IN'],
|
8292 |
-
['1741868032', '1741869055', 'IN'],
|
8293 |
-
['1741869056', '1741869311', 'NZ'],
|
8294 |
-
['1741869312', '1741869567', 'AU'],
|
8295 |
-
['1741869824', '1741870079', 'NZ'],
|
8296 |
-
['1741870080', '1741871103', 'SG'],
|
8297 |
-
['1741871104', '1741872127', 'CN'],
|
8298 |
-
['1741872128', '1741872383', 'HK'],
|
8299 |
-
['1741872384', '1741872639', 'IN'],
|
8300 |
-
['1741872640', '1741872895', 'PH'],
|
8301 |
-
['1741872896', '1741873151', 'NZ'],
|
8302 |
-
['1741873152', '1741874175', 'IN'],
|
8303 |
-
['1741874176', '1741875199', 'ID'],
|
8304 |
-
['1741875200', '1741876223', 'HK'],
|
8305 |
-
['1741876224', '1741877247', 'HK'],
|
8306 |
-
['1741877248', '1741878271', 'HK'],
|
8307 |
-
['1741878272', '1741879295', 'HK'],
|
8308 |
-
['1741879296', '1741879807', 'NZ'],
|
8309 |
-
['1741879808', '1741880063', 'IN'],
|
8310 |
-
['1741880064', '1741880319', 'AU'],
|
8311 |
-
['1741880320', '1741881343', 'IN'],
|
8312 |
-
['1741881344', '1741882367', 'HK'],
|
8313 |
-
['1741882368', '1741882879', 'IN'],
|
8314 |
-
['1741882880', '1741883391', 'AU'],
|
8315 |
-
['1741883392', '1741884415', 'IN'],
|
8316 |
-
['1741884416', '1741885439', 'IN'],
|
8317 |
-
['1741885440', '1741886463', 'IN'],
|
8318 |
-
['1741886464', '1741887487', 'IN'],
|
8319 |
-
['1741887488', '1741887999', 'NZ'],
|
8320 |
-
['1741888000', '1741888255', 'IN'],
|
8321 |
-
['1741888512', '1741889535', 'BD'],
|
8322 |
-
['1741889536', '1741890559', 'HK'],
|
8323 |
-
['1741890560', '1741891583', 'IN'],
|
8324 |
-
['1741891584', '1741892607', 'IN'],
|
8325 |
-
['1741892608', '1741893631', 'CN'],
|
8326 |
-
['1741893632', '1741893887', 'AU'],
|
8327 |
-
['1741893888', '1741894143', 'ID'],
|
8328 |
-
['1741894144', '1741894655', 'ID'],
|
8329 |
-
['1741894656', '1741895679', 'IN'],
|
8330 |
-
['1741895680', '1741896703', 'IN'],
|
8331 |
-
['1741896704', '1741897727', 'IN'],
|
8332 |
-
['1741897728', '1741898751', 'SG'],
|
8333 |
-
['1741898752', '1741899775', 'HK'],
|
8334 |
-
['1741899776', '1741900799', 'JP'],
|
8335 |
-
['1741900800', '1741901823', 'IN'],
|
8336 |
-
['1741901824', '1741902079', 'IN'],
|
8337 |
-
['1741902080', '1741902335', 'IN'],
|
8338 |
-
['1741902336', '1741902591', 'ID'],
|
8339 |
-
['1741902592', '1741902847', 'ID'],
|
8340 |
-
['1741902848', '1741903871', 'IN'],
|
8341 |
-
['1741903872', '1741904895', 'IN'],
|
8342 |
-
['1741904896', '1741905919', 'HK'],
|
8343 |
-
['1741905920', '1741906943', 'CN'],
|
8344 |
-
['1741906944', '1741907967', 'CN'],
|
8345 |
-
['1741907968', '1741908991', 'IN'],
|
8346 |
-
['1741908992', '1741910015', 'IN'],
|
8347 |
-
['1741910016', '1741911039', 'IN'],
|
8348 |
-
['1741911040', '1741912063', 'SG'],
|
8349 |
-
['1741912064', '1741913087', 'NZ'],
|
8350 |
-
['1741913088', '1741914111', 'HK'],
|
8351 |
-
['1741914112', '1741915135', 'IN'],
|
8352 |
-
['1741915136', '1741916159', 'IN'],
|
8353 |
-
['1741916160', '1741917183', 'IN'],
|
8354 |
-
['1741917184', '1741917695', 'AU'],
|
8355 |
-
['1741917696', '1741917951', 'AU'],
|
8356 |
-
['1741917952', '1741918207', 'ID'],
|
8357 |
-
['1741918208', '1741919231', 'BD'],
|
8358 |
-
['1741919232', '1741920255', 'NP'],
|
8359 |
-
['1741920256', '1741921279', 'IN'],
|
8360 |
-
['1741921280', '1741922303', 'CN'],
|
8361 |
-
['1741922304', '1741923327', 'US'],
|
8362 |
-
['1741923328', '1741924351', 'CN'],
|
8363 |
-
['1741924352', '1741925375', 'CN'],
|
8364 |
-
['1741925376', '1741925631', 'AU'],
|
8365 |
-
['1741925632', '1741925887', 'HK'],
|
8366 |
-
['1741925888', '1741926399', 'PH'],
|
8367 |
-
['1741926400', '1741927423', 'IN'],
|
8368 |
-
['1741927424', '1741928447', 'US'],
|
8369 |
-
['1741928448', '1741928959', 'BD'],
|
8370 |
-
['1741928960', '1741929471', 'IN'],
|
8371 |
-
['1741929472', '1741930495', 'IN'],
|
8372 |
-
['1741930496', '1741931519', 'CN'],
|
8373 |
-
['1741931520', '1741931775', 'IN'],
|
8374 |
-
['1741931776', '1741932031', 'IN'],
|
8375 |
-
['1741932032', '1741932287', 'HK'],
|
8376 |
-
['1741932288', '1741932543', 'AU'],
|
8377 |
-
['1741932544', '1741933567', 'PK'],
|
8378 |
-
['1741933568', '1741934591', 'BD'],
|
8379 |
-
['1741934592', '1741935615', 'AU'],
|
8380 |
-
['1741935616', '1741936639', 'VN'],
|
8381 |
-
['1741936640', '1741937663', 'SC'],
|
8382 |
-
['1741937664', '1741938687', 'CN'],
|
8383 |
-
['1741938688', '1741939711', 'CN'],
|
8384 |
-
['1741939712', '1741940735', 'CN'],
|
8385 |
-
['1741940736', '1741941759', 'ID'],
|
8386 |
-
['1741941760', '1741942271', 'HK'],
|
8387 |
-
['1741942272', '1741942527', 'AU'],
|
8388 |
-
['1741942528', '1741942783', 'MY'],
|
8389 |
-
['1741942784', '1741943807', 'AU'],
|
8390 |
-
['1741943808', '1741944831', 'HK'],
|
8391 |
-
['1741944832', '1741945855', 'CN'],
|
8392 |
-
['1741945856', '1741946879', 'US'],
|
8393 |
-
['1741946880', '1741947903', 'CN'],
|
8394 |
-
['1741947904', '1741948927', 'CN'],
|
8395 |
-
['1741948928', '1741949951', 'CN'],
|
8396 |
-
['1741949952', '1741950975', 'CN'],
|
8397 |
-
['1741950976', '1741951999', 'IN'],
|
8398 |
-
['1741952000', '1741953023', 'IN'],
|
8399 |
-
['1741953024', '1741954047', 'GU'],
|
8400 |
-
['1741954048', '1741955071', 'IN'],
|
8401 |
-
['1741955072', '1741956095', 'CN'],
|
8402 |
-
['1741956096', '1741957119', 'TH'],
|
8403 |
-
['1741957120', '1741957375', 'PG'],
|
8404 |
-
['1741957376', '1741957631', 'MY'],
|
8405 |
-
['1741957632', '1741957887', 'AU'],
|
8406 |
-
['1741957888', '1741958143', 'ID'],
|
8407 |
-
['1741958144', '1741959167', 'CN'],
|
8408 |
-
['1741959168', '1741960191', 'CN'],
|
8409 |
-
['1741960192', '1741961215', 'NZ'],
|
8410 |
-
['1741961216', '1741962239', 'HK'],
|
8411 |
-
['1741962240', '1741963263', 'SG'],
|
8412 |
-
['1741963264', '1741963775', 'NP'],
|
8413 |
-
['1741963776', '1741964031', 'AU'],
|
8414 |
-
['1741964032', '1741964287', 'AU'],
|
8415 |
-
['1741964288', '1741965311', 'MY'],
|
8416 |
-
['1741965312', '1741966335', 'HK'],
|
8417 |
-
['1741966336', '1741967359', 'JP'],
|
8418 |
-
['1741967360', '1741968383', 'BD'],
|
8419 |
-
['1741968384', '1741969407', 'CN'],
|
8420 |
-
['1741969408', '1741970431', 'IN'],
|
8421 |
-
['1741970432', '1741971455', 'IN'],
|
8422 |
-
['1741971456', '1741972479', 'HK'],
|
8423 |
-
['1741972480', '1741973503', 'CN'],
|
8424 |
-
['1741973504', '1741974527', 'CN'],
|
8425 |
-
['1741974528', '1741975551', 'CN'],
|
8426 |
-
['1741975552', '1741976575', 'AU'],
|
8427 |
-
['1741976576', '1741977599', 'MN'],
|
8428 |
-
['1741977600', '1741978111', 'IN'],
|
8429 |
-
['1741978112', '1741978367', 'AU'],
|
8430 |
-
['1741978368', '1741978623', 'NZ'],
|
8431 |
-
['1741978624', '1741979647', 'KR'],
|
8432 |
-
['1741979648', '1741980671', 'IN'],
|
8433 |
-
['1741980672', '1741981695', 'IN'],
|
8434 |
-
['1741981696', '1741982719', 'IN'],
|
8435 |
-
['1741982720', '1741983743', 'IN'],
|
8436 |
-
['1741983744', '1741984767', 'IN'],
|
8437 |
-
['1741984768', '1741985791', 'CN'],
|
8438 |
-
['1741985792', '1741986815', 'IN'],
|
8439 |
-
['1741986816', '1741987839', 'IN'],
|
8440 |
-
['1741987840', '1741988863', 'AU'],
|
8441 |
-
['1741988864', '1741989887', 'CN'],
|
8442 |
-
['1741989888', '1741990911', 'SG'],
|
8443 |
-
['1741991936', '1741992191', 'MY'],
|
8444 |
-
['1741992192', '1741992447', 'IN'],
|
8445 |
-
['1741992960', '1741993983', 'TH'],
|
8446 |
-
['1741993984', '1741995007', 'HK'],
|
8447 |
-
['1741995008', '1741996031', 'JP'],
|
8448 |
-
['1741996032', '1741996543', 'NZ'],
|
8449 |
-
['1741996544', '1741997055', 'AU'],
|
8450 |
-
['1741997056', '1741998079', 'CN'],
|
8451 |
-
['1741998080', '1741999103', 'CN'],
|
8452 |
-
['1741999104', '1742000127', 'IN'],
|
8453 |
-
['1742000128', '1742000639', 'IN'],
|
8454 |
-
['1742000640', '1742000895', 'AU'],
|
8455 |
-
['1742000896', '1742001151', 'ID'],
|
8456 |
-
['1742001152', '1742002175', 'IN'],
|
8457 |
-
['1742002176', '1742003199', 'AU'],
|
8458 |
-
['1742003200', '1742004223', 'KR'],
|
8459 |
-
['1742004224', '1742005247', 'NZ'],
|
8460 |
-
['1742005248', '1742006271', 'CN'],
|
8461 |
-
['1742006272', '1742006527', 'ID'],
|
8462 |
-
['1742006528', '1742006783', 'ID'],
|
8463 |
-
['1742006784', '1742007039', 'ID'],
|
8464 |
-
['1742007040', '1742007295', 'IN'],
|
8465 |
-
['1742007296', '1742008319', 'ID'],
|
8466 |
-
['1742008320', '1742009343', 'AU'],
|
8467 |
-
['1742009344', '1742010367', 'KR'],
|
8468 |
-
['1742010368', '1742011391', 'KR'],
|
8469 |
-
['1742011392', '1742012415', 'CN'],
|
8470 |
-
['1742012416', '1742013439', 'IN'],
|
8471 |
-
['1742013440', '1742014463', 'IN'],
|
8472 |
-
['1742014464', '1742015487', 'IN'],
|
8473 |
-
['1742015488', '1742016511', 'IN'],
|
8474 |
-
['1742016512', '1742017535', 'IN'],
|
8475 |
-
['1742017536', '1742018559', 'IN'],
|
8476 |
-
['1742018560', '1742019583', 'IN'],
|
8477 |
-
['1742019584', '1742020095', 'BD'],
|
8478 |
-
['1742020096', '1742020351', 'MM'],
|
8479 |
-
['1742020352', '1742020607', 'NP'],
|
8480 |
-
['1742020608', '1742021631', 'IN'],
|
8481 |
-
['1742021632', '1742022655', 'IN'],
|
8482 |
-
['1742022656', '1742023679', 'CN'],
|
8483 |
-
['1742023680', '1742024703', 'CN'],
|
8484 |
-
['1742024704', '1742025727', 'CN'],
|
8485 |
-
['1742025728', '1742026751', 'CN'],
|
8486 |
-
['1742026752', '1742027775', 'CN'],
|
8487 |
-
['1742027776', '1742028799', 'CN'],
|
8488 |
-
['1742028800', '1742029823', 'CN'],
|
8489 |
-
['1742029824', '1742030847', 'CN'],
|
8490 |
-
['1742030848', '1742031871', 'CN'],
|
8491 |
-
['1742031872', '1742032895', 'CN'],
|
8492 |
-
['1742032896', '1742033919', 'CN'],
|
8493 |
-
['1742033920', '1742034943', 'CN'],
|
8494 |
-
['1742034944', '1742035967', 'CN'],
|
8495 |
-
['1742035968', '1742036991', 'CN'],
|
8496 |
-
['1742036992', '1742038015', 'CN'],
|
8497 |
-
['1742038016', '1742039039', 'AU'],
|
8498 |
-
['1742039040', '1742040063', 'AF'],
|
8499 |
-
['1742040064', '1742041087', 'PK'],
|
8500 |
-
['1742041088', '1742042111', 'PK'],
|
8501 |
-
['1742042112', '1742043135', 'ID'],
|
8502 |
-
['1742043136', '1742043647', 'AU'],
|
8503 |
-
['1742043648', '1742044159', 'VN'],
|
8504 |
-
['1742044160', '1742045183', 'NP'],
|
8505 |
-
['1742045184', '1742046207', 'ID'],
|
8506 |
-
['1742046208', '1742047231', 'CN'],
|
8507 |
-
['1742047232', '1742048255', 'CN'],
|
8508 |
-
['1742048256', '1742049279', 'CN'],
|
8509 |
-
['1742049280', '1742050303', 'CN'],
|
8510 |
-
['1742050304', '1742051327', 'CN'],
|
8511 |
-
['1742051328', '1742052351', 'CN'],
|
8512 |
-
['1742052352', '1742053375', 'CN'],
|
8513 |
-
['1742053376', '1742054399', 'CN'],
|
8514 |
-
['1742054400', '1742055423', 'CN'],
|
8515 |
-
['1742055424', '1742056447', 'CN'],
|
8516 |
-
['1742056448', '1742057471', 'CN'],
|
8517 |
-
['1742057472', '1742058495', 'CN'],
|
8518 |
-
['1742058496', '1742059519', 'CN'],
|
8519 |
-
['1742059520', '1742060543', 'CN'],
|
8520 |
-
['1742060544', '1742061567', 'CN'],
|
8521 |
-
['1742061568', '1742062591', 'IN'],
|
8522 |
-
['1742062592', '1742063615', 'SG'],
|
8523 |
-
['1742063616', '1742063871', 'AU'],
|
8524 |
-
['1742063872', '1742064127', 'IN'],
|
8525 |
-
['1742064128', '1742064639', 'IN'],
|
8526 |
-
['1742064640', '1742065663', 'TH'],
|
8527 |
-
['1742065664', '1742066687', 'IN'],
|
8528 |
-
['1742066688', '1742067711', 'IN'],
|
8529 |
-
['1742067712', '1742068735', 'IN'],
|
8530 |
-
['1742068736', '1742069759', 'IN'],
|
8531 |
-
['1742069760', '1742070783', 'IN'],
|
8532 |
-
['1742070784', '1742071039', 'MM'],
|
8533 |
-
['1742071040', '1742071295', 'JP'],
|
8534 |
-
['1742071296', '1742071807', 'MM'],
|
8535 |
-
['1742072832', '1742073855', 'BD'],
|
8536 |
-
['1742073856', '1742074879', 'BD'],
|
8537 |
-
['1742074880', '1742075903', 'HK'],
|
8538 |
-
['1742075904', '1742076927', 'CN'],
|
8539 |
-
['1742076928', '1742077951', 'CN'],
|
8540 |
-
['1742077952', '1742078975', 'BD'],
|
8541 |
-
['1742078976', '1742079999', 'NL'],
|
8542 |
-
['1742080000', '1742081023', 'VN'],
|
8543 |
-
['1742081024', '1742082047', 'PH'],
|
8544 |
-
['1742082048', '1742083071', 'HK'],
|
8545 |
-
['1742083072', '1742084095', 'IN'],
|
8546 |
-
['1742084096', '1742085119', 'KR'],
|
8547 |
-
['1742085120', '1742085631', 'AU'],
|
8548 |
-
['1742085632', '1742086143', 'AU'],
|
8549 |
-
['1742086144', '1742087167', 'CN'],
|
8550 |
-
['1742087168', '1742088191', 'JP'],
|
8551 |
-
['1742088192', '1742088447', 'IN'],
|
8552 |
-
['1742088448', '1742088703', 'HK'],
|
8553 |
-
['1742088704', '1742088959', 'AU'],
|
8554 |
-
['1742088960', '1742089215', 'AU'],
|
8555 |
-
['1742089216', '1742090239', 'SG'],
|
8556 |
-
['1742090240', '1742091263', 'CN'],
|
8557 |
-
['1742091264', '1742092287', 'ID'],
|
8558 |
-
['1742092288', '1742093311', 'HK'],
|
8559 |
-
['1742093312', '1742094335', 'IN'],
|
8560 |
-
['1742094336', '1742095359', 'IN'],
|
8561 |
-
['1742095360', '1742096383', 'MM'],
|
8562 |
-
['1742096384', '1742097407', 'JP'],
|
8563 |
-
['1742097408', '1742098431', 'NP'],
|
8564 |
-
['1742098432', '1742099455', 'BD'],
|
8565 |
-
['1742099456', '1742100479', 'CN'],
|
8566 |
-
['1742100480', '1742101503', 'KR'],
|
8567 |
-
['1742101504', '1742102527', 'BD'],
|
8568 |
-
['1742103040', '1742103295', 'AU'],
|
8569 |
-
['1742103296', '1742103551', 'ID'],
|
8570 |
-
['1742103552', '1742104575', 'ID'],
|
8571 |
-
['1742104576', '1742105599', 'NZ'],
|
8572 |
-
['1742105600', '1742106623', 'SG'],
|
8573 |
-
['1742106624', '1742107135', 'ID'],
|
8574 |
-
['1742107136', '1742107647', 'IN'],
|
8575 |
-
['1742107648', '1742108671', 'IN'],
|
8576 |
-
['1742108672', '1742109183', 'ID'],
|
8577 |
-
['1742109184', '1742109695', 'IN'],
|
8578 |
-
['1742109696', '1742110719', 'IN'],
|
8579 |
-
['1742110720', '1742111743', 'IN'],
|
8580 |
-
['1742111744', '1742112767', 'IN'],
|
8581 |
-
['1742112768', '1742113791', 'IN'],
|
8582 |
-
['1742113792', '1742114815', 'HK'],
|
8583 |
-
['1742114816', '1742115839', 'HK'],
|
8584 |
-
['1742115840', '1742116863', 'KH'],
|
8585 |
-
['1742116864', '1742117887', 'JP'],
|
8586 |
-
['1742117888', '1742118911', 'BD'],
|
8587 |
-
['1742118912', '1742119935', 'AU'],
|
8588 |
-
['1742119936', '1742120959', 'HK'],
|
8589 |
-
['1742120960', '1742121983', 'CN'],
|
8590 |
-
['1742121984', '1742123007', 'HK'],
|
8591 |
-
['1742123008', '1742123263', 'AU'],
|
8592 |
-
['1742123264', '1742123519', 'IN'],
|
8593 |
-
['1742123520', '1742124031', 'IN'],
|
8594 |
-
['1742124032', '1742125055', 'SG'],
|
8595 |
-
['1742125056', '1742126079', 'ID'],
|
8596 |
-
['1742126080', '1742127103', 'IN'],
|
8597 |
-
['1742127104', '1742128127', 'HK'],
|
8598 |
-
['1742128128', '1742129151', 'MY'],
|
8599 |
-
['1742129152', '1742130175', 'BD'],
|
8600 |
-
['1742130176', '1742130687', 'NZ'],
|
8601 |
-
['1742130688', '1742130943', 'AU'],
|
8602 |
-
['1742130944', '1742131199', 'AU'],
|
8603 |
-
['1742131200', '1742132223', 'AU'],
|
8604 |
-
['1742132224', '1742133247', 'CN'],
|
8605 |
-
['1742133248', '1742134271', 'BD'],
|
8606 |
-
['1742134272', '1742135295', 'AU'],
|
8607 |
-
['1742135296', '1742136319', 'CN'],
|
8608 |
-
['1742136320', '1742136575', 'FR'],
|
8609 |
-
['1742136576', '1742136831', 'ID'],
|
8610 |
-
['1742136832', '1742137343', 'IN'],
|
8611 |
-
['1742137344', '1742138367', 'IN'],
|
8612 |
-
['1742138368', '1742139391', 'ID'],
|
8613 |
-
['1742139392', '1742140415', 'CN'],
|
8614 |
-
['1742140416', '1742141439', 'CN'],
|
8615 |
-
['1742141440', '1742142463', 'HK'],
|
8616 |
-
['1742142464', '1742143487', 'SG'],
|
8617 |
-
['1742143488', '1742144511', 'HK'],
|
8618 |
-
['1742144512', '1742145535', 'HK'],
|
8619 |
-
['1742145536', '1742146559', 'HK'],
|
8620 |
-
['1742146560', '1742146815', 'AU'],
|
8621 |
-
['1742146816', '1742147071', 'ID'],
|
8622 |
-
['1742147072', '1742147327', 'SG'],
|
8623 |
-
['1742147328', '1742147583', 'AU'],
|
8624 |
-
['1742147584', '1742148607', 'ID'],
|
8625 |
-
['1742148608', '1742149119', 'AU'],
|
8626 |
-
['1742149120', '1742149375', 'AU'],
|
8627 |
-
['1742149376', '1742149631', 'AU'],
|
8628 |
-
['1742149632', '1742150655', 'ID'],
|
8629 |
-
['1742150656', '1742151679', 'CN'],
|
8630 |
-
['1742151680', '1742152703', 'CN'],
|
8631 |
-
['1742152704', '1742153727', 'CN'],
|
8632 |
-
['1742153728', '1742154751', 'HK'],
|
8633 |
-
['1742154752', '1742155775', 'CN'],
|
8634 |
-
['1742155776', '1742156799', 'CN'],
|
8635 |
-
['1742156800', '1742157823', 'IN'],
|
8636 |
-
['1742157824', '1742158847', 'JP'],
|
8637 |
-
['1742158848', '1742159871', 'SG'],
|
8638 |
-
['1742159872', '1742160895', 'AU'],
|
8639 |
-
['1742160896', '1742161919', 'ID'],
|
8640 |
-
['1742161920', '1742162431', 'ID'],
|
8641 |
-
['1742162432', '1742162687', 'AU'],
|
8642 |
-
['1742162688', '1742162943', 'PK'],
|
8643 |
-
['1742162944', '1742163967', 'HK'],
|
8644 |
-
['1742163968', '1742164991', 'HK'],
|
8645 |
-
['1742164992', '1742166015', 'JP'],
|
8646 |
-
['1742166016', '1742167039', 'AU'],
|
8647 |
-
['1742167040', '1742168063', 'IN'],
|
8648 |
-
['1742168064', '1742168575', 'IN'],
|
8649 |
-
['1742168576', '1742169087', 'IN'],
|
8650 |
-
['1742169088', '1742170111', 'CN'],
|
8651 |
-
['1742170112', '1742171135', 'CN'],
|
8652 |
-
['1742171136', '1742172159', 'CN'],
|
8653 |
-
['1742172160', '1742173183', 'IN'],
|
8654 |
-
['1742173184', '1742174207', 'CN'],
|
8655 |
-
['1742174208', '1742175231', 'CN'],
|
8656 |
-
['1742175232', '1742176255', 'HK'],
|
8657 |
-
['1742176256', '1742177279', 'AU'],
|
8658 |
-
['1742177280', '1742177791', 'AU'],
|
8659 |
-
['1742177792', '1742178047', 'IN'],
|
8660 |
-
['1742178048', '1742178303', 'IN'],
|
8661 |
-
['1742178304', '1742179327', 'MY'],
|
8662 |
-
['1742179328', '1742180351', 'CN'],
|
8663 |
-
['1742180352', '1742181375', 'KR'],
|
8664 |
-
['1742181376', '1742182399', 'IN'],
|
8665 |
-
['1742182400', '1742183423', 'KR'],
|
8666 |
-
['1742183424', '1742184447', 'IN'],
|
8667 |
-
['1742184448', '1742185471', 'AU'],
|
8668 |
-
['1742185472', '1742186495', 'IN'],
|
8669 |
-
['1742186496', '1742187519', 'IN'],
|
8670 |
-
['1742187520', '1742188543', 'JP'],
|
8671 |
-
['1742188544', '1742189567', 'ID'],
|
8672 |
-
['1742189568', '1742190591', 'CA'],
|
8673 |
-
['1742190592', '1742191615', 'CN'],
|
8674 |
-
['1742191616', '1742192639', 'HK'],
|
8675 |
-
['1742192640', '1742193663', 'MM'],
|
8676 |
-
['1742193664', '1742194687', 'IN'],
|
8677 |
-
['1742194688', '1742195711', 'IN'],
|
8678 |
-
['1742195712', '1742196735', 'IN'],
|
8679 |
-
['1742196736', '1742197247', 'IN'],
|
8680 |
-
['1742197248', '1742197759', 'AF'],
|
8681 |
-
['1742197760', '1742198783', 'HK'],
|
8682 |
-
['1742198784', '1742199807', 'NL'],
|
8683 |
-
['1742199808', '1742200831', 'IR'],
|
8684 |
-
['1742200832', '1742201855', 'IN'],
|
8685 |
-
['1742201856', '1742202879', 'CN'],
|
8686 |
-
['1742202880', '1742203391', 'IN'],
|
8687 |
-
['1742203392', '1742203647', 'IN'],
|
8688 |
-
['1742203648', '1742203903', 'IN'],
|
8689 |
-
['1742203904', '1742204927', 'IN'],
|
8690 |
-
['1742204928', '1742205951', 'IN'],
|
8691 |
-
['1742205952', '1742206975', 'IN'],
|
8692 |
-
['1742206976', '1742207999', 'IN'],
|
8693 |
-
['1742208000', '1742209023', 'JP'],
|
8694 |
-
['1742209024', '1742210047', 'IN'],
|
8695 |
-
['1742210048', '1742211071', 'CN'],
|
8696 |
-
['1742211072', '1742212095', 'CN'],
|
8697 |
-
['1742212096', '1742213119', 'CN'],
|
8698 |
-
['1742213120', '1742214143', 'CN'],
|
8699 |
-
['1742214144', '1742215167', 'CN'],
|
8700 |
-
['1742215168', '1742216191', 'CN'],
|
8701 |
-
['1742216192', '1742217215', 'CN'],
|
8702 |
-
['1742217216', '1742218239', 'CN'],
|
8703 |
-
['1742218240', '1742219263', 'CN'],
|
8704 |
-
['1742219264', '1742220287', 'CN'],
|
8705 |
-
['1742220288', '1742221311', 'CN'],
|
8706 |
-
['1742221312', '1742222335', 'KH'],
|
8707 |
-
['1742222336', '1742223359', 'IN'],
|
8708 |
-
['1742223360', '1742224383', 'BD'],
|
8709 |
-
['1742224384', '1742225407', 'IR'],
|
8710 |
-
['1742225408', '1742226431', 'CN'],
|
8711 |
-
['1742226432', '1742227455', 'IN'],
|
8712 |
-
['1742227456', '1742228479', 'VN'],
|
8713 |
-
['1742228480', '1742229503', 'IN'],
|
8714 |
-
['1742229504', '1742230527', 'IN'],
|
8715 |
-
['1742230528', '1742231039', 'SG'],
|
8716 |
-
['1742231040', '1742231295', 'IN'],
|
8717 |
-
['1742231296', '1742231551', 'ID'],
|
8718 |
-
['1742231552', '1742232575', 'IN'],
|
8719 |
-
['1742232576', '1742233599', 'IN'],
|
8720 |
-
['1742233600', '1742234111', 'TH'],
|
8721 |
-
['1742234112', '1742234367', 'IN'],
|
8722 |
-
['1742234368', '1742234623', 'IN'],
|
8723 |
-
['1742234624', '1742235647', 'HK'],
|
8724 |
-
['1742235648', '1742236671', 'PK'],
|
8725 |
-
['1742236672', '1742237695', 'CN'],
|
8726 |
-
['1742237696', '1742238719', 'VN'],
|
8727 |
-
['1742238720', '1742239743', 'VN'],
|
8728 |
-
['1742239744', '1742240767', 'VN'],
|
8729 |
-
['1742240768', '1742241791', 'VN'],
|
8730 |
-
['1742241792', '1742242815', 'VN'],
|
8731 |
-
['1742242816', '1742243071', 'NZ'],
|
8732 |
-
['1742243072', '1742243327', 'AU'],
|
8733 |
-
['1742243328', '1742243583', 'HK'],
|
8734 |
-
['1742243584', '1742243839', 'PK'],
|
8735 |
-
['1742243840', '1742244863', 'CN'],
|
8736 |
-
['1742244864', '1742245887', 'IN'],
|
8737 |
-
['1742245888', '1742246911', 'IN'],
|
8738 |
-
['1742246912', '1742247935', 'IN'],
|
8739 |
-
['1742247936', '1742248959', 'CN'],
|
8740 |
-
['1742248960', '1742249983', 'IN'],
|
8741 |
-
['1742249984', '1742250239', 'AF'],
|
8742 |
-
['1742250240', '1742250495', 'IN'],
|
8743 |
-
['1742250496', '1742251007', 'IN'],
|
8744 |
-
['1742251008', '1742252031', 'IN'],
|
8745 |
-
['1742252032', '1742253055', 'IN'],
|
8746 |
-
['1742253056', '1742254079', 'IN'],
|
8747 |
-
['1742254080', '1742255103', 'IN'],
|
8748 |
-
['1742255104', '1742256127', 'IN'],
|
8749 |
-
['1742256128', '1742257151', 'IN'],
|
8750 |
-
['1742257152', '1742257407', 'ID'],
|
8751 |
-
['1742257408', '1742257663', 'NZ'],
|
8752 |
-
['1742257664', '1742258175', 'AU'],
|
8753 |
-
['1742258176', '1742259199', 'US'],
|
8754 |
-
['1742259200', '1742260223', 'AU'],
|
8755 |
-
['1742260224', '1742260479', 'IN'],
|
8756 |
-
['1742260480', '1742260735', 'IN'],
|
8757 |
-
['1742260736', '1742261247', 'KR'],
|
8758 |
-
['1742261248', '1742262271', 'IN'],
|
8759 |
-
['1742262272', '1742263295', 'IN'],
|
8760 |
-
['1742263296', '1742264319', 'IN'],
|
8761 |
-
['1742264320', '1742265343', 'HK'],
|
8762 |
-
['1742265344', '1742266367', 'AU'],
|
8763 |
-
['1742266368', '1742267391', 'CN'],
|
8764 |
-
['1742267392', '1742268415', 'CN'],
|
8765 |
-
['1742268416', '1742269439', 'IN'],
|
8766 |
-
['1742269440', '1742270463', 'IN'],
|
8767 |
-
['1742270464', '1742271487', 'CN'],
|
8768 |
-
['1742271488', '1742272511', 'CN'],
|
8769 |
-
['1742272512', '1742273535', 'CN'],
|
8770 |
-
['1742273536', '1742274559', 'CN'],
|
8771 |
-
['1742274560', '1742275583', 'CN'],
|
8772 |
-
['1742275584', '1742276607', 'CN'],
|
8773 |
-
['1742276608', '1742277631', 'CN'],
|
8774 |
-
['1742277632', '1742278655', 'CN'],
|
8775 |
-
['1742278656', '1742279679', 'CN'],
|
8776 |
-
['1742279680', '1742280703', 'CN'],
|
8777 |
-
['1742280704', '1742281727', 'CN'],
|
8778 |
-
['1742281728', '1742282751', 'CN'],
|
8779 |
-
['1742282752', '1742283775', 'CN'],
|
8780 |
-
['1742283776', '1742284799', 'CN'],
|
8781 |
-
['1742284800', '1742285823', 'CN'],
|
8782 |
-
['1742285824', '1742286847', 'CN'],
|
8783 |
-
['1742286848', '1742287871', 'CN'],
|
8784 |
-
['1742287872', '1742288895', 'CN'],
|
8785 |
-
['1742288896', '1742289919', 'CN'],
|
8786 |
-
['1742289920', '1742290943', 'CN'],
|
8787 |
-
['1742290944', '1742291967', 'IN'],
|
8788 |
-
['1742291968', '1742292991', 'IN'],
|
8789 |
-
['1742292992', '1742293503', 'IN'],
|
8790 |
-
['1742293504', '1742294015', 'AU'],
|
8791 |
-
['1742294016', '1742294271', 'IN'],
|
8792 |
-
['1742294272', '1742294527', 'IN'],
|
8793 |
-
['1742294528', '1742295039', 'IN'],
|
8794 |
-
['1742295040', '1742296063', 'IN'],
|
8795 |
-
['1742296064', '1742297087', 'IN'],
|
8796 |
-
['1742297088', '1742298111', 'IN'],
|
8797 |
-
['1742298112', '1742299135', 'MY'],
|
8798 |
-
['1742299136', '1742299647', 'NZ'],
|
8799 |
-
['1742299648', '1742299903', 'IN'],
|
8800 |
-
['1742300160', '1742301183', 'AU'],
|
8801 |
-
['1742301184', '1742301695', 'BD'],
|
8802 |
-
['1742301696', '1742301951', 'AU'],
|
8803 |
-
['1742301952', '1742302207', 'AU'],
|
8804 |
-
['1742302208', '1742303231', 'BD'],
|
8805 |
-
['1742303232', '1742304255', 'BD'],
|
8806 |
-
['1742304256', '1742305279', 'IN'],
|
8807 |
-
['1742305280', '1742306303', 'IN'],
|
8808 |
-
['1742306304', '1742307327', 'IN'],
|
8809 |
-
['1742307328', '1742308351', 'IN'],
|
8810 |
-
['1742308352', '1742309375', 'IN'],
|
8811 |
-
['1742309376', '1742310399', 'IN'],
|
8812 |
-
['1742310400', '1742311423', 'IN'],
|
8813 |
-
['1742311424', '1742312447', 'IN'],
|
8814 |
-
['1742312448', '1742313471', 'IN'],
|
8815 |
-
['1742313472', '1742314495', 'IN'],
|
8816 |
-
['1742314496', '1742315519', 'MM'],
|
8817 |
-
['1742315520', '1742316543', 'HK'],
|
8818 |
-
['1742316544', '1742317567', 'AU'],
|
8819 |
-
['1742317568', '1742318591', 'CN'],
|
8820 |
-
['1742318592', '1742319103', 'ID'],
|
8821 |
-
['1742319104', '1742319615', 'AU'],
|
8822 |
-
['1742319616', '1742320639', 'PK'],
|
8823 |
-
['1742320640', '1742321663', 'CN'],
|
8824 |
-
['1742321664', '1742322687', 'CN'],
|
8825 |
-
['1742322688', '1742323711', 'CN'],
|
8826 |
-
['1742323712', '1742324735', 'CN'],
|
8827 |
-
['1742324736', '1742325759', 'CN'],
|
8828 |
-
['1742325760', '1742326783', 'CN'],
|
8829 |
-
['1742326784', '1742327807', 'CN'],
|
8830 |
-
['1742327808', '1742328831', 'ID'],
|
8831 |
-
['1742328832', '1742329855', 'IN'],
|
8832 |
-
['1742329856', '1742330879', 'ID'],
|
8833 |
-
['1742330880', '1742331903', 'IN'],
|
8834 |
-
['1742331904', '1742332927', 'HK'],
|
8835 |
-
['1742332928', '1742333951', 'IN'],
|
8836 |
-
['1742333952', '1742334975', 'IN'],
|
8837 |
-
['1742334976', '1742335999', 'IN'],
|
8838 |
-
['1742336000', '1742337023', 'IN'],
|
8839 |
-
['1742337024', '1742338047', 'IN'],
|
8840 |
-
['1742338048', '1742338303', 'AU'],
|
8841 |
-
['1742338304', '1742338559', 'IN'],
|
8842 |
-
['1742338560', '1742339071', 'AU'],
|
8843 |
-
['1742339072', '1742340095', 'AU'],
|
8844 |
-
['1742340096', '1742341119', 'CN'],
|
8845 |
-
['1742341120', '1742342143', 'HK'],
|
8846 |
-
['1742342144', '1742343167', 'CN'],
|
8847 |
-
['1742343168', '1742344191', 'CN'],
|
8848 |
-
['1742344192', '1742345215', 'CN'],
|
8849 |
-
['1742345216', '1742346239', 'CN'],
|
8850 |
-
['1742346240', '1742347263', 'SG'],
|
8851 |
-
['1742347264', '1742348287', 'CN'],
|
8852 |
-
['1742348288', '1742349311', 'CN'],
|
8853 |
-
['1742349312', '1742350335', 'CN'],
|
8854 |
-
['1742350336', '1742351359', 'CN'],
|
8855 |
-
['1742351360', '1742352383', 'CN'],
|
8856 |
-
['1742352384', '1742353407', 'CN'],
|
8857 |
-
['1742353408', '1742354431', 'CN'],
|
8858 |
-
['1742354432', '1742355455', 'CN'],
|
8859 |
-
['1742355456', '1742356479', 'CN'],
|
8860 |
-
['1742356480', '1742357503', 'CN'],
|
8861 |
-
['1742357504', '1742358527', 'CN'],
|
8862 |
-
['1742358528', '1742359551', 'CN'],
|
8863 |
-
['1742359552', '1742360575', 'CN'],
|
8864 |
-
['1742360576', '1742361599', 'CN'],
|
8865 |
-
['1742361600', '1742362623', 'CN'],
|
8866 |
-
['1742362624', '1742363647', 'CN'],
|
8867 |
-
['1742363648', '1742364671', 'CN'],
|
8868 |
-
['1742364672', '1742365695', 'PH'],
|
8869 |
-
['1742365696', '1742366719', 'IN'],
|
8870 |
-
['1742366720', '1742367743', 'HK'],
|
8871 |
-
['1742367744', '1742368767', 'IN'],
|
8872 |
-
['1742368768', '1742369791', 'IN'],
|
8873 |
-
['1742369792', '1742370815', 'IN'],
|
8874 |
-
['1742370816', '1742371839', 'IN'],
|
8875 |
-
['1742371840', '1742372863', 'IN'],
|
8876 |
-
['1742372864', '1742373887', 'IN'],
|
8877 |
-
['1742373888', '1742374911', 'IN'],
|
8878 |
-
['1742374912', '1742375935', 'IN'],
|
8879 |
-
['1742375936', '1742376959', 'IN'],
|
8880 |
-
['1742376960', '1742377983', 'IN'],
|
8881 |
-
['1742377984', '1742379007', 'IN'],
|
8882 |
-
['1742379008', '1742380031', 'IN'],
|
8883 |
-
['1742380032', '1742381055', 'KR'],
|
8884 |
-
['1742381056', '1742382079', 'KR'],
|
8885 |
-
['1742382080', '1742382335', 'BD'],
|
8886 |
-
['1742382336', '1742382591', 'ID'],
|
8887 |
-
['1742382592', '1742383103', 'ID'],
|
8888 |
-
['1742383104', '1742384127', 'IN'],
|
8889 |
-
['1742384128', '1742385151', 'IN'],
|
8890 |
-
['1742385152', '1742386175', 'IN'],
|
8891 |
-
['1742386176', '1742387199', 'IN'],
|
8892 |
-
['1742387200', '1742388223', 'CN'],
|
8893 |
-
['1742388224', '1742389247', 'BD'],
|
8894 |
-
['1742389248', '1742390271', 'CN'],
|
8895 |
-
['1742390272', '1742391295', 'CN'],
|
8896 |
-
['1742391296', '1742392319', 'CN'],
|
8897 |
-
['1742392320', '1742393343', 'CN'],
|
8898 |
-
['1742393344', '1742394367', 'CN'],
|
8899 |
-
['1742394368', '1742395391', 'CN'],
|
8900 |
-
['1742395392', '1742396415', 'CN'],
|
8901 |
-
['1742396416', '1742397439', 'SG'],
|
8902 |
-
['1742397440', '1742398463', 'IN'],
|
8903 |
-
['1742398464', '1742399487', 'IN'],
|
8904 |
-
['1742399488', '1742400511', 'IN'],
|
8905 |
-
['1742400512', '1742401535', 'IN'],
|
8906 |
-
['1742401536', '1742402559', 'HK'],
|
8907 |
-
['1742402560', '1742403583', 'IN'],
|
8908 |
-
['1742403584', '1742404607', 'IN'],
|
8909 |
-
['1742404608', '1742405631', 'IN'],
|
8910 |
-
['1742405632', '1742406655', 'IN'],
|
8911 |
-
['1742406656', '1742407167', 'IN'],
|
8912 |
-
['1742407168', '1742407423', 'ID'],
|
8913 |
-
['1742407424', '1742407679', 'AU'],
|
8914 |
-
['1742407680', '1742408703', 'IN'],
|
8915 |
-
['1742408704', '1742409727', 'IN'],
|
8916 |
-
['1742409728', '1742410751', 'IN'],
|
8917 |
-
['1742410752', '1742411775', 'IN'],
|
8918 |
-
['1742411776', '1742412799', 'CN'],
|
8919 |
-
['1742412800', '1742413823', 'CN'],
|
8920 |
-
['1742413824', '1742414847', 'CN'],
|
8921 |
-
['1742414848', '1742415871', 'CN'],
|
8922 |
-
['1742415872', '1742416895', 'IN'],
|
8923 |
-
['1742416896', '1742417919', 'IN'],
|
8924 |
-
['1742417920', '1742418943', 'IN'],
|
8925 |
-
['1742418944', '1742419967', 'IN'],
|
8926 |
-
['1742419968', '1742420991', 'HK'],
|
8927 |
-
['1742420992', '1742421247', 'IN'],
|
8928 |
-
['1742421248', '1742421503', 'IN'],
|
8929 |
-
['1742421504', '1742422015', 'AU'],
|
8930 |
-
['1742422016', '1742423039', 'CN'],
|
8931 |
-
['1742423040', '1742424063', 'PH'],
|
8932 |
-
['1742424064', '1742425087', 'ID'],
|
8933 |
-
['1742425088', '1742425343', 'ID'],
|
8934 |
-
['1742425344', '1742425599', 'SG'],
|
8935 |
-
['1742425600', '1742426111', 'SG'],
|
8936 |
-
['1742426112', '1742427135', 'HK'],
|
8937 |
-
['1742427136', '1742428159', 'CN'],
|
8938 |
-
['1742428160', '1742429183', 'CN'],
|
8939 |
-
['1742429184', '1742430207', 'CN'],
|
8940 |
-
['1742430208', '1742431231', 'CN'],
|
8941 |
-
['1742431232', '1742432255', 'CN'],
|
8942 |
-
['1742432256', '1742433279', 'HK'],
|
8943 |
-
['1742433280', '1742434303', 'MM'],
|
8944 |
-
['1742434304', '1742434559', 'ID'],
|
8945 |
-
['1742434560', '1742434815', 'NZ'],
|
8946 |
-
['1742434816', '1742435327', 'BD'],
|
8947 |
-
['1742435328', '1742436351', 'MY'],
|
8948 |
-
['1742436352', '1742437375', 'AU'],
|
8949 |
-
['1742437376', '1742438399', 'KR'],
|
8950 |
-
['1742438400', '1742439423', 'KR'],
|
8951 |
-
['1742439424', '1742440447', 'IN'],
|
8952 |
-
['1742440448', '1742441471', 'IN'],
|
8953 |
-
['1742441472', '1742442495', 'IN'],
|
8954 |
-
['1742442496', '1742443007', 'AU'],
|
8955 |
-
['1742443008', '1742443263', 'AU'],
|
8956 |
-
['1742443264', '1742443519', 'BD'],
|
8957 |
-
['1742443520', '1742444543', 'IN'],
|
8958 |
-
['1742444544', '1742445567', 'NL'],
|
8959 |
-
['1742445568', '1742446591', 'MM'],
|
8960 |
-
['1742446592', '1742447615', 'BD'],
|
8961 |
-
['1742447616', '1742448639', 'IN'],
|
8962 |
-
['1742448640', '1742449663', 'BD'],
|
8963 |
-
['1742449664', '1742450687', 'HK'],
|
8964 |
-
['1742450688', '1742451711', 'CN'],
|
8965 |
-
['1742451712', '1742452735', 'VN'],
|
8966 |
-
['1742452736', '1742453759', 'CN'],
|
8967 |
-
['1742453760', '1742454783', 'PH'],
|
8968 |
-
['1742454784', '1742455807', 'HK'],
|
8969 |
-
['1742455808', '1742456063', 'TH'],
|
8970 |
-
['1742456064', '1742456319', 'ID'],
|
8971 |
-
['1742456320', '1742456831', 'ID'],
|
8972 |
-
['1742456832', '1742457855', 'IN'],
|
8973 |
-
['1742457856', '1742458879', 'IN'],
|
8974 |
-
['1742458880', '1742459903', 'IN'],
|
8975 |
-
['1742459904', '1742460415', 'IN'],
|
8976 |
-
['1742460416', '1742460671', 'AU'],
|
8977 |
-
['1742460672', '1742460927', 'IN'],
|
8978 |
-
['1742460928', '1742461951', 'IN'],
|
8979 |
-
['1742461952', '1742462975', 'US'],
|
8980 |
-
['1742462976', '1742463999', 'BD'],
|
8981 |
-
['1742464000', '1742465023', 'IN'],
|
8982 |
-
['1742465024', '1742466047', 'BD'],
|
8983 |
-
['1742466048', '1742466559', 'MY'],
|
8984 |
-
['1742466560', '1742467071', 'IN'],
|
8985 |
-
['1742467072', '1742467583', 'AU'],
|
8986 |
-
['1742467584', '1742468095', 'IN'],
|
8987 |
-
['1742468096', '1742469119', 'IN'],
|
8988 |
-
['1742469120', '1742470143', 'ID'],
|
8989 |
-
['1742470144', '1742470399', 'ID'],
|
8990 |
-
['1742470400', '1742470655', 'IN'],
|
8991 |
-
['1742470656', '1742471167', 'ID'],
|
8992 |
-
['1742471168', '1742472191', 'IN'],
|
8993 |
-
['1742472192', '1742473215', 'MY'],
|
8994 |
-
['1742473216', '1742474239', 'HK'],
|
8995 |
-
['1742474240', '1742475263', 'IN'],
|
8996 |
-
['1742475264', '1742476287', 'IN'],
|
8997 |
-
['1742476288', '1742476799', 'IN'],
|
8998 |
-
['1742476800', '1742477311', 'IN'],
|
8999 |
-
['1742477312', '1742478335', 'IN'],
|
9000 |
-
['1742478336', '1742479359', 'IN'],
|
9001 |
-
['1742479360', '1742480383', 'IN'],
|
9002 |
-
['1742480384', '1742481407', 'IN'],
|
9003 |
-
['1742481408', '1742482431', 'IN'],
|
9004 |
-
['1742482432', '1742482687', 'NZ'],
|
9005 |
-
['1742482688', '1742482943', 'AU'],
|
9006 |
-
['1742482944', '1742483199', 'AU'],
|
9007 |
-
['1742483200', '1742483455', 'ID'],
|
9008 |
-
['1742483456', '1742484479', 'CN'],
|
9009 |
-
['1742484480', '1742485503', 'CN'],
|
9010 |
-
['1742485504', '1742486527', 'CN'],
|
9011 |
-
['1742486528', '1742487551', 'CN'],
|
9012 |
-
['1742487552', '1742488575', 'CN'],
|
9013 |
-
['1742488576', '1742489599', 'VN'],
|
9014 |
-
['1742489600', '1742490623', 'HK'],
|
9015 |
-
['1742490624', '1742491647', 'HK'],
|
9016 |
-
['1742491648', '1742492671', 'IN'],
|
9017 |
-
['1742492672', '1742493695', 'VN'],
|
9018 |
-
['1742493696', '1742494719', 'IN'],
|
9019 |
-
['1742494720', '1742495743', 'CN'],
|
9020 |
-
['1742495744', '1742496767', 'CN'],
|
9021 |
-
['1742496768', '1742497791', 'CN'],
|
9022 |
-
['1742497792', '1742498815', 'CN'],
|
9023 |
-
['1742498816', '1742499839', 'CN'],
|
9024 |
-
['1742499840', '1742500095', 'ID'],
|
9025 |
-
['1742500096', '1742500351', 'ID'],
|
9026 |
-
['1742500352', '1742500863', 'ID'],
|
9027 |
-
['1742500864', '1742501887', 'CN'],
|
9028 |
-
['1742501888', '1742502911', 'CN'],
|
9029 |
-
['1742502912', '1742503935', 'CN'],
|
9030 |
-
['1742503936', '1742504959', 'CN'],
|
9031 |
-
['1742504960', '1742505983', 'CN'],
|
9032 |
-
['1742505984', '1742507007', 'CN'],
|
9033 |
-
['1742507008', '1742508031', 'CN'],
|
9034 |
-
['1742508032', '1742509055', 'CN'],
|
9035 |
-
['1742509056', '1742510079', 'CN'],
|
9036 |
-
['1742510080', '1742511103', 'CN'],
|
9037 |
-
['1742511104', '1742512127', 'IN'],
|
9038 |
-
['1742512128', '1742513151', 'CN'],
|
9039 |
-
['1742513152', '1742514175', 'CN'],
|
9040 |
-
['1742514176', '1742515199', 'CN'],
|
9041 |
-
['1742515200', '1742516223', 'CN'],
|
9042 |
-
['1742516224', '1742517247', 'CN'],
|
9043 |
-
['1742517248', '1742518271', 'CN'],
|
9044 |
-
['1742518272', '1742519295', 'CN'],
|
9045 |
-
['1742519296', '1742520319', 'CN'],
|
9046 |
-
['1742520320', '1742521343', 'CN'],
|
9047 |
-
['1742521344', '1742522367', 'CN'],
|
9048 |
-
['1742522368', '1742523391', 'CN'],
|
9049 |
-
['1742523392', '1742524415', 'BD'],
|
9050 |
-
['1742524416', '1742525439', 'IN'],
|
9051 |
-
['1742525440', '1742526463', 'IN'],
|
9052 |
-
['1742526464', '1742527487', 'IN'],
|
9053 |
-
['1742527488', '1742528511', 'IN'],
|
9054 |
-
['1742528512', '1742528767', 'IN'],
|
9055 |
-
['1742528768', '1742529023', 'AU'],
|
9056 |
-
['1742529024', '1742529279', 'AU'],
|
9057 |
-
['1742529280', '1742529535', 'IN'],
|
9058 |
-
['1742529536', '1742530559', 'IN'],
|
9059 |
-
['1742530560', '1742531583', 'IN'],
|
9060 |
-
['1742531584', '1742532607', 'IN'],
|
9061 |
-
['1742532608', '1742533631', 'CN'],
|
9062 |
-
['1742533632', '1742534655', 'CN'],
|
9063 |
-
['1742534656', '1742535679', 'CN'],
|
9064 |
-
['1742535680', '1742536703', 'CN'],
|
9065 |
-
['1742536704', '1742537727', 'CN'],
|
9066 |
-
['1742537728', '1742538751', 'CN'],
|
9067 |
-
['1742538752', '1742539775', 'CN'],
|
9068 |
-
['1742539776', '1742540799', 'CN'],
|
9069 |
-
['1742540800', '1742541823', 'CN'],
|
9070 |
-
['1742541824', '1742542847', 'CN'],
|
9071 |
-
['1742542848', '1742543871', 'CN'],
|
9072 |
-
['1742543872', '1742544895', 'CN'],
|
9073 |
-
['1742544896', '1742545919', 'CN'],
|
9074 |
-
['1742545920', '1742546943', 'CN'],
|
9075 |
-
['1742546944', '1742547967', 'CN'],
|
9076 |
-
['1742547968', '1742548991', 'CN'],
|
9077 |
-
['1742548992', '1742550015', 'CN'],
|
9078 |
-
['1742550016', '1742551039', 'BD'],
|
9079 |
-
['1742551040', '1742552063', 'BD'],
|
9080 |
-
['1742552064', '1742553087', 'MY'],
|
9081 |
-
['1742553088', '1742554111', 'JP'],
|
9082 |
-
['1742554112', '1742555135', 'IN'],
|
9083 |
-
['1742555136', '1742556159', 'IN'],
|
9084 |
-
['1742556160', '1742557183', 'IN'],
|
9085 |
-
['1742557184', '1742558207', 'IN'],
|
9086 |
-
['1742558208', '1742558719', 'AU'],
|
9087 |
-
['1742558720', '1742558975', 'VN'],
|
9088 |
-
['1742558976', '1742559231', 'AU'],
|
9089 |
-
['1742559232', '1742560255', 'CN'],
|
9090 |
-
['1742560256', '1742561279', 'CN'],
|
9091 |
-
['1742561280', '1742562303', 'CN'],
|
9092 |
-
['1742562304', '1742563327', 'CN'],
|
9093 |
-
['1742563328', '1742564351', 'CN'],
|
9094 |
-
['1742564352', '1742565375', 'CN'],
|
9095 |
-
['1742565376', '1742566399', 'CN'],
|
9096 |
-
['1742566400', '1742567423', 'CN'],
|
9097 |
-
['1742567424', '1742568447', 'CN'],
|
9098 |
-
['1742568448', '1742569471', 'CN'],
|
9099 |
-
['1742569472', '1742570495', 'CN'],
|
9100 |
-
['1742570496', '1742571519', 'CN'],
|
9101 |
-
['1742571520', '1742572543', 'CN'],
|
9102 |
-
['1742572544', '1742573567', 'CN'],
|
9103 |
-
['1742573568', '1742574591', 'CN'],
|
9104 |
-
['1742574592', '1742575615', 'CN'],
|
9105 |
-
['1742575616', '1742576639', 'CN'],
|
9106 |
-
['1742576640', '1742577663', 'CN'],
|
9107 |
-
['1742577664', '1742578687', 'CN'],
|
9108 |
-
['1742578688', '1742579711', 'CN'],
|
9109 |
-
['1742579712', '1742580735', 'CN'],
|
9110 |
-
['1742580736', '1742581759', 'CN'],
|
9111 |
-
['1742581760', '1742582783', 'CN'],
|
9112 |
-
['1742582784', '1742583807', 'CN'],
|
9113 |
-
['1742583808', '1742584831', 'CN'],
|
9114 |
-
['1742584832', '1742585855', 'CN'],
|
9115 |
-
['1742585856', '1742586879', 'CN'],
|
9116 |
-
['1742586880', '1742587903', 'CN'],
|
9117 |
-
['1742587904', '1742588927', 'CN'],
|
9118 |
-
['1742588928', '1742589951', 'CN'],
|
9119 |
-
['1742589952', '1742590975', 'IN'],
|
9120 |
-
['1742590976', '1742591999', 'VN'],
|
9121 |
-
['1742592000', '1742593023', 'VN'],
|
9122 |
-
['1742593024', '1742594047', 'VN'],
|
9123 |
-
['1742594048', '1742595071', 'VN'],
|
9124 |
-
['1742595072', '1742596095', 'VN'],
|
9125 |
-
['1742596096', '1742597119', 'IN'],
|
9126 |
-
['1742597120', '1742598143', 'AU'],
|
9127 |
-
['1742598144', '1742599167', 'SG'],
|
9128 |
-
['1742599168', '1742599423', 'IN'],
|
9129 |
-
['1742599424', '1742599679', 'AU'],
|
9130 |
-
['1742599680', '1742600191', 'PK'],
|
9131 |
-
['1742600192', '1742601215', 'IN'],
|
9132 |
-
['1742601216', '1742602239', 'BD'],
|
9133 |
-
['1742602240', '1742603263', 'CN'],
|
9134 |
-
['1742603264', '1742604287', 'CN'],
|
9135 |
-
['1742604288', '1742605311', 'CN'],
|
9136 |
-
['1742605312', '1742606335', 'CN'],
|
9137 |
-
['1742606336', '1742607359', 'CN'],
|
9138 |
-
['1742607360', '1742608383', 'BD'],
|
9139 |
-
['1742608384', '1742609407', 'CN'],
|
9140 |
-
['1742609408', '1742610431', 'CN'],
|
9141 |
-
['1742610432', '1742611455', 'CN'],
|
9142 |
-
['1742611456', '1742612479', 'CN'],
|
9143 |
-
['1742612480', '1742613503', 'CN'],
|
9144 |
-
['1742613504', '1742614527', 'CN'],
|
9145 |
-
['1742614528', '1742615551', 'CN'],
|
9146 |
-
['1742615552', '1742616575', 'CN'],
|
9147 |
-
['1742616576', '1742617599', 'CN'],
|
9148 |
-
['1742617600', '1742618623', 'CN'],
|
9149 |
-
['1742618624', '1742619647', 'CN'],
|
9150 |
-
['1742619648', '1742620671', 'CN'],
|
9151 |
-
['1742620672', '1742621695', 'CN'],
|
9152 |
-
['1742621696', '1742622719', 'CN'],
|
9153 |
-
['1742622720', '1742623743', 'CN'],
|
9154 |
-
['1742623744', '1742624767', 'CN'],
|
9155 |
-
['1742624768', '1742625791', 'CN'],
|
9156 |
-
['1742625792', '1742626815', 'CN'],
|
9157 |
-
['1742626816', '1742627839', 'CN'],
|
9158 |
-
['1742627840', '1742628863', 'CN'],
|
9159 |
-
['1742628864', '1742629887', 'CN'],
|
9160 |
-
['1742629888', '1742630911', 'CN'],
|
9161 |
-
['1742630912', '1742631935', 'CN'],
|
9162 |
-
['1742631936', '1742632959', 'CN'],
|
9163 |
-
['1742632960', '1742633983', 'CN'],
|
9164 |
-
['1742633984', '1742635007', 'CN'],
|
9165 |
-
['1742635008', '1742636031', 'CN'],
|
9166 |
-
['1742636032', '1742637055', 'CN'],
|
9167 |
-
['1742637056', '1742638079', 'CN'],
|
9168 |
-
['1742638080', '1742639103', 'CN'],
|
9169 |
-
['1742639104', '1742640127', 'CN'],
|
9170 |
-
['1742640128', '1742641151', 'CN'],
|
9171 |
-
['1742641152', '1742642175', 'CN'],
|
9172 |
-
['1742642176', '1742643199', 'CN'],
|
9173 |
-
['1742643200', '1742644223', 'CN'],
|
9174 |
-
['1742644224', '1742645247', 'CN'],
|
9175 |
-
['1742645248', '1742646271', 'CN'],
|
9176 |
-
['1742646272', '1742647295', 'CN'],
|
9177 |
-
['1742647296', '1742648319', 'CN'],
|
9178 |
-
['1742648320', '1742649343', 'CN'],
|
9179 |
-
['1742649344', '1742650367', 'CN'],
|
9180 |
-
['1742650368', '1742651391', 'CN'],
|
9181 |
-
['1742651392', '1742652415', 'CN'],
|
9182 |
-
['1742652416', '1742653439', 'CN'],
|
9183 |
-
['1742653440', '1742654463', 'CN'],
|
9184 |
-
['1742654464', '1742655487', 'CN'],
|
9185 |
-
['1742655488', '1742656511', 'CN'],
|
9186 |
-
['1742656512', '1742657535', 'CN'],
|
9187 |
-
['1742657536', '1742658559', 'CN'],
|
9188 |
-
['1742658560', '1742659583', 'CN'],
|
9189 |
-
['1742659584', '1742660607', 'CN'],
|
9190 |
-
['1742660608', '1742661631', 'CN'],
|
9191 |
-
['1742661632', '1742662655', 'CN'],
|
9192 |
-
['1742662656', '1742663167', 'MY'],
|
9193 |
-
['1742663168', '1742663423', 'SG'],
|
9194 |
-
['1742663424', '1742663679', 'ID'],
|
9195 |
-
['1742663680', '1742664703', 'CN'],
|
9196 |
-
['1742664704', '1742665727', 'CN'],
|
9197 |
-
['1742665728', '1742666751', 'TW'],
|
9198 |
-
['1742666752', '1742667775', 'IN'],
|
9199 |
-
['1742667776', '1742668799', 'ID'],
|
9200 |
-
['1742668800', '1742669823', 'VN'],
|
9201 |
-
['1742669824', '1742670847', 'IN'],
|
9202 |
-
['1742670848', '1742671871', 'IN'],
|
9203 |
-
['1742671872', '1742672895', 'CN'],
|
9204 |
-
['1742672896', '1742673919', 'CN'],
|
9205 |
-
['1742673920', '1742674943', 'CN'],
|
9206 |
-
['1742674944', '1742675967', 'CN'],
|
9207 |
-
['1742675968', '1742676991', 'CN'],
|
9208 |
-
['1742676992', '1742678015', 'CN'],
|
9209 |
-
['1742678016', '1742679039', 'CN'],
|
9210 |
-
['1742679040', '1742680063', 'CN'],
|
9211 |
-
['1742680064', '1742681087', 'CN'],
|
9212 |
-
['1742681088', '1742682111', 'CN'],
|
9213 |
-
['1742682112', '1742683135', 'CN'],
|
9214 |
-
['1742683136', '1742684159', 'CN'],
|
9215 |
-
['1742684160', '1742685183', 'CN'],
|
9216 |
-
['1742685184', '1742686207', 'CN'],
|
9217 |
-
['1742686208', '1742687231', 'CN'],
|
9218 |
-
['1742687232', '1742688255', 'CN'],
|
9219 |
-
['1742688256', '1742689279', 'CN'],
|
9220 |
-
['1742689280', '1742690303', 'CN'],
|
9221 |
-
['1742690304', '1742691327', 'CN'],
|
9222 |
-
['1742691328', '1742692351', 'CN'],
|
9223 |
-
['1742692352', '1742693375', 'CN'],
|
9224 |
-
['1742693376', '1742694399', 'CN'],
|
9225 |
-
['1742694400', '1742695423', 'CN'],
|
9226 |
-
['1742695424', '1742696447', 'CN'],
|
9227 |
-
['1742696448', '1742697471', 'CN'],
|
9228 |
-
['1742697472', '1742698495', 'CN'],
|
9229 |
-
['1742698496', '1742699519', 'CN'],
|
9230 |
-
['1742699520', '1742700543', 'CN'],
|
9231 |
-
['1742700544', '1742701567', 'CN'],
|
9232 |
-
['1742701568', '1742702591', 'CN'],
|
9233 |
-
['1742702592', '1742703103', 'AU'],
|
9234 |
-
['1742703104', '1742703615', 'AU'],
|
9235 |
-
['1742703616', '1742704639', 'CN'],
|
9236 |
-
['1742704640', '1742705663', 'CN'],
|
9237 |
-
['1742705664', '1742706687', 'CN'],
|
9238 |
-
['1742706688', '1742707711', 'CN'],
|
9239 |
-
['1742707712', '1742708735', 'CN'],
|
9240 |
-
['1742708736', '1742709759', 'CN'],
|
9241 |
-
['1742709760', '1742710783', 'CN'],
|
9242 |
-
['1742710784', '1742711807', 'CN'],
|
9243 |
-
['1742711808', '1742712831', 'CN'],
|
9244 |
-
['1742712832', '1742713855', 'CN'],
|
9245 |
-
['1742713856', '1742714879', 'CN'],
|
9246 |
-
['1742714880', '1742715903', 'AU'],
|
9247 |
-
['1742715904', '1742716927', 'CN'],
|
9248 |
-
['1742716928', '1742717951', 'CN'],
|
9249 |
-
['1742717952', '1742718975', 'CN'],
|
9250 |
-
['1742718976', '1742719999', 'CN'],
|
9251 |
-
['1742720000', '1742721023', 'CN'],
|
9252 |
-
['1742721024', '1742722047', 'CN'],
|
9253 |
-
['1742722048', '1742723071', 'CN'],
|
9254 |
-
['1742723072', '1742724095', 'CN'],
|
9255 |
-
['1742724096', '1742725119', 'CN'],
|
9256 |
-
['1742725120', '1742726143', 'CN'],
|
9257 |
-
['1742726144', '1742727167', 'CN'],
|
9258 |
-
['1742727168', '1742728191', 'CN'],
|
9259 |
-
['1742728192', '1742729215', 'CN'],
|
9260 |
-
['1742729216', '1742730239', 'CN'],
|
9261 |
-
['1742730240', '1742731263', 'CN'],
|
9262 |
-
['1742731264', '1742732287', 'CN'],
|
9263 |
-
['1742732288', '1742733311', 'CN'],
|
9264 |
-
['1742733312', '1742734335', 'CN'],
|
9265 |
-
['1742734336', '1742735359', 'IN'],
|
9266 |
-
['1742735360', '1742736383', 'JP'],
|
9267 |
-
['1742736384', '1742737407', 'PK'],
|
9268 |
-
['1742737408', '1742738431', 'CN'],
|
9269 |
-
['1742738432', '1742738687', 'HK'],
|
9270 |
-
['1742738688', '1742738943', 'AU'],
|
9271 |
-
['1742738944', '1742739455', 'AE'],
|
9272 |
-
['1742739456', '1742740479', 'IN'],
|
9273 |
-
['1742740480', '1742741503', 'KH'],
|
9274 |
-
['1742741504', '1742742527', 'IN'],
|
9275 |
-
['1742742528', '1742743551', 'IN'],
|
9276 |
-
['1742743552', '1742744575', 'CN'],
|
9277 |
-
['1742744576', '1742745599', 'CN'],
|
9278 |
-
['1742745600', '1742745855', 'IN'],
|
9279 |
-
['1742745856', '1742746111', 'AU'],
|
9280 |
-
['1742746112', '1742746623', 'IN'],
|
9281 |
-
['1742746624', '1742747135', 'AU'],
|
9282 |
-
['1742747136', '1742747391', 'IN'],
|
9283 |
-
['1742747648', '1742748671', 'HK'],
|
9284 |
-
['1742748672', '1742749695', 'CN'],
|
9285 |
-
['1742749696', '1742750719', 'ID'],
|
9286 |
-
['1742750720', '1742751743', 'IN'],
|
9287 |
-
['1742751744', '1742752767', 'HK'],
|
9288 |
-
['1742753792', '1742754815', 'CN'],
|
9289 |
-
['1742754816', '1742755839', 'AU'],
|
9290 |
-
['1742755840', '1742756863', 'AU'],
|
9291 |
-
['1742757888', '1742758911', 'BN'],
|
9292 |
-
['1742758912', '1742759935', 'ID'],
|
9293 |
-
['1742759936', '1742760191', 'AU'],
|
9294 |
-
['1742760192', '1742760447', 'IN'],
|
9295 |
-
['1742760448', '1742760703', 'HK'],
|
9296 |
-
['1742760704', '1742760959', 'NZ'],
|
9297 |
-
['1742760960', '1742761983', 'IN'],
|
9298 |
-
['1742761984', '1742763007', 'AU'],
|
9299 |
-
['1742763008', '1742764031', 'SG'],
|
9300 |
-
['1742764032', '1742765055', 'AU'],
|
9301 |
-
['1742765824', '1742766079', 'AF'],
|
9302 |
-
['1742766080', '1742767103', 'NZ'],
|
9303 |
-
['1742767104', '1742768127', 'TW'],
|
9304 |
-
['1742768128', '1742769151', 'ID'],
|
9305 |
-
['1742769152', '1742769663', 'ID'],
|
9306 |
-
['1742769664', '1742769919', 'AU'],
|
9307 |
-
['1742769920', '1742770175', 'JP'],
|
9308 |
-
['1742770176', '1742771199', 'IN'],
|
9309 |
-
['1742771200', '1742772223', 'IN'],
|
9310 |
-
['1742772224', '1742773247', 'IN'],
|
9311 |
-
['1742773248', '1742774271', 'IN'],
|
9312 |
-
['1742774272', '1742774527', 'AU'],
|
9313 |
-
['1742774528', '1742774783', 'NZ'],
|
9314 |
-
['1742774784', '1742775039', 'AU'],
|
9315 |
-
['1742775040', '1742775295', 'AU'],
|
9316 |
-
['1742775296', '1742776319', 'SG'],
|
9317 |
-
['1742776320', '1742777343', 'VN'],
|
9318 |
-
['1742778368', '1742779391', 'ID'],
|
9319 |
-
['1742779392', '1742779647', 'ID'],
|
9320 |
-
['1742779648', '1742779903', 'IN'],
|
9321 |
-
['1742779904', '1742780415', 'AU'],
|
9322 |
-
['1742780416', '1742781439', 'IN'],
|
9323 |
-
['1742781440', '1742782463', 'IN'],
|
9324 |
-
['1742782464', '1742783487', 'TW'],
|
9325 |
-
['1742783488', '1742784511', 'MY'],
|
9326 |
-
['1742784512', '1742785535', 'TW'],
|
9327 |
-
['1742785536', '1742786559', 'TW'],
|
9328 |
-
['1742786560', '1742787583', 'AU'],
|
9329 |
-
['1742787584', '1742788095', 'AU'],
|
9330 |
-
['1742788096', '1742788607', 'AF'],
|
9331 |
-
['1742788608', '1742789631', 'IN'],
|
9332 |
-
['1742789632', '1742790655', 'CN'],
|
9333 |
-
['1742790656', '1742791679', 'CN'],
|
9334 |
-
['1742791680', '1742792703', 'CN'],
|
9335 |
-
['1742792704', '1742793727', 'CN'],
|
9336 |
-
['1742793728', '1742794751', 'IN'],
|
9337 |
-
['1742794752', '1742795775', 'IN'],
|
9338 |
-
['1742795776', '1742796799', 'IN'],
|
9339 |
-
['1742796800', '1742797823', 'HK'],
|
9340 |
-
['1742797824', '1742798847', 'JP'],
|
9341 |
-
['1742798848', '1742799871', 'TW'],
|
9342 |
-
['1742799872', '1742800895', 'NZ'],
|
9343 |
-
['1742800896', '1742801919', 'HK'],
|
9344 |
-
['1742801920', '1742802943', 'IN'],
|
9345 |
-
['1742802944', '1742803967', 'HK'],
|
9346 |
-
['1742803968', '1742804991', 'HK'],
|
9347 |
-
['1742804992', '1742806015', 'IN'],
|
9348 |
-
['1742806016', '1742807039', 'IN'],
|
9349 |
-
['1742807040', '1742808063', 'AU'],
|
9350 |
-
['1742808064', '1742809087', 'PH'],
|
9351 |
-
['1742809088', '1742810111', 'IN'],
|
9352 |
-
['1742810112', '1742810623', 'AU'],
|
9353 |
-
['1742810624', '1742810879', 'IN'],
|
9354 |
-
['1742810880', '1742811135', 'IN'],
|
9355 |
-
['1742811136', '1742812159', 'PK'],
|
9356 |
-
['1742812160', '1742813183', 'JP'],
|
9357 |
-
['1742813184', '1742814207', 'IN'],
|
9358 |
-
['1742814208', '1742815231', 'IN'],
|
9359 |
-
['1742815232', '1742815743', 'SG'],
|
9360 |
-
['1742815744', '1742815999', 'ID'],
|
9361 |
-
['1742816000', '1742816255', 'AU'],
|
9362 |
-
['1742816256', '1742817279', 'AU'],
|
9363 |
-
['1742817280', '1742818303', 'IN'],
|
9364 |
-
['1742818304', '1742818559', 'IN'],
|
9365 |
-
['1742818560', '1742818815', 'IN'],
|
9366 |
-
['1742818816', '1742819327', 'KH'],
|
9367 |
-
['1742819328', '1742820351', 'JP'],
|
9368 |
-
['1742820352', '1742821375', 'CN'],
|
9369 |
-
['1742821376', '1742822399', 'ID'],
|
9370 |
-
['1742822400', '1742823423', 'BD'],
|
9371 |
-
['1742823424', '1742823679', 'AU'],
|
9372 |
-
['1742823680', '1742823935', 'IN'],
|
9373 |
-
['1742823936', '1742824191', 'ID'],
|
9374 |
-
['1742824192', '1742824447', 'IN'],
|
9375 |
-
['1742824448', '1742825471', 'IN'],
|
9376 |
-
['1742825472', '1742825983', 'IN'],
|
9377 |
-
['1742825984', '1742826239', 'IN'],
|
9378 |
-
['1742826240', '1742826495', 'IN'],
|
9379 |
-
['1742826496', '1742827519', 'HK'],
|
9380 |
-
['1742827520', '1742828543', 'IN'],
|
9381 |
-
['1742828544', '1742829567', 'BS'],
|
9382 |
-
['1742829568', '1742830591', 'JP'],
|
9383 |
-
['1742830592', '1742831615', 'IN'],
|
9384 |
-
['1742831616', '1742832639', 'IN'],
|
9385 |
-
['1742832640', '1742833663', 'IN'],
|
9386 |
-
['1742833664', '1742834687', 'PH'],
|
9387 |
-
['1742834688', '1742835711', 'AU'],
|
9388 |
-
['1742835712', '1742836735', 'JP'],
|
9389 |
-
['1742836736', '1742837759', 'ID'],
|
9390 |
-
['1742837760', '1742838783', 'JP'],
|
9391 |
-
['1742838784', '1742839807', 'AU'],
|
9392 |
-
['1742839808', '1742840831', 'AU'],
|
9393 |
-
['1742840832', '1742841855', 'AU'],
|
9394 |
-
['1742841856', '1742842367', 'TH'],
|
9395 |
-
['1742842368', '1742842623', 'ID'],
|
9396 |
-
['1742842624', '1742842879', 'ID'],
|
9397 |
-
['1742842880', '1742843391', 'ID'],
|
9398 |
-
['1742843392', '1742843647', 'IN'],
|
9399 |
-
['1742843648', '1742843903', 'ID'],
|
9400 |
-
['1742843904', '1742844927', 'IN'],
|
9401 |
-
['1742844928', '1742845951', 'IN'],
|
9402 |
-
['1742845952', '1742846463', 'ID'],
|
9403 |
-
['1742846464', '1742846975', 'AU'],
|
9404 |
-
['1742846976', '1742847999', 'IN'],
|
9405 |
-
['1742848000', '1742849023', 'JP'],
|
9406 |
-
['1742849024', '1742850047', 'HK'],
|
9407 |
-
['1742850048', '1742851071', 'NL'],
|
9408 |
-
['1742851072', '1742852095', 'IN'],
|
9409 |
-
['1742852096', '1742852351', 'ID'],
|
9410 |
-
['1742852352', '1742852607', 'ID'],
|
9411 |
-
['1742852608', '1742853119', 'NZ'],
|
9412 |
-
['1742853120', '1742854143', 'HK'],
|
9413 |
-
['1742854144', '1742855167', 'AF'],
|
9414 |
-
['1742855168', '1742856191', 'PK'],
|
9415 |
-
['1742856192', '1742857215', 'IN'],
|
9416 |
-
['1742857216', '1742858239', 'BD'],
|
9417 |
-
['1742858240', '1742859263', 'AU'],
|
9418 |
-
['1742859264', '1742860287', 'VN'],
|
9419 |
-
['1742860288', '1742860799', 'AU'],
|
9420 |
-
['1742860800', '1742861055', 'ID'],
|
9421 |
-
['1742861312', '1742862335', 'NP'],
|
9422 |
-
['1742862336', '1742863359', 'HK'],
|
9423 |
-
['1742864384', '1742865407', 'IN'],
|
9424 |
-
['1742865408', '1742866431', 'IN'],
|
9425 |
-
['1742866432', '1742866943', 'AU'],
|
9426 |
-
['1742866944', '1742867199', 'AU'],
|
9427 |
-
['1742867200', '1742867455', 'IN'],
|
9428 |
-
['1742867456', '1742868479', 'PH'],
|
9429 |
-
['1742868480', '1742869503', 'CN'],
|
9430 |
-
['1742869504', '1742870015', 'IN'],
|
9431 |
-
['1742870016', '1742870527', 'VU'],
|
9432 |
-
['1742870528', '1742871551', 'IN'],
|
9433 |
-
['1742871552', '1742872575', 'IN'],
|
9434 |
-
['1742872576', '1742873599', 'NZ'],
|
9435 |
-
['1742873600', '1742874623', 'PH'],
|
9436 |
-
['1742874624', '1742875647', 'CN'],
|
9437 |
-
['1742875648', '1742876671', 'JP'],
|
9438 |
-
['1742876672', '1742877695', 'ID'],
|
9439 |
-
['1742877696', '1742877951', 'IN'],
|
9440 |
-
['1742877952', '1742878207', 'AU'],
|
9441 |
-
['1742878208', '1742878463', 'JP'],
|
9442 |
-
['1742878464', '1742878719', 'ID'],
|
9443 |
-
['1742878720', '1742879743', 'CN'],
|
9444 |
-
['1742879744', '1742880767', 'CN'],
|
9445 |
-
['1742880768', '1742881791', 'NZ'],
|
9446 |
-
['1742881792', '1742882815', 'AU'],
|
9447 |
-
['1742882816', '1742883839', 'KR'],
|
9448 |
-
['1742883840', '1742884863', 'KR'],
|
9449 |
-
['1742884864', '1742885887', 'CN'],
|
9450 |
-
['1742885888', '1742886911', 'IN'],
|
9451 |
-
['1742886912', '1742887935', 'IN'],
|
9452 |
-
['1742887936', '1742888959', 'HK'],
|
9453 |
-
['1742888960', '1742889983', 'KR'],
|
9454 |
-
['1742889984', '1742891007', 'TW'],
|
9455 |
-
['1742891008', '1742892031', 'AU'],
|
9456 |
-
['1742892032', '1742893055', 'VN'],
|
9457 |
-
['1742893056', '1742894079', 'NZ'],
|
9458 |
-
['1742894080', '1742895103', 'CN'],
|
9459 |
-
['1742895104', '1742895615', 'SG'],
|
9460 |
-
['1742895616', '1742895871', 'BD'],
|
9461 |
-
['1742895872', '1742896127', 'AU'],
|
9462 |
-
['1742896128', '1742897151', 'HK'],
|
9463 |
-
['1742897152', '1742898175', 'AU'],
|
9464 |
-
['1742898176', '1742899199', 'CN'],
|
9465 |
-
['1742899200', '1742900223', 'ID'],
|
9466 |
-
['1742900224', '1742901247', 'IN'],
|
9467 |
-
['1742901248', '1742902271', 'IN'],
|
9468 |
-
['1742902272', '1742903295', 'IN'],
|
9469 |
-
['1742903296', '1742904319', 'HK'],
|
9470 |
-
['1742904320', '1742905343', 'CN'],
|
9471 |
-
['1742905344', '1742906367', 'AU'],
|
9472 |
-
['1742906368', '1742907391', 'AU'],
|
9473 |
-
['1742907392', '1742908415', 'IN'],
|
9474 |
-
['1742908416', '1742908927', 'SG'],
|
9475 |
-
['1742908928', '1742909183', 'ID'],
|
9476 |
-
['1742909184', '1742909439', 'IN'],
|
9477 |
-
['1742909440', '1742910463', 'AU'],
|
9478 |
-
['1742910464', '1742911487', 'CN'],
|
9479 |
-
['1742911488', '1742912511', 'IN'],
|
9480 |
-
['1742912512', '1742913535', 'IN'],
|
9481 |
-
['1742913536', '1742914559', 'IN'],
|
9482 |
-
['1742914560', '1742915583', 'CN'],
|
9483 |
-
['1742915584', '1742916607', 'IN'],
|
9484 |
-
['1742916608', '1742917631', 'IN'],
|
9485 |
-
['1742917632', '1742918655', 'IN'],
|
9486 |
-
['1742918656', '1742919679', 'TW'],
|
9487 |
-
['1742919680', '1742920191', 'PK'],
|
9488 |
-
['1742920192', '1742920447', 'ID'],
|
9489 |
-
['1742920448', '1742920703', 'AU'],
|
9490 |
-
['1742920704', '1742921727', 'AU'],
|
9491 |
-
['1742921728', '1742922751', 'IN'],
|
9492 |
-
['1742922752', '1742923775', 'IN'],
|
9493 |
-
['1742923776', '1742924799', 'ID'],
|
9494 |
-
['1742924800', '1742925823', 'IN'],
|
9495 |
-
['1742925824', '1742926847', 'IN'],
|
9496 |
-
['1742926848', '1742927359', 'AU'],
|
9497 |
-
['1742927360', '1742927615', 'SG'],
|
9498 |
-
['1742927616', '1742927871', 'AU'],
|
9499 |
-
['1742927872', '1742928895', 'VN'],
|
9500 |
-
['1742928896', '1742929919', 'NZ'],
|
9501 |
-
['1742929920', '1742930175', 'IN'],
|
9502 |
-
['1742930176', '1742930431', 'IN'],
|
9503 |
-
['1742930432', '1742930943', 'PH'],
|
9504 |
-
['1742930944', '1742931967', 'GB'],
|
9505 |
-
['1742931968', '1742932991', 'JP'],
|
9506 |
-
['1742932992', '1742933503', 'SG'],
|
9507 |
-
['1742933504', '1742933759', 'ID'],
|
9508 |
-
['1742933760', '1742934015', 'NZ'],
|
9509 |
-
['1742934016', '1742935039', 'AF'],
|
9510 |
-
['1742935040', '1742936063', 'AU'],
|
9511 |
-
['1742936064', '1742937087', 'AU'],
|
9512 |
-
['1742937088', '1742938111', 'AU'],
|
9513 |
-
['1742938112', '1742939135', 'TW'],
|
9514 |
-
['1742939136', '1742940159', 'IN'],
|
9515 |
-
['1742940160', '1742941183', 'JP'],
|
9516 |
-
['1742941184', '1742942207', 'PH'],
|
9517 |
-
['1742942208', '1742943231', 'CN'],
|
9518 |
-
['1742943232', '1742944255', 'IN'],
|
9519 |
-
['1742944256', '1742945279', 'IN'],
|
9520 |
-
['1742945280', '1742945791', 'AU'],
|
9521 |
-
['1742945792', '1742946047', 'IN'],
|
9522 |
-
['1742946048', '1742946303', 'AU'],
|
9523 |
-
['1742946304', '1742947327', 'AU'],
|
9524 |
-
['1742947328', '1742948351', 'IN'],
|
9525 |
-
['1742948352', '1742949375', 'CN'],
|
9526 |
-
['1742949376', '1742950399', 'CN'],
|
9527 |
-
['1742950400', '1742951423', 'CN'],
|
9528 |
-
['1742951424', '1742952447', 'HK'],
|
9529 |
-
['1742952448', '1742953471', 'HK'],
|
9530 |
-
['1742953472', '1742954495', 'US'],
|
9531 |
-
['1742954496', '1742955519', 'IN'],
|
9532 |
-
['1742955520', '1742956543', 'CN'],
|
9533 |
-
['1742956544', '1742957567', 'HK'],
|
9534 |
-
['1742957568', '1742958591', 'AU'],
|
9535 |
-
['1742958592', '1742959615', 'VN'],
|
9536 |
-
['1742959616', '1742960639', 'IN'],
|
9537 |
-
['1742960640', '1742961663', 'CN'],
|
9538 |
-
['1742961664', '1742962687', 'IN'],
|
9539 |
-
['1742962688', '1742963711', 'HK'],
|
9540 |
-
['1742963712', '1742964735', 'CN'],
|
9541 |
-
['1742964736', '1742965759', 'CN'],
|
9542 |
-
['1742965760', '1742966015', 'MY'],
|
9543 |
-
['1742966016', '1742966271', 'ID'],
|
9544 |
-
['1742966272', '1742966783', 'ID'],
|
9545 |
-
['1742966784', '1742967807', 'ID'],
|
9546 |
-
['1742967808', '1742968319', 'ID'],
|
9547 |
-
['1742968320', '1742968575', 'IN'],
|
9548 |
-
['1742968576', '1742968831', 'IN'],
|
9549 |
-
['1742968832', '1742969855', 'IN'],
|
9550 |
-
['1742969856', '1742970879', 'IN'],
|
9551 |
-
['1742970880', '1742971903', 'JP'],
|
9552 |
-
['1742971904', '1742972927', 'SG'],
|
9553 |
-
['1742972928', '1742973439', 'AU'],
|
9554 |
-
['1742973440', '1742973951', 'NZ'],
|
9555 |
-
['1742973952', '1742974975', 'SG'],
|
9556 |
-
['1742974976', '1742975999', 'SG'],
|
9557 |
-
['1742976000', '1742977023', 'AU'],
|
9558 |
-
['1742977024', '1742978047', 'US'],
|
9559 |
-
['1742978048', '1742979071', 'JP'],
|
9560 |
-
['1742979072', '1742980095', 'HK'],
|
9561 |
-
['1742980096', '1742981119', 'CN'],
|
9562 |
-
['1742981120', '1742982143', 'AU'],
|
9563 |
-
['1742982144', '1742983167', 'CN'],
|
9564 |
-
['1742983168', '1742984191', 'IN'],
|
9565 |
-
['1742984192', '1742985215', 'CN'],
|
9566 |
-
['1742985216', '1742986239', 'VN'],
|
9567 |
-
['1742986240', '1742987263', 'ID'],
|
9568 |
-
['1742987264', '1742988287', 'TW'],
|
9569 |
-
['1742988288', '1742989311', 'CN'],
|
9570 |
-
['1742989312', '1742989567', 'AU'],
|
9571 |
-
['1742989568', '1742989823', 'PH'],
|
9572 |
-
['1742989824', '1742990335', 'AU'],
|
9573 |
-
['1742990336', '1742991359', 'IN'],
|
9574 |
-
['1742991360', '1742992383', 'ID'],
|
9575 |
-
['1742992384', '1742993407', 'LK'],
|
9576 |
-
['1742994432', '1742995455', 'ID'],
|
9577 |
-
['1742995456', '1742996479', 'BD'],
|
9578 |
-
['1742996480', '1742997503', 'TH'],
|
9579 |
-
['1742997504', '1742998527', 'US'],
|
9580 |
-
['1742998528', '1742999551', 'CN'],
|
9581 |
-
['1742999552', '1742999807', 'AU'],
|
9582 |
-
['1742999808', '1743000063', 'ID'],
|
9583 |
-
['1743000320', '1743000575', 'IN'],
|
9584 |
-
['1743000576', '1743001599', 'VN'],
|
9585 |
-
['1743001600', '1743002623', 'ID'],
|
9586 |
-
['1743002624', '1743003647', 'CN'],
|
9587 |
-
['1743003648', '1743004671', 'IN'],
|
9588 |
-
['1743004672', '1743005695', 'IN'],
|
9589 |
-
['1743005696', '1743006719', 'IN'],
|
9590 |
-
['1743006720', '1743007743', 'IN'],
|
9591 |
-
['1743008000', '1743008255', 'BD'],
|
9592 |
-
['1743008256', '1743008767', 'IN'],
|
9593 |
-
['1743008768', '1743009791', 'MY'],
|
9594 |
-
['1743009792', '1743010815', 'MY'],
|
9595 |
-
['1743010816', '1743011839', 'JP'],
|
9596 |
-
['1743011840', '1743012863', 'HK'],
|
9597 |
-
['1743012864', '1743013887', 'CN'],
|
9598 |
-
['1743014912', '1743015935', 'IN'],
|
9599 |
-
['1743015936', '1743016447', 'ID'],
|
9600 |
-
['1743016448', '1743016703', 'HK'],
|
9601 |
-
['1743016704', '1743016959', 'IN'],
|
9602 |
-
['1743016960', '1743017983', 'IN'],
|
9603 |
-
['1743017984', '1743019007', 'CN'],
|
9604 |
-
['1743019008', '1743020031', 'HK'],
|
9605 |
-
['1743020032', '1743021055', 'HK'],
|
9606 |
-
['1743021056', '1743021311', 'SG'],
|
9607 |
-
['1743021312', '1743021567', 'NZ'],
|
9608 |
-
['1743021568', '1743021823', 'PH'],
|
9609 |
-
['1743021824', '1743022079', 'IN'],
|
9610 |
-
['1743022080', '1743023103', 'US'],
|
9611 |
-
['1743023104', '1743024127', 'HK'],
|
9612 |
-
['1743024128', '1743025151', 'IN'],
|
9613 |
-
['1743025152', '1743026175', 'ID'],
|
9614 |
-
['1743026176', '1743027199', 'BD'],
|
9615 |
-
['1743027200', '1743028223', 'AU'],
|
9616 |
-
['1743028224', '1743029247', 'CN'],
|
9617 |
-
['1743029248', '1743029503', 'IN'],
|
9618 |
-
['1743029504', '1743029759', 'AU'],
|
9619 |
-
['1743029760', '1743030271', 'BD'],
|
9620 |
-
['1743030272', '1743031295', 'CN'],
|
9621 |
-
['1743031296', '1743032319', 'IN'],
|
9622 |
-
['1743032320', '1743033343', 'IN'],
|
9623 |
-
['1743033344', '1743034367', 'IN'],
|
9624 |
-
['1743034368', '1743035391', 'IN'],
|
9625 |
-
['1743035392', '1743036415', 'PK'],
|
9626 |
-
['1743036416', '1743037439', 'CN'],
|
9627 |
-
['1743037440', '1743038463', 'AU'],
|
9628 |
-
['1743038464', '1743039487', 'HK'],
|
9629 |
-
['1743039488', '1743040511', 'IN'],
|
9630 |
-
['1743040512', '1743041535', 'CN'],
|
9631 |
-
['1743041536', '1743042559', 'HK'],
|
9632 |
-
['1743042560', '1743043583', 'IN'],
|
9633 |
-
['1743043584', '1743044607', 'AU'],
|
9634 |
-
['1743044608', '1743045119', 'IN'],
|
9635 |
-
['1743045120', '1743045631', 'AU'],
|
9636 |
-
['1743045632', '1743046655', 'JP'],
|
9637 |
-
['1743046656', '1743047679', 'BD'],
|
9638 |
-
['1743047680', '1743048703', 'CN'],
|
9639 |
-
['1743048704', '1743049727', 'CN'],
|
9640 |
-
['1743049728', '1743050751', 'AU'],
|
9641 |
-
['1743050752', '1743051775', 'TW'],
|
9642 |
-
['1743051776', '1743052799', 'IN'],
|
9643 |
-
['1743052800', '1743053823', 'BD'],
|
9644 |
-
['1743053824', '1743054847', 'CN'],
|
9645 |
-
['1743054848', '1743055871', 'CN'],
|
9646 |
-
['1743055872', '1743056895', 'ID'],
|
9647 |
-
['1743056896', '1743057919', 'ID'],
|
9648 |
-
['1743057920', '1743058943', 'ID'],
|
9649 |
-
['1743058944', '1743059199', 'ID'],
|
9650 |
-
['1743059200', '1743059455', 'IN'],
|
9651 |
-
['1743059456', '1743059967', 'IN'],
|
9652 |
-
['1743059968', '1743060991', 'LA'],
|
9653 |
-
['1743060992', '1743061247', 'AU'],
|
9654 |
-
['1743061248', '1743061503', 'AU'],
|
9655 |
-
['1743061504', '1743062015', 'IN'],
|
9656 |
-
['1743062016', '1743062271', 'AU'],
|
9657 |
-
['1743062272', '1743062527', 'IN'],
|
9658 |
-
['1743062528', '1743063039', 'AU'],
|
9659 |
-
['1743063040', '1743064063', 'SG'],
|
9660 |
-
['1743064064', '1743064575', 'ID'],
|
9661 |
-
['1743065088', '1743066111', 'TW'],
|
9662 |
-
['1743066112', '1743067135', 'CN'],
|
9663 |
-
['1743067136', '1743068159', 'IN'],
|
9664 |
-
['1743068160', '1743069183', 'HK'],
|
9665 |
-
['1743069184', '1743070207', 'MY'],
|
9666 |
-
['1743070208', '1743071231', 'IN'],
|
9667 |
-
['1743071232', '1743072255', 'VN'],
|
9668 |
-
['1743072256', '1743073279', 'BD'],
|
9669 |
-
['1743073280', '1743073791', 'AU'],
|
9670 |
-
['1743073792', '1743074047', 'AU'],
|
9671 |
-
['1743074048', '1743074303', 'IN'],
|
9672 |
-
['1743075328', '1743076351', 'MY'],
|
9673 |
-
['1743076352', '1743077375', 'CN'],
|
9674 |
-
['1743077376', '1743078399', 'IN'],
|
9675 |
-
['1743078400', '1743079423', 'HK'],
|
9676 |
-
['1743079424', '1743080447', 'ID'],
|
9677 |
-
['1743080448', '1743080959', 'ID'],
|
9678 |
-
['1743080960', '1743081471', 'IN'],
|
9679 |
-
['1743081472', '1743081983', 'BD'],
|
9680 |
-
['1743081984', '1743082495', 'BD'],
|
9681 |
-
['1743082496', '1743083519', 'BD'],
|
9682 |
-
['1743083520', '1743084543', 'SG'],
|
9683 |
-
['1743084544', '1743085567', 'TH'],
|
9684 |
-
['1743085568', '1743085823', 'SG'],
|
9685 |
-
['1743086080', '1743086591', 'NZ'],
|
9686 |
-
['1743086592', '1743087615', 'TW'],
|
9687 |
-
['1743087616', '1743088639', 'PH'],
|
9688 |
-
['1743088640', '1743089663', 'TH'],
|
9689 |
-
['1743089664', '1743090687', 'MY'],
|
9690 |
-
['1743090688', '1743091711', 'HK'],
|
9691 |
-
['1743091712', '1743092735', 'MN'],
|
9692 |
-
['1743092736', '1743093759', 'TW'],
|
9693 |
-
['1743093760', '1743094015', 'SG'],
|
9694 |
-
['1743094016', '1743094271', 'IN'],
|
9695 |
-
['1743094272', '1743094527', 'NZ'],
|
9696 |
-
['1743094784', '1743095807', 'TW'],
|
9697 |
-
['1743095808', '1743096831', 'CN'],
|
9698 |
-
['1743096832', '1743097855', 'HK'],
|
9699 |
-
['1743097856', '1743098879', 'HK'],
|
9700 |
-
['1743098880', '1743099903', 'CN'],
|
9701 |
-
['1743099904', '1743100927', 'AU'],
|
9702 |
-
['1743100928', '1743101951', 'KR'],
|
9703 |
-
['1743101952', '1743102975', 'ID'],
|
9704 |
-
['1743102976', '1743103999', 'ID'],
|
9705 |
-
['1743104000', '1743105023', 'IN'],
|
9706 |
-
['1743105024', '1743106047', 'CN'],
|
9707 |
-
['1743106048', '1743107071', 'MN'],
|
9708 |
-
['1743107072', '1743108095', 'HK'],
|
9709 |
-
['1743108096'
|
9710 |
-
['1743108608', '1743108863', 'SG'],
|
9711 |
-
['1743108864', '1743109119', 'AU'],
|
9712 |
-
['1743110144', '1743111167', 'VN'],
|
9713 |
-
['1743111168', '1743112191', 'HK'],
|
9714 |
-
['1743112192', '1743112703', 'ID'],
|
9715 |
-
['1743112704', '1743113215', 'ID'],
|
9716 |
-
['1743113216', '1743114239', 'SG'],
|
9717 |
-
['1743114240', '1743115263', 'IN'],
|
9718 |
-
['1743115264', '1743116287', 'CN'],
|
9719 |
-
['1743116288', '1743117311', 'CN'],
|
9720 |
-
['1743117312', '1743118335', 'CN'],
|
9721 |
-
['1743118336', '1743119359', 'IN'],
|
9722 |
-
['1743119360', '1743120383', 'CN'],
|
9723 |
-
['1743121408', '1743122431', 'CN'],
|
9724 |
-
['1743122432', '1743123455', 'CN'],
|
9725 |
-
['1743123456', '1743124479', 'IN'],
|
9726 |
-
['1743124480', '1743124735', 'NZ'],
|
9727 |
-
['1743124736', '1743124991', 'NZ'],
|
9728 |
-
['1743124992', '1743125503', 'IN'],
|
9729 |
-
['1743125504', '1743126527', 'JP'],
|
9730 |
-
['1743126528', '1743127551', 'CN'],
|
9731 |
-
['1743127552', '1743128575', 'BD'],
|
9732 |
-
['1743128576', '1743129599', 'PH'],
|
9733 |
-
['1743129600', '1743130623', 'HK'],
|
9734 |
-
['1743130624', '1743131647', 'BD'],
|
9735 |
-
['1743131648', '1743132671', 'IN'],
|
9736 |
-
['1743132672', '1743133695', 'JP'],
|
9737 |
-
['1743133696', '1743134719', 'CN'],
|
9738 |
-
['1743134720', '1743134975', 'HK'],
|
9739 |
-
['1743134976', '1743135231', 'IN'],
|
9740 |
-
['1743135232', '1743135743', 'HK'],
|
9741 |
-
['1743135744', '1743136767', 'SG'],
|
9742 |
-
['1743136768', '1743137791', 'CN'],
|
9743 |
-
['1743137792', '1743138815', 'CN'],
|
9744 |
-
['1743138816', '1743139327', 'ID'],
|
9745 |
-
['1743139328', '1743139839', 'SG'],
|
9746 |
-
['1743139840', '1743140863', 'IN'],
|
9747 |
-
['1743140864', '1743141887', 'MY'],
|
9748 |
-
['1743141888', '1743142911', 'BD'],
|
9749 |
-
['1743142912', '1743143935', 'BN'],
|
9750 |
-
['1743143936', '1743144959', 'US'],
|
9751 |
-
['1743144960', '1743145983', 'AU'],
|
9752 |
-
['1743145984', '1743147007', 'NZ'],
|
9753 |
-
['1743147008', '1743147263', 'AU'],
|
9754 |
-
['1743147264', '1743147519', 'NZ'],
|
9755 |
-
['1743147776', '1743148031', 'ID'],
|
9756 |
-
['1743148032', '1743149055', 'IN'],
|
9757 |
-
['1743149056', '1743150079', 'KR'],
|
9758 |
-
['1743151104', '1743152127', 'CN'],
|
9759 |
-
['1743152128', '1743152383', 'ID'],
|
9760 |
-
['1743152384', '1743152639', 'IN'],
|
9761 |
-
['1743152640', '1743153151', 'IN'],
|
9762 |
-
['1743153152', '1743154175', 'BD'],
|
9763 |
-
['1743154176', '1743155199', 'HK'],
|
9764 |
-
['1743155200', '1743156223', 'KR'],
|
9765 |
-
['1743156224', '1743157247', 'PH'],
|
9766 |
-
['1743157248', '1743158271', 'HK'],
|
9767 |
-
['1743158272', '1743159295', 'MY'],
|
9768 |
-
['1743160320', '1743161343', 'TH'],
|
9769 |
-
['1743161344', '1743162367', 'HK'],
|
9770 |
-
['1743162368', '1743163391', 'BZ'],
|
9771 |
-
['1743163392', '1743164415', 'IN'],
|
9772 |
-
['1743164416', '1743165439', 'IN'],
|
9773 |
-
['1743165440', '1743166463', 'IN'],
|
9774 |
-
['1743166464', '1743167487', 'AU'],
|
9775 |
-
['1743167488', '1743168511', 'HK'],
|
9776 |
-
['1743168512', '1743169023', 'IN'],
|
9777 |
-
['1743169024', '1743169279', 'IN'],
|
9778 |
-
['1743169280', '1743169535', 'IN'],
|
9779 |
-
['1743169536', '1743170559', 'JP'],
|
9780 |
-
['1743170560', '1743171583', 'AU'],
|
9781 |
-
['1743172608', '1743173631', 'BD'],
|
9782 |
-
['1743173632', '1743174655', 'AU'],
|
9783 |
-
['1743174656', '1743175679', 'ID'],
|
9784 |
-
['1743175680', '1743176703', 'HK'],
|
9785 |
-
['1743176704', '1743177727', 'CN'],
|
9786 |
-
['1743177728', '1743178751', 'CN'],
|
9787 |
-
['1743178752', '1743179775', 'CN'],
|
9788 |
-
['1743179776', '1743180799', 'BD'],
|
9789 |
-
['1743180800', '1743181823', 'CN'],
|
9790 |
-
['1743181824', '1743182847', 'HK'],
|
9791 |
-
['1743182848', '1743183871', 'IN'],
|
9792 |
-
['1743183872', '1743184383', 'IN'],
|
9793 |
-
['1743184384', '1743184895', 'IN'],
|
9794 |
-
['1743184896', '1743185919', 'HK'],
|
9795 |
-
['1743185920', '1743186943', 'SG'],
|
9796 |
-
['1743186944', '1743187967', 'CN'],
|
9797 |
-
['1743187968', '1743188991', 'HK'],
|
9798 |
-
['1743190016', '1743191039', 'SG'],
|
9799 |
-
['1743191040', '1743192063', 'AF'],
|
9800 |
-
['1743192064', '1743193087', 'IN'],
|
9801 |
-
['1743193088', '1743194111', 'IN'],
|
9802 |
-
['1743194112', '1743195135', 'IN'],
|
9803 |
-
['1743195136', '1743196159', 'HK'],
|
9804 |
-
['1743196160', '1743197183', 'CN'],
|
9805 |
-
['1743197184', '1743198207', 'CN'],
|
9806 |
-
['1743198720', '1743198975', 'AU'],
|
9807 |
-
['1743198976', '1743199231', 'SG'],
|
9808 |
-
['1743199232', '1743200255', 'HK'],
|
9809 |
-
['1743200256', '1743201279', 'IN'],
|
9810 |
-
['1743201280', '1743202303', 'PH'],
|
9811 |
-
['1743202304', '1743203327', 'IN'],
|
9812 |
-
['1743203328', '1743204351', 'IN'],
|
9813 |
-
['1743204352', '1743205375', 'TW'],
|
9814 |
-
['1743205376', '1743206399', 'SG'],
|
9815 |
-
['1743206400', '1743207423', 'HK'],
|
9816 |
-
['1743207424', '1743208447', 'KH'],
|
9817 |
-
['1743208448', '1743209471', 'CN'],
|
9818 |
-
['1743209472', '1743210495', 'CN'],
|
9819 |
-
['1743210496', '1743211519', 'JP'],
|
9820 |
-
['1743211520', '1743212543', 'IN'],
|
9821 |
-
['1743212544', '1743213567', 'ID'],
|
9822 |
-
['1743213568', '1743214591', 'HK'],
|
9823 |
-
['1743214592', '1743215615', 'AU'],
|
9824 |
-
['1743215616', '1743216639', 'MM'],
|
9825 |
-
['1743216640', '1743217151', 'SG'],
|
9826 |
-
['1743217152', '1743217663', 'JP'],
|
9827 |
-
['1743217664', '1743218687', 'IN'],
|
9828 |
-
['1743218688', '1743219711', 'HK'],
|
9829 |
-
['1743219712', '1743220735', 'ID'],
|
9830 |
-
['1743220736', '1743221759', 'ID'],
|
9831 |
-
['1743221760', '1743222783', 'IN'],
|
9832 |
-
['1743222784', '1743223807', 'ID'],
|
9833 |
-
['1743223808', '1743224831', 'IN'],
|
9834 |
-
['1743224832', '1743225855', 'KR'],
|
9835 |
-
['1743225856', '1743226367', 'IN'],
|
9836 |
-
['1743226368', '1743226623', 'PH'],
|
9837 |
-
['1743226624', '1743226879', 'BD'],
|
9838 |
-
['1743226880', '1743227903', 'IR'],
|
9839 |
-
['1743227904', '1743228927', 'HK'],
|
9840 |
-
['1743228928', '1743229951', 'CN'],
|
9841 |
-
['1743229952', '1743230975', 'VN'],
|
9842 |
-
['1743230976', '1743231999', 'HK'],
|
9843 |
-
['1743232000', '1743232511', 'NZ'],
|
9844 |
-
['1743232512', '1743232767', 'AU'],
|
9845 |
-
['1743232768', '1743233023', 'AU'],
|
9846 |
-
['1743233024', '1743234047', 'BD'],
|
9847 |
-
['1743234048', '1743235071', 'HK'],
|
9848 |
-
['1743235072', '1743235583', 'AU'],
|
9849 |
-
['1743235584', '1743236095', 'ID'],
|
9850 |
-
['1743236096', '1743237119', 'NZ'],
|
9851 |
-
['1743237120', '1743238143', 'BD'],
|
9852 |
-
['1743238144', '1743239167', 'CN'],
|
9853 |
-
['1743239168', '1743240191', 'CN'],
|
9854 |
-
['1743240192', '1743241215', 'VN'],
|
9855 |
-
['1743241216', '1743242239', 'JP'],
|
9856 |
-
['1743242240', '1743242751', 'ID'],
|
9857 |
-
['1743242752', '1743243263', 'ID'],
|
9858 |
-
['1743243264', '1743244287', 'ID'],
|
9859 |
-
['1743244288', '1743245311', 'AU'],
|
9860 |
-
['1743245312', '1743246335', 'IN'],
|
9861 |
-
['1743246336', '1743247359', 'IN'],
|
9862 |
-
['1743247360', '1743248383', 'IN'],
|
9863 |
-
['1743248384', '1743248895', 'SG'],
|
9864 |
-
['1743248896', '1743249407', 'IN'],
|
9865 |
-
['1743249408', '1743250431', 'MY'],
|
9866 |
-
['1743250432', '1743251455', 'BD'],
|
9867 |
-
['1743251456', '1743252479', 'IN'],
|
9868 |
-
['1743252480', '1743253503', 'JP'],
|
9869 |
-
['1743253504', '1743254527', 'PH'],
|
9870 |
-
['1743254528', '1743255551', 'CN'],
|
9871 |
-
['1743255552', '1743256063', 'SE'],
|
9872 |
-
['1743256064', '1743256319', 'SG'],
|
9873 |
-
['1743256320', '1743256575', 'MY'],
|
9874 |
-
['1743256576', '1743257599', 'HK'],
|
9875 |
-
['1743257600', '1743258623', 'HK'],
|
9876 |
-
['1743258624', '1743259647', 'CN'],
|
9877 |
-
['1743259648', '1743260671', 'IN'],
|
9878 |
-
['1743260672', '1743261695', 'JP'],
|
9879 |
-
['1743261696', '1743262719', 'HK'],
|
9880 |
-
['1743263744', '1743264767', 'IN'],
|
9881 |
-
['1743264768', '1743265279', 'MY'],
|
9882 |
-
['1743265280', '1743265535', 'ID'],
|
9883 |
-
['1743265536', '1743265791', 'AU'],
|
9884 |
-
['1743265792', '1743266303', 'ID'],
|
9885 |
-
['1743266304', '1743266815', 'HK'],
|
9886 |
-
['1743266816', '1743267839', 'HK'],
|
9887 |
-
['1743267840', '1743268863', 'TH'],
|
9888 |
-
['1743268864', '1743269887', 'SG'],
|
9889 |
-
['1743269888', '1743270911', 'MY'],
|
9890 |
-
['1743270912', '1743271935', 'VN'],
|
9891 |
-
['1743271936', '1743272959', 'VN'],
|
9892 |
-
['1743272960', '1743273983', 'VN'],
|
9893 |
-
['1743273984', '1743275007', 'ID'],
|
9894 |
-
['1743275008', '1743276031', 'HK'],
|
9895 |
-
['1743276032', '1743277055', 'JP'],
|
9896 |
-
['1743277056', '1743278079', 'AU'],
|
9897 |
-
['1743278080', '1743279103', 'LA'],
|
9898 |
-
['1743279104', '1743280127', 'HK'],
|
9899 |
-
['1743280128', '1743281151', 'HK'],
|
9900 |
-
['1743281152', '1743282175', 'AU'],
|
9901 |
-
['1743282176', '1743283199', 'AU'],
|
9902 |
-
['1743283200', '1743284223', 'BD'],
|
9903 |
-
['1743284224', '1743285247', 'NZ'],
|
9904 |
-
['1743285248', '1743286271', 'NZ'],
|
9905 |
-
['1743286272', '1743287295', 'IN'],
|
9906 |
-
['1743287296', '1743288319', 'AU'],
|
9907 |
-
['1743288320', '1743289343', 'VN'],
|
9908 |
-
['1743289344', '1743290367', 'IN'],
|
9909 |
-
['1743290368', '1743291391', 'IN'],
|
9910 |
-
['1743291392', '1743292415', 'AU'],
|
9911 |
-
['1743292416', '1743293439', 'IN'],
|
9912 |
-
['1743293440', '1743293951', 'AU'],
|
9913 |
-
['1743293952', '1743294463', 'MY'],
|
9914 |
-
['1743294464', '1743295487', 'CN'],
|
9915 |
-
['1743295488', '1743296511', 'IN'],
|
9916 |
-
['1743296512', '1743297535', 'NP'],
|
9917 |
-
['1743297536', '1743298047', 'NZ'],
|
9918 |
-
['1743298048', '1743298303', 'NZ'],
|
9919 |
-
['1743298304', '1743298559', 'AU'],
|
9920 |
-
['1743298560', '1743299583', 'AU'],
|
9921 |
-
['1743300608', '1743301119', 'AU'],
|
9922 |
-
['1743301120', '1743301631', 'AU'],
|
9923 |
-
['1743301632', '1743302655', 'IN'],
|
9924 |
-
['1743302656', '1743303679', 'IN'],
|
9925 |
-
['1743303680', '1743304703', 'NZ'],
|
9926 |
-
['1743304704', '1743305727', 'IN'],
|
9927 |
-
['1743305728', '1743306751', 'CN'],
|
9928 |
-
['1743306752', '1743307775', 'KH'],
|
9929 |
-
['1743307776', '1743308799', 'AU'],
|
9930 |
-
['1743308800', '1743309823', 'JP'],
|
9931 |
-
['1743309824', '1743310335', 'NZ'],
|
9932 |
-
['1743310336', '1743310847', 'AU'],
|
9933 |
-
['1743310848', '1743311871', 'AU'],
|
9934 |
-
['1743311872', '1743312895', 'CN'],
|
9935 |
-
['1743312896', '1743313407', 'AU'],
|
9936 |
-
['1743313408', '1743313663', 'AU'],
|
9937 |
-
['1743313664', '1743313919', 'MY'],
|
9938 |
-
['1743313920', '1743314943', 'HK'],
|
9939 |
-
['1743314944', '1743315199', 'IN'],
|
9940 |
-
['1743315200', '1743315455', 'PK'],
|
9941 |
-
['1743315456', '1743315967', 'NZ'],
|
9942 |
-
['1743315968', '1743316991', 'NP'],
|
9943 |
-
['1743316992', '1743318015', 'IN'],
|
9944 |
-
['1743318016', '1743319039', 'IN'],
|
9945 |
-
['1743319040', '1743319295', 'ID'],
|
9946 |
-
['1743319296', '1743319551', 'IN'],
|
9947 |
-
['1743319552', '1743320063', 'ID'],
|
9948 |
-
['1743320064', '1743321087', 'IN'],
|
9949 |
-
['1743321088', '1743322111', 'AU'],
|
9950 |
-
['1743322112', '1743323135', 'AU'],
|
9951 |
-
['1743323136', '1743324159', 'MY'],
|
9952 |
-
['1743324160', '1743325183', 'CN'],
|
9953 |
-
['1743325184', '1743326207', 'HK'],
|
9954 |
-
['1743326208', '1743327231', 'SG'],
|
9955 |
-
['1743327232', '1743328255', 'AU'],
|
9956 |
-
['1743328256', '1743329279', 'NZ'],
|
9957 |
-
['1743329280', '1743330303', 'IN'],
|
9958 |
-
['1743330304', '1743330815', 'AU'],
|
9959 |
-
['1743330816', '1743331327', 'AU'],
|
9960 |
-
['1743331328', '1743332351', 'PH'],
|
9961 |
-
['1743332352', '1743333375', 'PH'],
|
9962 |
-
['1743333376', '1743334399', 'JP'],
|
9963 |
-
['1743334400', '1743335423', 'CN'],
|
9964 |
-
['1743335424', '1743336447', 'VN'],
|
9965 |
-
['1743336448', '1743337471', 'CN'],
|
9966 |
-
['1743337472', '1743338495', 'NP'],
|
9967 |
-
['1743338496', '1743339519', 'NZ'],
|
9968 |
-
['1743339520', '1743340543', 'IN'],
|
9969 |
-
['1743340544', '1743341567', 'TW'],
|
9970 |
-
['1743341568', '1743341823', 'HK'],
|
9971 |
-
['1743341824', '1743342079', 'IN'],
|
9972 |
-
['1743342080', '1743342591', 'AU'],
|
9973 |
-
['1743342592', '1743343615', 'IN'],
|
9974 |
-
['1743343616', '1743344639', 'TH'],
|
9975 |
-
['1743344640', '1743345663', 'IN'],
|
9976 |
-
['1743345664', '1743346175', 'ID'],
|
9977 |
-
['1743346176', '1743346687', 'ID'],
|
9978 |
-
['1743346688', '1743347711', 'IN'],
|
9979 |
-
['1743347712', '1743348735', 'HK'],
|
9980 |
-
['1743348736', '1743348991', 'ID'],
|
9981 |
-
['1743348992', '1743349247', 'IN'],
|
9982 |
-
['1743349248', '1743349759', 'ID'],
|
9983 |
-
['1743349760', '1743350783', 'CN'],
|
9984 |
-
['1743350784', '1743351807', 'ID'],
|
9985 |
-
['1743351808', '1743352831', 'IN'],
|
9986 |
-
['1743352832', '1743353855', 'IN'],
|
9987 |
-
['1743353856', '1743354111', 'IN'],
|
9988 |
-
['1743354112', '1743354367', 'BD'],
|
9989 |
-
['1743354368', '1743354879', 'IN'],
|
9990 |
-
['1743354880', '1743355903', 'IN'],
|
9991 |
-
['1743355904', '1743356927', 'CN'],
|
9992 |
-
['1743356928', '1743357951', 'NZ'],
|
9993 |
-
['1743357952', '1743358975', 'CN'],
|
9994 |
-
['1743358976', '1743359487', 'IN'],
|
9995 |
-
['1743359488', '1743359999', 'ID'],
|
9996 |
-
['1743360000', '1743361023', 'ID'],
|
9997 |
-
['1743361024', '1743362047', 'AU'],
|
9998 |
-
['1743362048', '1743363071', 'ID'],
|
9999 |
-
['1743363072', '1743364095', 'ID'],
|
10000 |
-
['1743364096', '1743364607', 'IN'],
|
10001 |
-
['1743365120', '1743366143', 'HK'],
|
10002 |
-
['1743366144', '1743367167', 'IN'],
|
10003 |
-
['1743367168', '1743368191', 'SG'],
|
10004 |
-
['1743368192', '1743369215', 'TH'],
|
10005 |
-
['1743369216', '1743369727', 'MY'],
|
10006 |
-
['1743369728', '1743369983', 'NP'],
|
10007 |
-
['1743369984', '1743370239', 'AF'],
|
10008 |
-
['1743370240', '1743371263', 'HK'],
|
10009 |
-
['1743371264', '1743372287', 'MO'],
|
10010 |
-
['1743372288', '1743373311', 'TH'],
|
10011 |
-
['1743373312', '1743374335', 'JP'],
|
10012 |
-
['1743374336', '1743375359', 'TH'],
|
10013 |
-
['1743375360', '1743376383', 'MM'],
|
10014 |
-
['1743376384', '1743377407', 'AU'],
|
10015 |
-
['1743377408', '1743378431', 'JP'],
|
10016 |
-
['1743378432', '1743379455', 'IN'],
|
10017 |
-
['1743379456', '1743380479', 'NZ'],
|
10018 |
-
['1743380480', '1743381503', 'AU'],
|
10019 |
-
['1743381504', '1743382527', 'CN'],
|
10020 |
-
['1743382528', '1743383551', 'HK'],
|
10021 |
-
['1743383552', '1743384575', 'AU'],
|
10022 |
-
['1743384576', '1743385087', 'SG'],
|
10023 |
-
['1743385088', '1743385343', 'AU'],
|
10024 |
-
['1743385344', '1743385599', 'IN'],
|
10025 |
-
['1743385600', '1743386623', 'IN'],
|
10026 |
-
['1743386624', '1743387647', 'HK'],
|
10027 |
-
['1743387648', '1743388671', 'HK'],
|
10028 |
-
['1743388672', '1743389695', 'CN'],
|
10029 |
-
['1743389696', '1743390719', 'KR'],
|
10030 |
-
['1743390720', '1743391743', 'HK'],
|
10031 |
-
['1743391744', '1743391999', 'PK'],
|
10032 |
-
['1743392000', '1743392255', 'AU'],
|
10033 |
-
['1743392256', '1743392767', 'AU'],
|
10034 |
-
['1743392768', '1743393791', 'HK'],
|
10035 |
-
['1743393792', '1743394815', 'CN'],
|
10036 |
-
['1743394816', '1743395839', 'BD'],
|
10037 |
-
['1743397888', '1743398911', 'VN'],
|
10038 |
-
['1743398912', '1743399935', 'TW'],
|
10039 |
-
['1743399936', '1743400959', 'JP'],
|
10040 |
-
['1743400960', '1743401983', 'PG'],
|
10041 |
-
['1743401984', '1743403007', 'HK'],
|
10042 |
-
['1743403008', '1743404031', 'CN'],
|
10043 |
-
['1743404032', '1743405055', 'AU'],
|
10044 |
-
['1743405056', '1743406079', 'IN'],
|
10045 |
-
['1743406080', '1743407103', 'IN'],
|
10046 |
-
['1743407104', '1743408127', 'HK'],
|
10047 |
-
['1743408128', '1743409151', 'TW'],
|
10048 |
-
['1743409152', '1743410175', 'TW'],
|
10049 |
-
['1743410176', '1743411199', 'SG'],
|
10050 |
-
['1743411200', '1743412223', 'VN'],
|
10051 |
-
['1743412224', '1743412479', 'AU'],
|
10052 |
-
['1743412480', '1743412735', 'IN'],
|
10053 |
-
['1743412736', '1743412991', 'IN'],
|
10054 |
-
['1743412992', '1743413247', 'AU'],
|
10055 |
-
['1743413248', '1743414271', 'HK'],
|
10056 |
-
['1743414272', '1743415295', 'MY'],
|
10057 |
-
['1743415296', '1743416319', 'SG'],
|
10058 |
-
['1743416320', '1743417343', 'AU'],
|
10059 |
-
['1743417344', '1743417855', 'AU'],
|
10060 |
-
['1743417856', '1743418367', 'IN'],
|
10061 |
-
['1743418368', '1743418879', 'IN'],
|
10062 |
-
['1743418880', '1743419391', 'AU'],
|
10063 |
-
['1743419392', '1743420415', 'ID'],
|
10064 |
-
['1743420416', '1743421439', 'CN'],
|
10065 |
-
['1743421440', '1743422463', 'CN'],
|
10066 |
-
['1743422464', '1743423487', 'NZ'],
|
10067 |
-
['1743423488', '1743424511', 'IN'],
|
10068 |
-
['1743424512', '1743425535', 'HK'],
|
10069 |
-
['1743425536', '1743426559', 'PK'],
|
10070 |
-
['1743426560', '1743426815', 'SG'],
|
10071 |
-
['1743426816', '1743427071', 'IN'],
|
10072 |
-
['1743427072', '1743427583', 'IN'],
|
10073 |
-
['1743427584', '1743428607', 'IN'],
|
10074 |
-
['1743428608', '1743429631', 'IN'],
|
10075 |
-
['1743429632', '1743430143', 'IN'],
|
10076 |
-
['1743430144', '1743430399', 'IN'],
|
10077 |
-
['1743430400', '1743430655', 'AU'],
|
10078 |
-
['1743430656', '1743431679', 'BD'],
|
10079 |
-
['1743431680', '1743432703', 'SG'],
|
10080 |
-
['1743432704', '1743433727', 'CN'],
|
10081 |
-
['1743433728', '1743434751', 'JP'],
|
10082 |
-
['1743434752', '1743435775', 'CN'],
|
10083 |
-
['1743435776', '1743436799', 'IN'],
|
10084 |
-
['1743436800', '1743437823', 'IN'],
|
10085 |
-
['1743437824', '1743438335', 'BD'],
|
10086 |
-
['1743438336', '1743438591', 'AU'],
|
10087 |
-
['1743438592', '1743438847', 'ID'],
|
10088 |
-
['1743438848', '1743439871', 'JP'],
|
10089 |
-
['1743439872', '1743440895', 'BD'],
|
10090 |
-
['1743440896', '1743441919', 'TW'],
|
10091 |
-
['1743441920', '1743442943', 'ID'],
|
10092 |
-
['1743442944', '1743443967', 'IN'],
|
10093 |
-
['1743443968', '1743444991', 'ID'],
|
10094 |
-
['1743444992', '1743446015', 'HK'],
|
10095 |
-
['1743446016', '1743447039', 'TW'],
|
10096 |
-
['1743447040', '1743448063', 'TW'],
|
10097 |
-
['1743448064', '1743449087', 'AU'],
|
10098 |
-
['1743449088', '1743450111', 'IN'],
|
10099 |
-
['1743450112', '1743451135', 'IN'],
|
10100 |
-
['1743451136', '1743452159', 'CN'],
|
10101 |
-
['1743452160', '1743453183', 'AU'],
|
10102 |
-
['1743453184', '1743454207', 'ID'],
|
10103 |
-
['1743454208', '1743455231', 'IN'],
|
10104 |
-
['1743455232', '1743456255', 'HK'],
|
10105 |
-
['1743456256', '1743457279', 'IN'],
|
10106 |
-
['1743457280', '1743458303', 'JP'],
|
10107 |
-
['1743458304', '1743459327', 'CN'],
|
10108 |
-
['1743459328', '1743459583', 'AU'],
|
10109 |
-
['1743459584', '1743459839', 'ID'],
|
10110 |
-
['1743459840', '1743460095', 'AU'],
|
10111 |
-
['1743460096', '1743460351', 'IN'],
|
10112 |
-
['1743460352', '1743461375', 'KR'],
|
10113 |
-
['1743461376', '1743462399', 'MY'],
|
10114 |
-
['1743462400', '1743463423', 'ID'],
|
10115 |
-
['1743463424', '1743464447', 'AU'],
|
10116 |
-
['1743464448', '1743465471', 'JP'],
|
10117 |
-
['1743465472', '1743466495', 'HK'],
|
10118 |
-
['1743466496', '1743467519', 'CN'],
|
10119 |
-
['1743467520', '1743468543', 'AU'],
|
10120 |
-
['1743468544', '1743469567', 'CN'],
|
10121 |
-
['1743469568', '1743470591', 'CN'],
|
10122 |
-
['1743470592', '1743470847', 'IN'],
|
10123 |
-
['1743470848', '1743471103', 'AU'],
|
10124 |
-
['1743471104', '1743471615', 'ID'],
|
10125 |
-
['1743471616', '1743472639', 'IN'],
|
10126 |
-
['1743472640', '1743473663', 'ID'],
|
10127 |
-
['1743473664', '1743474687', 'PK'],
|
10128 |
-
['1743474688', '1743475711', 'CN'],
|
10129 |
-
['1743475712', '1743476735', 'CN'],
|
10130 |
-
['1743476736', '1743477759', 'TW'],
|
10131 |
-
['1743477760', '1743478783', 'AU'],
|
10132 |
-
['1743478784', '1743479807', 'AU'],
|
10133 |
-
['1743479808', '1743480831', 'HK'],
|
10134 |
-
['1743480832', '1743481855', 'IN'],
|
10135 |
-
['1743481856', '1743482111', 'AU'],
|
10136 |
-
['1743482112', '1743482367', 'ID'],
|
10137 |
-
['1743482368', '1743482879', 'WF'],
|
10138 |
-
['1743482880', '1743483903', 'JP'],
|
10139 |
-
['1743483904', '1743484927', 'AU'],
|
10140 |
-
['1743484928', '1743485951', 'IN'],
|
10141 |
-
['1743485952', '1743486975', 'JP'],
|
10142 |
-
['1743486976', '1743487999', 'CN'],
|
10143 |
-
['1743488000', '1743489023', 'CN'],
|
10144 |
-
['1743489024', '1743490047', 'CN'],
|
10145 |
-
['1743490048', '1743491071', 'CN'],
|
10146 |
-
['1743491072', '1743492095', 'CN'],
|
10147 |
-
['1743492096', '1743493119', 'CN'],
|
10148 |
-
['1743493120', '1743493631', 'ID'],
|
10149 |
-
['1743493632', '1743493887', 'AU'],
|
10150 |
-
['1743493888', '1743494143', 'IN'],
|
10151 |
-
['1743494144', '1743495167', 'IN'],
|
10152 |
-
['1743496192', '1743497215', 'IN'],
|
10153 |
-
['1743497216', '1743498239', 'HK'],
|
10154 |
-
['1743498240', '1743499263', 'HK'],
|
10155 |
-
['1743499264', '1743500287', 'AF'],
|
10156 |
-
['1743500288', '1743501311', 'JP'],
|
10157 |
-
['1743501312', '1743502335', 'CN'],
|
10158 |
-
['1743502336', '1743503359', 'AU'],
|
10159 |
-
['1743503360', '1743504383', 'CN'],
|
10160 |
-
['1743504384', '1743505407', 'NP'],
|
10161 |
-
['1743505408', '1743506431', 'CN'],
|
10162 |
-
['1743506432', '1743506943', 'SG'],
|
10163 |
-
['1743506944', '1743507455', 'IN'],
|
10164 |
-
['1743507456', '1743508479', 'VN'],
|
10165 |
-
['1743508480', '1743509503', 'VN'],
|
10166 |
-
['1743509504', '1743510527', 'HK'],
|
10167 |
-
['1743510528', '1743511551', 'CN'],
|
10168 |
-
['1743511552', '1743512575', 'CN'],
|
10169 |
-
['1743512576', '1743513599', 'CN'],
|
10170 |
-
['1743513600', '1743514623', 'CN'],
|
10171 |
-
['1743514624', '1743515647', 'CN'],
|
10172 |
-
['1743515648', '1743516671', 'CN'],
|
10173 |
-
['1743516672', '1743517695', 'CN'],
|
10174 |
-
['1743517696', '1743518719', 'CN'],
|
10175 |
-
['1743518720', '1743519743', 'CN'],
|
10176 |
-
['1743519744', '1743520767', 'CN'],
|
10177 |
-
['1743520768', '1743521791', 'CN'],
|
10178 |
-
['1743521792', '1743522815', 'CN'],
|
10179 |
-
['1743522816', '1743523839', 'CN'],
|
10180 |
-
['1743523840', '1743524863', 'CN'],
|
10181 |
-
['1743524864', '1743525887', 'CN'],
|
10182 |
-
['1743525888', '1743526911', 'CN'],
|
10183 |
-
['1743526912', '1743527935', 'CN'],
|
10184 |
-
['1743527936', '1743528959', 'CN'],
|
10185 |
-
['1743528960', '1743529983', 'CN'],
|
10186 |
-
['1743529984', '1743531007', 'CN'],
|
10187 |
-
['1743531008', '1743532031', 'CN'],
|
10188 |
-
['1743532032', '1743533055', 'CN'],
|
10189 |
-
['1743533056', '1743534079', 'CN'],
|
10190 |
-
['1743534080', '1743535103', 'CN'],
|
10191 |
-
['1743535104', '1743536127', 'CN'],
|
10192 |
-
['1743536128', '1743537151', 'CN'],
|
10193 |
-
['1743537152', '1743538175', 'CN'],
|
10194 |
-
['1743538176', '1743539199', 'CN'],
|
10195 |
-
['1743539200', '1743540223', 'CN'],
|
10196 |
-
['1743540224', '1743541247', 'CN'],
|
10197 |
-
['1743541248', '1743542271', 'CN'],
|
10198 |
-
['1743542272', '1743543295', 'CN'],
|
10199 |
-
['1743543296', '1743544319', 'CN'],
|
10200 |
-
['1743544320', '1743545343', 'CN'],
|
10201 |
-
['1743545344', '1743546367', 'HK'],
|
10202 |
-
['1743546368', '1743547391', 'IN'],
|
10203 |
-
['1743547392', '1743548415', 'IN'],
|
10204 |
-
['1743548416', '1743549439', 'IN'],
|
10205 |
-
['1743549440', '1743549951', 'IN'],
|
10206 |
-
['1743549952', '1743550207', 'AU'],
|
10207 |
-
['1743550208', '1743550463', 'SG'],
|
10208 |
-
['1743550464', '1743551487', 'CN'],
|
10209 |
-
['1743551488', '1743552511', 'IN'],
|
10210 |
-
['1743552512', '1743553535', 'JP'],
|
10211 |
-
['1743553536', '1743554559', 'PK'],
|
10212 |
-
['1743554560', '1743555583', 'HK'],
|
10213 |
-
['1743555584', '1743556607', 'JP'],
|
10214 |
-
['1743556608', '1743557631', 'JP'],
|
10215 |
-
['1743557632', '1743558655', 'ID'],
|
10216 |
-
['1743558656', '1743559679', 'IN'],
|
10217 |
-
['1743559680', '1743560703', 'IN'],
|
10218 |
-
['1743560704', '1743561215', 'ID'],
|
10219 |
-
['1743561216', '1743561727', 'AU'],
|
10220 |
-
['1743561728', '1743562751', 'IN'],
|
10221 |
-
['1743562752', '1743563775', 'IN'],
|
10222 |
-
['1743563776', '1743564799', 'IN'],
|
10223 |
-
['1743564800', '1743565823', 'PH'],
|
10224 |
-
['1743565824', '1743566847', 'JP'],
|
10225 |
-
['1743566848', '1743567871', 'CN'],
|
10226 |
-
['1743567872', '1743568895', 'ID'],
|
10227 |
-
['1743568896', '1743569151', 'ID'],
|
10228 |
-
['1743569152', '1743569407', 'IN'],
|
10229 |
-
['1743569408', '1743569919', 'IN'],
|
10230 |
-
['1743569920', '1743570943', 'SG'],
|
10231 |
-
['1743570944', '1743571199', 'IN'],
|
10232 |
-
['1743571200', '1743571455', 'ID'],
|
10233 |
-
['1743571456', '1743571711', 'AU'],
|
10234 |
-
['1743571712', '1743571967', 'AU'],
|
10235 |
-
['1743571968', '1743572991', 'IN'],
|
10236 |
-
['1743572992', '1743574015', 'IN'],
|
10237 |
-
['1743575040', '1743576063', 'HK'],
|
10238 |
-
['1743576064', '1743577087', 'CN'],
|
10239 |
-
['1743577088', '1743578111', 'JP'],
|
10240 |
-
['1743578112', '1743579135', 'MY'],
|
10241 |
-
['1743579136', '1743580159', 'CN'],
|
10242 |
-
['1743580160', '1743581183', 'IN'],
|
10243 |
-
['1743581184', '1743582207', 'CN'],
|
10244 |
-
['1743582208', '1743583231', 'CN'],
|
10245 |
-
['1743583232', '1743584255', 'CN'],
|
10246 |
-
['1743584256', '1743585279', 'CN'],
|
10247 |
-
['1743585280', '1743586303', 'CN'],
|
10248 |
-
['1743586304', '1743587327', 'CN'],
|
10249 |
-
['1743587328', '1743588351', 'CN'],
|
10250 |
-
['1743588352', '1743589375', 'CN'],
|
10251 |
-
['1743589376', '1743590399', 'AU'],
|
10252 |
-
['1743590400', '1743591423', 'KR'],
|
10253 |
-
['1743591424', '1743592447', 'CN'],
|
10254 |
-
['1743592448', '1743593471', 'CN'],
|
10255 |
-
['1743593472', '1743594495', 'ID'],
|
10256 |
-
['1743594496', '1743595519', 'BD'],
|
10257 |
-
['1743595520', '1743596543', 'NZ'],
|
10258 |
-
['1743596544', '1743597567', 'IN'],
|
10259 |
-
['1743598592', '1743599103', 'KH'],
|
10260 |
-
['1743599104', '1743599615', 'US'],
|
10261 |
-
['1743599616', '1743600639', 'IN'],
|
10262 |
-
['1743600640', '1743601663', 'VN'],
|
10263 |
-
['1743601664', '1743602687', 'VN'],
|
10264 |
-
['1743602688', '1743603711', 'CN'],
|
10265 |
-
['1743603712', '1743604735', 'HK'],
|
10266 |
-
['1743604736', '1743605759', 'BD'],
|
10267 |
-
['1743605760', '1743606015', 'SG'],
|
10268 |
-
['1743606016', '1743606271', 'AU'],
|
10269 |
-
['1743606272', '1743606527', 'AU'],
|
10270 |
-
['1743606528', '1743606783', 'AF'],
|
10271 |
-
['1743607808', '1743608831', 'CN'],
|
10272 |
-
['1743608832', '1743609855', 'AU'],
|
10273 |
-
['1743609856', '1743610879', 'VN'],
|
10274 |
-
['1743610880', '1743611903', 'MO'],
|
10275 |
-
['1743611904', '1743612927', 'AU'],
|
10276 |
-
['1743612928', '1743613951', 'AU'],
|
10277 |
-
['1743613952', '1743614975', 'IN'],
|
10278 |
-
['1743614976', '1743615999', 'IN'],
|
10279 |
-
['1743616000', '1743617023', 'JP'],
|
10280 |
-
['1743617024', '1743618047', 'MO'],
|
10281 |
-
['1743618048', '1743619071', 'HK'],
|
10282 |
-
['1743619072', '1743619583', 'SG'],
|
10283 |
-
['1743619584', '1743619839', 'ID'],
|
10284 |
-
['1743619840', '1743620095', 'IN'],
|
10285 |
-
['1743620096', '1743621119', 'JP'],
|
10286 |
-
['1743621120', '1743621631', 'ID'],
|
10287 |
-
['1743621632', '1743621887', 'SG'],
|
10288 |
-
['1743621888', '1743622143', 'SG'],
|
10289 |
-
['1743622144', '1743623167', 'VN'],
|
10290 |
-
['1743623168', '1743624191', 'VN'],
|
10291 |
-
['1743624192', '1743625215', 'CN'],
|
10292 |
-
['1743625216', '1743626239', 'IN'],
|
10293 |
-
['1743626240', '1743627263', 'AU'],
|
10294 |
-
['1743627264', '1743628287', 'NZ'],
|
10295 |
-
['1743628288', '1743628799', 'SG'],
|
10296 |
-
['1743628800', '1743629055', 'IN'],
|
10297 |
-
['1743629056', '1743629311', 'AU'],
|
10298 |
-
['1743629312', '1743630335', 'IN'],
|
10299 |
-
['1743630336', '1743631359', 'CN'],
|
10300 |
-
['1743631360', '1743632383', 'CN'],
|
10301 |
-
['1743632384', '1743633407', 'CN'],
|
10302 |
-
['1743633408', '1743634431', 'CN'],
|
10303 |
-
['1743634432', '1743635455', 'CN'],
|
10304 |
-
['1743635456', '1743636479', 'CN'],
|
10305 |
-
['1743636480', '1743637503', 'CN'],
|
10306 |
-
['1743637504', '1743638527', 'CN'],
|
10307 |
-
['1743638528', '1743639551', 'CN'],
|
10308 |
-
['1743639552', '1743640575', 'CN'],
|
10309 |
-
['1743640576', '1743641599', 'CN'],
|
10310 |
-
['1743641600', '1743642623', 'CN'],
|
10311 |
-
['1743642624', '1743643647', 'CN'],
|
10312 |
-
['1743643648', '1743644671', 'CN'],
|
10313 |
-
['1743644672', '1743645695', 'CN'],
|
10314 |
-
['1743645696', '1743646719', 'CN'],
|
10315 |
-
['1743646720', '1743647743', 'CN'],
|
10316 |
-
['1743647744', '1743648767', 'CN'],
|
10317 |
-
['1743648768', '1743649791', 'CN'],
|
10318 |
-
['1743649792', '1743650815', 'CN'],
|
10319 |
-
['1743650816', '1743651839', 'CN'],
|
10320 |
-
['1743651840', '1743652863', 'CN'],
|
10321 |
-
['1743652864', '1743653887', 'IN'],
|
10322 |
-
['1743653888', '1743654911', 'IN'],
|
10323 |
-
['1743654912', '1743655935', 'CN'],
|
10324 |
-
['1743655936', '1743656959', 'CN'],
|
10325 |
-
['1743656960', '1743657983', 'CN'],
|
10326 |
-
['1743657984', '1743659007', 'CN'],
|
10327 |
-
['1743659008', '1743660031', 'CN'],
|
10328 |
-
['1743660032', '1743661055', 'CN'],
|
10329 |
-
['1743661056', '1743662079', 'CN'],
|
10330 |
-
['1743662080', '1743663103', 'CN'],
|
10331 |
-
['1743663104', '1743664127', 'CN'],
|
10332 |
-
['1743664128', '1743665151', 'CN'],
|
10333 |
-
['1743665152', '1743666175', 'CN'],
|
10334 |
-
['1743666176', '1743666431', 'NZ'],
|
10335 |
-
['1743666432', '1743666687', 'IN'],
|
10336 |
-
['1743666688', '1743666943', 'AU'],
|
10337 |
-
['1743666944', '1743667199', 'BD'],
|
10338 |
-
['1743668224', '1743669247', 'VN'],
|
10339 |
-
['1743669248', '1743670271', 'VN'],
|
10340 |
-
['1743670272', '1743671295', 'VN'],
|
10341 |
-
['1743671296', '1743672319', 'VN'],
|
10342 |
-
['1743672320', '1743673343', 'NZ'],
|
10343 |
-
['1743673344', '1743674367', 'CN'],
|
10344 |
-
['1743674368', '1743675391', 'CN'],
|
10345 |
-
['1743675392', '1743676415', 'CN'],
|
10346 |
-
['1743676416', '1743677439', 'IN'],
|
10347 |
-
['1743677440', '1743678463', 'IN'],
|
10348 |
-
['1743678464', '1743679487', 'IN'],
|
10349 |
-
['1743680512', '1743681535', 'TL'],
|
10350 |
-
['1743681536', '1743682559', 'AU'],
|
10351 |
-
['1743682560', '1743683583', 'MY'],
|
10352 |
-
['1743683584', '1743684607', 'HK'],
|
10353 |
-
['1743684608', '1743685631', 'CN'],
|
10354 |
-
['1743685632', '1743686143', 'ID'],
|
10355 |
-
['1743686144', '1743686655', 'ID'],
|
10356 |
-
['1743686656', '1743687679', 'CN'],
|
10357 |
-
['1743687680', '1743688703', 'CN'],
|
10358 |
-
['1743688704', '1743689727', 'MY'],
|
10359 |
-
['1743689728', '1743690751', 'IN'],
|
10360 |
-
['1743690752', '1743691263', 'AS'],
|
10361 |
-
['1743691264', '1743691775', 'IN'],
|
10362 |
-
['1743691776', '1743692799', 'CN'],
|
10363 |
-
['1743692800', '1743693823', 'CN'],
|
10364 |
-
['1743693824', '1743694847', 'CN'],
|
10365 |
-
['1743694848', '1743695871', 'CN'],
|
10366 |
-
['1743695872', '1743696895', 'CN'],
|
10367 |
-
['1743696896', '1743697919', 'CN'],
|
10368 |
-
['1743697920', '1743698943', 'CN'],
|
10369 |
-
['1743698944', '1743699967', 'CN'],
|
10370 |
-
['1743699968', '1743700223', 'IN'],
|
10371 |
-
['1743700224', '1743700479', 'IN'],
|
10372 |
-
['1743700480', '1743700735', 'NZ'],
|
10373 |
-
['1743700736', '1743700991', 'AU'],
|
10374 |
-
['1743700992', '1743702015', 'CN'],
|
10375 |
-
['1743702016', '1743703039', 'ID'],
|
10376 |
-
['1743703040', '1743704063', 'CN'],
|
10377 |
-
['1743704064', '1743705087', 'VN'],
|
10378 |
-
['1743705088', '1743706111', 'VN'],
|
10379 |
-
['1743707136', '1743708159', 'IN'],
|
10380 |
-
['1743708160', '1743709183', 'HK'],
|
10381 |
-
['1743709184', '1743710207', 'IN'],
|
10382 |
-
['1743710208', '1743711231', 'IN'],
|
10383 |
-
['1743711232', '1743712255', 'JP'],
|
10384 |
-
['1743712256', '1743713279', 'IN'],
|
10385 |
-
['1743713280', '1743714303', 'JP'],
|
10386 |
-
['1743714304', '1743715327', 'KR'],
|
10387 |
-
['1743715328', '1743716351', 'CN'],
|
10388 |
-
['1743716352', '1743717375', 'CN'],
|
10389 |
-
['1743717376', '1743718399', 'BD'],
|
10390 |
-
['1743718400', '1743719423', 'NZ'],
|
10391 |
-
['1743720448', '1743721471', 'JP'],
|
10392 |
-
['1743722496', '1743723519', 'AU'],
|
10393 |
-
['1743723520', '1743724543', 'HK'],
|
10394 |
-
['1743724544', '1743725567', 'VN'],
|
10395 |
-
['1743725568', '1743726591', 'IN'],
|
10396 |
-
['1743727616', '1743728639', 'CN'],
|
10397 |
-
['1743728640', '1743729151', 'AU'],
|
10398 |
-
['1743729152', '1743729407', 'IN'],
|
10399 |
-
['1743729408', '1743729663', 'AU'],
|
10400 |
-
['1743729664', '1743730687', 'KH'],
|
10401 |
-
['1743730688', '1743731711', 'IN'],
|
10402 |
-
['1743731712', '1743732735', 'TW'],
|
10403 |
-
['1743733760', '1743734783', 'CN'],
|
10404 |
-
['1743734784', '1743735807', 'HK'],
|
10405 |
-
['1743735808', '1743736319', 'AU'],
|
10406 |
-
['1743736320', '1743736575', 'IN'],
|
10407 |
-
['1743736576', '1743736831', 'AU'],
|
10408 |
-
['1743736832', '1743737855', 'IN'],
|
10409 |
-
['1743737856', '1743738879', 'IN'],
|
10410 |
-
['1743739904', '1743740927', 'JP'],
|
10411 |
-
['1743740928', '1743741951', 'CN'],
|
10412 |
-
['1743741952', '1743742975', 'HK'],
|
10413 |
-
['1743742976', '1743743487', 'NZ'],
|
10414 |
-
['1743743488', '1743743999', 'AU'],
|
10415 |
-
['1743744000', '1743745023', 'JP'],
|
10416 |
-
['1743745024', '1743746047', 'KR'],
|
10417 |
-
['1743746048', '1743747071', 'VN'],
|
10418 |
-
['1743747072', '1743748095', 'VN'],
|
10419 |
-
['1743748096', '1743748351', 'IN'],
|
10420 |
-
['1743748352', '1743748607', 'IN'],
|
10421 |
-
['1743748608', '1743748863', 'HK'],
|
10422 |
-
['1743748864', '1743749119', 'MY'],
|
10423 |
-
['1743749120', '1743750143', 'AU'],
|
10424 |
-
['1743750144', '1743751167', 'AU'],
|
10425 |
-
['1743751168', '1743752191', 'IN'],
|
10426 |
-
['1743752192', '1743753215', 'IN'],
|
10427 |
-
['1743753216', '1743754239', 'IN'],
|
10428 |
-
['1743755264', '1743756287', 'CN'],
|
10429 |
-
['1743756288', '1743757311', 'CN'],
|
10430 |
-
['1743757312', '1743758335', 'TO'],
|
10431 |
-
['1743758336', '1743758591', 'HK'],
|
10432 |
-
['1743758592', '1743758847', 'ID'],
|
10433 |
-
['1743758848', '1743759359', 'AU'],
|
10434 |
-
['1743759360', '1743760383', 'IN'],
|
10435 |
-
['1743760384', '1743761407', 'IN'],
|
10436 |
-
['1743761408', '1743762431', 'CN'],
|
10437 |
-
['1743762432', '1743763455', 'CN'],
|
10438 |
-
['1743763456', '1743764479', 'CN'],
|
10439 |
-
['1743764480', '1743765503', 'ID'],
|
10440 |
-
['1743765504', '1743766527', 'CN'],
|
10441 |
-
['1743766528', '1743767551', 'CN'],
|
10442 |
-
['1743767552', '1743768575', 'PH'],
|
10443 |
-
['1743768576', '1743769599', 'CN'],
|
10444 |
-
['1743769600', '1743770623', 'CN'],
|
10445 |
-
['1743770624', '1743770879', 'AU'],
|
10446 |
-
['1743770880', '1743771135', 'IN'],
|
10447 |
-
['1743771648', '1743772671', 'JP'],
|
10448 |
-
['1743772672', '1743773695', 'SG'],
|
10449 |
-
['1743773696', '1743774719', 'CN'],
|
10450 |
-
['1743774720', '1743775743', 'NZ'],
|
10451 |
-
['1743775744', '1743776767', 'IN'],
|
10452 |
-
['1743776768', '1743777791', 'KR'],
|
10453 |
-
['1743777792', '1743778815', 'KR'],
|
10454 |
-
['1743778816', '1743779839', 'CN'],
|
10455 |
-
['1743779840', '1743780863', 'MY'],
|
10456 |
-
['1743780864', '1743781887', 'BD'],
|
10457 |
-
['1743783936', '1743784959', 'IN'],
|
10458 |
-
['1743784960', '1743785983', 'JP'],
|
10459 |
-
['1743785984', '1743787007', 'CN'],
|
10460 |
-
['1743787008', '1743788031', 'JP'],
|
10461 |
-
['1743789056', '1743790079', 'KR'],
|
10462 |
-
['1743790080', '1743791103', 'IN'],
|
10463 |
-
['1743791104', '1743792127', 'CN'],
|
10464 |
-
['1743792128', '1743793151', 'HK'],
|
10465 |
-
['1743793152', '1743794175', 'BD'],
|
10466 |
-
['1743794176', '1743795199', 'KR'],
|
10467 |
-
['1743795200', '1743796223', 'NZ'],
|
10468 |
-
['1743797248', '1743798271', 'TH'],
|
10469 |
-
['1743798272', '1743799295', 'HK'],
|
10470 |
-
['1743800320', '1743801343', 'CN'],
|
10471 |
-
['1743801344', '1743802367', 'IN'],
|
10472 |
-
['1743802368', '1743803391', 'HK'],
|
10473 |
-
['1743803392', '1743804415', 'CN'],
|
10474 |
-
['1743804416', '1743804671', 'AU'],
|
10475 |
-
['1743804672', '1743804927', 'IN'],
|
10476 |
-
['1743804928', '1743805439', 'IN'],
|
10477 |
-
['1743805440', '1743806463', 'HK'],
|
10478 |
-
['1743806464', '1743807487', 'IN'],
|
10479 |
-
['1743807488', '1743808511', 'IN'],
|
10480 |
-
['1743808512', '1743809535', 'IN'],
|
10481 |
-
['1743809536', '1743810559', 'ID'],
|
10482 |
-
['1743810560', '1743811583', 'KH'],
|
10483 |
-
['1743811584', '1743812607', 'JP'],
|
10484 |
-
['1743812608', '1743813631', 'PH'],
|
10485 |
-
['1743813632', '1743814655', 'CN'],
|
10486 |
-
['1743814656', '1743815679', 'SG'],
|
10487 |
-
['1743815680', '1743815935', 'AU'],
|
10488 |
-
['1743815936', '1743816191', 'NZ'],
|
10489 |
-
['1743816192', '1743816703', 'AU'],
|
10490 |
-
['1743816704', '1743817727', 'IN'],
|
10491 |
-
['1743817728', '1743818751', 'HK'],
|
10492 |
-
['1743818752', '1743819775', 'IN'],
|
10493 |
-
['1743819776', '1743820799', 'HK'],
|
10494 |
-
['1743820800', '1743821823', 'NZ'],
|
10495 |
-
['1743821824', '1743822847', 'CN'],
|
10496 |
-
['1743822848', '1743823871', 'IN'],
|
10497 |
-
['1743823872', '1743824895', 'IN'],
|
10498 |
-
['1743824896', '1743825919', 'IN'],
|
10499 |
-
['1743825920', '1743826943', 'CN'],
|
10500 |
-
['1743826944', '1743827967', 'MY'],
|
10501 |
-
['1743827968', '1743828991', 'HK'],
|
10502 |
-
['1743828992', '1743830015', 'NZ'],
|
10503 |
-
['1743830016', '1743831039', 'CN'],
|
10504 |
-
['1743831040', '1743832063', 'IN'],
|
10505 |
-
['1743832064', '1743833087', 'HK'],
|
10506 |
-
['1743833088', '1743834111', 'HK'],
|
10507 |
-
['1743834112', '1743835135', 'IN'],
|
10508 |
-
['1743835136', '1743836159', 'IN'],
|
10509 |
-
['1743836160', '1743837183', 'IN'],
|
10510 |
-
['1743837184', '1743838207', 'IN'],
|
10511 |
-
['1743838208', '1743838463', 'PK'],
|
10512 |
-
['1743838464', '1743838719', 'US'],
|
10513 |
-
['1743838720', '1743839231', 'AU'],
|
10514 |
-
['1743839232', '1743840255', 'AU'],
|
10515 |
-
['1743840256', '1743841279', 'AU'],
|
10516 |
-
['1743841280', '1743842303', 'IN'],
|
10517 |
-
['1743842304', '1743843327', 'IN'],
|
10518 |
-
['1743843328', '1743844351', 'LA'],
|
10519 |
-
['1743844352', '1743845375', 'CN'],
|
10520 |
-
['1743845376', '1743846399', 'BD'],
|
10521 |
-
['1743846400', '1743847423', 'JP'],
|
10522 |
-
['1743847424', '1743848447', 'AU'],
|
10523 |
-
['1743848448', '1743848959', 'ID'],
|
10524 |
-
['1743848960', '1743849471', 'AU'],
|
10525 |
-
['1743849472', '1743850495', 'IN'],
|
10526 |
-
['1743850496', '1743851519', 'CN'],
|
10527 |
-
['1743851520', '1743852543', 'HK'],
|
10528 |
-
['1743852544', '1743853567', 'IN'],
|
10529 |
-
['1743853568', '1743853823', 'ID'],
|
10530 |
-
['1743853824', '1743854079', 'IN'],
|
10531 |
-
['1743854080', '1743854335', 'AU'],
|
10532 |
-
['1743854336', '1743854591', 'LK'],
|
10533 |
-
['1743854592', '1743855615', 'TH'],
|
10534 |
-
['1743855616', '1743856639', 'TH'],
|
10535 |
-
['1743856640', '1743857663', 'NZ'],
|
10536 |
-
['1743858688', '1743859711', 'IN'],
|
10537 |
-
['1743859712', '1743860735', 'HK'],
|
10538 |
-
['1743860736', '1743861759', 'IN'],
|
10539 |
-
['1743861760', '1743862783', 'NZ'],
|
10540 |
-
['1743862784', '1743863807', 'SG'],
|
10541 |
-
['1743863808', '1743864831', 'JP'],
|
10542 |
-
['1743864832', '1743865855', 'TW'],
|
10543 |
-
['1743865856', '1743866879', 'CN'],
|
10544 |
-
['1743866880', '1743867903', 'KR'],
|
10545 |
-
['1743867904', '1743868927', 'IN'],
|
10546 |
-
['1743868928', '1743869951', 'NZ'],
|
10547 |
-
['1743869952', '1743870975', 'NZ'],
|
10548 |
-
['1743870976', '1743871999', 'CN'],
|
10549 |
-
['1743872000', '1743873023', 'CN'],
|
10550 |
-
['1743873024', '1743874047', 'AU'],
|
10551 |
-
['1743874048', '1743874303', 'JP'],
|
10552 |
-
['1743874304', '1743874559', 'SG'],
|
10553 |
-
['1743874560', '1743875071', 'SG'],
|
10554 |
-
['1743875072', '1743876095', 'HK'],
|
10555 |
-
['1743876096', '1743877119', 'IN'],
|
10556 |
-
['1743877120', '1743878143', 'KR'],
|
10557 |
-
['1743878144', '1743879167', 'NZ'],
|
10558 |
-
['1743879168', '1743880191', 'JP'],
|
10559 |
-
['1743880192', '1743881215', 'JP'],
|
10560 |
-
['1743881216', '1743882239', 'IN'],
|
10561 |
-
['1743882240', '1743883263', 'IN'],
|
10562 |
-
['1743883264', '1743884287', 'IN'],
|
10563 |
-
['1743884288', '1743885311', 'IN'],
|
10564 |
-
['1743885312', '1743885567', 'AU'],
|
10565 |
-
['1743885824', '1743886335', 'MY'],
|
10566 |
-
['1743886336', '1743887359', 'JP'],
|
10567 |
-
['1743887360', '1743888383', 'AF'],
|
10568 |
-
['1743888384', '1743889407', 'CN'],
|
10569 |
-
['1743889408', '1743890431', 'HK'],
|
10570 |
-
['1743890432', '1743891455', 'IN'],
|
10571 |
-
['1743892480', '1743892991', 'AU'],
|
10572 |
-
['1743892992', '1743893503', 'ID'],
|
10573 |
-
['1743893504', '1743894527', 'IN'],
|
10574 |
-
['1743894528', '1743895551', 'CN'],
|
10575 |
-
['1743895552', '1743896575', 'CN'],
|
10576 |
-
['1743897600', '1743898623', 'AU'],
|
10577 |
-
['1743898624', '1743899647', 'AU'],
|
10578 |
-
['1743899648', '1743900671', 'ID'],
|
10579 |
-
['1743900672', '1743901695', 'JP'],
|
10580 |
-
['1743901696', '1743902719', 'AU'],
|
10581 |
-
['1743902720', '1743903743', 'AU'],
|
10582 |
-
['1743903744', '1743904767', 'CN'],
|
10583 |
-
['1743904768', '1743905791', 'IN'],
|
10584 |
-
['1743905792', '1743906815', 'HK'],
|
10585 |
-
['1743906816', '1743907839', 'IN'],
|
10586 |
-
['1743907840', '1743908863', 'IN'],
|
10587 |
-
['1743908864', '1743909375', 'AU'],
|
10588 |
-
['1743909376', '1743909631', 'IN'],
|
10589 |
-
['1743909632', '1743909887', 'IN'],
|
10590 |
-
['1743909888', '1743910911', 'IN'],
|
10591 |
-
['1743910912', '1743911935', 'VN'],
|
10592 |
-
['1743911936', '1743912959', 'AU'],
|
10593 |
-
['1743912960', '1743913983', 'HK'],
|
10594 |
-
['1743913984', '1743915007', 'JP'],
|
10595 |
-
['1743915008', '1743916031', 'CN'],
|
10596 |
-
['1743916032', '1743917055', 'KH'],
|
10597 |
-
['1743917056', '1743918079', 'MY'],
|
10598 |
-
['1743918080', '1743919103', 'BD'],
|
10599 |
-
['1743919104', '1743920127', 'AU'],
|
10600 |
-
['1743920128', '1743921151', 'JP'],
|
10601 |
-
['1743921152', '1743922175', 'AU'],
|
10602 |
-
['1743922176', '1743922687', 'NZ'],
|
10603 |
-
['1743922688', '1743923199', 'NZ'],
|
10604 |
-
['1743923200', '1743924223', 'KH'],
|
10605 |
-
['1743924224', '1743925247', 'MN'],
|
10606 |
-
['1743925248', '1743925503', 'NZ'],
|
10607 |
-
['1743925504', '1743925759', 'AU'],
|
10608 |
-
['1743925760', '1743926271', 'AF'],
|
10609 |
-
['1743926272', '1743927295', 'VN'],
|
10610 |
-
['1743927296', '1743928319', 'KH'],
|
10611 |
-
['1743928320', '1743929343', 'IN'],
|
10612 |
-
['1743929344', '1743930367', 'CN'],
|
10613 |
-
['1743930368', '1743931391', 'NZ'],
|
10614 |
-
['1743931392', '1743932415', 'HK'],
|
10615 |
-
['1743933440', '1743934463', 'AU'],
|
10616 |
-
['1743934464', '1743934975', 'ID'],
|
10617 |
-
['1743935232', '1743935487', 'IN'],
|
10618 |
-
['1743935488', '1743936511', 'SG'],
|
10619 |
-
['1743936512', '1743937535', 'AU'],
|
10620 |
-
['1743937536', '1743938559', 'MM'],
|
10621 |
-
['1743938560', '1743939583', 'HK'],
|
10622 |
-
['1743939584', '1743940607', 'ID'],
|
10623 |
-
['1743940608', '1743941631', 'HK'],
|
10624 |
-
['1743941632', '1743942655', 'JP'],
|
10625 |
-
['1743942656', '1743943679', 'IN'],
|
10626 |
-
['1743943680', '1743944703', 'IN'],
|
10627 |
-
['1743944704', '1743945215', 'ID'],
|
10628 |
-
['1743945216', '1743945727', 'TO'],
|
10629 |
-
['1743945728', '1743946751', 'CN'],
|
10630 |
-
['1743946752', '1743947775', 'CN'],
|
10631 |
-
['1743947776', '1743948799', 'IN'],
|
10632 |
-
['1743948800', '1743949823', 'HK'],
|
10633 |
-
['1743949824', '1743950847', 'TH'],
|
10634 |
-
['1743950848', '1743951359', 'HK'],
|
10635 |
-
['1743951360', '1743951871', 'SG'],
|
10636 |
-
['1743951872', '1743952895', 'IN'],
|
10637 |
-
['1743952896', '1743953919', 'IN'],
|
10638 |
-
['1743953920', '1743954943', 'CN'],
|
10639 |
-
['1743954944', '1743955967', 'PG'],
|
10640 |
-
['1743955968', '1743956991', 'CN'],
|
10641 |
-
['1743956992', '1743958015', 'CN'],
|
10642 |
-
['1743958016', '1743959039', 'CN'],
|
10643 |
-
['1743959040', '1743959551', 'ID'],
|
10644 |
-
['1743959552', '1743959807', 'AU'],
|
10645 |
-
['1743959808', '1743960063', 'AU'],
|
10646 |
-
['1743960064', '1743961087', 'IN'],
|
10647 |
-
['1743961088', '1743962111', 'IN'],
|
10648 |
-
['1743962112', '1743963135', 'IN'],
|
10649 |
-
['1743963136', '1743964159', 'IN'],
|
10650 |
-
['1743964160', '1743965183', 'CN'],
|
10651 |
-
['1743965184', '1743966207', 'ID'],
|
10652 |
-
['1743966208', '1743966719', 'ID'],
|
10653 |
-
['1743966720', '1743967231', 'AU'],
|
10654 |
-
['1743967232', '1743968255', 'CN'],
|
10655 |
-
['1743968256', '1743969279', 'BD'],
|
10656 |
-
['1743969280', '1743970303', 'CN'],
|
10657 |
-
['1743970304', '1743971327', 'IN'],
|
10658 |
-
['1743971328', '1743972351', 'NZ'],
|
10659 |
-
['1743972352', '1743972607', 'IN'],
|
10660 |
-
['1743972608', '1743972863', 'ID'],
|
10661 |
-
['1743972864', '1743973119', 'IN'],
|
10662 |
-
['1743973120', '1743973375', 'AU'],
|
10663 |
-
['1743973376', '1743974399', 'IN'],
|
10664 |
-
['1743974400', '1743975423', 'CN'],
|
10665 |
-
['1743975424', '1743976447', 'NZ'],
|
10666 |
-
['1743976448', '1743977471', 'AU'],
|
10667 |
-
['1743977472', '1743978495', 'JP'],
|
10668 |
-
['1743978496', '1743979519', 'HK'],
|
10669 |
-
['1743979520', '1743980543', 'IN'],
|
10670 |
-
['1743981568', '1743982591', 'SG'],
|
10671 |
-
['1743982592', '1743982847', 'AU'],
|
10672 |
-
['1743982848', '1743983103', 'AU'],
|
10673 |
-
['1743983104', '1743983359', 'HK'],
|
10674 |
-
['1743983616', '1743984639', 'KR'],
|
10675 |
-
['1743984640', '1743985663', 'HK'],
|
10676 |
-
['1743985664', '1743986687', 'IN'],
|
10677 |
-
['1743986688', '1743987711', 'IN'],
|
10678 |
-
['1743987712', '1743988735', 'IN'],
|
10679 |
-
['1743988736', '1743989759', 'IN'],
|
10680 |
-
['1743989760', '1743990783', 'IN'],
|
10681 |
-
['1743990784', '1743991807', 'ID'],
|
10682 |
-
['1743991808', '1743992831', 'IN'],
|
10683 |
-
['1743992832', '1743993855', 'IN'],
|
10684 |
-
['1743993856', '1743994879', 'IN'],
|
10685 |
-
['1743994880', '1743995903', 'AU'],
|
10686 |
-
['1743995904', '1743996927', 'IN'],
|
10687 |
-
['1743996928', '1743997951', 'IN'],
|
10688 |
-
['1743997952', '1743998975', 'BD'],
|
10689 |
-
['1743998976', '1743999999', 'BD'],
|
10690 |
-
['1744000000', '1744001023', 'AU'],
|
10691 |
-
['1744001024', '1744001535', 'IN'],
|
10692 |
-
['1744001536', '1744001791', 'NZ'],
|
10693 |
-
['1744001792', '1744002047', 'AU'],
|
10694 |
-
['1744002048', '1744003071', 'HK'],
|
10695 |
-
['1744003072', '1744004095', 'NZ'],
|
10696 |
-
['1744004096', '1744005119', 'HK'],
|
10697 |
-
['1744005120', '1744006143', 'VN'],
|
10698 |
-
['1744006144', '1744006655', 'ID'],
|
10699 |
-
['1744006656', '1744006911', 'AU'],
|
10700 |
-
['1744006912', '1744007167', 'IN'],
|
10701 |
-
['1744007168', '1744008191', 'IN'],
|
10702 |
-
['1744008192', '1744009215', 'IN'],
|
10703 |
-
['1744009216', '1744010239', 'JP'],
|
10704 |
-
['1744010240', '1744011263', 'IN'],
|
10705 |
-
['1744011264', '1744012287', 'HK'],
|
10706 |
-
['1744012288', '1744013311', 'IN'],
|
10707 |
-
['1744013312', '1744014335', 'CN'],
|
10708 |
-
['1744014336', '1744015359', 'BD'],
|
10709 |
-
['1744015360', '1744016383', 'IN'],
|
10710 |
-
['1744016384', '1744016895', 'AU'],
|
10711 |
-
['1744016896', '1744017407', 'AU'],
|
10712 |
-
['1744017408', '1744018431', 'JP'],
|
10713 |
-
['1744018432', '1744019455', 'MY'],
|
10714 |
-
['1744019456', '1744020479', 'NZ'],
|
10715 |
-
['1744020480', '1744021503', 'HK'],
|
10716 |
-
['1744022528', '1744023551', 'SG'],
|
10717 |
-
['1744023808', '1744024063', 'ID'],
|
10718 |
-
['1744024064', '1744024319', 'ID'],
|
10719 |
-
['1744024320', '1744024575', 'AF'],
|
10720 |
-
['1744024576', '1744025599', 'HK'],
|
10721 |
-
['1744025600', '1744026623', 'IN'],
|
10722 |
-
['1744026624', '1744027647', 'SG'],
|
10723 |
-
['1744027648', '1744028671', 'MY'],
|
10724 |
-
['1744028672', '1744029695', 'JP'],
|
10725 |
-
['1744029696', '1744030719', 'KR'],
|
10726 |
-
['1744030720', '1744031743', 'NZ'],
|
10727 |
-
['1744031744', '1744032767', 'JP'],
|
10728 |
-
['1744032768', '1744033791', 'MY'],
|
10729 |
-
['1744033792', '1744034815', 'VN'],
|
10730 |
-
['1744034816', '1744035839', 'SG'],
|
10731 |
-
['1744035840', '1744036863', 'IN'],
|
10732 |
-
['1744036864', '1744037887', 'IN'],
|
10733 |
-
['1744037888', '1744038911', 'IN'],
|
10734 |
-
['1744038912', '1744039167', 'IN'],
|
10735 |
-
['1744039168', '1744039423', 'IN'],
|
10736 |
-
['1744039424', '1744039679', 'PH'],
|
10737 |
-
['1744039680', '1744039935', 'AU'],
|
10738 |
-
['1744039936', '1744040959', 'JP'],
|
10739 |
-
['1744040960', '1744041471', 'AU'],
|
10740 |
-
['1744041472', '1744041983', 'ID'],
|
10741 |
-
['1744041984', '1744043007', 'TW'],
|
10742 |
-
['1744043008', '1744044031', 'CN'],
|
10743 |
-
['1744044032', '1744045055', 'HK'],
|
10744 |
-
['1744045056', '1744046079', 'IN'],
|
10745 |
-
['1744046080', '1744047103', 'SG'],
|
10746 |
-
['1744047104', '1744048127', 'BD'],
|
10747 |
-
['1744048128', '1744049151', 'CN'],
|
10748 |
-
['1744051200', '1744052223', 'PH'],
|
10749 |
-
['1744052224', '1744053247', 'IN'],
|
10750 |
-
['1744053248', '1744054271', 'ID'],
|
10751 |
-
['1744054272', '1744055295', 'KR'],
|
10752 |
-
['1744055296', '1744056319', 'JP'],
|
10753 |
-
['1744056320', '1744056575', 'IN'],
|
10754 |
-
['1744056576', '1744056831', 'MY'],
|
10755 |
-
['1744056832', '1744057087', 'NZ'],
|
10756 |
-
['1744057088', '1744057343', 'ID'],
|
10757 |
-
['1744057344', '1744058367', 'HK'],
|
10758 |
-
['1744058368', '1744058879', 'HK'],
|
10759 |
-
['1744058880', '1744059391', 'CN'],
|
10760 |
-
['1744059392', '1744060415', 'CN'],
|
10761 |
-
['1744060416', '1744061439', 'CN'],
|
10762 |
-
['1744061440', '1744062463', 'CN'],
|
10763 |
-
['1744062464', '1744063487', 'CN'],
|
10764 |
-
['1744063488', '1744064511', 'CN'],
|
10765 |
-
['1744064512', '1744065535', 'CN'],
|
10766 |
-
['1744065536', '1744066559', 'CN'],
|
10767 |
-
['1744066560', '1744067583', 'HK'],
|
10768 |
-
['1744067584', '1744068607', 'JP'],
|
10769 |
-
['1744068608', '1744069631', 'ID'],
|
10770 |
-
['1744069632', '1744070655', 'SG'],
|
10771 |
-
['1744070656', '1744071679', 'JP'],
|
10772 |
-
['1744071680', '1744072703', 'KR'],
|
10773 |
-
['1744072704', '1744073727', 'HK'],
|
10774 |
-
['1744073728', '1744074751', 'CN'],
|
10775 |
-
['1744074752', '1744075775', 'IN'],
|
10776 |
-
['1744075776', '1744076799', 'IN'],
|
10777 |
-
['1744076800', '1744077823', 'AU'],
|
10778 |
-
['1744077824', '1744078847', 'PK'],
|
10779 |
-
['1744078848', '1744079871', 'VN'],
|
10780 |
-
['1744079872', '1744080895', 'BD'],
|
10781 |
-
['1744080896', '1744081919', 'AF'],
|
10782 |
-
['1744081920', '1744082943', 'HK'],
|
10783 |
-
['1744082944', '1744083967', 'IN'],
|
10784 |
-
['1744083968', '1744084991', 'HK'],
|
10785 |
-
['1744084992', '1744085503', 'ID'],
|
10786 |
-
['1744085504', '1744085759', 'BD'],
|
10787 |
-
['1744085760', '1744086015', 'MY'],
|
10788 |
-
['1744086016', '1744087039', 'CN'],
|
10789 |
-
['1744087040', '1744088063', 'IN'],
|
10790 |
-
['1744088064', '1744089087', 'PK'],
|
10791 |
-
['1744089088', '1744090111', 'PK'],
|
10792 |
-
['1744090112', '1744091135', 'NZ'],
|
10793 |
-
['1744091136', '1744092159', 'BD'],
|
10794 |
-
['1744092160', '1744092671', 'MY'],
|
10795 |
-
['1744092672', '1744092927', 'IN'],
|
10796 |
-
['1744092928', '1744093183', 'MY'],
|
10797 |
-
['1744093184', '1744094207', 'PH'],
|
10798 |
-
['1744094208', '1744095231', 'AU'],
|
10799 |
-
['1744095232', '1744096255', 'AU'],
|
10800 |
-
['1744096256', '1744097279', 'ID'],
|
10801 |
-
['1744097280', '1744098303', 'JP'],
|
10802 |
-
['1744098304', '1744099327', 'NZ'],
|
10803 |
-
['1744099328', '1744100351', 'JP'],
|
10804 |
-
['1744100352', '1744101375', 'JP'],
|
10805 |
-
['1744102400', '1744103423', 'FJ'],
|
10806 |
-
['1744103424', '1744104447', 'CN'],
|
10807 |
-
['1744104448', '1744105471', 'AU'],
|
10808 |
-
['1744105472', '1744106495', 'IN'],
|
10809 |
-
['1744106496', '1744106751', 'IN'],
|
10810 |
-
['1744106752', '1744107007', 'ID'],
|
10811 |
-
['1744107008', '1744107519', 'SG'],
|
10812 |
-
['1744107520', '1744108543', 'KH'],
|
10813 |
-
['1744108544', '1744109567', 'CN'],
|
10814 |
-
['1744109568', '1744109823', 'IN'],
|
10815 |
-
['1744109824', '1744110079', 'IN'],
|
10816 |
-
['1744110080', '1744110591', 'IN'],
|
10817 |
-
['1744110592', '1744111615', 'JP'],
|
10818 |
-
['1744111616', '1744112639', 'IN'],
|
10819 |
-
['1744112640', '1744113663', 'IN'],
|
10820 |
-
['1744113664', '1744114687', 'ID'],
|
10821 |
-
['1744114688', '1744114943', 'IN'],
|
10822 |
-
['1744114944', '1744115199', 'IN'],
|
10823 |
-
['1744115200', '1744115455', 'IN'],
|
10824 |
-
['1744115456', '1744115711', 'CN'],
|
10825 |
-
['1744115712', '1744116735', 'MY'],
|
10826 |
-
['1744116736', '1744117759', 'HK'],
|
10827 |
-
['1744117760', '1744118783', 'IN'],
|
10828 |
-
['1744118784', '1744119807', 'SG'],
|
10829 |
-
['1744119808', '1744120831', 'JP'],
|
10830 |
-
['1744120832', '1744121855', 'IN'],
|
10831 |
-
['1744121856', '1744122879', 'IN'],
|
10832 |
-
['1744122880', '1744123903', 'CN'],
|
10833 |
-
['1744123904', '1744124927', 'JP'],
|
10834 |
-
['1744124928', '1744125951', 'CN'],
|
10835 |
-
['1744125952', '1744126975', 'IN'],
|
10836 |
-
['1744126976', '1744127999', 'IN'],
|
10837 |
-
['1744128000', '1744128511', 'ID'],
|
10838 |
-
['1744128512', '1744128767', 'IN'],
|
10839 |
-
['1744128768', '1744129023', 'AU'],
|
10840 |
-
['1744129024', '1744130047', 'KH'],
|
10841 |
-
['1744130048', '1744131071', 'CN'],
|
10842 |
-
['1744131072', '1744132095', 'AU'],
|
10843 |
-
['1744132096', '1744133119', 'MY'],
|
10844 |
-
['1744133120', '1744134143', 'SG'],
|
10845 |
-
['1744134144', '1744135167', 'BD'],
|
10846 |
-
['1744135168', '1744136191', 'IN'],
|
10847 |
-
['1744136192', '1744137215', 'IN'],
|
10848 |
-
['1744137216', '1744138239', 'BD'],
|
10849 |
-
['1744138240', '1744139263', 'IN'],
|
10850 |
-
['1744139264', '1744140287', 'IN'],
|
10851 |
-
['1744140288', '1744140799', 'MY'],
|
10852 |
-
['1744140800', '1744141311', 'ID'],
|
10853 |
-
['1744141312', '1744142335', 'CN'],
|
10854 |
-
['1744142336', '1744143359', 'CN'],
|
10855 |
-
['1744143360', '1744144383', 'PK'],
|
10856 |
-
['1744144384', '1744145407', 'ID'],
|
10857 |
-
['1744145408', '1744146431', 'BD'],
|
10858 |
-
['1744146432', '1744146687', 'IN'],
|
10859 |
-
['1744146688', '1744146943', 'AU'],
|
10860 |
-
['1744146944', '1744147199', 'AU'],
|
10861 |
-
['1744147200', '1744147455', 'IN'],
|
10862 |
-
['1744147456', '1744148479', 'VN'],
|
10863 |
-
['1744148480', '1744149503', 'AU'],
|
10864 |
-
['1744149504', '1744150527', 'IN'],
|
10865 |
-
['1744150528', '1744151551', 'TO'],
|
10866 |
-
['1744151552', '1744152575', 'LA'],
|
10867 |
-
['1744153600', '1744154623', 'NZ'],
|
10868 |
-
['1744154624', '1744154879', 'SG'],
|
10869 |
-
['1744154880', '1744155135', 'ID'],
|
10870 |
-
['1744155648', '1744156671', 'ID'],
|
10871 |
-
['1744156672', '1744157695', 'IN'],
|
10872 |
-
['1744157696', '1744157951', 'IN'],
|
10873 |
-
['1744157952', '1744158207', 'IN'],
|
10874 |
-
['1744158208', '1744158719', 'HK'],
|
10875 |
-
['1744158720', '1744159743', 'PK'],
|
10876 |
-
['1744159744', '1744160767', 'IN'],
|
10877 |
-
['1744160768', '1744161791', 'IN'],
|
10878 |
-
['1744161792', '1744162815', 'BD'],
|
10879 |
-
['1744162816', '1744163839', 'HK'],
|
10880 |
-
['1744163840', '1744164863', 'AU'],
|
10881 |
-
['1744164864', '1744165887', 'AU'],
|
10882 |
-
['1744165888', '1744166399', 'AU'],
|
10883 |
-
['1744166400', '1744166655', 'AU'],
|
10884 |
-
['1744166656', '1744166911', 'SG'],
|
10885 |
-
['1744166912', '1744167167', 'JP'],
|
10886 |
-
['1744167168', '1744167423', 'ID'],
|
10887 |
-
['1744167424', '1744167679', 'ID'],
|
10888 |
-
['1744167680', '1744167935', 'AU'],
|
10889 |
-
['1744167936', '1744168959', 'JP'],
|
10890 |
-
['1744168960', '1744169983', 'JP'],
|
10891 |
-
['1744169984', '1744171007', 'JP'],
|
10892 |
-
['1744171008', '1744172031', 'BT'],
|
10893 |
-
['1744172032', '1744173055', 'VN'],
|
10894 |
-
['1744173056', '1744174079', 'VN'],
|
10895 |
-
['1744174080', '1744175103', 'VN'],
|
10896 |
-
['1744175104', '1744176127', 'ID'],
|
10897 |
-
['1744176128', '1744177151', 'AU'],
|
10898 |
-
['1744177152', '1744178175', 'CN'],
|
10899 |
-
['1744178176', '1744179199', 'CN'],
|
10900 |
-
['1744179200', '1744180223', 'TH'],
|
10901 |
-
['1744180224', '1744181247', 'PH'],
|
10902 |
-
['1744181248', '1744182271', 'TH'],
|
10903 |
-
['1744182272', '1744183295', 'AU'],
|
10904 |
-
['1744183296', '1744184319', 'AU'],
|
10905 |
-
['1744184320', '1744184575', 'AU'],
|
10906 |
-
['1744184576', '1744184831', 'SG'],
|
10907 |
-
['1744184832', '1744185087', 'HK'],
|
10908 |
-
['1744185088', '1744185343', 'JP'],
|
10909 |
-
['1744185344', '1744186367', 'IN'],
|
10910 |
-
['1744186368', '1744187391', 'IN'],
|
10911 |
-
['1744187392', '1744187903', 'IN'],
|
10912 |
-
['1744187904', '1744188159', 'TH'],
|
10913 |
-
['1744188160', '1744188415', 'AU'],
|
10914 |
-
['1744188416', '1744189439', 'NZ'],
|
10915 |
-
['1744189440', '1744190463', 'KR'],
|
10916 |
-
['1744191488', '1744192511', 'IN'],
|
10917 |
-
['1744192512', '1744193535', 'JP'],
|
10918 |
-
['1744193536', '1744194559', 'CN'],
|
10919 |
-
['1744194560', '1744194815', 'ID'],
|
10920 |
-
['1744194816', '1744195071', 'HK'],
|
10921 |
-
['1744195072', '1744195327', 'SG'],
|
10922 |
-
['1744195328', '1744195583', 'HK'],
|
10923 |
-
['1744195584', '1744196607', 'JP'],
|
10924 |
-
['1744196608', '1744197631', 'IN'],
|
10925 |
-
['1744197632', '1744198655', 'MY'],
|
10926 |
-
['1744198656', '1744199679', 'SG'],
|
10927 |
-
['1744199680', '1744200703', 'AU'],
|
10928 |
-
['1744200704', '1744201727', 'AU'],
|
10929 |
-
['1744201728', '1744201983', 'VN'],
|
10930 |
-
['1744202240', '1744202495', 'IN'],
|
10931 |
-
['1744202496', '1744202751', 'ID'],
|
10932 |
-
['1744202752', '1744203775', 'PK'],
|
10933 |
-
['1744203776', '1744204799', 'MY'],
|
10934 |
-
['1744204800', '1744205823', 'ID'],
|
10935 |
-
['1744205824', '1744206847', 'CN'],
|
10936 |
-
['1744206848', '1744207871', 'CN'],
|
10937 |
-
['1744207872', '1744208127', 'AU'],
|
10938 |
-
['1744208128', '1744208383', 'ID'],
|
10939 |
-
['1744208384', '1744208895', 'AU'],
|
10940 |
-
['1744208896', '1744209919', 'CN'],
|
10941 |
-
['1744209920', '1744210943', 'AU'],
|
10942 |
-
['1744210944', '1744211967', 'SG'],
|
10943 |
-
['1744211968', '1744212991', 'KH'],
|
10944 |
-
['1744212992', '1744214015', 'JP'],
|
10945 |
-
['1744214016', '1744215039', 'CN'],
|
10946 |
-
['1744215040', '1744216063', 'CN'],
|
10947 |
-
['1744216064', '1744217087', 'HK'],
|
10948 |
-
['1744217088', '1744218111', 'JP'],
|
10949 |
-
['1744218368', '1744218623', 'ID'],
|
10950 |
-
['1744218624', '1744219135', 'IN'],
|
10951 |
-
['1744219136', '1744220159', 'KR'],
|
10952 |
-
['1744220160', '1744221183', 'HK'],
|
10953 |
-
['1744221184', '1744222207', 'NZ'],
|
10954 |
-
['1744222208', '1744222719', 'ID'],
|
10955 |
-
['1744222720', '1744222975', 'AU'],
|
10956 |
-
['1744222976', '1744223231', 'IN'],
|
10957 |
-
['1744223232', '1744224255', 'TH'],
|
10958 |
-
['1744224256', '1744225279', 'IN'],
|
10959 |
-
['1744225280', '1744226303', 'IN'],
|
10960 |
-
['1744226304', '1744227327', 'SG'],
|
10961 |
-
['1744227328', '1744228351', 'MY'],
|
10962 |
-
['1744228352', '1744229375', 'TW'],
|
10963 |
-
['1744229376', '1744230399', 'IN'],
|
10964 |
-
['1744230400', '1744230655', 'HK'],
|
10965 |
-
['1744230656', '1744230911', 'MY'],
|
10966 |
-
['1744230912', '1744231423', 'TW'],
|
10967 |
-
['1744231424', '1744232447', 'VN'],
|
10968 |
-
['1744232448', '1744233471', 'IN'],
|
10969 |
-
['1744233472', '1744234495', 'KH'],
|
10970 |
-
['1744234496', '1744234751', 'JP'],
|
10971 |
-
['1744234752', '1744235007', 'AU'],
|
10972 |
-
['1744235008', '1744235263', 'AU'],
|
10973 |
-
['1744235264', '1744235519', 'AU'],
|
10974 |
-
['1744235520', '1744236543', 'KR'],
|
10975 |
-
['1744236544', '1744237567', 'IN'],
|
10976 |
-
['1744237568', '1744238591', 'HK'],
|
10977 |
-
['1744238592', '1744238847', 'US'],
|
10978 |
-
['1744238848', '1744239103', 'NZ'],
|
10979 |
-
['1744239104', '1744239615', 'NZ'],
|
10980 |
-
['1744239616', '1744240639', 'JP'],
|
10981 |
-
['1744240640', '1744241663', 'AU'],
|
10982 |
-
['1744241664', '1744242687', 'IN'],
|
10983 |
-
['1744242688', '1744243711', 'ID'],
|
10984 |
-
['1744243712', '1744244735', 'ID'],
|
10985 |
-
['1744244736', '1744245247', 'ID'],
|
10986 |
-
['1744245248', '1744245503', 'ID'],
|
10987 |
-
['1744245504', '1744245759', 'IN'],
|
10988 |
-
['1744245760', '1744246783', 'ID'],
|
10989 |
-
['1744246784', '1744247807', 'ID'],
|
10990 |
-
['1744248832', '1744249855', 'ID'],
|
10991 |
-
['1744249856', '1744250367', 'US'],
|
10992 |
-
['1744250368', '1744250879', 'PH'],
|
10993 |
-
['1744250880', '1744251903', 'ID'],
|
10994 |
-
['1744251904', '1744252927', 'BD'],
|
10995 |
-
['1744252928', '1744253951', 'LK'],
|
10996 |
-
['1744253952', '1744254975', 'IN'],
|
10997 |
-
['1744254976', '1744255999', 'NZ'],
|
10998 |
-
['1744256000', '1744257023', 'TH'],
|
10999 |
-
['1744257024', '1744257279', 'AU'],
|
11000 |
-
['1744257280', '1744257535', 'AU'],
|
11001 |
-
['1744257536', '1744257791', 'PK'],
|
11002 |
-
['1744257792', '1744258047', 'AU'],
|
11003 |
-
['1744258048', '1744259071', 'JP'],
|
11004 |
-
['1744259072', '1744260095', 'NZ'],
|
11005 |
-
['1744260096', '1744261119', 'AU'],
|
11006 |
-
['1744261120', '1744262143', 'IN'],
|
11007 |
-
['1744262144', '1744263167', 'JP'],
|
11008 |
-
['1744263168', '1744264191', 'JP'],
|
11009 |
-
['1744264192', '1744265215', 'HK'],
|
11010 |
-
['1744265216', '1744266239', 'IN'],
|
11011 |
-
['1744266240', '1744267263', 'ID'],
|
11012 |
-
['1744267264', '1744268287', 'IN'],
|
11013 |
-
['1744268288', '1744269311', 'SG'],
|
11014 |
-
['1744269312', '1744270335', 'TW'],
|
11015 |
-
['1744270336', '1744270591', 'AU'],
|
11016 |
-
['1744270592', '1744270847', 'ID'],
|
11017 |
-
['1744270848', '1744271359', 'AU'],
|
11018 |
-
['1744271360', '1744272383', 'ID'],
|
11019 |
-
['1744272384', '1744272895', 'PK'],
|
11020 |
-
['1744272896', '1744273407', 'ID'],
|
11021 |
-
['1744273408', '1744274431', 'AU'],
|
11022 |
-
['1744274432', '1744275455', 'SG'],
|
11023 |
-
['1744275456', '1744275967', 'HK'],
|
11024 |
-
['1744275968', '1744276479', 'HK'],
|
11025 |
-
['1744276480', '1744277503', 'HK'],
|
11026 |
-
['1744277504', '1744278527', 'HK'],
|
11027 |
-
['1744278528', '1744279551', 'IN'],
|
11028 |
-
['1744279552', '1744280575', 'NZ'],
|
11029 |
-
['1744280576', '1744281599', 'HK'],
|
11030 |
-
['1744281600', '1744282623', 'HK'],
|
11031 |
-
['1744282624', '1744283647', 'HK'],
|
11032 |
-
['1744283648', '1744284671', 'CN'],
|
11033 |
-
['1744284672', '1744285695', 'CN'],
|
11034 |
-
['1744285696', '1744286719', 'CN'],
|
11035 |
-
['1744286720', '1744286975', 'SG'],
|
11036 |
-
['1744286976', '1744287231', 'JP'],
|
11037 |
-
['1744287232', '1744287743', 'ID'],
|
11038 |
-
['1744287744', '1744288767', 'AU'],
|
11039 |
-
['1744288768', '1744289791', 'JP'],
|
11040 |
-
['1744289792', '1744290815', 'NZ'],
|
11041 |
-
['1744290816', '1744291327', 'ID'],
|
11042 |
-
['1744291328', '1744291583', 'AF'],
|
11043 |
-
['1744291584', '1744291839', 'SG'],
|
11044 |
-
['1744291840', '1744292863', 'CN'],
|
11045 |
-
['1744292864', '1744293887', 'SG'],
|
11046 |
-
['1744293888', '1744294143', 'IN'],
|
11047 |
-
['1744294144', '1744294399', 'IN'],
|
11048 |
-
['1744294400', '1744294655', 'IN'],
|
11049 |
-
['1744294656', '1744294911', 'ID'],
|
11050 |
-
['1744294912', '1744295935', 'CN'],
|
11051 |
-
['1744295936', '1744296959', 'ID'],
|
11052 |
-
['1744296960', '1744297983', 'KR'],
|
11053 |
-
['1744297984', '1744298495', 'AU'],
|
11054 |
-
['1744298496', '1744299007', 'ID'],
|
11055 |
-
['1744299008', '1744300031', 'HK'],
|
11056 |
-
['1744300032', '1744301055', 'KR'],
|
11057 |
-
['1744301056', '1744301567', 'AU'],
|
11058 |
-
['1744301568', '1744302079', 'BD'],
|
11059 |
-
['1744303104', '1744303615', 'ID'],
|
11060 |
-
['1744303616', '1744303871', 'IN'],
|
11061 |
-
['1744303872', '1744304127', 'NZ'],
|
11062 |
-
['1744304128', '1744305151', 'AU'],
|
11063 |
-
['1744305152', '1744306175', 'PH'],
|
11064 |
-
['1744306176', '1744306687', 'CN'],
|
11065 |
-
['1744306688', '1744307199', 'AU'],
|
11066 |
-
['1744307200', '1744308223', 'AU'],
|
11067 |
-
['1744309248', '1744310271', 'BD'],
|
11068 |
-
['1744310272', '1744311295', 'AU'],
|
11069 |
-
['1744311296', '1744312319', 'AU'],
|
11070 |
-
['1744312320', '1744312575', 'IN'],
|
11071 |
-
['1744312576', '1744312831', 'ID'],
|
11072 |
-
['1744312832', '1744313343', 'AU'],
|
11073 |
-
['1744313344', '1744314367', 'IN'],
|
11074 |
-
['1744314368', '1744315391', 'IN'],
|
11075 |
-
['1744315392', '1744316415', 'HK'],
|
11076 |
-
['1744316416', '1744317439', 'KH'],
|
11077 |
-
['1744317440', '1744318463', 'AU'],
|
11078 |
-
['1744319488', '1744320511', 'IN'],
|
11079 |
-
['1744320512', '1744321535', 'ID'],
|
11080 |
-
['1744321536', '1744322559', 'IN'],
|
11081 |
-
['1744322560', '1744323583', 'CN'],
|
11082 |
-
['1744323584', '1744324607', 'JP'],
|
11083 |
-
['1744324608', '1744325631', 'IN'],
|
11084 |
-
['1744325632', '1744326655', 'HK'],
|
11085 |
-
['1744326656', '1744327679', 'IN'],
|
11086 |
-
['1744327680', '1744328703', 'IN'],
|
11087 |
-
['1744328704', '1744329727', 'HK'],
|
11088 |
-
['1744329728', '1744330751', 'IN'],
|
11089 |
-
['1744330752', '1744331007', 'AU'],
|
11090 |
-
['1744331008', '1744331263', 'AU'],
|
11091 |
-
['1744331264', '1744331519', 'SG'],
|
11092 |
-
['1744331520', '1744331775', 'SG'],
|
11093 |
-
['1744331776', '1744332799', 'CN'],
|
11094 |
-
['1744332800', '1744333823', 'KR'],
|
11095 |
-
['1744333824', '1744334847', 'HK'],
|
11096 |
-
['1744334848', '1744335871', 'IN'],
|
11097 |
-
['1744335872', '1744336895', 'IN'],
|
11098 |
-
['1744336896', '1744337919', 'IN'],
|
11099 |
-
['1744337920', '1744338943', 'CN'],
|
11100 |
-
['1744338944', '1744339967', 'AU'],
|
11101 |
-
['1744339968', '1744340991', 'SG'],
|
11102 |
-
['1744340992', '1744342015', 'HK'],
|
11103 |
-
['1744343040', '1744343551', 'SG'],
|
11104 |
-
['1744343552', '1744343807', 'ID'],
|
11105 |
-
['1744343808', '1744344063', 'AU'],
|
11106 |
-
['1744344064', '1744345087', 'JP'],
|
11107 |
-
['1744345088', '1744346111', 'CN'],
|
11108 |
-
['1744346112', '1744347135', 'IN'],
|
11109 |
-
['1744347136', '1744348159', 'VN'],
|
11110 |
-
['1744348160', '1744349183', 'VN'],
|
11111 |
-
['1744349184', '1744350207', 'CN'],
|
11112 |
-
['1744350208', '1744351231', 'IN'],
|
11113 |
-
['1744351232', '1744352255', 'NZ'],
|
11114 |
-
['1744352256', '1744353279', 'HK'],
|
11115 |
-
['1744353280', '1744354303', 'HK'],
|
11116 |
-
['1744354304', '1744354559', 'AU'],
|
11117 |
-
['1744354560', '1744354815', 'AU'],
|
11118 |
-
['1744354816', '1744355327', 'AU'],
|
11119 |
-
['1744355328', '1744356351', 'CN'],
|
11120 |
-
['1744356352', '1744357375', 'ID'],
|
11121 |
-
['1744357376', '1744357631', 'NZ'],
|
11122 |
-
['1744357632', '1744357887', 'AU'],
|
11123 |
-
['1744357888', '1744358399', 'IN'],
|
11124 |
-
['1744358400', '1744359423', 'BD'],
|
11125 |
-
['1744359424', '1744360447', 'IN'],
|
11126 |
-
['1744360448', '1744361471', 'CN'],
|
11127 |
-
['1744361472', '1744362495', 'ID'],
|
11128 |
-
['1744362496', '1744363519', 'CN'],
|
11129 |
-
['1744363520', '1744364543', 'CN'],
|
11130 |
-
['1744364544', '1744365567', 'CN'],
|
11131 |
-
['1744365568', '1744366591', 'IN'],
|
11132 |
-
['1744366592', '1744367615', 'BD'],
|
11133 |
-
['1744367616', '1744368639', 'HK'],
|
11134 |
-
['1744368640', '1744369663', 'IN'],
|
11135 |
-
['1744369664', '1744369919', 'ID'],
|
11136 |
-
['1744369920', '1744370175', 'AP'],
|
11137 |
-
['1744370432', '1744370687', 'JP'],
|
11138 |
-
['1744370688', '1744371711', 'HK'],
|
11139 |
-
['1744371712', '1744372735', 'BD'],
|
11140 |
-
['1744372736', '1744373759', 'IN'],
|
11141 |
-
['1744373760', '1744374783', 'CN'],
|
11142 |
-
['1744374784', '1744375807', 'CN'],
|
11143 |
-
['1744375808', '1744376319', 'IN'],
|
11144 |
-
['1744376832', '1744377855', 'VN'],
|
11145 |
-
['1744377856', '1744378879', 'IN'],
|
11146 |
-
['1744378880', '1744379903', 'KR'],
|
11147 |
-
['1744380928', '1744381951', 'IN'],
|
11148 |
-
['1744381952', '1744382975', 'IN'],
|
11149 |
-
['1744382976', '1744383999', 'IN'],
|
11150 |
-
['1744384000', '1744385023', 'AU'],
|
11151 |
-
['1744385024', '1744386047', 'CN'],
|
11152 |
-
['1744386048', '1744386303', 'BD'],
|
11153 |
-
['1744386304', '1744386559', 'AU'],
|
11154 |
-
['1744386560', '1744387071', 'ID'],
|
11155 |
-
['1744387072', '1744388095', 'NZ'],
|
11156 |
-
['1744388096', '1744388607', 'ID'],
|
11157 |
-
['1744388608', '1744389119', 'AU'],
|
11158 |
-
['1744389120', '1744389375', 'AU'],
|
11159 |
-
['1744389376', '1744389631', 'AU'],
|
11160 |
-
['1744389632', '1744390143', 'AU'],
|
11161 |
-
['1744390144', '1744391167', 'HK'],
|
11162 |
-
['1744391168', '1744392191', 'IN'],
|
11163 |
-
['1744392192', '1744393215', 'IN'],
|
11164 |
-
['1744393216', '1744394239', 'MY'],
|
11165 |
-
['1744394240', '1744395263', 'IN'],
|
11166 |
-
['1744395264', '1744396287', 'MY'],
|
11167 |
-
['1744396288', '1744397311', 'IN'],
|
11168 |
-
['1744397312', '1744398335', 'VN'],
|
11169 |
-
['1744398336', '1744399359', 'CN'],
|
11170 |
-
['1744399360', '1744400383', 'HK'],
|
11171 |
-
['1744400384', '1744401407', 'JP'],
|
11172 |
-
['1744402432', '1744403455', 'IN'],
|
11173 |
-
['1744403456', '1744404479', 'AU'],
|
11174 |
-
['1744404480', '1744405503', 'CN'],
|
11175 |
-
['1744405504', '1744406527', 'IN'],
|
11176 |
-
['1744406528', '1744407551', 'CN'],
|
11177 |
-
['1744407552', '1744408575', 'AU'],
|
11178 |
-
['1744408576', '1744409599', 'CN'],
|
11179 |
-
['1744409600', '1744410623', 'AU'],
|
11180 |
-
['1744410624', '1744411647', 'PK'],
|
11181 |
-
['1744411648', '1744412671', 'LA'],
|
11182 |
-
['1744412672', '1744413695', 'TW'],
|
11183 |
-
['1744413696', '1744414719', 'CN'],
|
11184 |
-
['1744414720', '1744415743', 'CN'],
|
11185 |
-
['1744415744', '1744416767', 'CN'],
|
11186 |
-
['1744416768', '1744417791', 'CN'],
|
11187 |
-
['1744417792', '1744418303', 'IN'],
|
11188 |
-
['1744418304', '1744418815', 'AU'],
|
11189 |
-
['1744418816', '1744419839', 'JP'],
|
11190 |
-
['1744419840', '1744420863', 'CN'],
|
11191 |
-
['1744420864', '1744421887', 'CN'],
|
11192 |
-
['1744421888', '1744422911', 'HK'],
|
11193 |
-
['1744423936', '1744424959', 'IN'],
|
11194 |
-
['1744424960', '1744425471', 'MY'],
|
11195 |
-
['1744425472', '1744425727', 'ID'],
|
11196 |
-
['1744425728', '1744425983', 'IN'],
|
11197 |
-
['1744425984', '1744427007', 'JP'],
|
11198 |
-
['1744427008', '1744428031', 'JP'],
|
11199 |
-
['1744428032', '1744429055', 'AU'],
|
11200 |
-
['1744429056', '1744429567', 'AU'],
|
11201 |
-
['1744429568', '1744429823', 'IN'],
|
11202 |
-
['1744429824', '1744430079', 'ID'],
|
11203 |
-
['1744430080', '1744431103', 'PK'],
|
11204 |
-
['1744431104', '1744432127', 'IN'],
|
11205 |
-
['1744432128', '1744433151', 'IN'],
|
11206 |
-
['1744433152', '1744434175', 'IN'],
|
11207 |
-
['1744434176', '1744435199', 'CN'],
|
11208 |
-
['1744435200', '1744436223', 'IN'],
|
11209 |
-
['1744436224', '1744437247', 'CN'],
|
11210 |
-
['1744437248', '1744438271', 'KI'],
|
11211 |
-
['1744438272', '1744439295', 'HK'],
|
11212 |
-
['1744439296', '1744439551', 'AU'],
|
11213 |
-
['1744439552', '1744439807', 'AU'],
|
11214 |
-
['1744439808', '1744440319', 'IN'],
|
11215 |
-
['1744440320', '1744441343', 'HK'],
|
11216 |
-
['1744441344', '1744442367', 'IN'],
|
11217 |
-
['1744442368', '1744443391', 'AU'],
|
11218 |
-
['1744443392', '1744444415', 'VN'],
|
11219 |
-
['1744444416', '1744444927', 'IN'],
|
11220 |
-
['1744444928', '1744445183', 'IN'],
|
11221 |
-
['1744445184', '1744445439', 'IN'],
|
11222 |
-
['1744445440', '1744446463', 'CN'],
|
11223 |
-
['1744446464', '1744447487', 'IN'],
|
11224 |
-
['1744447744', '1744447999', 'HK'],
|
11225 |
-
['1744448000', '1744448511', 'BD'],
|
11226 |
-
['1744448512', '1744449535', 'IN'],
|
11227 |
-
['1744449536', '1744450559', 'NZ'],
|
11228 |
-
['1744450560', '1744451583', 'HK'],
|
11229 |
-
['1744451584', '1744452607', 'SG'],
|
11230 |
-
['1744452608', '1744453119', 'AU'],
|
11231 |
-
['1744453120', '1744453375', 'IN'],
|
11232 |
-
['1744453376', '1744453631', 'AU'],
|
11233 |
-
['1744453632', '1744454655', 'SG'],
|
11234 |
-
['1744454656', '1744455679', 'BD'],
|
11235 |
-
['1744455680', '1744456703', 'JP'],
|
11236 |
-
['1744456704', '1744457727', 'IN'],
|
11237 |
-
['1744457728', '1744458751', 'IN'],
|
11238 |
-
['1744458752', '1744459775', 'IN'],
|
11239 |
-
['1744459776', '1744460799', 'NZ'],
|
11240 |
-
['1744460800', '1744461823', 'JP'],
|
11241 |
-
['1744463872', '1744464895', 'CN'],
|
11242 |
-
['1744464896', '1744465919', 'JP'],
|
11243 |
-
['1744465920', '1744466943', 'IN'],
|
11244 |
-
['1744466944', '1744467967', 'NZ'],
|
11245 |
-
['1744468992', '1744470015', 'CN'],
|
11246 |
-
['1744470016', '1744471039', 'TH'],
|
11247 |
-
['1744471040', '1744472063', 'NP'],
|
11248 |
-
['1744472064', '1744473087', 'IN'],
|
11249 |
-
['1744473088', '1744474111', 'SG'],
|
11250 |
-
['1744474112', '1744476159', 'IN'],
|
11251 |
-
['1744476160', '1744477183', 'IN'],
|
11252 |
-
['1744477184', '1744478207', 'IN'],
|
11253 |
-
['1744478208', '1744480255', 'IN'],
|
11254 |
-
['1744480256', '1744481279', 'IN'],
|
11255 |
-
['1744481280', '1744482303', 'JP'],
|
11256 |
-
['1744482304', '1744483327', 'HK'],
|
11257 |
-
['1744483328', '1744484351', 'CN'],
|
11258 |
-
['1744484352', '1744484863', 'IN'],
|
11259 |
-
['1744484864', '1744485119', 'IN'],
|
11260 |
-
['1744485376', '1744486399', 'IN'],
|
11261 |
-
['1744486400', '1744487423', 'CN'],
|
11262 |
-
['1744487936', '1744488191', 'NZ'],
|
11263 |
-
['1744488192', '1744488447', 'ID'],
|
11264 |
-
['1744488448', '1744489471', 'JP'],
|
11265 |
-
['1744489472', '1744490495', 'NZ'],
|
11266 |
-
['1744490496', '1744491519', 'IN'],
|
11267 |
-
['1744491520', '1744492543', 'AU'],
|
11268 |
-
['1744492544', '1744493567', 'CN'],
|
11269 |
-
['1744494080', '1744494591', 'PK'],
|
11270 |
-
['1744494592', '1744495615', 'CN'],
|
11271 |
-
['1744495616', '1744496639', 'NZ'],
|
11272 |
-
['1744496640', '1744497663', 'NZ'],
|
11273 |
-
['1744497664', '1744498687', 'CN'],
|
11274 |
-
['1744498688', '1744499711', 'AU'],
|
11275 |
-
['1744499712', '1744500735', 'AU'],
|
11276 |
-
['1744500736', '1744501759', 'CN'],
|
11277 |
-
['1744501760', '1744502783', 'CN'],
|
11278 |
-
['1744502784', '1744503807', 'MY'],
|
11279 |
-
['1744503808', '1744504831', 'AU'],
|
11280 |
-
['1744505856', '1744506367', 'AU'],
|
11281 |
-
['1744506368', '1744506623', 'ID'],
|
11282 |
-
['1744506624', '1744506879', 'AU'],
|
11283 |
-
['1744506880', '1744507903', 'IN'],
|
11284 |
-
['1744507904', '1744508927', 'IN'],
|
11285 |
-
['1744508928', '1744509951', 'IN'],
|
11286 |
-
['1744509952', '1744510975', 'IN'],
|
11287 |
-
['1744510976', '1744511999', 'CN'],
|
11288 |
-
['1744512000', '1744513023', 'CN'],
|
11289 |
-
['1744513024', '1744513535', 'ID'],
|
11290 |
-
['1744513536', '1744513791', 'AU'],
|
11291 |
-
['1744513792', '1744514047', 'IN'],
|
11292 |
-
['1744514048', '1744514559', 'ID'],
|
11293 |
-
['1744514560', '1744514815', 'IN'],
|
11294 |
-
['1744514816', '1744515071', 'AU'],
|
11295 |
-
['1744515072', '1744516095', 'IN'],
|
11296 |
-
['1744516096', '1744517119', 'IN'],
|
11297 |
-
['1744517120', '1744518143', 'IN'],
|
11298 |
-
['1744518144', '1744519167', 'IN'],
|
11299 |
-
['1744519168', '1744520191', 'AU'],
|
11300 |
-
['1744520448', '1744520703', 'TH'],
|
11301 |
-
['1744520704', '1744520959', 'TH'],
|
11302 |
-
['1744521216', '1744522239', 'JP'],
|
11303 |
-
['1744522240', '1744523263', 'JP'],
|
11304 |
-
['1744523264', '1744524287', 'IN'],
|
11305 |
-
['1744524288', '1744525311', 'CN'],
|
11306 |
-
['1744525312', '1744526335', 'HK'],
|
11307 |
-
['1744526336', '1744527359', 'IN'],
|
11308 |
-
['1744527360', '1744528383', 'CN'],
|
11309 |
-
['1744528384', '1744529407', 'IN'],
|
11310 |
-
['1744529408', '1744530431', 'KR'],
|
11311 |
-
['1744530432', '1744530943', 'SG'],
|
11312 |
-
['1744530944', '1744531455', 'AU'],
|
11313 |
-
['1744531456', '1744532479', 'HK'],
|
11314 |
-
['1744532480', '1744533503', 'JP'],
|
11315 |
-
['1744533504', '1744534527', 'BD'],
|
11316 |
-
['1744534528', '1744535551', 'CN'],
|
11317 |
-
['1744535552', '1744536575', 'CN'],
|
11318 |
-
['1744536576', '1744537087', 'PW'],
|
11319 |
-
['1744537088', '1744537599', 'AU'],
|
11320 |
-
['1744537600', '1744538623', 'AU'],
|
11321 |
-
['1744538624', '1744539647', 'IN'],
|
11322 |
-
['1744539648', '1744540671', 'AU'],
|
11323 |
-
['1744540672', '1744541695', 'IN'],
|
11324 |
-
['1744541696', '1744542719', 'ID'],
|
11325 |
-
['1744542720', '1744543743', 'JP'],
|
11326 |
-
['1744543744', '1744544767', 'CN'],
|
11327 |
-
['1744544768', '1744545791', 'NL'],
|
11328 |
-
['1744545792', '1744546047', 'NZ'],
|
11329 |
-
['1744546048', '1744546303', 'AU'],
|
11330 |
-
['1744546304', '1744546559', 'AU'],
|
11331 |
-
['1744546560', '1744546815', 'AU'],
|
11332 |
-
['1744546816', '1744547839', 'AU'],
|
11333 |
-
['1744547840', '1744548863', 'AF'],
|
11334 |
-
['1744548864', '1744549887', 'ID'],
|
11335 |
-
['1744549888', '1744550911', 'IN'],
|
11336 |
-
['1744550912', '1744551935', 'IN'],
|
11337 |
-
['1744551936', '1744552959', 'CN'],
|
11338 |
-
['1744552960', '1744553471', 'SG'],
|
11339 |
-
['1744553472', '1744553983', 'HK'],
|
11340 |
-
['1744553984', '1744555007', 'MY'],
|
11341 |
-
['1744555008', '1744556031', 'CN'],
|
11342 |
-
['1744556032', '1744557055', 'IN'],
|
11343 |
-
['1744557056', '1744558079', 'IN'],
|
11344 |
-
['1744558080', '1744559103', 'IN'],
|
11345 |
-
['1744559104', '1744560127', 'IN'],
|
11346 |
-
['1744560128', '1744561151', 'IN'],
|
11347 |
-
['1744561152', '1744562175', 'IN'],
|
11348 |
-
['1744562176', '1744563199', 'BD'],
|
11349 |
-
['1744563200', '1744564223', 'CN'],
|
11350 |
-
['1744564224', '1744565247', 'CN'],
|
11351 |
-
['1744565248', '1744566271', 'BD'],
|
11352 |
-
['1744566272', '1744567295', 'IN'],
|
11353 |
-
['1744568320', '1744569343', 'VN'],
|
11354 |
-
['1744569344', '1744570367', 'IN'],
|
11355 |
-
['1744570368', '1744570879', 'AU'],
|
11356 |
-
['1744570880', '1744571391', 'AU'],
|
11357 |
-
['1744571392', '1744571903', 'ID'],
|
11358 |
-
['1744571904', '1744572415', 'AU'],
|
11359 |
-
['1744572416', '1744573439', 'HK'],
|
11360 |
-
['1744573440', '1744574463', 'ID'],
|
11361 |
-
['1744574464', '1744575487', 'IN'],
|
11362 |
-
['1744575488', '1744576511', 'CN'],
|
11363 |
-
['1744576512', '1744577535', 'PH'],
|
11364 |
-
['1744577536', '1744578559', 'CN'],
|
11365 |
-
['1744578560', '1744579583', 'IN'],
|
11366 |
-
['1744579584', '1744580095', 'IN'],
|
11367 |
-
['1744580096', '1744580351', 'IN'],
|
11368 |
-
['1744580352', '1744580607', 'IN'],
|
11369 |
-
['1744580864', '1744581119', 'SG'],
|
11370 |
-
['1744581120', '1744581631', 'ID'],
|
11371 |
-
['1744581632', '1744582655', 'IN'],
|
11372 |
-
['1744582656', '1744583679', 'AU'],
|
11373 |
-
['1744583680', '1744584703', 'IN'],
|
11374 |
-
['1744584704', '1744585727', 'CN'],
|
11375 |
-
['1744585728', '1744586751', 'TW'],
|
11376 |
-
['1744586752', '1744587775', 'HK'],
|
11377 |
-
['1744587776', '1744588799', 'HK'],
|
11378 |
-
['1744588800', '1744589823', 'PK'],
|
11379 |
-
['1744589824', '1744590079', 'BT'],
|
11380 |
-
['1744590080', '1744590335', 'ID'],
|
11381 |
-
['1744590336', '1744590591', 'IN'],
|
11382 |
-
['1744590592', '1744590847', 'AU'],
|
11383 |
-
['1744590848', '1744591871', 'DE'],
|
11384 |
-
['1744591872', '1744592895', 'IN'],
|
11385 |
-
['1744592896', '1744593919', 'CN'],
|
11386 |
-
['1744593920', '1744594431', 'ID'],
|
11387 |
-
['1744594432', '1744594943', 'AU'],
|
11388 |
-
['1744594944', '1744595967', 'CN'],
|
11389 |
-
['1744595968', '1744596991', 'IN'],
|
11390 |
-
['1744596992', '1744598015', 'SG'],
|
11391 |
-
['1744598016', '1744599039', 'IN'],
|
11392 |
-
['1744600064', '1744601087', 'JP'],
|
11393 |
-
['1744601088', '1744602111', 'TW'],
|
11394 |
-
['1744602112', '1744603135', 'HK'],
|
11395 |
-
['1744604160', '1744604671', 'IN'],
|
11396 |
-
['1744604672', '1744605183', 'IN'],
|
11397 |
-
['1744605184', '1744606207', 'IN'],
|
11398 |
-
['1744606208', '1744607231', 'IN'],
|
11399 |
-
['1744607232', '1744608255', 'AU'],
|
11400 |
-
['1744608256', '1744609279', 'IN'],
|
11401 |
-
['1744609536', '1744609791', 'IN'],
|
11402 |
-
['1744609792', '1744610047', 'HK'],
|
11403 |
-
['1744610048', '1744610303', 'ID'],
|
11404 |
-
['1744610304', '1744611327', 'IN'],
|
11405 |
-
['1744611328', '1744612351', 'IN'],
|
11406 |
-
['1744612352', '1744613375', 'CN'],
|
11407 |
-
['1744613376', '1744614399', 'PH'],
|
11408 |
-
['1744615424', '1744616447', 'IN'],
|
11409 |
-
['1744616448', '1744616703', 'ID'],
|
11410 |
-
['1744616704', '1744616959', 'ID'],
|
11411 |
-
['1744616960', '1744617215', 'AU'],
|
11412 |
-
['1744617216', '1744617471', 'AU'],
|
11413 |
-
['1744617472', '1744618495', 'IN'],
|
11414 |
-
['1744618496', '1744619519', 'TW'],
|
11415 |
-
['1744619520', '1744620543', 'SG'],
|
11416 |
-
['1744620544', '1744621567', 'CN'],
|
11417 |
-
['1744621568', '1744622591', 'CN'],
|
11418 |
-
['1744622592', '1744623615', 'IN'],
|
11419 |
-
['1744623616', '1744624639', 'IN'],
|
11420 |
-
['1744624640', '1744625663', 'NL'],
|
11421 |
-
['1744625664', '1744626687', 'BD'],
|
11422 |
-
['1744626688', '1744627711', 'KR'],
|
11423 |
-
['1744627712', '1744628735', 'CN'],
|
11424 |
-
['1744628736', '1744629759', 'IN'],
|
11425 |
-
['1744629760', '1744630783', 'HK'],
|
11426 |
-
['1744630784', '1744631039', 'TW'],
|
11427 |
-
['1744631040', '1744631295', 'IN'],
|
11428 |
-
['1744631296', '1744631551', 'AU'],
|
11429 |
-
['1744631552', '1744631807', 'NZ'],
|
11430 |
-
['1744631808', '1744632831', 'CN'],
|
11431 |
-
['1744632832', '1744633855', 'VN'],
|
11432 |
-
['1744633856', '1744634879', 'ID'],
|
11433 |
-
['1744634880', '1744635903', 'CN'],
|
11434 |
-
['1744635904', '1744636927', 'HK'],
|
11435 |
-
['1744636928', '1744637951', 'MY'],
|
11436 |
-
['1744640000', '1744641023', 'SG'],
|
11437 |
-
['1744641024', '1744642047', 'IN'],
|
11438 |
-
['1744642048', '1744643071', 'IN'],
|
11439 |
-
['1744643072', '1744643583', 'IN'],
|
11440 |
-
['1744643584', '1744644095', 'BD'],
|
11441 |
-
['1744644096', '1744645119', 'HK'],
|
11442 |
-
['1744645120', '1744646143', 'BD'],
|
11443 |
-
['1744646144', '1744647167', 'NZ'],
|
11444 |
-
['1744647168', '1744648191', 'IN'],
|
11445 |
-
['1744648192', '1744649215', 'KR'],
|
11446 |
-
['1744649216', '1744650239', 'CN'],
|
11447 |
-
['1744650240', '1744651263', 'AU'],
|
11448 |
-
['1744651264', '1744651775', 'ID'],
|
11449 |
-
['1744651776', '1744652031', 'IN'],
|
11450 |
-
['1744652032', '1744652287', 'IN'],
|
11451 |
-
['1744652288', '1744653311', 'TH'],
|
11452 |
-
['1744653312', '1744654335', 'JP'],
|
11453 |
-
['1744654336', '1744655359', 'JP'],
|
11454 |
-
['1744655360', '1744655871', 'JP'],
|
11455 |
-
['1744655872', '1744656383', 'ID'],
|
11456 |
-
['1744656384', '1744657407', 'VN'],
|
11457 |
-
['1744657408', '1744658431', 'AU'],
|
11458 |
-
['1744658432', '1744659455', 'CA'],
|
11459 |
-
['1744659456', '1744660479', 'JP'],
|
11460 |
-
['1744660480', '1744660735', 'IN'],
|
11461 |
-
['1744660736', '1744660991', 'MY'],
|
11462 |
-
['1744660992', '1744661503', 'ID'],
|
11463 |
-
['1744661504', '1744662527', 'MY'],
|
11464 |
-
['1744662528', '1744663551', 'ID'],
|
11465 |
-
['1744663552', '1744663807', 'NZ'],
|
11466 |
-
['1744663808', '1744664063', 'TH'],
|
11467 |
-
['1744664064', '1744664575', 'AU'],
|
11468 |
-
['1744664576', '1744665599', 'HK'],
|
11469 |
-
['1744665600', '1744665855', 'ID'],
|
11470 |
-
['1744665856', '1744666111', 'IN'],
|
11471 |
-
['1744666112', '1744666367', 'AU'],
|
11472 |
-
['1744666624', '1744667647', 'IN'],
|
11473 |
-
['1744667648', '1744668671', 'TH'],
|
11474 |
-
['1744668672', '1744669695', 'NZ'],
|
11475 |
-
['1744669696', '1744670719', 'HK'],
|
11476 |
-
['1744670720', '1744671743', 'SG'],
|
11477 |
-
['1744671744', '1744672767', 'IN'],
|
11478 |
-
['1744672768', '1744673791', 'IN'],
|
11479 |
-
['1744673792', '1744674815', 'PK'],
|
11480 |
-
['1744674816', '1744675839', 'BD'],
|
11481 |
-
['1744675840', '1744676351', 'SG'],
|
11482 |
-
['1744676352', '1744676863', 'IN'],
|
11483 |
-
['1744676864', '1744677887', 'IN'],
|
11484 |
-
['1744677888', '1744678911', 'IN'],
|
11485 |
-
['1744678912', '1744679935', 'JP'],
|
11486 |
-
['1744679936', '1744680959', 'KH'],
|
11487 |
-
['1744680960', '1744681983', 'TW'],
|
11488 |
-
['1744681984', '1744683007', 'JP'],
|
11489 |
-
['1744683008', '1744684031', 'AU'],
|
11490 |
-
['1744684032', '1744685055', 'AU'],
|
11491 |
-
['1744685056', '1744686079', 'IN'],
|
11492 |
-
['1744686080', '1744687103', 'CN'],
|
11493 |
-
['1744687104', '1744688127', 'IN'],
|
11494 |
-
['1744688128', '1744689151', 'ID'],
|
11495 |
-
['1744689152', '1744690175', 'JP'],
|
11496 |
-
['1744690176', '1744691199', 'CN'],
|
11497 |
-
['1744691200', '1744692223', 'CN'],
|
11498 |
-
['1744693248', '1744694271', 'CN'],
|
11499 |
-
['1744694272', '1744695295', 'HK'],
|
11500 |
-
['1744695296', '1744696319', 'KR'],
|
11501 |
-
['1744697344', '1744698367', 'HK'],
|
11502 |
-
['1744698368', '1744699391', 'KH'],
|
11503 |
-
['1744699392', '1744700415', 'NZ'],
|
11504 |
-
['1744700416', '1744701439', 'AU'],
|
11505 |
-
['1744701440', '1744702463', 'CN'],
|
11506 |
-
['1744702464', '1744703487', 'VN'],
|
11507 |
-
['1744703488', '1744704511', 'VN'],
|
11508 |
-
['1744704512', '1744705535', 'CN'],
|
11509 |
-
['1744705536', '1744705791', 'AU'],
|
11510 |
-
['1744705792', '1744706047', 'ID'],
|
11511 |
-
['1744706048', '1744706303', 'BD'],
|
11512 |
-
['1744706304', '1744706559', 'IN'],
|
11513 |
-
['1744706560', '1744707583', 'IN'],
|
11514 |
-
['1744707584', '1744708607', 'IN'],
|
11515 |
-
['1744708608', '1744709631', 'PH'],
|
11516 |
-
['1744709632', '1744710655', 'VN'],
|
11517 |
-
['1744710656', '1744711679', 'SG'],
|
11518 |
-
['1744711680', '1744712191', 'ID'],
|
11519 |
-
['1744712192', '1744712447', 'AU'],
|
11520 |
-
['1744712448', '1744712703', 'ID'],
|
11521 |
-
['1744712704', '1744713727', 'IN'],
|
11522 |
-
['1744713728', '1744714751', 'IN'],
|
11523 |
-
['1744714752', '1744715775', 'JP'],
|
11524 |
-
['1744715776', '1744716799', 'CN'],
|
11525 |
-
['1744716800', '1744717823', 'CN'],
|
11526 |
-
['1744717824', '1744718847', 'CN'],
|
11527 |
-
['1744718848', '1744719871', 'CN'],
|
11528 |
-
['1744719872', '1744720895', 'IN'],
|
11529 |
-
['1744720896', '1744721919', 'BD'],
|
11530 |
-
['1744721920', '1744722431', 'AU'],
|
11531 |
-
['1744722432', '1744722687', 'AU'],
|
11532 |
-
['1744722944', '1744723455', 'AU'],
|
11533 |
-
['1744723456', '1744723711', 'BD'],
|
11534 |
-
['1744723712', '1744723967', 'ID'],
|
11535 |
-
['1744723968', '1744724991', 'IN'],
|
11536 |
-
['1744724992', '1744726015', 'IN'],
|
11537 |
-
['1744726016', '1744727039', 'ID'],
|
11538 |
-
['1744727040', '1744728063', 'HK'],
|
11539 |
-
['1744728064', '1744729087', 'CN'],
|
11540 |
-
['1744730112', '1744731135', 'MN'],
|
11541 |
-
['1744731648', '1744732159', 'ID'],
|
11542 |
-
['1744732160', '1744733183', 'IN'],
|
11543 |
-
['1744733184', '1744734207', 'NZ'],
|
11544 |
-
['1744734208', '1744735231', 'AU'],
|
11545 |
-
['1744735232', '1744736255', 'AU'],
|
11546 |
-
['1744736256', '1744737279', 'JP'],
|
11547 |
-
['1744737280', '1744738303', 'HK'],
|
11548 |
-
['1744738304', '1744739327', 'SG'],
|
11549 |
-
['1744739328', '1744740351', 'NZ'],
|
11550 |
-
['1744740352', '1744741375', 'IN'],
|
11551 |
-
['1744741376', '1744741631', 'AU'],
|
11552 |
-
['1744741632', '1744741887', 'AU'],
|
11553 |
-
['1744741888', '1744742143', 'AF'],
|
11554 |
-
['1744742144', '1744742399', 'BD'],
|
11555 |
-
['1744742400', '1744743423', 'ID'],
|
11556 |
-
['1744743424', '1744744447', 'IN'],
|
11557 |
-
['1744744448', '1744745471', 'CN'],
|
11558 |
-
['1744745472', '1744746495', 'NP'],
|
11559 |
-
['1744746496', '1744747519', 'NP'],
|
11560 |
-
['1744747520', '1744748543', 'CN'],
|
11561 |
-
['1744748544', '1744749055', 'IN'],
|
11562 |
-
['1744749056', '1744749567', 'NZ'],
|
11563 |
-
['1744749568', '1744749823', 'CN'],
|
11564 |
-
['1744750080', '1744750591', 'US'],
|
11565 |
-
['1744750592', '1744751615', 'IN'],
|
11566 |
-
['1744751616', '1744752639', 'IN'],
|
11567 |
-
['1744752640', '1744753663', 'HK'],
|
11568 |
-
['1744754688', '1744755711', 'VN'],
|
11569 |
-
['1744755712', '1744756735', 'CN'],
|
11570 |
-
['1744756736', '1744757759', 'PF'],
|
11571 |
-
['1744757760', '1744758271', 'NZ'],
|
11572 |
-
['1744758272', '1744758527', 'IN'],
|
11573 |
-
['1744758528', '1744758783', 'NZ'],
|
11574 |
-
['1744758784', '1744759807', 'PF'],
|
11575 |
-
['1744759808', '1744760831', 'IN'],
|
11576 |
-
['1744760832', '1744761855', 'IN'],
|
11577 |
-
['1744761856', '1744762879', 'IN'],
|
11578 |
-
['1744762880', '1744763903', 'KR'],
|
11579 |
-
['1744763904', '1744764927', 'HK'],
|
11580 |
-
['1744764928', '1744765951', 'JP'],
|
11581 |
-
['1744765952', '1744766975', 'PK'],
|
11582 |
-
['1744766976', '1744767999', 'IN'],
|
11583 |
-
['1744768000', '1744768255', 'ID'],
|
11584 |
-
['1744768256', '1744768511', 'TH'],
|
11585 |
-
['1744768512', '1744768767', 'ID'],
|
11586 |
-
['1744768768', '1744769023', 'ID'],
|
11587 |
-
['1744769024', '1744770047', 'AU'],
|
11588 |
-
['1744770048', '1744771071', 'JP'],
|
11589 |
-
['1744771072', '1744772095', 'NZ'],
|
11590 |
-
['1744772352', '1744772607', 'ID'],
|
11591 |
-
['1744772608', '1744772863', 'BD'],
|
11592 |
-
['1744772864', '1744773119', 'AU'],
|
11593 |
-
['1744773120', '1744774143', 'SG'],
|
11594 |
-
['1744774144', '1744775167', 'IN'],
|
11595 |
-
['1744776192', '1744777215', 'HK'],
|
11596 |
-
['1744777216', '1744778239', 'AU'],
|
11597 |
-
['1744778240', '1744778751', 'ID'],
|
11598 |
-
['1744778752', '1744779007', 'AU'],
|
11599 |
-
['1744779008', '1744779263', 'AU'],
|
11600 |
-
['1744779264', '1744780287', 'CN'],
|
11601 |
-
['1744780288', '1744781311', 'HK'],
|
11602 |
-
['1744782336', '1744783359', 'CN'],
|
11603 |
-
['1744783360', '1744784383', 'IN'],
|
11604 |
-
['1744784384', '1744784639', 'IN'],
|
11605 |
-
['1744784640', '1744784895', 'IN'],
|
11606 |
-
['1744784896', '1744785407', 'IN'],
|
11607 |
-
['1744785408', '1744786431', 'IN'],
|
11608 |
-
['1744786432', '1744787455', 'VN'],
|
11609 |
-
['1744787456', '1744788479', 'CN'],
|
11610 |
-
['1744788480', '1744789503', 'CN'],
|
11611 |
-
['1744790528', '1744791551', 'IN'],
|
11612 |
-
['1744791552', '1744792575', 'IN'],
|
11613 |
-
['1744793600', '1744794623', 'IN'],
|
11614 |
-
['1744794624', '1744795647', 'KH'],
|
11615 |
-
['1744795648', '1744796671', 'ID'],
|
11616 |
-
['1744796672', '1744797183', 'ID'],
|
11617 |
-
['1744797184', '1744797439', 'NP'],
|
11618 |
-
['1744797440', '1744797695', 'HK'],
|
11619 |
-
['1744797696', '1744798719', 'PK'],
|
11620 |
-
['1744798720', '1744799743', 'IN'],
|
11621 |
-
['1744799744', '1744800767', 'CN'],
|
11622 |
-
['1744800768', '1744801791', 'CN'],
|
11623 |
-
['1744801792', '1744802815', 'IN'],
|
11624 |
-
['1744802816', '1744803839', 'PK'],
|
11625 |
-
['1744803840', '1744804863', 'PH'],
|
11626 |
-
['1744804864', '1744805375', 'ID'],
|
11627 |
-
['1744805376', '1744805887', 'IN'],
|
11628 |
-
['1744807936', '1744808447', 'IN'],
|
11629 |
-
['1744808448', '1744808959', 'MY'],
|
11630 |
-
['1744808960', '1744809983', 'MM'],
|
11631 |
-
['1744809984', '1744811007', 'HK'],
|
11632 |
-
['1744811008', '1744812031', 'IN'],
|
11633 |
-
['1744812032', '1744813055', 'CN'],
|
11634 |
-
['1744813056', '1744814079', 'IN'],
|
11635 |
-
['1744816128', '1744817151', 'CN'],
|
11636 |
-
['1744819200', '1744820223', 'CN'],
|
11637 |
-
['1744820224', '1744821247', 'IN'],
|
11638 |
-
['1744822272', '1744823295', 'IN'],
|
11639 |
-
['1744823296', '1744824319', 'CN'],
|
11640 |
-
['1744824320', '1744825343', 'IN'],
|
11641 |
-
['1744825344', '1744826367', 'VN'],
|
11642 |
-
['1744826368', '1744827391', 'ID'],
|
11643 |
-
['1744827392', '1744828415', 'JP'],
|
11644 |
-
['1744828416', '1744828927', 'AU'],
|
11645 |
-
['1744828928', '1744829183', 'SG'],
|
11646 |
-
['1744829184', '1744829439', 'AU'],
|
11647 |
-
['1744829440', '1744830463', 'HK'],
|
1 |
+
<?php
|
2 |
+
return [
|
3 |
+
['1728053248', '1728118783', 'AU'],
|
4 |
+
['1728118784', '1728119807', 'AU'],
|
5 |
+
['1728119808', '1728120063', 'AU'],
|
6 |
+
['1728120064', '1728120319', 'SG'],
|
7 |
+
['1728120320', '1728120575', 'IN'],
|
8 |
+
['1728120576', '1728120831', 'AU'],
|
9 |
+
['1728120832', '1728121855', 'CN'],
|
10 |
+
['1728121856', '1728122879', 'HK'],
|
11 |
+
['1728122880', '1728123903', 'HK'],
|
12 |
+
['1728123904', '1728124927', 'CN'],
|
13 |
+
['1728124928', '1728125951', 'CN'],
|
14 |
+
['1728125952', '1728126975', 'LA'],
|
15 |
+
['1728126976', '1728127999', 'HK'],
|
16 |
+
['1728128000', '1728129023', 'HK'],
|
17 |
+
['1728129024', '1728130047', 'HK'],
|
18 |
+
['1728130048', '1728131071', 'HK'],
|
19 |
+
['1728131072', '1728132095', 'HK'],
|
20 |
+
['1728132096', '1728133119', 'AU'],
|
21 |
+
['1728133120', '1728134143', 'AU'],
|
22 |
+
['1728134144', '1728135167', 'AU'],
|
23 |
+
['1728135168', '1728136191', 'HK'],
|
24 |
+
['1728136192', '1728137215', 'MY'],
|
25 |
+
['1728137216', '1728138239', 'CN'],
|
26 |
+
['1728138240', '1728139263', 'AU'],
|
27 |
+
['1728139264', '1728140287', 'IN'],
|
28 |
+
['1728140288', '1728141311', 'SG'],
|
29 |
+
['1728141312', '1728142335', 'CN'],
|
30 |
+
['1728142336', '1728143359', 'NP'],
|
31 |
+
['1728143360', '1728144383', 'MP'],
|
32 |
+
['1728144384', '1728145407', 'IN'],
|
33 |
+
['1728145408', '1728146431', 'MY'],
|
34 |
+
['1728146432', '1728147455', 'AU'],
|
35 |
+
['1728147456', '1728148479', 'IN'],
|
36 |
+
['1728148480', '1728149503', 'PH'],
|
37 |
+
['1728149504', '1728150527', 'JP'],
|
38 |
+
['1728150528', '1728151551', 'IN'],
|
39 |
+
['1728151552', '1728152575', 'IN'],
|
40 |
+
['1728152576', '1728153599', 'MY'],
|
41 |
+
['1728153600', '1728154623', 'SG'],
|
42 |
+
['1728154624', '1728155647', 'JP'],
|
43 |
+
['1728155648', '1728156671', 'MY'],
|
44 |
+
['1728156672', '1728157695', 'MY'],
|
45 |
+
['1728157696', '1728158719', 'MY'],
|
46 |
+
['1728158720', '1728159743', 'HK'],
|
47 |
+
['1728159744', '1728160767', 'TH'],
|
48 |
+
['1728160768', '1728161791', 'TH'],
|
49 |
+
['1728161792', '1728162815', 'CN'],
|
50 |
+
['1728162816', '1728163839', 'SG'],
|
51 |
+
['1728163840', '1728164863', 'LK'],
|
52 |
+
['1728164864', '1728165887', 'FJ'],
|
53 |
+
['1728165888', '1728166911', 'AU'],
|
54 |
+
['1728166912', '1728167935', 'AU'],
|
55 |
+
['1728167936', '1728168959', 'AU'],
|
56 |
+
['1728168960', '1728169983', 'IN'],
|
57 |
+
['1728169984', '1728171007', 'VN'],
|
58 |
+
['1728171008', '1728172031', 'AU'],
|
59 |
+
['1728172032', '1728173055', 'VN'],
|
60 |
+
['1728173056', '1728174079', 'AU'],
|
61 |
+
['1728174080', '1728175103', 'AU'],
|
62 |
+
['1728175104', '1728176127', 'TW'],
|
63 |
+
['1728176128', '1728177151', 'HK'],
|
64 |
+
['1728177152', '1728178175', 'AU'],
|
65 |
+
['1728178176', '1728179199', 'LA'],
|
66 |
+
['1728179200', '1728180223', 'VN'],
|
67 |
+
['1728180224', '1728181247', 'AU'],
|
68 |
+
['1728181248', '1728182271', 'JP'],
|
69 |
+
['1728182272', '1728183295', 'JP'],
|
70 |
+
['1728183296', '1728184319', 'JP'],
|
71 |
+
['1728184320', '1728185343', 'JP'],
|
72 |
+
['1728185344', '1728186367', 'JP'],
|
73 |
+
['1728186368', '1728187391', 'JP'],
|
74 |
+
['1728187392', '1728188415', 'JP'],
|
75 |
+
['1728188416', '1728189439', 'JP'],
|
76 |
+
['1728189440', '1728190463', 'JP'],
|
77 |
+
['1728190464', '1728191487', 'JP'],
|
78 |
+
['1728191488', '1728191743', 'JP'],
|
79 |
+
['1728191744', '1728191999', 'JP'],
|
80 |
+
['1728192000', '1728192511', 'JP'],
|
81 |
+
['1728192512', '1728193535', 'JP'],
|
82 |
+
['1728193536', '1728194559', 'JP'],
|
83 |
+
['1728194560', '1728195583', 'JP'],
|
84 |
+
['1728195584', '1728196607', 'JP'],
|
85 |
+
['1728196608', '1728197631', 'JP'],
|
86 |
+
['1728197632', '1728198655', 'JP'],
|
87 |
+
['1728198656', '1728198911', 'JP'],
|
88 |
+
['1728198912', '1728199167', 'JP'],
|
89 |
+
['1728199168', '1728199679', 'JP'],
|
90 |
+
['1728199680', '1728200703', 'JP'],
|
91 |
+
['1728200704', '1728201727', 'JP'],
|
92 |
+
['1728201728', '1728202751', 'JP'],
|
93 |
+
['1728202752', '1728203775', 'JP'],
|
94 |
+
['1728203776', '1728204799', 'KR'],
|
95 |
+
['1728204800', '1728205823', 'IN'],
|
96 |
+
['1728205824', '1728206847', 'KR'],
|
97 |
+
['1728206848', '1728207871', 'SB'],
|
98 |
+
['1728207872', '1728208895', 'KR'],
|
99 |
+
['1728208896', '1728209919', 'JP'],
|
100 |
+
['1728209920', '1728210943', 'JP'],
|
101 |
+
['1728210944', '1728211967', 'SG'],
|
102 |
+
['1728211968', '1728212991', 'CN'],
|
103 |
+
['1728212992', '1728214015', 'TH'],
|
104 |
+
['1728214016', '1728215039', 'AU'],
|
105 |
+
['1728215040', '1728216063', 'NZ'],
|
106 |
+
['1728216064', '1728217087', 'JP'],
|
107 |
+
['1728217088', '1728218111', 'JP'],
|
108 |
+
['1728218112', '1728219135', 'IN'],
|
109 |
+
['1728219136', '1728220159', 'JP'],
|
110 |
+
['1728220160', '1728221183', 'NZ'],
|
111 |
+
['1728221184', '1728222207', 'ID'],
|
112 |
+
['1728222208', '1728223231', 'LK'],
|
113 |
+
['1728223232', '1728224255', 'LK'],
|
114 |
+
['1728224256', '1728225279', 'CN'],
|
115 |
+
['1728225280', '1728226303', 'JP'],
|
116 |
+
['1728226304', '1728227327', 'CN'],
|
117 |
+
['1728227328', '1728228351', 'AU'],
|
118 |
+
['1728228352', '1728229375', 'AU'],
|
119 |
+
['1728229376', '1728230399', 'AU'],
|
120 |
+
['1728230400', '1728231423', 'SG'],
|
121 |
+
['1728231424', '1728232447', 'NC'],
|
122 |
+
['1728232448', '1728233471', 'AU'],
|
123 |
+
['1728233472', '1728234495', 'AU'],
|
124 |
+
['1728234496', '1728235519', 'AU'],
|
125 |
+
['1728235520', '1728236543', 'CN'],
|
126 |
+
['1728236544', '1728237567', 'CN'],
|
127 |
+
['1728237568', '1728238591', 'CN'],
|
128 |
+
['1728238592', '1728239615', 'CN'],
|
129 |
+
['1728239616', '1728240639', 'TW'],
|
130 |
+
['1728240640', '1728241663', 'VN'],
|
131 |
+
['1728241664', '1728242687', 'VN'],
|
132 |
+
['1728242688', '1728243711', 'VN'],
|
133 |
+
['1728243712', '1728244735', 'IN'],
|
134 |
+
['1728244736', '1728245759', 'IN'],
|
135 |
+
['1728245760', '1728246783', 'IN'],
|
136 |
+
['1728246784', '1728247807', 'JP'],
|
137 |
+
['1728247808', '1728248831', 'JP'],
|
138 |
+
['1728248832', '1728249855', 'JP'],
|
139 |
+
['1728249856', '1728250879', 'JP'],
|
140 |
+
['1728250880', '1728251903', 'JP'],
|
141 |
+
['1728251904', '1728252927', 'JP'],
|
142 |
+
['1728252928', '1728253951', 'JP'],
|
143 |
+
['1728253952', '1728254975', 'JP'],
|
144 |
+
['1728254976', '1728255999', 'MY'],
|
145 |
+
['1728256000', '1728257023', 'HK'],
|
146 |
+
['1728257024', '1728258047', 'JP'],
|
147 |
+
['1728258048', '1728259071', 'IN'],
|
148 |
+
['1728259072', '1728260095', 'KR'],
|
149 |
+
['1728260096', '1728261119', 'IN'],
|
150 |
+
['1728261120', '1728261631', 'ID'],
|
151 |
+
['1728261632', '1728261887', 'ID'],
|
152 |
+
['1728261888', '1728262143', 'ID'],
|
153 |
+
['1728262144', '1728263167', 'JP'],
|
154 |
+
['1728263168', '1728264191', 'JP'],
|
155 |
+
['1728264192', '1728265215', 'ID'],
|
156 |
+
['1728265216', '1728266239', 'SG'],
|
157 |
+
['1728266240', '1728267263', 'TH'],
|
158 |
+
['1728267264', '1728267775', 'ID'],
|
159 |
+
['1728267776', '1728268031', 'ID'],
|
160 |
+
['1728268032', '1728268287', 'ID'],
|
161 |
+
['1728268288', '1728269311', 'MY'],
|
162 |
+
['1728269312', '1728270335', 'ID'],
|
163 |
+
['1728270336', '1728271359', 'PH'],
|
164 |
+
['1728271360', '1728272383', 'CN'],
|
165 |
+
['1728272384', '1728273407', 'CN'],
|
166 |
+
['1728273408', '1728274431', 'CN'],
|
167 |
+
['1728274432', '1728275455', 'CN'],
|
168 |
+
['1728275456', '1728276479', 'CN'],
|
169 |
+
['1728276480', '1728277503', 'CN'],
|
170 |
+
['1728277504', '1728278527', 'CN'],
|
171 |
+
['1728278528', '1728279551', 'CN'],
|
172 |
+
['1728279552', '1728280575', 'CN'],
|
173 |
+
['1728280576', '1728281599', 'CN'],
|
174 |
+
['1728281600', '1728282623', 'CN'],
|
175 |
+
['1728282624', '1728283647', 'CN'],
|
176 |
+
['1728283648', '1728284671', 'CN'],
|
177 |
+
['1728284672', '1728285695', 'CN'],
|
178 |
+
['1728285696', '1728286719', 'CN'],
|
179 |
+
['1728286720', '1728287743', 'AU'],
|
180 |
+
['1728287744', '1728288767', 'CN'],
|
181 |
+
['1728288768', '1728289791', 'CN'],
|
182 |
+
['1728289792', '1728290815', 'CN'],
|
183 |
+
['1728290816', '1728291839', 'AU'],
|
184 |
+
['1728291840', '1728292863', 'SG'],
|
185 |
+
['1728292864', '1728293887', 'PG'],
|
186 |
+
['1728293888', '1728294911', 'MY'],
|
187 |
+
['1728294912', '1728295935', 'TH'],
|
188 |
+
['1728295936', '1728296959', 'JP'],
|
189 |
+
['1728296960', '1728297983', 'JP'],
|
190 |
+
['1728297984', '1728299007', 'JP'],
|
191 |
+
['1728299008', '1728300031', 'TW'],
|
192 |
+
['1728300032', '1728301055', 'AU'],
|
193 |
+
['1728301056', '1728302079', 'SG'],
|
194 |
+
['1728302080', '1728303103', 'IN'],
|
195 |
+
['1728303104', '1728304127', 'ID'],
|
196 |
+
['1728304128', '1728305151', 'ID'],
|
197 |
+
['1728305152', '1728306175', 'AU'],
|
198 |
+
['1728306176', '1728307199', 'ID'],
|
199 |
+
['1728307200', '1728308223', 'BD'],
|
200 |
+
['1728308224', '1728309247', 'IN'],
|
201 |
+
['1728309248', '1728310271', 'NZ'],
|
202 |
+
['1728310272', '1728311295', 'AU'],
|
203 |
+
['1728311296', '1728312319', 'GU'],
|
204 |
+
['1728312320', '1728313343', 'VN'],
|
205 |
+
['1728313344', '1728314367', 'VN'],
|
206 |
+
['1728314368', '1728315391', 'VN'],
|
207 |
+
['1728315392', '1728316415', 'ID'],
|
208 |
+
['1728316416', '1728317439', 'MY'],
|
209 |
+
['1728317440', '1728318463', 'JP'],
|
210 |
+
['1728318464', '1728319487', 'SG'],
|
211 |
+
['1728319488', '1728320511', 'AU'],
|
212 |
+
['1728320512', '1728321535', 'HK'],
|
213 |
+
['1728321536', '1728322559', 'HK'],
|
214 |
+
['1728322560', '1728323583', 'MY'],
|
215 |
+
['1728323584', '1728324607', 'JP'],
|
216 |
+
['1728324608', '1728325631', 'SG'],
|
217 |
+
['1728325632', '1728326655', 'JP'],
|
218 |
+
['1728326656', '1728327679', 'MY'],
|
219 |
+
['1728327680', '1728328703', 'KR'],
|
220 |
+
['1728328704', '1728329727', 'ID'],
|
221 |
+
['1728329728', '1728330751', 'CN'],
|
222 |
+
['1728330752', '1728331775', 'AU'],
|
223 |
+
['1728331776', '1728332799', 'BD'],
|
224 |
+
['1728332800', '1728333823', 'JP'],
|
225 |
+
['1728333824', '1728334847', 'PF'],
|
226 |
+
['1728334848', '1728335871', 'JP'],
|
227 |
+
['1728336896', '1728337919', 'AU'],
|
228 |
+
['1728337920', '1728338943', 'MY'],
|
229 |
+
['1728338944', '1728339967', 'PK'],
|
230 |
+
['1728339968', '1728340991', 'SG'],
|
231 |
+
['1728340992', '1728342015', 'AU'],
|
232 |
+
['1728342016', '1728343039', 'TW'],
|
233 |
+
['1728343040', '1728344063', 'SG'],
|
234 |
+
['1728344064', '1728344575', 'HK'],
|
235 |
+
['1728344576', '1728345087', 'SG'],
|
236 |
+
['1728345088', '1728346111', 'BD'],
|
237 |
+
['1728346112', '1728346367', 'AU'],
|
238 |
+
['1728346368', '1728346623', 'NZ'],
|
239 |
+
['1728346624', '1728347135', 'AU'],
|
240 |
+
['1728347136', '1728348159', 'SG'],
|
241 |
+
['1728348160', '1728349183', 'VN'],
|
242 |
+
['1728349184', '1728349695', 'AU'],
|
243 |
+
['1728349696', '1728349951', 'AU'],
|
244 |
+
['1728350208', '1728351231', 'NZ'],
|
245 |
+
['1728351232', '1728352255', 'MY'],
|
246 |
+
['1728352256', '1728353279', 'BD'],
|
247 |
+
['1728353280', '1728354303', 'KR'],
|
248 |
+
['1728354304', '1728355327', 'NZ'],
|
249 |
+
['1728355328', '1728356351', 'TH'],
|
250 |
+
['1728356352', '1728357375', 'AU'],
|
251 |
+
['1728357376', '1728358399', 'ID'],
|
252 |
+
['1728358400', '1728359423', 'CN'],
|
253 |
+
['1728359424', '1728359935', 'AU'],
|
254 |
+
['1728359936', '1728360447', 'ID'],
|
255 |
+
['1728360448', '1728361471', 'KR'],
|
256 |
+
['1728361472', '1728362495', 'KR'],
|
257 |
+
['1728362496', '1728363519', 'CN'],
|
258 |
+
['1728363520', '1728364543', 'BN'],
|
259 |
+
['1728364544', '1728365567', 'AU'],
|
260 |
+
['1728365568', '1728366591', 'SG'],
|
261 |
+
['1728366592', '1728367615', 'JP'],
|
262 |
+
['1728367616', '1728367871', 'IN'],
|
263 |
+
['1728367872', '1728368127', 'AU'],
|
264 |
+
['1728368128', '1728368639', 'ID'],
|
265 |
+
['1728368640', '1728369663', 'IN'],
|
266 |
+
['1728369664', '1728370687', 'AU'],
|
267 |
+
['1728370688', '1728371711', 'TH'],
|
268 |
+
['1728371712', '1728372735', 'IN'],
|
269 |
+
['1728372736', '1728373759', 'CN'],
|
270 |
+
['1728373760', '1728374783', 'TH'],
|
271 |
+
['1728374784', '1728375039', 'SG'],
|
272 |
+
['1728375040', '1728375295', 'IN'],
|
273 |
+
['1728375296', '1728375807', 'AU'],
|
274 |
+
['1728375808', '1728376831', 'AU'],
|
275 |
+
['1728376832', '1728377855', 'ID'],
|
276 |
+
['1728377856', '1728378879', 'HK'],
|
277 |
+
['1728378880', '1728379903', 'IN'],
|
278 |
+
['1728379904', '1728380927', 'IN'],
|
279 |
+
['1728380928', '1728381951', 'PH'],
|
280 |
+
['1728381952', '1728382975', 'PH'],
|
281 |
+
['1728382976', '1728383999', 'SG'],
|
282 |
+
['1728384000', '1728385023', 'HK'],
|
283 |
+
['1728385024', '1728386047', 'IN'],
|
284 |
+
['1728386048', '1728387071', 'JP'],
|
285 |
+
['1728387072', '1728388095', 'TH'],
|
286 |
+
['1728388096', '1728388351', 'NZ'],
|
287 |
+
['1728388352', '1728388607', 'AU'],
|
288 |
+
['1728388608', '1728389119', 'VN'],
|
289 |
+
['1728389120', '1728390143', 'TW'],
|
290 |
+
['1728390144', '1728391167', 'CN'],
|
291 |
+
['1728391168', '1728392191', 'JP'],
|
292 |
+
['1728392192', '1728393215', 'TW'],
|
293 |
+
['1728393216', '1728393727', 'ID'],
|
294 |
+
['1728393728', '1728394239', 'ID'],
|
295 |
+
['1728394240', '1728395263', 'CN'],
|
296 |
+
['1728395264', '1728396287', 'CN'],
|
297 |
+
['1728396288', '1728397311', 'PH'],
|
298 |
+
['1728397312', '1728398335', 'JP'],
|
299 |
+
['1728398336', '1728398847', 'AU'],
|
300 |
+
['1728398848', '1728399103', 'IN'],
|
301 |
+
['1728399104', '1728399359', 'NZ'],
|
302 |
+
['1728399360', '1728400383', 'NZ'],
|
303 |
+
['1728400384', '1728400895', 'AU'],
|
304 |
+
['1728400896', '1728401151', 'IN'],
|
305 |
+
['1728401152', '1728401407', 'HK'],
|
306 |
+
['1728401408', '1728402431', 'NZ'],
|
307 |
+
['1728402432', '1728403455', 'IN'],
|
308 |
+
['1728403456', '1728404479', 'AU'],
|
309 |
+
['1728404480', '1728405503', 'AU'],
|
310 |
+
['1728405504', '1728406527', 'AU'],
|
311 |
+
['1728406528', '1728407551', 'TW'],
|
312 |
+
['1728407552', '1728407807', 'AU'],
|
313 |
+
['1728407808', '1728408063', 'MY'],
|
314 |
+
['1728408064', '1728408319', 'AU'],
|
315 |
+
['1728408320', '1728408575', 'ID'],
|
316 |
+
['1728408576', '1728409599', 'NZ'],
|
317 |
+
['1728409600', '1728410623', 'IN'],
|
318 |
+
['1728410624', '1728411647', 'JP'],
|
319 |
+
['1728411648', '1728412671', 'TH'],
|
320 |
+
['1728412672', '1728413695', 'KH'],
|
321 |
+
['1728413696', '1728414719', 'KR'],
|
322 |
+
['1728414720', '1728415743', 'IN'],
|
323 |
+
['1728415744', '1728416767', 'PK'],
|
324 |
+
['1728416768', '1728417791', 'JP'],
|
325 |
+
['1728417792', '1728418815', 'KR'],
|
326 |
+
['1728418816', '1728419071', 'ID'],
|
327 |
+
['1728419072', '1728419327', 'HK'],
|
328 |
+
['1728419328', '1728419583', 'NP'],
|
329 |
+
['1728419584', '1728419839', 'SG'],
|
330 |
+
['1728419840', '1728420863', 'CN'],
|
331 |
+
['1728420864', '1728421887', 'NZ'],
|
332 |
+
['1728421888', '1728422911', 'JP'],
|
333 |
+
['1728422912', '1728423935', 'AU'],
|
334 |
+
['1728423936', '1728424959', 'CN'],
|
335 |
+
['1728424960', '1728425983', 'AF'],
|
336 |
+
['1728425984', '1728427007', 'JP'],
|
337 |
+
['1728427008', '1728428031', 'MY'],
|
338 |
+
['1728428032', '1728429055', 'IN'],
|
339 |
+
['1728429056', '1728430079', 'IN'],
|
340 |
+
['1728430080', '1728431103', 'CN'],
|
341 |
+
['1728431104', '1728431615', 'AF'],
|
342 |
+
['1728431616', '1728431871', 'HK'],
|
343 |
+
['1728431872', '1728432127', 'SG'],
|
344 |
+
['1728432128', '1728433151', 'IN'],
|
345 |
+
['1728433152', '1728434175', 'VN'],
|
346 |
+
['1728434176', '1728435199', 'VN'],
|
347 |
+
['1728435200', '1728435711', 'AU'],
|
348 |
+
['1728435712', '1728435967', 'AU'],
|
349 |
+
['1728435968', '1728436223', 'ID'],
|
350 |
+
['1728436224', '1728437247', 'IN'],
|
351 |
+
['1728437248', '1728438271', 'HK'],
|
352 |
+
['1728438272', '1728439295', 'NZ'],
|
353 |
+
['1728439296', '1728439807', 'NP'],
|
354 |
+
['1728439808', '1728440319', 'KH'],
|
355 |
+
['1728440320', '1728441343', 'BD'],
|
356 |
+
['1728441344', '1728442367', 'MY'],
|
357 |
+
['1728442368', '1728443391', 'SG'],
|
358 |
+
['1728443392', '1728444415', 'IN'],
|
359 |
+
['1728444416', '1728445439', 'JP'],
|
360 |
+
['1728445440', '1728446463', 'CN'],
|
361 |
+
['1728446464', '1728446975', 'ID'],
|
362 |
+
['1728446976', '1728447231', 'IN'],
|
363 |
+
['1728447232', '1728447487', 'AU'],
|
364 |
+
['1728447488', '1728448511', 'HK'],
|
365 |
+
['1728448512', '1728449535', 'KH'],
|
366 |
+
['1728449536', '1728450559', 'AU'],
|
367 |
+
['1728450560', '1728451583', 'JP'],
|
368 |
+
['1728451584', '1728452607', 'JP'],
|
369 |
+
['1728452608', '1728453119', 'AU'],
|
370 |
+
['1728453120', '1728453375', 'IN'],
|
371 |
+
['1728453376', '1728453631', 'IN'],
|
372 |
+
['1728453632', '1728454655', 'NZ'],
|
373 |
+
['1728454656', '1728455167', 'IN'],
|
374 |
+
['1728455168', '1728455423', 'ID'],
|
375 |
+
['1728455424', '1728455679', 'AU'],
|
376 |
+
['1728455680', '1728456703', 'ID'],
|
377 |
+
['1728456704', '1728457727', 'ID'],
|
378 |
+
['1728457728', '1728458751', 'JP'],
|
379 |
+
['1728458752', '1728459775', 'HK'],
|
380 |
+
['1728459776', '1728460799', 'ID'],
|
381 |
+
['1728460800', '1728461823', 'JP'],
|
382 |
+
['1728461824', '1728462847', 'JP'],
|
383 |
+
['1728462848', '1728463871', 'NZ'],
|
384 |
+
['1728463872', '1728464895', 'JP'],
|
385 |
+
['1728464896', '1728465919', 'KR'],
|
386 |
+
['1728465920', '1728466943', 'CN'],
|
387 |
+
['1728466944', '1728467967', 'KR'],
|
388 |
+
['1728467968', '1728468991', 'HK'],
|
389 |
+
['1728468992', '1728469247', 'IN'],
|
390 |
+
['1728469248', '1728469503', 'NZ'],
|
391 |
+
['1728469504', '1728470015', 'IN'],
|
392 |
+
['1728470016', '1728471039', 'JP'],
|
393 |
+
['1728471040', '1728472063', 'PH'],
|
394 |
+
['1728472064', '1728473087', 'KR'],
|
395 |
+
['1728473088', '1728473343', 'PH'],
|
396 |
+
['1728473344', '1728473599', 'AU'],
|
397 |
+
['1728473600', '1728474111', 'SG'],
|
398 |
+
['1728474112', '1728475135', 'CN'],
|
399 |
+
['1728475136', '1728476159', 'JP'],
|
400 |
+
['1728476160', '1728476415', 'AU'],
|
401 |
+
['1728476416', '1728476671', 'ID'],
|
402 |
+
['1728476672', '1728476927', 'ID'],
|
403 |
+
['1728476928', '1728477183', 'IN'],
|
404 |
+
['1728477184', '1728478207', 'CN'],
|
405 |
+
['1728479232', '1728480255', 'HK'],
|
406 |
+
['1728480256', '1728481279', 'IN'],
|
407 |
+
['1728481280', '1728482303', 'HK'],
|
408 |
+
['1728482304', '1728483327', 'HK'],
|
409 |
+
['1728483328', '1728484351', 'NZ'],
|
410 |
+
['1728484352', '1728485375', 'SG'],
|
411 |
+
['1728485376', '1728486399', 'HK'],
|
412 |
+
['1728486400', '1728487423', 'IN'],
|
413 |
+
['1728487424', '1728487935', 'HK'],
|
414 |
+
['1728487936', '1728488191', 'TH'],
|
415 |
+
['1728488192', '1728488447', 'MY'],
|
416 |
+
['1728488448', '1728488703', 'IN'],
|
417 |
+
['1728488704', '1728488959', 'TH'],
|
418 |
+
['1728489216', '1728489471', 'IN'],
|
419 |
+
['1728489472', '1728490495', 'IN'],
|
420 |
+
['1728490496', '1728491519', 'KR'],
|
421 |
+
['1728491520', '1728492543', 'HK'],
|
422 |
+
['1728492544', '1728492799', 'ID'],
|
423 |
+
['1728492800', '1728493055', 'PH'],
|
424 |
+
['1728493056', '1728493567', 'TH'],
|
425 |
+
['1728493568', '1728494591', 'IN'],
|
426 |
+
['1728494592', '1728495615', 'AU'],
|
427 |
+
['1728495616', '1728496639', 'HK'],
|
428 |
+
['1728496640', '1728497663', 'MY'],
|
429 |
+
['1728497664', '1728498687', 'ID'],
|
430 |
+
['1728498688', '1728499711', 'ID'],
|
431 |
+
['1728499712', '1728500735', 'AU'],
|
432 |
+
['1728500736', '1728501247', 'NZ'],
|
433 |
+
['1728501248', '1728501503', 'ID'],
|
434 |
+
['1728501504', '1728501759', 'AU'],
|
435 |
+
['1728501760', '1728502783', 'AU'],
|
436 |
+
['1728502784', '1728503807', 'CN'],
|
437 |
+
['1728503808', '1728504831', 'JP'],
|
438 |
+
['1728504832', '1728505855', 'CN'],
|
439 |
+
['1728506880', '1728507903', 'MY'],
|
440 |
+
['1728507904', '1728508927', 'JP'],
|
441 |
+
['1728508928', '1728509951', 'MY'],
|
442 |
+
['1728509952', '1728510975', 'PH'],
|
443 |
+
['1728510976', '1728511999', 'AU'],
|
444 |
+
['1728512000', '1728512511', 'ID'],
|
445 |
+
['1728512512', '1728512767', 'SG'],
|
446 |
+
['1728512768', '1728513023', 'IN'],
|
447 |
+
['1728513024', '1728514047', 'CN'],
|
448 |
+
['1728514048', '1728515071', 'SG'],
|
449 |
+
['1728515072', '1728516095', 'ID'],
|
450 |
+
['1728516096', '1728517119', 'TH'],
|
451 |
+
['1728517120', '1728518143', 'JP'],
|
452 |
+
['1728518144', '1728519167', 'KH'],
|
453 |
+
['1728519168', '1728520191', 'CN'],
|
454 |
+
['1728520192', '1728521215', 'KR'],
|
455 |
+
['1728521216', '1728522239', 'VN'],
|
456 |
+
['1728522240', '1728523263', 'VN'],
|
457 |
+
['1728523264', '1728524287', 'AU'],
|
458 |
+
['1728524288', '1728525311', 'AU'],
|
459 |
+
['1728525312', '1728525823', 'ID'],
|
460 |
+
['1728525824', '1728526335', 'HK'],
|
461 |
+
['1728526336', '1728527359', 'TH'],
|
462 |
+
['1728527360', '1728528383', 'PK'],
|
463 |
+
['1728528384', '1728529407', 'IN'],
|
464 |
+
['1728529408', '1728530431', 'MY'],
|
465 |
+
['1728530432', '1728531455', 'AU'],
|
466 |
+
['1728531456', '1728532479', 'PK'],
|
467 |
+
['1728532480', '1728533503', 'IN'],
|
468 |
+
['1728533504', '1728534527', 'ID'],
|
469 |
+
['1728534528', '1728535551', 'AU'],
|
470 |
+
['1728535552', '1728536575', 'JP'],
|
471 |
+
['1728536576', '1728537087', 'NZ'],
|
472 |
+
['1728537088', '1728537343', 'AU'],
|
473 |
+
['1728537344', '1728537599', 'AU'],
|
474 |
+
['1728537600', '1728538623', 'GU'],
|
475 |
+
['1728538624', '1728539647', 'AF'],
|
476 |
+
['1728539648', '1728540671', 'IN'],
|
477 |
+
['1728540672', '1728541695', 'BD'],
|
478 |
+
['1728541696', '1728542719', 'JP'],
|
479 |
+
['1728542720', '1728543743', 'CN'],
|
480 |
+
['1728543744', '1728544767', 'SG'],
|
481 |
+
['1728544768', '1728545791', 'IN'],
|
482 |
+
['1728545792', '1728546815', 'JP'],
|
483 |
+
['1728546816', '1728547839', 'AU'],
|
484 |
+
['1728547840', '1728548863', 'CN'],
|
485 |
+
['1728548864', '1728549119', 'KH'],
|
486 |
+
['1728549120', '1728549375', 'IN'],
|
487 |
+
['1728549376', '1728549631', 'PH'],
|
488 |
+
['1728549632', '1728549887', 'AU'],
|
489 |
+
['1728549888', '1728550911', 'IN'],
|
490 |
+
['1728550912', '1728551935', 'JP'],
|
491 |
+
['1728551936', '1728552959', 'SG'],
|
492 |
+
['1728552960', '1728553983', 'HK'],
|
493 |
+
['1728553984', '1728555007', 'AU'],
|
494 |
+
['1728555008', '1728556031', 'NZ'],
|
495 |
+
['1728556032', '1728556287', 'VN'],
|
496 |
+
['1728556288', '1728556543', 'ID'],
|
497 |
+
['1728556544', '1728557055', 'VN'],
|
498 |
+
['1728557056', '1728557311', 'ID'],
|
499 |
+
['1728557312', '1728557567', 'VN'],
|
500 |
+
['1728557568', '1728558079', 'ID'],
|
501 |
+
['1728558080', '1728559103', 'IN'],
|
502 |
+
['1728559104', '1728560127', 'ID'],
|
503 |
+
['1728560128', '1728560639', 'AU'],
|
504 |
+
['1728560640', '1728561151', 'KR'],
|
505 |
+
['1728561152', '1728562175', 'AU'],
|
506 |
+
['1728562176', '1728562431', 'VN'],
|
507 |
+
['1728562432', '1728562687', 'VU'],
|
508 |
+
['1728562688', '1728563199', 'JP'],
|
509 |
+
['1728563200', '1728564223', 'SG'],
|
510 |
+
['1728564224', '1728565247', 'IN'],
|
511 |
+
['1728565248', '1728566271', 'JP'],
|
512 |
+
['1728566272', '1728567295', 'CN'],
|
513 |
+
['1728567296', '1728568319', 'CN'],
|
514 |
+
['1728568320', '1728569343', 'CN'],
|
515 |
+
['1728569344', '1728569599', 'PH'],
|
516 |
+
['1728569600', '1728569855', 'ID'],
|
517 |
+
['1728569856', '1728570367', 'ID'],
|
518 |
+
['1728570368', '1728571391', 'ID'],
|
519 |
+
['1728571392', '1728572415', 'AU'],
|
520 |
+
['1728572416', '1728573439', 'JP'],
|
521 |
+
['1728573440', '1728574463', 'HK'],
|
522 |
+
['1728574464', '1728575487', 'KR'],
|
523 |
+
['1728575488', '1728576511', 'BD'],
|
524 |
+
['1728576512', '1728577535', 'BT'],
|
525 |
+
['1728577536', '1728578559', 'CN'],
|
526 |
+
['1728578560', '1728579583', 'CN'],
|
527 |
+
['1728579584', '1728580607', 'CN'],
|
528 |
+
['1728580608', '1728580863', 'ID'],
|
529 |
+
['1728580864', '1728581119', 'VN'],
|
530 |
+
['1728581120', '1728581631', 'PK'],
|
531 |
+
['1728581632', '1728582655', 'NZ'],
|
532 |
+
['1728582656', '1728583679', 'JP'],
|
533 |
+
['1728583680', '1728584703', 'MY'],
|
534 |
+
['1728584704', '1728585215', 'AU'],
|
535 |
+
['1728585216', '1728585727', 'SG'],
|
536 |
+
['1728585728', '1728586751', 'CN'],
|
537 |
+
['1728586752', '1728587775', 'IN'],
|
538 |
+
['1728587776', '1728588799', 'IN'],
|
539 |
+
['1728588800', '1728589823', 'IN'],
|
540 |
+
['1728589824', '1728590847', 'JP'],
|
541 |
+
['1728590848', '1728591871', 'CN'],
|
542 |
+
['1728591872', '1728592895', 'ID'],
|
543 |
+
['1728592896', '1728593151', 'MN'],
|
544 |
+
['1728593152', '1728593407', 'AU'],
|
545 |
+
['1728593408', '1728593663', 'IN'],
|
546 |
+
['1728593664', '1728593919', 'ID'],
|
547 |
+
['1728594944', '1728595967', 'CN'],
|
548 |
+
['1728595968', '1728596479', 'NZ'],
|
549 |
+
['1728596480', '1728596991', 'ID'],
|
550 |
+
['1728596992', '1728597503', 'ID'],
|
551 |
+
['1728597504', '1728598015', 'ID'],
|
552 |
+
['1728598016', '1728599039', 'NZ'],
|
553 |
+
['1728599040', '1728600063', 'JP'],
|
554 |
+
['1728600064', '1728601087', 'JP'],
|
555 |
+
['1728601088', '1728602111', 'JP'],
|
556 |
+
['1728602112', '1728603135', 'ID'],
|
557 |
+
['1728603136', '1728604159', 'KR'],
|
558 |
+
['1728604160', '1728605183', 'TW'],
|
559 |
+
['1728605184', '1728606207', 'CN'],
|
560 |
+
['1728606208', '1728607231', 'PK'],
|
561 |
+
['1728607232', '1728608255', 'IN'],
|
562 |
+
['1728608256', '1728608511', 'SG'],
|
563 |
+
['1728608512', '1728608767', 'BD'],
|
564 |
+
['1728608768', '1728609023', 'ID'],
|
565 |
+
['1728609024', '1728609279', 'IN'],
|
566 |
+
['1728609280', '1728610303', 'IN'],
|
567 |
+
['1728610304', '1728611327', 'TH'],
|
568 |
+
['1728611328', '1728612351', 'AU'],
|
569 |
+
['1728612352', '1728613375', 'AU'],
|
570 |
+
['1728613376', '1728614399', 'NZ'],
|
571 |
+
['1728614400', '1728615423', 'MY'],
|
572 |
+
['1728615424', '1728616447', 'IN'],
|
573 |
+
['1728616448', '1728617471', 'SG'],
|
574 |
+
['1728617472', '1728618495', 'CN'],
|
575 |
+
['1728618496', '1728619519', 'MY'],
|
576 |
+
['1728619520', '1728620543', 'IN'],
|
577 |
+
['1728620544', '1728621567', 'AU'],
|
578 |
+
['1728621568', '1728622591', 'AU'],
|
579 |
+
['1728622592', '1728624639', 'JP'],
|
580 |
+
['1728625664', '1728626175', 'IN'],
|
581 |
+
['1728626176', '1728626431', 'JP'],
|
582 |
+
['1728626432', '1728626687', 'HK'],
|
583 |
+
['1728626688', '1728627711', 'IN'],
|
584 |
+
['1728627712', '1728628735', 'JP'],
|
585 |
+
['1728628736', '1728629759', 'CN'],
|
586 |
+
['1728629760', '1728630783', 'CN'],
|
587 |
+
['1728630784', '1728631807', 'TH'],
|
588 |
+
['1728631808', '1728632319', 'SG'],
|
589 |
+
['1728632320', '1728632575', 'PK'],
|
590 |
+
['1728632576', '1728632831', 'IN'],
|
591 |
+
['1728632832', '1728633855', 'IN'],
|
592 |
+
['1728633856', '1728634879', 'CN'],
|
593 |
+
['1728634880', '1728635903', 'ID'],
|
594 |
+
['1728635904', '1728636159', 'ID'],
|
595 |
+
['1728636160', '1728636415', 'AU'],
|
596 |
+
['1728636416', '1728636671', 'KR'],
|
597 |
+
['1728636672', '1728636927', 'PK'],
|
598 |
+
['1728636928', '1728637951', 'NZ'],
|
599 |
+
['1728637952', '1728638463', 'AU'],
|
600 |
+
['1728638464', '1728638719', 'ID'],
|
601 |
+
['1728638720', '1728638975', 'AU'],
|
602 |
+
['1728638976', '1728639999', 'JP'],
|
603 |
+
['1728640000', '1728641023', 'ID'],
|
604 |
+
['1728641024', '1728642047', 'IN'],
|
605 |
+
['1728642048', '1728643071', 'NZ'],
|
606 |
+
['1728643072', '1728644095', 'VN'],
|
607 |
+
['1728644096', '1728645119', 'VN'],
|
608 |
+
['1728645120', '1728646143', 'CN'],
|
609 |
+
['1728646144', '1728647167', 'IN'],
|
610 |
+
['1728647168', '1728648191', 'AU'],
|
611 |
+
['1728648192', '1728648703', 'AU'],
|
612 |
+
['1728648704', '1728648959', 'ID'],
|
613 |
+
['1728648960', '1728649215', 'PK'],
|
614 |
+
['1728649216', '1728650239', 'CN'],
|
615 |
+
['1728650240', '1728651263', 'JP'],
|
616 |
+
['1728651264', '1728652287', 'KR'],
|
617 |
+
['1728652288', '1728653311', 'ID'],
|
618 |
+
['1728653312', '1728654335', 'NZ'],
|
619 |
+
['1728654336', '1728655359', 'ID'],
|
620 |
+
['1728655360', '1728655871', 'AU'],
|
621 |
+
['1728655872', '1728656127', 'SB'],
|
622 |
+
['1728656128', '1728656383', 'MY'],
|
623 |
+
['1728656384', '1728657407', 'AU'],
|
624 |
+
['1728657408', '1728658431', 'AU'],
|
625 |
+
['1728658432', '1728659455', 'AU'],
|
626 |
+
['1728659456', '1728660479', 'AU'],
|
627 |
+
['1728660480', '1728661503', 'AU'],
|
628 |
+
['1728661504', '1728662527', 'IN'],
|
629 |
+
['1728662528', '1728663551', 'VN'],
|
630 |
+
['1728663552', '1728664575', 'VN'],
|
631 |
+
['1728664576', '1728665599', 'VN'],
|
632 |
+
['1728665600', '1728666623', 'MN'],
|
633 |
+
['1728666624', '1728667647', 'JP'],
|
634 |
+
['1728667648', '1728668671', 'JP'],
|
635 |
+
['1728668672', '1728669695', 'SG'],
|
636 |
+
['1728669696', '1728670207', 'BD'],
|
637 |
+
['1728670208', '1728670463', 'NZ'],
|
638 |
+
['1728670464', '1728670719', 'ID'],
|
639 |
+
['1728670720', '1728671743', 'CN'],
|
640 |
+
['1728671744', '1728672767', 'BD'],
|
641 |
+
['1728672768', '1728673791', 'TW'],
|
642 |
+
['1728673792', '1728674815', 'JP'],
|
643 |
+
['1728674816', '1728675839', 'ID'],
|
644 |
+
['1728675840', '1728676863', 'KR'],
|
645 |
+
['1728676864', '1728677887', 'BD'],
|
646 |
+
['1728677888', '1728678911', 'BD'],
|
647 |
+
['1728678912', '1728679935', 'PG'],
|
648 |
+
['1728679936', '1728680959', 'ID'],
|
649 |
+
['1728680960', '1728681983', 'MY'],
|
650 |
+
['1728681984', '1728683007', 'CN'],
|
651 |
+
['1728683008', '1728684031', 'VN'],
|
652 |
+
['1728684032', '1728685055', 'AU'],
|
653 |
+
['1728685056', '1728686079', 'JP'],
|
654 |
+
['1728686080', '1728687103', 'AU'],
|
655 |
+
['1728687104', '1728688127', 'JP'],
|
656 |
+
['1728688128', '1728689151', 'HK'],
|
657 |
+
['1728689152', '1728689407', 'JP'],
|
658 |
+
['1728689408', '1728689663', 'BD'],
|
659 |
+
['1728689664', '1728689919', 'PK'],
|
660 |
+
['1728689920', '1728690175', 'ID'],
|
661 |
+
['1728690176', '1728690431', 'BD'],
|
662 |
+
['1728690432', '1728690687', 'BD'],
|
663 |
+
['1728690688', '1728690943', 'BD'],
|
664 |
+
['1728690944', '1728691199', 'BD'],
|
665 |
+
['1728691200', '1728692223', 'KH'],
|
666 |
+
['1728692224', '1728693247', 'CN'],
|
667 |
+
['1728693248', '1728694271', 'VN'],
|
668 |
+
['1728694272', '1728695295', 'VN'],
|
669 |
+
['1728695296', '1728696319', 'VN'],
|
670 |
+
['1728696320', '1728697343', 'VN'],
|
671 |
+
['1728697344', '1728698367', 'VN'],
|
672 |
+
['1728698368', '1728699391', 'NZ'],
|
673 |
+
['1728699392', '1728699903', 'BD'],
|
674 |
+
['1728699904', '1728700415', 'IN'],
|
675 |
+
['1728700416', '1728700671', 'BD'],
|
676 |
+
['1728700672', '1728700927', 'IN'],
|
677 |
+
['1728700928', '1728701183', 'PG'],
|
678 |
+
['1728701184', '1728701439', 'ID'],
|
679 |
+
['1728701440', '1728702463', 'WS'],
|
680 |
+
['1728702464', '1728703487', 'IN'],
|
681 |
+
['1728703488', '1728704511', 'NZ'],
|
682 |
+
['1728704512', '1728705535', 'AU'],
|
683 |
+
['1728705536', '1728706559', 'HK'],
|
684 |
+
['1728706560', '1728707583', 'CN'],
|
685 |
+
['1728707584', '1728708607', 'CN'],
|
686 |
+
['1728708608', '1728709631', 'CN'],
|
687 |
+
['1728709632', '1728710655', 'TW'],
|
688 |
+
['1728710656', '1728710911', 'AU'],
|
689 |
+
['1728710912', '1728711167', 'IN'],
|
690 |
+
['1728711424', '1728711679', 'AU'],
|
691 |
+
['1728711680', '1728712703', 'HK'],
|
692 |
+
['1728712704', '1728713727', 'CN'],
|
693 |
+
['1728713728', '1728714751', 'MN'],
|
694 |
+
['1728714752', '1728715775', 'IN'],
|
695 |
+
['1728715776', '1728716799', 'NP'],
|
696 |
+
['1728716800', '1728717823', 'AU'],
|
697 |
+
['1728717824', '1728718847', 'JP'],
|
698 |
+
['1728718848', '1728719871', 'MY'],
|
699 |
+
['1728719872', '1728720895', 'VN'],
|
700 |
+
['1728720896', '1728721407', 'AU'],
|
701 |
+
['1728721408', '1728721663', 'AU'],
|
702 |
+
['1728721664', '1728721919', 'AU'],
|
703 |
+
['1728721920', '1728722943', 'BD'],
|
704 |
+
['1728722944', '1728723199', 'ID'],
|
705 |
+
['1728723200', '1728723455', 'AU'],
|
706 |
+
['1728723456', '1728723967', 'ID'],
|
707 |
+
['1728723968', '1728724991', 'ID'],
|
708 |
+
['1728724992', '1728726015', 'ID'],
|
709 |
+
['1728727040', '1728728063', 'AU'],
|
710 |
+
['1728728064', '1728729087', 'BD'],
|
711 |
+
['1728729088', '1728729599', 'ID'],
|
712 |
+
['1728729600', '1728729855', 'AU'],
|
713 |
+
['1728729856', '1728730111', 'AU'],
|
714 |
+
['1728730112', '1728731135', 'CN'],
|
715 |
+
['1728731136', '1728732159', 'VN'],
|
716 |
+
['1728732160', '1728733183', 'KR'],
|
717 |
+
['1728733184', '1728734207', 'ID'],
|
718 |
+
['1728734208', '1728735231', 'SG'],
|
719 |
+
['1728735232', '1728736255', 'ID'],
|
720 |
+
['1728736512', '1728736767', 'IN'],
|
721 |
+
['1728736768', '1728737023', 'ID'],
|
722 |
+
['1728737280', '1728738303', 'JP'],
|
723 |
+
['1728738304', '1728739327', 'IN'],
|
724 |
+
['1728739328', '1728740351', 'ID'],
|
725 |
+
['1728740352', '1728740863', 'HK'],
|
726 |
+
['1728740864', '1728741119', 'AU'],
|
727 |
+
['1728741120', '1728741375', 'IN'],
|
728 |
+
['1728741376', '1728742399', 'ID'],
|
729 |
+
['1728742400', '1728743423', 'IN'],
|
730 |
+
['1728743424', '1728744447', 'ID'],
|
731 |
+
['1728744448', '1728745471', 'CN'],
|
732 |
+
['1728745472', '1728745727', 'ID'],
|
733 |
+
['1728745728', '1728745983', 'ID'],
|
734 |
+
['1728745984', '1728746495', 'ID'],
|
735 |
+
['1728746496', '1728747519', 'ID'],
|
736 |
+
['1728747520', '1728748543', 'PH'],
|
737 |
+
['1728748544', '1728749567', 'MY'],
|
738 |
+
['1728749568', '1728750079', 'MY'],
|
739 |
+
['1728750080', '1728750591', 'MY'],
|
740 |
+
['1728750592', '1728751615', 'JP'],
|
741 |
+
['1728751616', '1728751871', 'IN'],
|
742 |
+
['1728751872', '1728752127', 'ID'],
|
743 |
+
['1728752128', '1728752639', 'ID'],
|
744 |
+
['1728752640', '1728753663', 'HK'],
|
745 |
+
['1728753664', '1728754175', 'PH'],
|
746 |
+
['1728754176', '1728754687', 'PH'],
|
747 |
+
['1728754688', '1728755711', 'IN'],
|
748 |
+
['1728755712', '1728756735', 'ID'],
|
749 |
+
['1728756736', '1728757759', 'IN'],
|
750 |
+
['1728758784', '1728759039', 'MY'],
|
751 |
+
['1728759040', '1728759295', 'HK'],
|
752 |
+
['1728759296', '1728759551', 'MY'],
|
753 |
+
['1728759552', '1728759807', 'HK'],
|
754 |
+
['1728759808', '1728760831', 'PH'],
|
755 |
+
['1728760832', '1728761855', 'TW'],
|
756 |
+
['1728761856', '1728762879', 'IN'],
|
757 |
+
['1728762880', '1728763903', 'VN'],
|
758 |
+
['1728763904', '1728764927', 'KR'],
|
759 |
+
['1728764928', '1728765439', 'SG'],
|
760 |
+
['1728765440', '1728765695', 'IN'],
|
761 |
+
['1728765696', '1728765951', 'ID'],
|
762 |
+
['1728765952', '1728766975', 'IN'],
|
763 |
+
['1728766976', '1728767999', 'TH'],
|
764 |
+
['1728768000', '1728768255', 'AU'],
|
765 |
+
['1728768256', '1728768511', 'NZ'],
|
766 |
+
['1728768512', '1728769023', 'IN'],
|
767 |
+
['1728769024', '1728770047', 'HK'],
|
768 |
+
['1728770048', '1728771071', 'JP'],
|
769 |
+
['1728771072', '1728772095', 'JP'],
|
770 |
+
['1728772096', '1728773119', 'IN'],
|
771 |
+
['1728773120', '1728773375', 'IN'],
|
772 |
+
['1728773376', '1728773631', 'ID'],
|
773 |
+
['1728773632', '1728774143', 'PH'],
|
774 |
+
['1728774144', '1728775167', 'PK'],
|
775 |
+
['1728775168', '1728776191', 'JP'],
|
776 |
+
['1728776192', '1728777215', 'AU'],
|
777 |
+
['1728777216', '1728778239', 'TH'],
|
778 |
+
['1728778240', '1728779263', 'CN'],
|
779 |
+
['1728779264', '1728779519', 'IN'],
|
780 |
+
['1728779520', '1728779775', 'ID'],
|
781 |
+
['1728779776', '1728780287', 'ID'],
|
782 |
+
['1728780288', '1728781311', 'KR'],
|
783 |
+
['1728781312', '1728782335', 'ID'],
|
784 |
+
['1728782336', '1728783359', 'LK'],
|
785 |
+
['1728783360', '1728784383', 'HK'],
|
786 |
+
['1728784384', '1728785407', 'PH'],
|
787 |
+
['1728785408', '1728786431', 'KR'],
|
788 |
+
['1728786432', '1728787455', 'SG'],
|
789 |
+
['1728787456', '1728788479', 'AU'],
|
790 |
+
['1728788480', '1728789503', 'KR'],
|
791 |
+
['1728789504', '1728790527', 'PK'],
|
792 |
+
['1728790528', '1728791551', 'US'],
|
793 |
+
['1728791552', '1728792575', 'PK'],
|
794 |
+
['1728792576', '1728793087', 'HK'],
|
795 |
+
['1728793088', '1728793599', 'ID'],
|
796 |
+
['1728793600', '1728794623', 'AU'],
|
797 |
+
['1728794624', '1728795647', 'IN'],
|
798 |
+
['1728795648', '1728796671', 'IN'],
|
799 |
+
['1728796672', '1728797695', 'HK'],
|
800 |
+
['1728797696', '1728798719', 'HK'],
|
801 |
+
['1728798720', '1728799743', 'ID'],
|
802 |
+
['1728799744', '1728800767', 'HK'],
|
803 |
+
['1728800768', '1728801279', 'HK'],
|
804 |
+
['1728801280', '1728801791', 'ID'],
|
805 |
+
['1728801792', '1728802815', 'HK'],
|
806 |
+
['1728802816', '1728803839', 'PH'],
|
807 |
+
['1728803840', '1728804863', 'IN'],
|
808 |
+
['1728804864', '1728805887', 'JP'],
|
809 |
+
['1728805888', '1728806911', 'NZ'],
|
810 |
+
['1728806912', '1728807935', 'KR'],
|
811 |
+
['1728807936', '1728808447', 'ID'],
|
812 |
+
['1728808448', '1728808959', 'ID'],
|
813 |
+
['1728808960', '1728809983', 'BD'],
|
814 |
+
['1728809984', '1728810495', 'SG'],
|
815 |
+
['1728810496', '1728810751', 'AU'],
|
816 |
+
['1728810752', '1728811007', 'SG'],
|
817 |
+
['1728811008', '1728812031', 'AU'],
|
818 |
+
['1728812032', '1728812543', 'ID'],
|
819 |
+
['1728812544', '1728813055', 'SG'],
|
820 |
+
['1728813056', '1728814079', 'IN'],
|
821 |
+
['1728814080', '1728815103', 'JP'],
|
822 |
+
['1728815104', '1728816127', 'AU'],
|
823 |
+
['1728816128', '1728817151', 'AU'],
|
824 |
+
['1728817152', '1728818175', 'CN'],
|
825 |
+
['1728818176', '1728819199', 'VN'],
|
826 |
+
['1728819200', '1728819711', 'ID'],
|
827 |
+
['1728819712', '1728819967', 'NZ'],
|
828 |
+
['1728819968', '1728820223', 'ID'],
|
829 |
+
['1728820224', '1728821247', 'CN'],
|
830 |
+
['1728821248', '1728821759', 'AU'],
|
831 |
+
['1728821760', '1728822271', 'ID'],
|
832 |
+
['1728822272', '1728823295', 'SG'],
|
833 |
+
['1728823296', '1728824319', 'MN'],
|
834 |
+
['1728825344', '1728826367', 'SG'],
|
835 |
+
['1728826368', '1728827391', 'AU'],
|
836 |
+
['1728827392', '1728828415', 'JP'],
|
837 |
+
['1728828416', '1728829439', 'AU'],
|
838 |
+
['1728829440', '1728830463', 'KH'],
|
839 |
+
['1728830464', '1728830719', 'PK'],
|
840 |
+
['1728830720', '1728830975', 'JP'],
|
841 |
+
['1728830976', '1728831231', 'ID'],
|
842 |
+
['1728831232', '1728831487', 'ID'],
|
843 |
+
['1728831488', '1728832511', 'IN'],
|
844 |
+
['1728832512', '1728833535', 'HK'],
|
845 |
+
['1728833536', '1728834559', 'IN'],
|
846 |
+
['1728834560', '1728835583', 'JP'],
|
847 |
+
['1728835584', '1728836607', 'NZ'],
|
848 |
+
['1728836608', '1728837631', 'HK'],
|
849 |
+
['1728837632', '1728838655', 'KR'],
|
850 |
+
['1728838656', '1728839679', 'ID'],
|
851 |
+
['1728839936', '1728840191', 'IN'],
|
852 |
+
['1728840192', '1728840447', 'SG'],
|
853 |
+
['1728840448', '1728840703', 'AU'],
|
854 |
+
['1728840704', '1728841727', 'AU'],
|
855 |
+
['1728841728', '1728842239', 'AU'],
|
856 |
+
['1728842240', '1728842495', 'AU'],
|
857 |
+
['1728842496', '1728842751', 'AU'],
|
858 |
+
['1728842752', '1728843775', 'ID'],
|
859 |
+
['1728843776', '1728844799', 'JP'],
|
860 |
+
['1728844800', '1728845311', 'ID'],
|
861 |
+
['1728845312', '1728845567', 'AU'],
|
862 |
+
['1728845568', '1728845823', 'ID'],
|
863 |
+
['1728845824', '1728846847', 'IN'],
|
864 |
+
['1728846848', '1728847871', 'ID'],
|
865 |
+
['1728847872', '1728848895', 'CN'],
|
866 |
+
['1728848896', '1728849919', 'AU'],
|
867 |
+
['1728849920', '1728850943', 'PK'],
|
868 |
+
['1728850944', '1728851967', 'BD'],
|
869 |
+
['1728851968', '1728852991', 'HK'],
|
870 |
+
['1728852992', '1728854015', 'JP'],
|
871 |
+
['1728854016', '1728854527', 'AU'],
|
872 |
+
['1728854528', '1728854783', 'PK'],
|
873 |
+
['1728854784', '1728855039', 'AU'],
|
874 |
+
['1728855040', '1728856063', 'MY'],
|
875 |
+
['1728856064', '1728857087', 'MY'],
|
876 |
+
['1728857088', '1728858111', 'CN'],
|
877 |
+
['1728858112', '1728859135', 'BD'],
|
878 |
+
['1728859136', '1728860159', 'HK'],
|
879 |
+
['1728860160', '1728860671', 'ID'],
|
880 |
+
['1728860672', '1728861183', 'BD'],
|
881 |
+
['1728861184', '1728861439', 'ID'],
|
882 |
+
['1728861440', '1728861695', 'AU'],
|
883 |
+
['1728861696', '1728862207', 'AU'],
|
884 |
+
['1728862208', '1728863231', 'PH'],
|
885 |
+
['1728863232', '1728864255', 'CN'],
|
886 |
+
['1728864256', '1728865279', 'AF'],
|
887 |
+
['1728865280', '1728866303', 'AU'],
|
888 |
+
['1728866304', '1728867327', 'VN'],
|
889 |
+
['1728867328', '1728868351', 'AU'],
|
890 |
+
['1728868352', '1728869375', 'ID'],
|
891 |
+
['1728869376', '1728870399', 'IN'],
|
892 |
+
['1728870400', '1728871423', 'PK'],
|
893 |
+
['1728871424', '1728872447', 'IN'],
|
894 |
+
['1728872448', '1728873471', 'AU'],
|
895 |
+
['1728873472', '1728874495', 'IN'],
|
896 |
+
['1728874496', '1728875519', 'CN'],
|
897 |
+
['1728875520', '1728876543', 'MY'],
|
898 |
+
['1728876544', '1728877567', 'MY'],
|
899 |
+
['1728877568', '1728878591', 'HK'],
|
900 |
+
['1728878592', '1728879615', 'MY'],
|
901 |
+
['1728879616', '1728880127', 'IN'],
|
902 |
+
['1728880128', '1728880383', 'JP'],
|
903 |
+
['1728880384', '1728880639', 'AU'],
|
904 |
+
['1728880640', '1728881663', 'KH'],
|
905 |
+
['1728881664', '1728881919', 'ID'],
|
906 |
+
['1728881920', '1728882175', 'AU'],
|
907 |
+
['1728882176', '1728882431', 'BD'],
|
908 |
+
['1728882432', '1728882687', 'ID'],
|
909 |
+
['1728882688', '1728883711', 'IN'],
|
910 |
+
['1728883712', '1728884735', 'BD'],
|
911 |
+
['1728884736', '1728885759', 'BD'],
|
912 |
+
['1728886784', '1728887807', 'CN'],
|
913 |
+
['1728887808', '1728888831', 'AU'],
|
914 |
+
['1728888832', '1728889855', 'IN'],
|
915 |
+
['1728889856', '1728890879', 'PK'],
|
916 |
+
['1728890880', '1728891903', 'AU'],
|
917 |
+
['1728891904', '1728892927', 'BD'],
|
918 |
+
['1728892928', '1728893439', 'BN'],
|
919 |
+
['1728893440', '1728893695', 'SG'],
|
920 |
+
['1728893696', '1728893951', 'IN'],
|
921 |
+
['1728893952', '1728894463', 'US'],
|
922 |
+
['1728894464', '1728894975', 'SG'],
|
923 |
+
['1728894976', '1728895999', 'HK'],
|
924 |
+
['1728896000', '1728897023', 'ID'],
|
925 |
+
['1728898048', '1728899071', 'BD'],
|
926 |
+
['1728899072', '1728900095', 'CN'],
|
927 |
+
['1728900096', '1728901119', 'BD'],
|
928 |
+
['1728901120', '1728901375', 'ID'],
|
929 |
+
['1728901376', '1728901631', 'AU'],
|
930 |
+
['1728901632', '1728902143', 'ID'],
|
931 |
+
['1728902400', '1728902655', 'IN'],
|
932 |
+
['1728902656', '1728902911', 'IN'],
|
933 |
+
['1728902912', '1728903167', 'BD'],
|
934 |
+
['1728903168', '1728904191', 'KR'],
|
935 |
+
['1728904192', '1728905215', 'KR'],
|
936 |
+
['1728905216', '1728905471', 'IN'],
|
937 |
+
['1728905472', '1728905727', 'PK'],
|
938 |
+
['1728905728', '1728906239', 'IN'],
|
939 |
+
['1728906240', '1728907263', 'MY'],
|
940 |
+
['1728907264', '1728908287', 'NZ'],
|
941 |
+
['1728908288', '1728909311', 'CN'],
|
942 |
+
['1728909312', '1728910335', 'JP'],
|
943 |
+
['1728910336', '1728911359', 'JP'],
|
944 |
+
['1728911360', '1728912383', 'JP'],
|
945 |
+
['1728912384', '1728913407', 'TH'],
|
946 |
+
['1728913408', '1728914431', 'MM'],
|
947 |
+
['1728914432', '1728914687', 'ID'],
|
948 |
+
['1728914688', '1728914943', 'ID'],
|
949 |
+
['1728914944', '1728915199', 'ID'],
|
950 |
+
['1728915200', '1728915455', 'NZ'],
|
951 |
+
['1728915456', '1728916479', 'JP'],
|
952 |
+
['1728916480', '1728917503', 'JP'],
|
953 |
+
['1728917504', '1728918527', 'HK'],
|
954 |
+
['1728918528', '1728919551', 'KR'],
|
955 |
+
['1728919552', '1728920575', 'AU'],
|
956 |
+
['1728920576', '1728921599', 'JP'],
|
957 |
+
['1728921600', '1728922623', 'AF'],
|
958 |
+
['1728922624', '1728923647', 'AU'],
|
959 |
+
['1728923648', '1728924159', 'CN'],
|
960 |
+
['1728924160', '1728924415', 'MY'],
|
961 |
+
['1728924416', '1728924671', 'MY'],
|
962 |
+
['1728924672', '1728925695', 'VN'],
|
963 |
+
['1728925696', '1728926719', 'AU'],
|
964 |
+
['1728926720', '1728927231', 'AU'],
|
965 |
+
['1728927232', '1728927743', 'AU'],
|
966 |
+
['1728927744', '1728928767', 'LA'],
|
967 |
+
['1728928768', '1728929791', 'JP'],
|
968 |
+
['1728929792', '1728930815', 'IN'],
|
969 |
+
['1728930816', '1728931839', 'AU'],
|
970 |
+
['1728931840', '1728932863', 'IN'],
|
971 |
+
['1728932864', '1728933887', 'IN'],
|
972 |
+
['1728933888', '1728934911', 'IN'],
|
973 |
+
['1728934912', '1728935935', 'NZ'],
|
974 |
+
['1728935936', '1728936959', 'MY'],
|
975 |
+
['1728936960', '1728937983', 'CN'],
|
976 |
+
['1728937984', '1728939007', 'SG'],
|
977 |
+
['1728939008', '1728939519', 'BD'],
|
978 |
+
['1728939520', '1728939775', 'PH'],
|
979 |
+
['1728939776', '1728940031', 'IN'],
|
980 |
+
['1728941056', '1728942079', 'JP'],
|
981 |
+
['1728942080', '1728943103', 'CN'],
|
982 |
+
['1728943104', '1728944127', 'BD'],
|
983 |
+
['1728944128', '1728945151', 'JP'],
|
984 |
+
['1728945152', '1728946175', 'BD'],
|
985 |
+
['1728946176', '1728947199', 'KR'],
|
986 |
+
['1728948224', '1728949247', 'JP'],
|
987 |
+
['1728949248', '1728950271', 'SG'],
|
988 |
+
['1728950272', '1728950783', 'HK'],
|
989 |
+
['1728950784', '1728951295', 'IN'],
|
990 |
+
['1728951296', '1728951551', 'IN'],
|
991 |
+
['1728951552', '1728951807', 'ID'],
|
992 |
+
['1728951808', '1728952063', 'SG'],
|
993 |
+
['1728952064', '1728952319', 'IN'],
|
994 |
+
['1728952320', '1728952831', 'PH'],
|
995 |
+
['1728952832', '1728953343', 'AU'],
|
996 |
+
['1728953344', '1728954367', 'HK'],
|
997 |
+
['1728955392', '1728956415', 'CN'],
|
998 |
+
['1728956416', '1728957439', 'ID'],
|
999 |
+
['1728958464', '1728959487', 'JP'],
|
1000 |
+
['1728959488', '1728960511', 'TH'],
|
1001 |
+
['1728960512', '1728961023', 'AU'],
|
1002 |
+
['1728961024', '1728961279', 'AU'],
|
1003 |
+
['1728961280', '1728961535', 'IN'],
|
1004 |
+
['1728961536', '1728962559', 'CN'],
|
1005 |
+
['1728962560', '1728963583', 'BD'],
|
1006 |
+
['1728963584', '1728964607', 'TH'],
|
1007 |
+
['1728964608', '1728965631', 'HK'],
|
1008 |
+
['1728965632', '1728966655', 'BD'],
|
1009 |
+
['1728966656', '1728967679', 'IN'],
|
1010 |
+
['1728967680', '1728968703', 'CN'],
|
1011 |
+
['1728968704', '1728969727', 'JP'],
|
1012 |
+
['1728969728', '1728970751', 'JP'],
|
1013 |
+
['1728970752', '1728971007', 'IN'],
|
1014 |
+
['1728971008', '1728971263', 'AU'],
|
1015 |
+
['1728971264', '1728971519', 'IN'],
|
1016 |
+
['1728971520', '1728971775', 'NZ'],
|
1017 |
+
['1728971776', '1728972799', 'AU'],
|
1018 |
+
['1728972800', '1728973823', 'TH'],
|
1019 |
+
['1728973824', '1728974847', 'JP'],
|
1020 |
+
['1728974848', '1728975871', 'ID'],
|
1021 |
+
['1728975872', '1728976383', 'ID'],
|
1022 |
+
['1728976896', '1728977151', 'TH'],
|
1023 |
+
['1728977152', '1728977407', 'AU'],
|
1024 |
+
['1728977408', '1728977919', 'BD'],
|
1025 |
+
['1728977920', '1728978943', 'MY'],
|
1026 |
+
['1728978944', '1728979967', 'CN'],
|
1027 |
+
['1728979968', '1728980991', 'MN'],
|
1028 |
+
['1728980992', '1728982015', 'NZ'],
|
1029 |
+
['1728982016', '1728982527', 'ID'],
|
1030 |
+
['1728982528', '1728982783', 'IN'],
|
1031 |
+
['1728982784', '1728983039', 'AU'],
|
1032 |
+
['1728983040', '1728984063', 'AU'],
|
1033 |
+
['1728984064', '1728985087', 'AU'],
|
1034 |
+
['1728986112', '1728987135', 'PH'],
|
1035 |
+
['1728987136', '1728988159', 'AU'],
|
1036 |
+
['1728988160', '1728989183', 'NZ'],
|
1037 |
+
['1728989184', '1728989695', 'BD'],
|
1038 |
+
['1728989696', '1728990207', 'ID'],
|
1039 |
+
['1728990208', '1728991231', 'SG'],
|
1040 |
+
['1728991232', '1728992255', 'JP'],
|
1041 |
+
['1728992256', '1728993279', 'CN'],
|
1042 |
+
['1728993280', '1728994303', 'PG'],
|
1043 |
+
['1728994304', '1728994815', 'AU'],
|
1044 |
+
['1728994816', '1728995327', 'AU'],
|
1045 |
+
['1728995328', '1728995839', 'IN'],
|
1046 |
+
['1728995840', '1728996095', 'IN'],
|
1047 |
+
['1728996096', '1728996351', 'SG'],
|
1048 |
+
['1728996352', '1728997375', 'CN'],
|
1049 |
+
['1728997376', '1728998399', 'IN'],
|
1050 |
+
['1728998400', '1728998655', 'ID'],
|
1051 |
+
['1728998656', '1728998911', 'BD'],
|
1052 |
+
['1728998912', '1728999423', 'ID'],
|
1053 |
+
['1728999424', '1729000447', 'CN'],
|
1054 |
+
['1729000448', '1729001471', 'HK'],
|
1055 |
+
['1729001472', '1729002495', 'IN'],
|
1056 |
+
['1729002496', '1729003519', 'IN'],
|
1057 |
+
['1729003520', '1729004543', 'BD'],
|
1058 |
+
['1729004544', '1729005567', 'CN'],
|
1059 |
+
['1729005568', '1729006591', 'CN'],
|
1060 |
+
['1729006592', '1729007615', 'NZ'],
|
1061 |
+
['1729007616', '1729008639', 'HK'],
|
1062 |
+
['1729008640', '1729009663', 'JP'],
|
1063 |
+
['1729009664', '1729010687', 'JP'],
|
1064 |
+
['1729010688', '1729011711', 'CN'],
|
1065 |
+
['1729011712', '1729012735', 'IN'],
|
1066 |
+
['1729012736', '1729013759', 'TH'],
|
1067 |
+
['1729014784', '1729015807', 'AU'],
|
1068 |
+
['1729015808', '1729016831', 'JP'],
|
1069 |
+
['1729016832', '1729017855', 'IN'],
|
1070 |
+
['1729017856', '1729018111', 'MY'],
|
1071 |
+
['1729018112', '1729018367', 'SG'],
|
1072 |
+
['1729018368', '1729018879', 'AU'],
|
1073 |
+
['1729018880', '1729019903', 'IN'],
|
1074 |
+
['1729019904', '1729020159', 'ID'],
|
1075 |
+
['1729020160', '1729020415', 'BD'],
|
1076 |
+
['1729020416', '1729020671', 'PH'],
|
1077 |
+
['1729020672', '1729020927', 'ID'],
|
1078 |
+
['1729020928', '1729021951', 'IN'],
|
1079 |
+
['1729021952', '1729022975', 'AU'],
|
1080 |
+
['1729022976', '1729023999', 'BD'],
|
1081 |
+
['1729024000', '1729025023', 'IN'],
|
1082 |
+
['1729025024', '1729026047', 'SG'],
|
1083 |
+
['1729026048', '1729027071', 'NZ'],
|
1084 |
+
['1729027072', '1729028095', 'HK'],
|
1085 |
+
['1729028096', '1729029119', 'SG'],
|
1086 |
+
['1729029120', '1729029375', 'AU'],
|
1087 |
+
['1729029376', '1729029631', 'ID'],
|
1088 |
+
['1729029632', '1729029887', 'AU'],
|
1089 |
+
['1729029888', '1729030143', 'PK'],
|
1090 |
+
['1729030144', '1729031167', 'IN'],
|
1091 |
+
['1729031168', '1729032191', 'SG'],
|
1092 |
+
['1729032192', '1729033215', 'CN'],
|
1093 |
+
['1729033216', '1729034239', 'SG'],
|
1094 |
+
['1729034240', '1729035263', 'KH'],
|
1095 |
+
['1729035264', '1729036287', 'AU'],
|
1096 |
+
['1729036288', '1729037311', 'JP'],
|
1097 |
+
['1729037312', '1729038335', 'CN'],
|
1098 |
+
['1729038336', '1729039359', 'CN'],
|
1099 |
+
['1729040384', '1729041407', 'CN'],
|
1100 |
+
['1729041408', '1729042431', 'HK'],
|
1101 |
+
['1729042432', '1729043455', 'HK'],
|
1102 |
+
['1729043456', '1729044479', 'HK'],
|
1103 |
+
['1729044480', '1729045503', 'JP'],
|
1104 |
+
['1729045504', '1729046015', 'ID'],
|
1105 |
+
['1729046272', '1729046527', 'JP'],
|
1106 |
+
['1729046528', '1729047551', 'BD'],
|
1107 |
+
['1729047552', '1729048575', 'AU'],
|
1108 |
+
['1729048576', '1729049599', 'VN'],
|
1109 |
+
['1729049600', '1729050623', 'IN'],
|
1110 |
+
['1729050624', '1729051647', 'IN'],
|
1111 |
+
['1729051648', '1729052671', 'IN'],
|
1112 |
+
['1729052672', '1729053695', 'IN'],
|
1113 |
+
['1729053696', '1729054719', 'JP'],
|
1114 |
+
['1729054720', '1729055231', 'AU'],
|
1115 |
+
['1729055232', '1729055487', 'IN'],
|
1116 |
+
['1729055488', '1729055743', 'NZ'],
|
1117 |
+
['1729055744', '1729056767', 'JP'],
|
1118 |
+
['1729056768', '1729057791', 'IN'],
|
1119 |
+
['1729057792', '1729058815', 'HK'],
|
1120 |
+
['1729060864', '1729061887', 'CN'],
|
1121 |
+
['1729061888', '1729062911', 'SG'],
|
1122 |
+
['1729062912', '1729063935', 'MY'],
|
1123 |
+
['1729063936', '1729064959', 'JP'],
|
1124 |
+
['1729064960', '1729065983', 'PG'],
|
1125 |
+
['1729065984', '1729067007', 'JP'],
|
1126 |
+
['1729067008', '1729068031', 'HK'],
|
1127 |
+
['1729068032', '1729068287', 'IN'],
|
1128 |
+
['1729068288', '1729068543', 'US'],
|
1129 |
+
['1729068544', '1729069055', 'NZ'],
|
1130 |
+
['1729069056', '1729070079', 'AU'],
|
1131 |
+
['1729070080', '1729071103', 'HK'],
|
1132 |
+
['1729071104', '1729072127', 'MY'],
|
1133 |
+
['1729072128', '1729072639', 'BD'],
|
1134 |
+
['1729072640', '1729072895', 'BD'],
|
1135 |
+
['1729072896', '1729073151', 'ID'],
|
1136 |
+
['1729073152', '1729074175', 'TH'],
|
1137 |
+
['1729074176', '1729075199', 'AU'],
|
1138 |
+
['1729075200', '1729076223', 'NZ'],
|
1139 |
+
['1729076224', '1729076735', 'AU'],
|
1140 |
+
['1729076736', '1729076991', 'HK'],
|
1141 |
+
['1729076992', '1729077247', 'IN'],
|
1142 |
+
['1729077248', '1729078271', 'JP'],
|
1143 |
+
['1729078272', '1729079295', 'BD'],
|
1144 |
+
['1729079296', '1729080319', 'AU'],
|
1145 |
+
['1729080320', '1729081343', 'ID'],
|
1146 |
+
['1729081344', '1729081599', 'IN'],
|
1147 |
+
['1729081600', '1729081855', 'AU'],
|
1148 |
+
['1729081856', '1729082111', 'AU'],
|
1149 |
+
['1729082112', '1729082367', 'IN'],
|
1150 |
+
['1729082368', '1729083391', 'HK'],
|
1151 |
+
['1729083392', '1729084415', 'JP'],
|
1152 |
+
['1729084416', '1729085439', 'JP'],
|
1153 |
+
['1729085440', '1729086463', 'HK'],
|
1154 |
+
['1729086464', '1729087487', 'HK'],
|
1155 |
+
['1729087488', '1729088511', 'CN'],
|
1156 |
+
['1729088512', '1729089535', 'AU'],
|
1157 |
+
['1729089536', '1729090559', 'AU'],
|
1158 |
+
['1729090560', '1729091583', 'JP'],
|
1159 |
+
['1729091584', '1729092607', 'HK'],
|
1160 |
+
['1729093632', '1729094143', 'BD'],
|
1161 |
+
['1729094144', '1729094399', 'ID'],
|
1162 |
+
['1729094656', '1729095679', 'IN'],
|
1163 |
+
['1729095680', '1729096703', 'SG'],
|
1164 |
+
['1729096704', '1729097215', 'AU'],
|
1165 |
+
['1729097216', '1729097727', 'AF'],
|
1166 |
+
['1729097728', '1729098751', 'ID'],
|
1167 |
+
['1729098752', '1729099775', 'BD'],
|
1168 |
+
['1729099776', '1729100287', 'IN'],
|
1169 |
+
['1729100288', '1729100543', 'IN'],
|
1170 |
+
['1729100544', '1729100799', 'ID'],
|
1171 |
+
['1729100800', '1729101823', 'IN'],
|
1172 |
+
['1729101824', '1729102847', 'VN'],
|
1173 |
+
['1729102848', '1729103359', 'IN'],
|
1174 |
+
['1729103360', '1729103871', 'IN'],
|
1175 |
+
['1729103872', '1729104895', 'JP'],
|
1176 |
+
['1729104896', '1729105407', 'IN'],
|
1177 |
+
['1729105408', '1729105663', 'IN'],
|
1178 |
+
['1729105664', '1729105919', 'VU'],
|
1179 |
+
['1729105920', '1729106943', 'SG'],
|
1180 |
+
['1729106944', '1729107967', 'NZ'],
|
1181 |
+
['1729107968', '1729108479', 'BD'],
|
1182 |
+
['1729108480', '1729108991', 'HK'],
|
1183 |
+
['1729108992', '1729110015', 'IN'],
|
1184 |
+
['1729110016', '1729111039', 'IN'],
|
1185 |
+
['1729111040', '1729112063', 'JP'],
|
1186 |
+
['1729112064', '1729113087', 'MY'],
|
1187 |
+
['1729113088', '1729113599', 'IN'],
|
1188 |
+
['1729113600', '1729113855', 'IN'],
|
1189 |
+
['1729113856', '1729114111', 'IN'],
|
1190 |
+
['1729114112', '1729114623', 'ID'],
|
1191 |
+
['1729114624', '1729114879', 'IN'],
|
1192 |
+
['1729114880', '1729115135', 'AU'],
|
1193 |
+
['1729115136', '1729116159', 'CN'],
|
1194 |
+
['1729116160', '1729117183', 'IN'],
|
1195 |
+
['1729117184', '1729118207', 'KH'],
|
1196 |
+
['1729118208', '1729119231', 'AU'],
|
1197 |
+
['1729119232', '1729120255', 'IN'],
|
1198 |
+
['1729120256', '1729121279', 'BD'],
|
1199 |
+
['1729121280', '1729121535', 'IN'],
|
1200 |
+
['1729121536', '1729121791', 'ID'],
|
1201 |
+
['1729121792', '1729122047', 'ID'],
|
1202 |
+
['1729122048', '1729122303', 'ID'],
|
1203 |
+
['1729122304', '1729123327', 'CN'],
|
1204 |
+
['1729123328', '1729124351', 'CN'],
|
1205 |
+
['1729124352', '1729125375', 'CN'],
|
1206 |
+
['1729125376', '1729126399', 'AU'],
|
1207 |
+
['1729126400', '1729127423', 'AU'],
|
1208 |
+
['1729127424', '1729127679', 'IN'],
|
1209 |
+
['1729127680', '1729127935', 'IN'],
|
1210 |
+
['1729127936', '1729128447', 'SG'],
|
1211 |
+
['1729128448', '1729129471', 'IN'],
|
1212 |
+
['1729129472', '1729130495', 'CN'],
|
1213 |
+
['1729130496', '1729131519', 'ID'],
|
1214 |
+
['1729132544', '1729133567', 'BN'],
|
1215 |
+
['1729133568', '1729134591', 'CN'],
|
1216 |
+
['1729134592', '1729135615', 'AU'],
|
1217 |
+
['1729135616', '1729136127', 'ID'],
|
1218 |
+
['1729136128', '1729136639', 'AU'],
|
1219 |
+
['1729136640', '1729137663', 'ID'],
|
1220 |
+
['1729137664', '1729138687', 'IN'],
|
1221 |
+
['1729138688', '1729139711', 'IN'],
|
1222 |
+
['1729139712', '1729140735', 'AU'],
|
1223 |
+
['1729140736', '1729141759', 'BD'],
|
1224 |
+
['1729141760', '1729142783', 'PG'],
|
1225 |
+
['1729142784', '1729143807', 'JP'],
|
1226 |
+
['1729143808', '1729144831', 'IN'],
|
1227 |
+
['1729144832', '1729145855', 'PH'],
|
1228 |
+
['1729145856', '1729146879', 'NZ'],
|
1229 |
+
['1729146880', '1729147903', 'IN'],
|
1230 |
+
['1729147904', '1729148415', 'NZ'],
|
1231 |
+
['1729148416', '1729148927', 'MY'],
|
1232 |
+
['1729148928', '1729149951', 'HK'],
|
1233 |
+
['1729149952', '1729150975', 'ID'],
|
1234 |
+
['1729150976', '1729151999', 'AU'],
|
1235 |
+
['1729152000', '1729152255', 'IN'],
|
1236 |
+
['1729152256', '1729152511', 'ID'],
|
1237 |
+
['1729152512', '1729153023', 'ID'],
|
1238 |
+
['1729153024', '1729154047', 'IN'],
|
1239 |
+
['1729154048', '1729155071', 'TH'],
|
1240 |
+
['1729155072', '1729155583', 'IN'],
|
1241 |
+
['1729155584', '1729156095', 'AU'],
|
1242 |
+
['1729157120', '1729158143', 'HK'],
|
1243 |
+
['1729158144', '1729158399', 'ID'],
|
1244 |
+
['1729158400', '1729158655', 'IN'],
|
1245 |
+
['1729158656', '1729158911', 'IN'],
|
1246 |
+
['1729158912', '1729159167', 'ID'],
|
1247 |
+
['1729159168', '1729160191', 'JP'],
|
1248 |
+
['1729160192', '1729161215', 'HK'],
|
1249 |
+
['1729161216', '1729162239', 'ID'],
|
1250 |
+
['1729162240', '1729163263', 'JP'],
|
1251 |
+
['1729163264', '1729164287', 'TW'],
|
1252 |
+
['1729164288', '1729165311', 'TW'],
|
1253 |
+
['1729166336', '1729167359', 'HK'],
|
1254 |
+
['1729167360', '1729168383', 'IN'],
|
1255 |
+
['1729169408', '1729170431', 'TW'],
|
1256 |
+
['1729170432', '1729171455', 'HK'],
|
1257 |
+
['1729171456', '1729171967', 'AU'],
|
1258 |
+
['1729171968', '1729172223', 'IN'],
|
1259 |
+
['1729172224', '1729172479', 'MY'],
|
1260 |
+
['1729172480', '1729173503', 'PH'],
|
1261 |
+
['1729173504', '1729174527', 'BN'],
|
1262 |
+
['1729174528', '1729175551', 'HK'],
|
1263 |
+
['1729175552', '1729176575', 'HK'],
|
1264 |
+
['1729176576', '1729177599', 'BD'],
|
1265 |
+
['1729177600', '1729178623', 'CN'],
|
1266 |
+
['1729178624', '1729179647', 'NC'],
|
1267 |
+
['1729179648', '1729180671', 'IN'],
|
1268 |
+
['1729180672', '1729181695', 'ID'],
|
1269 |
+
['1729181696', '1729182207', 'AU'],
|
1270 |
+
['1729182208', '1729182463', 'ID'],
|
1271 |
+
['1729182464', '1729182719', 'AU'],
|
1272 |
+
['1729182720', '1729183743', 'AF'],
|
1273 |
+
['1729183744', '1729184767', 'CN'],
|
1274 |
+
['1729184768', '1729185791', 'BD'],
|
1275 |
+
['1729185792', '1729186815', 'HK'],
|
1276 |
+
['1729186816', '1729187327', 'ID'],
|
1277 |
+
['1729187328', '1729187583', 'MY'],
|
1278 |
+
['1729187584', '1729187839', 'ID'],
|
1279 |
+
['1729187840', '1729188863', 'IN'],
|
1280 |
+
['1729188864', '1729189887', 'IN'],
|
1281 |
+
['1729189888', '1729190911', 'VN'],
|
1282 |
+
['1729190912', '1729191935', 'HK'],
|
1283 |
+
['1729191936', '1729192959', 'IN'],
|
1284 |
+
['1729192960', '1729193983', 'IN'],
|
1285 |
+
['1729193984', '1729195007', 'IN'],
|
1286 |
+
['1729195008', '1729195519', 'MN'],
|
1287 |
+
['1729195520', '1729196031', 'IN'],
|
1288 |
+
['1729196032', '1729197055', 'GU'],
|
1289 |
+
['1729197056', '1729198079', 'HK'],
|
1290 |
+
['1729198080', '1729199103', 'CN'],
|
1291 |
+
['1729199104', '1729199615', 'MY'],
|
1292 |
+
['1729199616', '1729199871', 'JP'],
|
1293 |
+
['1729199872', '1729200127', 'TH'],
|
1294 |
+
['1729200128', '1729201151', 'IN'],
|
1295 |
+
['1729201152', '1729202175', 'AU'],
|
1296 |
+
['1729202176', '1729203199', 'CN'],
|
1297 |
+
['1729203200', '1729204223', 'SG'],
|
1298 |
+
['1729204224', '1729205247', 'SG'],
|
1299 |
+
['1729206272', '1729207295', 'AU'],
|
1300 |
+
['1729207296', '1729208319', 'IN'],
|
1301 |
+
['1729208320', '1729209343', 'CN'],
|
1302 |
+
['1729209344', '1729209599', 'ID'],
|
1303 |
+
['1729209600', '1729209855', 'AF'],
|
1304 |
+
['1729209856', '1729210367', 'AF'],
|
1305 |
+
['1729210368', '1729211391', 'MY'],
|
1306 |
+
['1729211392', '1729212415', 'ID'],
|
1307 |
+
['1729212416', '1729213439', 'JP'],
|
1308 |
+
['1729213440', '1729213951', 'BD'],
|
1309 |
+
['1729213952', '1729214463', 'ID'],
|
1310 |
+
['1729214464', '1729215487', 'JP'],
|
1311 |
+
['1729215488', '1729216511', 'JP'],
|
1312 |
+
['1729216512', '1729216767', 'ID'],
|
1313 |
+
['1729216768', '1729217023', 'AU'],
|
1314 |
+
['1729217024', '1729217535', 'IN'],
|
1315 |
+
['1729217536', '1729218559', 'HK'],
|
1316 |
+
['1729218560', '1729219583', 'PK'],
|
1317 |
+
['1729219584', '1729220607', 'CN'],
|
1318 |
+
['1729220608', '1729221631', 'MY'],
|
1319 |
+
['1729221632', '1729222655', 'KH'],
|
1320 |
+
['1729222656', '1729223679', 'AU'],
|
1321 |
+
['1729223680', '1729224703', 'AU'],
|
1322 |
+
['1729224704', '1729225727', 'AU'],
|
1323 |
+
['1729225728', '1729226751', 'CN'],
|
1324 |
+
['1729226752', '1729227775', 'AU'],
|
1325 |
+
['1729227776', '1729228799', 'VN'],
|
1326 |
+
['1729228800', '1729229823', 'TW'],
|
1327 |
+
['1729229824', '1729230847', 'ID'],
|
1328 |
+
['1729230848', '1729231103', 'PH'],
|
1329 |
+
['1729231104', '1729231359', 'TH'],
|
1330 |
+
['1729231360', '1729231871', 'AU'],
|
1331 |
+
['1729231872', '1729232383', 'AU'],
|
1332 |
+
['1729232384', '1729232895', 'AU'],
|
1333 |
+
['1729232896', '1729233919', 'MY'],
|
1334 |
+
['1729233920', '1729234943', 'VN'],
|
1335 |
+
['1729234944', '1729235967', 'PK'],
|
1336 |
+
['1729235968', '1729236991', 'PK'],
|
1337 |
+
['1729236992', '1729238015', 'ID'],
|
1338 |
+
['1729238016', '1729239039', 'PK'],
|
1339 |
+
['1729239040', '1729240063', 'JP'],
|
1340 |
+
['1729240064', '1729241087', 'ID'],
|
1341 |
+
['1729241088', '1729241599', 'ID'],
|
1342 |
+
['1729241600', '1729242111', 'ID'],
|
1343 |
+
['1729242112', '1729243135', 'AU'],
|
1344 |
+
['1729243136', '1729244159', 'AU'],
|
1345 |
+
['1729245184', '1729246207', 'AU'],
|
1346 |
+
['1729246208', '1729246719', 'AU'],
|
1347 |
+
['1729246720', '1729247231', 'AU'],
|
1348 |
+
['1729247232', '1729248255', 'NZ'],
|
1349 |
+
['1729248256', '1729249279', 'JP'],
|
1350 |
+
['1729249280', '1729250303', 'IN'],
|
1351 |
+
['1729250304', '1729251327', 'IN'],
|
1352 |
+
['1729251328', '1729252351', 'IN'],
|
1353 |
+
['1729252352', '1729253375', 'ID'],
|
1354 |
+
['1729253376', '1729254399', 'BD'],
|
1355 |
+
['1729254400', '1729255423', 'AU'],
|
1356 |
+
['1729255424', '1729256447', 'MY'],
|
1357 |
+
['1729256448', '1729257471', 'MY'],
|
1358 |
+
['1729257472', '1729258495', 'ID'],
|
1359 |
+
['1729258496', '1729259519', 'JP'],
|
1360 |
+
['1729259520', '1729260543', 'IN'],
|
1361 |
+
['1729260544', '1729261567', 'AU'],
|
1362 |
+
['1729261568', '1729262591', 'JP'],
|
1363 |
+
['1729262592', '1729262847', 'PK'],
|
1364 |
+
['1729262848', '1729263103', 'ID'],
|
1365 |
+
['1729263104', '1729263615', 'NZ'],
|
1366 |
+
['1729263616', '1729264639', 'IN'],
|
1367 |
+
['1729264640', '1729265663', 'AU'],
|
1368 |
+
['1729265664', '1729266687', 'TW'],
|
1369 |
+
['1729266688', '1729267711', 'ID'],
|
1370 |
+
['1729267712', '1729268735', 'NZ'],
|
1371 |
+
['1729268736', '1729269759', 'IN'],
|
1372 |
+
['1729269760', '1729270783', 'ID'],
|
1373 |
+
['1729270784', '1729271807', 'AU'],
|
1374 |
+
['1729271808', '1729272063', 'IN'],
|
1375 |
+
['1729272064', '1729272319', 'ID'],
|
1376 |
+
['1729272320', '1729272831', 'AU'],
|
1377 |
+
['1729272832', '1729273855', 'IN'],
|
1378 |
+
['1729273856', '1729274879', 'AF'],
|
1379 |
+
['1729274880', '1729275903', 'IN'],
|
1380 |
+
['1729275904', '1729276927', 'IN'],
|
1381 |
+
['1729276928', '1729277951', 'BN'],
|
1382 |
+
['1729277952', '1729278975', 'VN'],
|
1383 |
+
['1729278976', '1729279231', 'BD'],
|
1384 |
+
['1729279232', '1729279487', 'ID'],
|
1385 |
+
['1729279488', '1729279999', 'HK'],
|
1386 |
+
['1729281024', '1729281279', 'AU'],
|
1387 |
+
['1729281280', '1729281535', 'AU'],
|
1388 |
+
['1729281536', '1729282047', 'ID'],
|
1389 |
+
['1729282048', '1729283071', 'CN'],
|
1390 |
+
['1729283072', '1729284095', 'AU'],
|
1391 |
+
['1729284096', '1729285119', 'NZ'],
|
1392 |
+
['1729286144', '1729287167', 'CN'],
|
1393 |
+
['1729287168', '1729288191', 'CN'],
|
1394 |
+
['1729288192', '1729289215', 'IN'],
|
1395 |
+
['1729289216', '1729290239', 'ID'],
|
1396 |
+
['1729290240', '1729291263', 'CN'],
|
1397 |
+
['1729291264', '1729292287', 'PH'],
|
1398 |
+
['1729293312', '1729294335', 'ID'],
|
1399 |
+
['1729294336', '1729294591', 'ID'],
|
1400 |
+
['1729294592', '1729294847', 'AU'],
|
1401 |
+
['1729294848', '1729295103', 'IN'],
|
1402 |
+
['1729295104', '1729295359', 'PK'],
|
1403 |
+
['1729295360', '1729296383', 'MY'],
|
1404 |
+
['1729296384', '1729297407', 'IN'],
|
1405 |
+
['1729297408', '1729298431', 'AU'],
|
1406 |
+
['1729298432', '1729299455', 'CN'],
|
1407 |
+
['1729299456', '1729300479', 'NZ'],
|
1408 |
+
['1729300480', '1729300991', 'SG'],
|
1409 |
+
['1729300992', '1729301503', 'NZ'],
|
1410 |
+
['1729301504', '1729302527', 'CN'],
|
1411 |
+
['1729302528', '1729302783', 'PH'],
|
1412 |
+
['1729302784', '1729303039', 'IN'],
|
1413 |
+
['1729303040', '1729303551', 'IN'],
|
1414 |
+
['1729303552', '1729304575', 'SG'],
|
1415 |
+
['1729304576', '1729305599', 'HK'],
|
1416 |
+
['1729306624', '1729307647', 'PH'],
|
1417 |
+
['1729307648', '1729307903', 'BD'],
|
1418 |
+
['1729307904', '1729308159', 'ID'],
|
1419 |
+
['1729308160', '1729308415', 'HK'],
|
1420 |
+
['1729308416', '1729308671', 'IN'],
|
1421 |
+
['1729308672', '1729309695', 'CN'],
|
1422 |
+
['1729309696', '1729310719', 'CN'],
|
1423 |
+
['1729311744', '1729312767', 'IN'],
|
1424 |
+
['1729312768', '1729313791', 'ID'],
|
1425 |
+
['1729313792', '1729314815', 'AU'],
|
1426 |
+
['1729314816', '1729315839', 'CN'],
|
1427 |
+
['1729315840', '1729316863', 'CN'],
|
1428 |
+
['1729316864', '1729317887', 'CN'],
|
1429 |
+
['1729317888', '1729318911', 'ID'],
|
1430 |
+
['1729318912', '1729319423', 'ID'],
|
1431 |
+
['1729319424', '1729319935', 'SG'],
|
1432 |
+
['1729319936', '1729320959', 'US'],
|
1433 |
+
['1729320960', '1729321983', 'IN'],
|
1434 |
+
['1729321984', '1729323007', 'AU'],
|
1435 |
+
['1729323008', '1729324031', 'VN'],
|
1436 |
+
['1729324032', '1729325055', 'NZ'],
|
1437 |
+
['1729325056', '1729326079', 'TH'],
|
1438 |
+
['1729326080', '1729327103', 'ID'],
|
1439 |
+
['1729327104', '1729328127', 'AU'],
|
1440 |
+
['1729328128', '1729329151', 'JP'],
|
1441 |
+
['1729330176', '1729331199', 'KR'],
|
1442 |
+
['1729331200', '1729331711', 'IN'],
|
1443 |
+
['1729331712', '1729332223', 'BD'],
|
1444 |
+
['1729332224', '1729333247', 'IN'],
|
1445 |
+
['1729333248', '1729334271', 'IN'],
|
1446 |
+
['1729334272', '1729335295', 'IN'],
|
1447 |
+
['1729335296', '1729336319', 'AU'],
|
1448 |
+
['1729336320', '1729337343', 'IN'],
|
1449 |
+
['1729337344', '1729338367', 'IN'],
|
1450 |
+
['1729339392', '1729340415', 'JP'],
|
1451 |
+
['1729340416', '1729341439', 'VN'],
|
1452 |
+
['1729341440', '1729341951', 'IN'],
|
1453 |
+
['1729341952', '1729342463', 'AU'],
|
1454 |
+
['1729342464', '1729343487', 'AU'],
|
1455 |
+
['1729343488', '1729344511', 'ID'],
|
1456 |
+
['1729344512', '1729345535', 'ID'],
|
1457 |
+
['1729345536', '1729346559', 'ID'],
|
1458 |
+
['1729346560', '1729347583', 'HK'],
|
1459 |
+
['1729347584', '1729348607', 'AU'],
|
1460 |
+
['1729348608', '1729349631', 'IN'],
|
1461 |
+
['1729349632', '1729350655', 'IN'],
|
1462 |
+
['1729350656', '1729351679', 'ID'],
|
1463 |
+
['1729351680', '1729352703', 'ID'],
|
1464 |
+
['1729352704', '1729353727', 'IN'],
|
1465 |
+
['1729353728', '1729353983', 'AU'],
|
1466 |
+
['1729353984', '1729354239', 'IN'],
|
1467 |
+
['1729354240', '1729354495', 'AU'],
|
1468 |
+
['1729354496', '1729354751', 'MY'],
|
1469 |
+
['1729354752', '1729355775', 'VN'],
|
1470 |
+
['1729355776', '1729356799', 'IN'],
|
1471 |
+
['1729356800', '1729357823', 'ID'],
|
1472 |
+
['1729357824', '1729358847', 'CN'],
|
1473 |
+
['1729358848', '1729359871', 'HK'],
|
1474 |
+
['1729359872', '1729360895', 'JP'],
|
1475 |
+
['1729360896', '1729361919', 'AU'],
|
1476 |
+
['1729361920', '1729362943', 'IN'],
|
1477 |
+
['1729362944', '1729363967', 'BD'],
|
1478 |
+
['1729363968', '1729364991', 'PK'],
|
1479 |
+
['1729364992', '1729366015', 'JP'],
|
1480 |
+
['1729366016', '1729367039', 'JP'],
|
1481 |
+
['1729367040', '1729368063', 'CN'],
|
1482 |
+
['1729368064', '1729368319', 'AU'],
|
1483 |
+
['1729368320', '1729368575', 'AU'],
|
1484 |
+
['1729368576', '1729369087', 'AU'],
|
1485 |
+
['1729369088', '1729369343', 'AU'],
|
1486 |
+
['1729369344', '1729369599', 'ID'],
|
1487 |
+
['1729369600', '1729370111', 'AU'],
|
1488 |
+
['1729370112', '1729371135', 'BN'],
|
1489 |
+
['1729371136', '1729372159', 'IN'],
|
1490 |
+
['1729372160', '1729373183', 'CN'],
|
1491 |
+
['1729373184', '1729374207', 'JP'],
|
1492 |
+
['1729374208', '1729375231', 'TW'],
|
1493 |
+
['1729375232', '1729376255', 'CN'],
|
1494 |
+
['1729376256', '1729376511', 'AU'],
|
1495 |
+
['1729376512', '1729376767', 'AU'],
|
1496 |
+
['1729376768', '1729377023', 'SG'],
|
1497 |
+
['1729377024', '1729377279', 'ID'],
|
1498 |
+
['1729377280', '1729378303', 'BD'],
|
1499 |
+
['1729378304', '1729378559', 'AU'],
|
1500 |
+
['1729378560', '1729378815', 'IN'],
|
1501 |
+
['1729378816', '1729379071', 'KR'],
|
1502 |
+
['1729379072', '1729379327', 'SG'],
|
1503 |
+
['1729379328', '1729380351', 'HK'],
|
1504 |
+
['1729380352', '1729381375', 'IN'],
|
1505 |
+
['1729381376', '1729382399', 'CN'],
|
1506 |
+
['1729382400', '1729383423', 'JP'],
|
1507 |
+
['1729383424', '1729384447', 'PG'],
|
1508 |
+
['1729384448', '1729385471', 'KH'],
|
1509 |
+
['1729385472', '1729386495', 'JP'],
|
1510 |
+
['1729386496', '1729386751', 'NZ'],
|
1511 |
+
['1729386752', '1729387007', 'BD'],
|
1512 |
+
['1729387008', '1729387519', 'ID'],
|
1513 |
+
['1729387520', '1729388543', 'SG'],
|
1514 |
+
['1729390592', '1729391103', 'IN'],
|
1515 |
+
['1729391104', '1729391615', 'ID'],
|
1516 |
+
['1729392640', '1729393663', 'CN'],
|
1517 |
+
['1729393664', '1729394687', 'KR'],
|
1518 |
+
['1729394688', '1729395711', 'TH'],
|
1519 |
+
['1729395712', '1729395967', 'NR'],
|
1520 |
+
['1729395968', '1729396223', 'IN'],
|
1521 |
+
['1729396224', '1729396735', 'IN'],
|
1522 |
+
['1729396736', '1729397759', 'CN'],
|
1523 |
+
['1729397760', '1729398783', 'PK'],
|
1524 |
+
['1729398784', '1729399807', 'NZ'],
|
1525 |
+
['1729399808', '1729400831', 'BD'],
|
1526 |
+
['1729400832', '1729401855', 'VN'],
|
1527 |
+
['1729401856', '1729402879', 'VN'],
|
1528 |
+
['1729402880', '1729403903', 'MN'],
|
1529 |
+
['1729403904', '1729404927', 'JP'],
|
1530 |
+
['1729404928', '1729405951', 'CN'],
|
1531 |
+
['1729405952', '1729406207', 'IN'],
|
1532 |
+
['1729406208', '1729406463', 'HK'],
|
1533 |
+
['1729406464', '1729406975', 'ID'],
|
1534 |
+
['1729406976', '1729407999', 'SG'],
|
1535 |
+
['1729408000', '1729409023', 'HK'],
|
1536 |
+
['1729409024', '1729410047', 'TW'],
|
1537 |
+
['1729410048', '1729411071', 'BD'],
|
1538 |
+
['1729411072', '1729412095', 'ID'],
|
1539 |
+
['1729412096', '1729413119', 'ID'],
|
1540 |
+
['1729413120', '1729414143', 'HK'],
|
1541 |
+
['1729414144', '1729414655', 'ID'],
|
1542 |
+
['1729415168', '1729416191', 'AU'],
|
1543 |
+
['1729416192', '1729417215', 'TH'],
|
1544 |
+
['1729417216', '1729418239', 'AU'],
|
1545 |
+
['1729418240', '1729419263', 'IN'],
|
1546 |
+
['1729419264', '1729419519', 'AU'],
|
1547 |
+
['1729419520', '1729419775', 'SG'],
|
1548 |
+
['1729419776', '1729420031', 'IN'],
|
1549 |
+
['1729420288', '1729421311', 'HK'],
|
1550 |
+
['1729421312', '1729422335', 'MY'],
|
1551 |
+
['1729423360', '1729423871', 'VU'],
|
1552 |
+
['1729423872', '1729424383', 'AU'],
|
1553 |
+
['1729424384', '1729425407', 'HK'],
|
1554 |
+
['1729426432', '1729426687', 'AU'],
|
1555 |
+
['1729426688', '1729426943', 'AU'],
|
1556 |
+
['1729426944', '1729427455', 'AU'],
|
1557 |
+
['1729427456', '1729428479', 'CN'],
|
1558 |
+
['1729428480', '1729429503', 'AU'],
|
1559 |
+
['1729429504', '1729430527', 'AU'],
|
1560 |
+
['1729431552', '1729432575', 'HK'],
|
1561 |
+
['1729432576', '1729433599', 'PH'],
|
1562 |
+
['1729433600', '1729433855', 'IN'],
|
1563 |
+
['1729433856', '1729434111', 'AU'],
|
1564 |
+
['1729434112', '1729434623', 'IN'],
|
1565 |
+
['1729434624', '1729435647', 'AU'],
|
1566 |
+
['1729435648', '1729436671', 'TH'],
|
1567 |
+
['1729436672', '1729437695', 'SG'],
|
1568 |
+
['1729437696', '1729438719', 'MY'],
|
1569 |
+
['1729438720', '1729439743', 'JP'],
|
1570 |
+
['1729439744', '1729440767', 'BD'],
|
1571 |
+
['1729440768', '1729441791', 'MY'],
|
1572 |
+
['1729441792', '1729442815', 'AU'],
|
1573 |
+
['1729442816', '1729443839', 'IN'],
|
1574 |
+
['1729443840', '1729444351', 'AU'],
|
1575 |
+
['1729444352', '1729444863', 'AE'],
|
1576 |
+
['1729444864', '1729445887', 'TW'],
|
1577 |
+
['1729445888', '1729446399', 'SG'],
|
1578 |
+
['1729446400', '1729446655', 'IN'],
|
1579 |
+
['1729446656', '1729446911', 'IN'],
|
1580 |
+
['1729446912', '1729447935', 'SG'],
|
1581 |
+
['1729447936', '1729448959', 'BD'],
|
1582 |
+
['1729448960', '1729449983', 'IN'],
|
1583 |
+
['1729449984', '1729450239', 'SG'],
|
1584 |
+
['1729450240', '1729450495', 'SG'],
|
1585 |
+
['1729450496', '1729451007', 'IN'],
|
1586 |
+
['1729451008', '1729452031', 'ID'],
|
1587 |
+
['1729452032', '1729453055', 'MY'],
|
1588 |
+
['1729453056', '1729454079', 'ID'],
|
1589 |
+
['1729455104', '1729456127', 'JP'],
|
1590 |
+
['1729456128', '1729457151', 'JP'],
|
1591 |
+
['1729457152', '1729458175', 'AU'],
|
1592 |
+
['1729458176', '1729459199', 'CN'],
|
1593 |
+
['1729459200', '1729460223', 'CN'],
|
1594 |
+
['1729460224', '1729461247', 'VN'],
|
1595 |
+
['1729461248', '1729462271', 'IN'],
|
1596 |
+
['1729462272', '1729463295', 'AU'],
|
1597 |
+
['1729463296', '1729464319', 'AU'],
|
1598 |
+
['1729464320', '1729465343', 'CN'],
|
1599 |
+
['1729465344', '1729466367', 'CN'],
|
1600 |
+
['1729466368', '1729467391', 'AU'],
|
1601 |
+
['1729467392', '1729468415', 'VN'],
|
1602 |
+
['1729468416', '1729469439', 'MY'],
|
1603 |
+
['1729469440', '1729470463', 'AU'],
|
1604 |
+
['1729470464', '1729471487', 'IN'],
|
1605 |
+
['1729471488', '1729472511', 'LK'],
|
1606 |
+
['1729472512', '1729473535', 'PH'],
|
1607 |
+
['1729473536', '1729474559', 'NZ'],
|
1608 |
+
['1729474560', '1729475583', 'CN'],
|
1609 |
+
['1729475584', '1729476607', 'MY'],
|
1610 |
+
['1729476608', '1729477631', 'IN'],
|
1611 |
+
['1729478656', '1729478911', 'BD'],
|
1612 |
+
['1729478912', '1729479167', 'NZ'],
|
1613 |
+
['1729479168', '1729479423', 'NZ'],
|
1614 |
+
['1729479680', '1729480703', 'TW'],
|
1615 |
+
['1729480704', '1729481727', 'KR'],
|
1616 |
+
['1729481728', '1729482751', 'ID'],
|
1617 |
+
['1729482752', '1729483775', 'CN'],
|
1618 |
+
['1729483776', '1729484799', 'ID'],
|
1619 |
+
['1729484800', '1729485823', 'ID'],
|
1620 |
+
['1729486848', '1729487871', 'ID'],
|
1621 |
+
['1729487872', '1729488127', 'ID'],
|
1622 |
+
['1729488128', '1729488383', 'ID'],
|
1623 |
+
['1729488384', '1729488895', 'SB'],
|
1624 |
+
['1729488896', '1729489919', 'IN'],
|
1625 |
+
['1729489920', '1729490943', 'IN'],
|
1626 |
+
['1729490944', '1729491967', 'CN'],
|
1627 |
+
['1729491968', '1729492991', 'US'],
|
1628 |
+
['1729492992', '1729494015', 'SB'],
|
1629 |
+
['1729494016', '1729495039', 'MY'],
|
1630 |
+
['1729495040', '1729496063', 'CN'],
|
1631 |
+
['1729496064', '1729497087', 'CN'],
|
1632 |
+
['1729497088', '1729498111', 'CN'],
|
1633 |
+
['1729498112', '1729499135', 'CN'],
|
1634 |
+
['1729499136', '1729500159', 'CN'],
|
1635 |
+
['1729500160', '1729501183', 'CN'],
|
1636 |
+
['1729501184', '1729502207', 'CN'],
|
1637 |
+
['1729502208', '1729503231', 'CN'],
|
1638 |
+
['1729503232', '1729504255', 'CN'],
|
1639 |
+
['1729504256', '1729505279', 'CN'],
|
1640 |
+
['1729505280', '1729506303', 'CN'],
|
1641 |
+
['1729506304', '1729507327', 'CN'],
|
1642 |
+
['1729507328', '1729508351', 'CN'],
|
1643 |
+
['1729508352', '1729509375', 'CN'],
|
1644 |
+
['1729509376', '1729510399', 'CN'],
|
1645 |
+
['1729510400', '1729511423', 'CN'],
|
1646 |
+
['1729511424', '1729512447', 'CN'],
|
1647 |
+
['1729512448', '1729513471', 'CN'],
|
1648 |
+
['1729513472', '1729514495', 'CN'],
|
1649 |
+
['1729514496', '1729515519', 'CN'],
|
1650 |
+
['1729515520', '1729516543', 'CN'],
|
1651 |
+
['1729516544', '1729517567', 'CN'],
|
1652 |
+
['1729517568', '1729518591', 'CN'],
|
1653 |
+
['1729518592', '1729519615', 'CN'],
|
1654 |
+
['1729520640', '1729521663', 'CN'],
|
1655 |
+
['1729521664', '1729522687', 'CN'],
|
1656 |
+
['1729522688', '1729523711', 'CN'],
|
1657 |
+
['1729523712', '1729524735', 'CN'],
|
1658 |
+
['1729524736', '1729525759', 'CN'],
|
1659 |
+
['1729525760', '1729526783', 'CN'],
|
1660 |
+
['1729526784', '1729527807', 'CN'],
|
1661 |
+
['1729527808', '1729528831', 'SG'],
|
1662 |
+
['1729528832', '1729529855', 'ID'],
|
1663 |
+
['1729529856', '1729530879', 'ID'],
|
1664 |
+
['1729530880', '1729531903', 'IN'],
|
1665 |
+
['1729531904', '1729532927', 'AU'],
|
1666 |
+
['1729532928', '1729533951', 'MY'],
|
1667 |
+
['1729533952', '1729534975', 'JP'],
|
1668 |
+
['1729534976', '1729535999', 'TW'],
|
1669 |
+
['1729536000', '1729537023', 'MY'],
|
1670 |
+
['1729537024', '1729537535', 'ID'],
|
1671 |
+
['1729537536', '1729537791', 'ID'],
|
1672 |
+
['1729537792', '1729538047', 'JP'],
|
1673 |
+
['1729538048', '1729539071', 'SG'],
|
1674 |
+
['1729539072', '1729540095', 'IN'],
|
1675 |
+
['1729540096', '1729541119', 'AU'],
|
1676 |
+
['1729541120', '1729542143', 'TH'],
|
1677 |
+
['1729542144', '1729543167', 'AU'],
|
1678 |
+
['1729543168', '1729544191', 'CN'],
|
1679 |
+
['1729544192', '1729545215', 'IN'],
|
1680 |
+
['1729545216', '1729546239', 'AU'],
|
1681 |
+
['1729546240', '1729547263', 'US'],
|
1682 |
+
['1729547264', '1729548287', 'ID'],
|
1683 |
+
['1729548544', '1729548799', 'AU'],
|
1684 |
+
['1729548800', '1729549311', 'AU'],
|
1685 |
+
['1729549312', '1729550335', 'TW'],
|
1686 |
+
['1729550336', '1729551359', 'MY'],
|
1687 |
+
['1729551360', '1729552383', 'KR'],
|
1688 |
+
['1729552384', '1729553407', 'AU'],
|
1689 |
+
['1729553408', '1729554431', 'CN'],
|
1690 |
+
['1729554432', '1729554943', 'ID'],
|
1691 |
+
['1729554944', '1729555455', 'NZ'],
|
1692 |
+
['1729555456', '1729556479', 'IN'],
|
1693 |
+
['1729556480', '1729557503', 'ID'],
|
1694 |
+
['1729557504', '1729558527', 'NZ'],
|
1695 |
+
['1729558528', '1729559551', 'ID'],
|
1696 |
+
['1729559552', '1729560575', 'CN'],
|
1697 |
+
['1729560576', '1729561599', 'AU'],
|
1698 |
+
['1729561600', '1729562623', 'JP'],
|
1699 |
+
['1729562624', '1729563647', 'CN'],
|
1700 |
+
['1729563648', '1729564671', 'JP'],
|
1701 |
+
['1729564672', '1729565695', 'NZ'],
|
1702 |
+
['1729565696', '1729566719', 'ID'],
|
1703 |
+
['1729566720', '1729567743', 'IN'],
|
1704 |
+
['1729567744', '1729567999', 'IN'],
|
1705 |
+
['1729568000', '1729568255', 'IN'],
|
1706 |
+
['1729568256', '1729568511', 'ID'],
|
1707 |
+
['1729568512', '1729568767', 'BD'],
|
1708 |
+
['1729568768', '1729569791', 'ID'],
|
1709 |
+
['1729569792', '1729570815', 'AF'],
|
1710 |
+
['1729570816', '1729571839', 'BD'],
|
1711 |
+
['1729571840', '1729572863', 'MY'],
|
1712 |
+
['1729572864', '1729573887', 'MN'],
|
1713 |
+
['1729573888', '1729574911', 'NC'],
|
1714 |
+
['1729574912', '1729575935', 'CN'],
|
1715 |
+
['1729575936', '1729576959', 'BD'],
|
1716 |
+
['1729576960', '1729577983', 'AU'],
|
1717 |
+
['1729577984', '1729578495', 'HK'],
|
1718 |
+
['1729578496', '1729578751', 'AU'],
|
1719 |
+
['1729578752', '1729579007', 'NZ'],
|
1720 |
+
['1729579008', '1729580031', 'JP'],
|
1721 |
+
['1729580032', '1729581055', 'SG'],
|
1722 |
+
['1729581056', '1729583103', 'KR'],
|
1723 |
+
['1729585152', '1729586175', 'PH'],
|
1724 |
+
['1729586176', '1729587199', 'ID'],
|
1725 |
+
['1729587200', '1729588223', 'AU'],
|
1726 |
+
['1729588224', '1729589247', 'TW'],
|
1727 |
+
['1729589248', '1729590271', 'AU'],
|
1728 |
+
['1729590272', '1729590783', 'ID'],
|
1729 |
+
['1729590784', '1729591295', 'IN'],
|
1730 |
+
['1729591296', '1729592319', 'TH'],
|
1731 |
+
['1729592320', '1729593343', 'IN'],
|
1732 |
+
['1729593344', '1729594367', 'JP'],
|
1733 |
+
['1729594368', '1729595391', 'KH'],
|
1734 |
+
['1729595392', '1729596415', 'KH'],
|
1735 |
+
['1729596416', '1729596671', 'IN'],
|
1736 |
+
['1729596672', '1729596927', 'ID'],
|
1737 |
+
['1729596928', '1729597439', 'NZ'],
|
1738 |
+
['1729597440', '1729598463', 'VN'],
|
1739 |
+
['1729598464', '1729598975', 'IN'],
|
1740 |
+
['1729598976', '1729599231', 'IN'],
|
1741 |
+
['1729599232', '1729599487', 'ID'],
|
1742 |
+
['1729599488', '1729600511', 'AU'],
|
1743 |
+
['1729600512', '1729601535', 'VN'],
|
1744 |
+
['1729601536', '1729602559', 'CN'],
|
1745 |
+
['1729602560', '1729603583', 'CN'],
|
1746 |
+
['1729603584', '1729604607', 'HK'],
|
1747 |
+
['1729605120', '1729605375', 'AU'],
|
1748 |
+
['1729605376', '1729605631', 'ID'],
|
1749 |
+
['1729605632', '1729606655', 'CN'],
|
1750 |
+
['1729606656', '1729607679', 'ID'],
|
1751 |
+
['1729607680', '1729608703', 'AU'],
|
1752 |
+
['1729608704', '1729609727', 'AU'],
|
1753 |
+
['1729609728', '1729610751', 'HK'],
|
1754 |
+
['1729611776', '1729612799', 'ID'],
|
1755 |
+
['1729612800', '1729613823', 'BD'],
|
1756 |
+
['1729613824', '1729614847', 'SG'],
|
1757 |
+
['1729614848', '1729615103', 'NZ'],
|
1758 |
+
['1729615104', '1729615359', 'KH'],
|
1759 |
+
['1729615360', '1729615615', 'IN'],
|
1760 |
+
['1729615616', '1729615871', 'MY'],
|
1761 |
+
['1729615872', '1729616895', 'AU'],
|
1762 |
+
['1729616896', '1729617919', 'JP'],
|
1763 |
+
['1729617920', '1729618943', 'ID'],
|
1764 |
+
['1729618944', '1729619967', 'CN'],
|
1765 |
+
['1729619968', '1729620479', 'ID'],
|
1766 |
+
['1729620480', '1729620991', 'ID'],
|
1767 |
+
['1729620992', '1729622015', 'IN'],
|
1768 |
+
['1729622016', '1729623039', 'ID'],
|
1769 |
+
['1729623040', '1729623295', 'ID'],
|
1770 |
+
['1729623296', '1729623551', 'AU'],
|
1771 |
+
['1729623552', '1729623807', 'TH'],
|
1772 |
+
['1729624064', '1729625087', 'JP'],
|
1773 |
+
['1729626112', '1729627135', 'HK'],
|
1774 |
+
['1729627136', '1729628159', 'SG'],
|
1775 |
+
['1729628160', '1729629183', 'KR'],
|
1776 |
+
['1729629184', '1729629695', 'ID'],
|
1777 |
+
['1729629696', '1729629951', 'AU'],
|
1778 |
+
['1729629952', '1729630207', 'HK'],
|
1779 |
+
['1729630208', '1729631231', 'PH'],
|
1780 |
+
['1729631232', '1729632255', 'IN'],
|
1781 |
+
['1729632256', '1729633279', 'CN'],
|
1782 |
+
['1729633280', '1729634303', 'NZ'],
|
1783 |
+
['1729634304', '1729635327', 'KH'],
|
1784 |
+
['1729635328', '1729636351', 'IN'],
|
1785 |
+
['1729636352', '1729637375', 'NZ'],
|
1786 |
+
['1729637376', '1729637887', 'SG'],
|
1787 |
+
['1729637888', '1729638143', 'IN'],
|
1788 |
+
['1729638144', '1729638399', 'AU'],
|
1789 |
+
['1729638400', '1729639423', 'ID'],
|
1790 |
+
['1729639424', '1729640447', 'JP'],
|
1791 |
+
['1729640448', '1729641471', 'ID'],
|
1792 |
+
['1729641472', '1729642495', 'IN'],
|
1793 |
+
['1729642496', '1729643519', 'AU'],
|
1794 |
+
['1729643520', '1729644543', 'JP'],
|
1795 |
+
['1729644544', '1729645567', 'ID'],
|
1796 |
+
['1729645568', '1729645823', 'ID'],
|
1797 |
+
['1729645824', '1729646079', 'SG'],
|
1798 |
+
['1729646080', '1729646591', 'PG'],
|
1799 |
+
['1729646592', '1729647615', 'IN'],
|
1800 |
+
['1729647616', '1729648639', 'IN'],
|
1801 |
+
['1729648640', '1729649663', 'IN'],
|
1802 |
+
['1729649664', '1729650687', 'HK'],
|
1803 |
+
['1729650688', '1729651711', 'PK'],
|
1804 |
+
['1729651712', '1729652735', 'TW'],
|
1805 |
+
['1729652736', '1729653759', 'ID'],
|
1806 |
+
['1729653760', '1729654783', 'IN'],
|
1807 |
+
['1729654784', '1729655807', 'NC'],
|
1808 |
+
['1729655808', '1729656831', 'CN'],
|
1809 |
+
['1729656832', '1729657855', 'AU'],
|
1810 |
+
['1729657856', '1729658879', 'IN'],
|
1811 |
+
['1729658880', '1729659903', 'CN'],
|
1812 |
+
['1729659904', '1729660415', 'AU'],
|
1813 |
+
['1729660416', '1729660671', 'MY'],
|
1814 |
+
['1729660672', '1729660927', 'IN'],
|
1815 |
+
['1729660928', '1729661951', 'NZ'],
|
1816 |
+
['1729661952', '1729662975', 'NZ'],
|
1817 |
+
['1729662976', '1729663999', 'CN'],
|
1818 |
+
['1729664000', '1729665023', 'ID'],
|
1819 |
+
['1729665024', '1729666047', 'HK'],
|
1820 |
+
['1729666048', '1729667071', 'SG'],
|
1821 |
+
['1729667072', '1729668095', 'JP'],
|
1822 |
+
['1729668096', '1729669119', 'SG'],
|
1823 |
+
['1729669120', '1729670143', 'JP'],
|
1824 |
+
['1729670144', '1729671167', 'IN'],
|
1825 |
+
['1729671168', '1729672191', 'CN'],
|
1826 |
+
['1729672192', '1729673215', 'IN'],
|
1827 |
+
['1729673216', '1729674239', 'CN'],
|
1828 |
+
['1729674240', '1729675263', 'IN'],
|
1829 |
+
['1729675264', '1729676287', 'JP'],
|
1830 |
+
['1729676288', '1729677311', 'AU'],
|
1831 |
+
['1729677312', '1729678335', 'IN'],
|
1832 |
+
['1729678336', '1729679359', 'HK'],
|
1833 |
+
['1729679360', '1729679871', 'AU'],
|
1834 |
+
['1729679872', '1729680383', 'AU'],
|
1835 |
+
['1729680384', '1729681407', 'ID'],
|
1836 |
+
['1729681408', '1729682431', 'HK'],
|
1837 |
+
['1729682432', '1729683455', 'CN'],
|
1838 |
+
['1729683456', '1729684479', 'HK'],
|
1839 |
+
['1729684480', '1729685503', 'CN'],
|
1840 |
+
['1729685504', '1729686527', 'IN'],
|
1841 |
+
['1729686528', '1729687551', 'IN'],
|
1842 |
+
['1729687552', '1729688575', 'AU'],
|
1843 |
+
['1729688576', '1729689599', 'VN'],
|
1844 |
+
['1729689600', '1729690623', 'CN'],
|
1845 |
+
['1729690624', '1729691647', 'CN'],
|
1846 |
+
['1729691648', '1729692671', 'IN'],
|
1847 |
+
['1729692672', '1729693695', 'IN'],
|
1848 |
+
['1729693696', '1729694207', 'CN'],
|
1849 |
+
['1729694208', '1729694719', 'IN'],
|
1850 |
+
['1729694720', '1729695743', 'MM'],
|
1851 |
+
['1729695744', '1729696767', 'KR'],
|
1852 |
+
['1729696768', '1729697791', 'CN'],
|
1853 |
+
['1729697792', '1729698815', 'CN'],
|
1854 |
+
['1729698816', '1729699839', 'CN'],
|
1855 |
+
['1729699840', '1729700863', 'CN'],
|
1856 |
+
['1729700864', '1729701887', 'CN'],
|
1857 |
+
['1729701888', '1729702911', 'CN'],
|
1858 |
+
['1729702912', '1729703935', 'IN'],
|
1859 |
+
['1729703936', '1729704959', 'CN'],
|
1860 |
+
['1729704960', '1729705215', 'SG'],
|
1861 |
+
['1729705216', '1729705471', 'AU'],
|
1862 |
+
['1729705472', '1729705983', 'ID'],
|
1863 |
+
['1729705984', '1729707007', 'AU'],
|
1864 |
+
['1729707008', '1729708031', 'HK'],
|
1865 |
+
['1729708032', '1729709055', 'CN'],
|
1866 |
+
['1729709056', '1729710079', 'CN'],
|
1867 |
+
['1729710080', '1729711103', 'HK'],
|
1868 |
+
['1729711104', '1729712127', 'MM'],
|
1869 |
+
['1729712128', '1729713151', 'BD'],
|
1870 |
+
['1729713152', '1729714175', 'IN'],
|
1871 |
+
['1729714176', '1729715199', 'JP'],
|
1872 |
+
['1729715200', '1729716223', 'IN'],
|
1873 |
+
['1729716224', '1729717247', 'TH'],
|
1874 |
+
['1729717248', '1729718271', 'JP'],
|
1875 |
+
['1729718272', '1729719295', 'HK'],
|
1876 |
+
['1729719296', '1729720319', 'ID'],
|
1877 |
+
['1729720320', '1729720831', 'AU'],
|
1878 |
+
['1729720832', '1729721087', 'AU'],
|
1879 |
+
['1729721088', '1729721343', 'AU'],
|
1880 |
+
['1729721344', '1729722367', 'NZ'],
|
1881 |
+
['1729722368', '1729723391', 'BD'],
|
1882 |
+
['1729723392', '1729724415', 'IN'],
|
1883 |
+
['1729724416', '1729725439', 'IN'],
|
1884 |
+
['1729725440', '1729726463', 'IN'],
|
1885 |
+
['1729726464', '1729727487', 'PK'],
|
1886 |
+
['1729727488', '1729728511', 'KI'],
|
1887 |
+
['1729728512', '1729729535', 'BD'],
|
1888 |
+
['1729729536', '1729730559', 'CN'],
|
1889 |
+
['1729730560', '1729731583', 'IN'],
|
1890 |
+
['1729731584', '1729732607', 'CN'],
|
1891 |
+
['1729732608', '1729733631', 'AU'],
|
1892 |
+
['1729733888', '1729734143', 'ID'],
|
1893 |
+
['1729734144', '1729734655', 'ID'],
|
1894 |
+
['1729734656', '1729735679', 'IN'],
|
1895 |
+
['1729735680', '1729736703', 'IN'],
|
1896 |
+
['1729736704', '1729737727', 'PH'],
|
1897 |
+
['1729737728', '1729738751', 'AU'],
|
1898 |
+
['1729738752', '1729739775', 'BD'],
|
1899 |
+
['1729739776', '1729740799', 'NZ'],
|
1900 |
+
['1729740800', '1729741823', 'ID'],
|
1901 |
+
['1729741824', '1729742335', 'ID'],
|
1902 |
+
['1729742336', '1729742847', 'PH'],
|
1903 |
+
['1729742848', '1729743871', 'SG'],
|
1904 |
+
['1729743872', '1729744895', 'IN'],
|
1905 |
+
['1729744896', '1729745919', 'ID'],
|
1906 |
+
['1729745920', '1729746943', 'AU'],
|
1907 |
+
['1729746944', '1729747967', 'CN'],
|
1908 |
+
['1729748224', '1729748479', 'AU'],
|
1909 |
+
['1729748480', '1729748991', 'ID'],
|
1910 |
+
['1729748992', '1729750015', 'IN'],
|
1911 |
+
['1729750016', '1729750527', 'VU'],
|
1912 |
+
['1729750528', '1729750783', 'IN'],
|
1913 |
+
['1729750784', '1729751039', 'IN'],
|
1914 |
+
['1729751040', '1729752063', 'TW'],
|
1915 |
+
['1729752064', '1729753087', 'TW'],
|
1916 |
+
['1729753088', '1729754111', 'TH'],
|
1917 |
+
['1729754112', '1729755135', 'NZ'],
|
1918 |
+
['1729755136', '1729756159', 'BD'],
|
1919 |
+
['1729756160', '1729757183', 'HK'],
|
1920 |
+
['1729757184', '1729758207', 'CN'],
|
1921 |
+
['1729758208', '1729759231', 'ID'],
|
1922 |
+
['1729759232', '1729760255', 'IN'],
|
1923 |
+
['1729760256', '1729761279', 'ID'],
|
1924 |
+
['1729761280', '1729762303', 'NZ'],
|
1925 |
+
['1729762304', '1729763327', 'TH'],
|
1926 |
+
['1729763328', '1729764351', 'SG'],
|
1927 |
+
['1729765376', '1729766399', 'JP'],
|
1928 |
+
['1729766400', '1729767423', 'PH'],
|
1929 |
+
['1729767424', '1729768447', 'SG'],
|
1930 |
+
['1729768448', '1729768959', 'MY'],
|
1931 |
+
['1729768960', '1729769215', 'MY'],
|
1932 |
+
['1729769216', '1729769471', 'MY'],
|
1933 |
+
['1729769472', '1729770495', 'IN'],
|
1934 |
+
['1729770496', '1729771519', 'IN'],
|
1935 |
+
['1729771520', '1729772543', 'IN'],
|
1936 |
+
['1729772544', '1729773567', 'AU'],
|
1937 |
+
['1729773568', '1729774591', 'CN'],
|
1938 |
+
['1729774592', '1729775615', 'AU'],
|
1939 |
+
['1729775616', '1729776127', 'IN'],
|
1940 |
+
['1729776128', '1729776639', 'MY'],
|
1941 |
+
['1729776640', '1729777663', 'CN'],
|
1942 |
+
['1729777664', '1729779711', 'PK'],
|
1943 |
+
['1729779712', '1729780735', 'AU'],
|
1944 |
+
['1729780736', '1729781247', 'HK'],
|
1945 |
+
['1729781248', '1729781503', 'HK'],
|
1946 |
+
['1729781504', '1729781759', 'TL'],
|
1947 |
+
['1729781760', '1729782783', 'IN'],
|
1948 |
+
['1729782784', '1729783039', 'ID'],
|
1949 |
+
['1729783040', '1729783295', 'ID'],
|
1950 |
+
['1729783296', '1729783551', 'ID'],
|
1951 |
+
['1729783552', '1729783807', 'NZ'],
|
1952 |
+
['1729783808', '1729784831', 'IN'],
|
1953 |
+
['1729784832', '1729785855', 'IN'],
|
1954 |
+
['1729785856', '1729786879', 'BD'],
|
1955 |
+
['1729786880', '1729787903', 'CN'],
|
1956 |
+
['1729787904', '1729788927', 'HK'],
|
1957 |
+
['1729788928', '1729789951', 'HK'],
|
1958 |
+
['1729789952', '1729790975', 'ID'],
|
1959 |
+
['1729790976', '1729791999', 'CN'],
|
1960 |
+
['1729792000', '1729792511', 'BD'],
|
1961 |
+
['1729792512', '1729793023', 'BD'],
|
1962 |
+
['1729793024', '1729794047', 'IN'],
|
1963 |
+
['1729794048', '1729795071', 'HK'],
|
1964 |
+
['1729795072', '1729796095', 'MY'],
|
1965 |
+
['1729796096', '1729797119', 'JP'],
|
1966 |
+
['1729797120', '1729798143', 'CN'],
|
1967 |
+
['1729798144', '1729799167', 'CN'],
|
1968 |
+
['1729799168', '1729800191', 'JP'],
|
1969 |
+
['1729800192', '1729800447', 'IN'],
|
1970 |
+
['1729800448', '1729800703', 'IN'],
|
1971 |
+
['1729800704', '1729801215', 'MY'],
|
1972 |
+
['1729801216', '1729802239', 'AU'],
|
1973 |
+
['1729802240', '1729803263', 'MY'],
|
1974 |
+
['1729803264', '1729804287', 'TH'],
|
1975 |
+
['1729804288', '1729805311', 'PK'],
|
1976 |
+
['1729806336', '1729807359', 'MN'],
|
1977 |
+
['1729807360', '1729808383', 'MY'],
|
1978 |
+
['1729808384', '1729808639', 'IN'],
|
1979 |
+
['1729808640', '1729808895', 'IN'],
|
1980 |
+
['1729808896', '1729809407', 'AU'],
|
1981 |
+
['1729809408', '1729810431', 'IN'],
|
1982 |
+
['1729810432', '1729811455', 'ID'],
|
1983 |
+
['1729811456', '1729812479', 'ID'],
|
1984 |
+
['1729812480', '1729813503', 'IN'],
|
1985 |
+
['1729813504', '1729814527', 'SG'],
|
1986 |
+
['1729814528', '1729815551', 'IN'],
|
1987 |
+
['1729815552', '1729816575', 'CN'],
|
1988 |
+
['1729816576', '1729817599', 'IN'],
|
1989 |
+
['1729817600', '1729818623', 'AU'],
|
1990 |
+
['1729818624', '1729819647', 'CN'],
|
1991 |
+
['1729819648', '1729820671', 'BD'],
|
1992 |
+
['1729820672', '1729821695', 'MY'],
|
1993 |
+
['1729821696', '1729822719', 'VN'],
|
1994 |
+
['1729822720', '1729822975', 'HK'],
|
1995 |
+
['1729822976', '1729823231', 'AU'],
|
1996 |
+
['1729823232', '1729823487', 'IN'],
|
1997 |
+
['1729823488', '1729823743', 'ID'],
|
1998 |
+
['1729823744', '1729824767', 'CN'],
|
1999 |
+
['1729824768', '1729825791', 'IN'],
|
2000 |
+
['1729825792', '1729826815', 'CN'],
|
2001 |
+
['1729826816', '1729827839', 'IN'],
|
2002 |
+
['1729827840', '1729828863', 'PK'],
|
2003 |
+
['1729828864', '1729829887', 'CN'],
|
2004 |
+
['1729829888', '1729830911', 'AU'],
|
2005 |
+
['1729830912', '1729831935', 'AU'],
|
2006 |
+
['1729831936', '1729832191', 'ID'],
|
2007 |
+
['1729832192', '1729832447', 'NZ'],
|
2008 |
+
['1729832448', '1729832959', 'AU'],
|
2009 |
+
['1729832960', '1729833983', 'JP'],
|
2010 |
+
['1729833984', '1729835007', 'SG'],
|
2011 |
+
['1729835008', '1729836031', 'IN'],
|
2012 |
+
['1729836032', '1729837055', 'NZ'],
|
2013 |
+
['1729837056', '1729838079', 'CN'],
|
2014 |
+
['1729838080', '1729839103', 'VN'],
|
2015 |
+
['1729839104', '1729840127', 'VN'],
|
2016 |
+
['1729840128', '1729841151', 'JP'],
|
2017 |
+
['1729841152', '1729842175', 'MY'],
|
2018 |
+
['1729842176', '1729843199', 'AU'],
|
2019 |
+
['1729843200', '1729844223', 'JP'],
|
2020 |
+
['1729844224', '1729845247', 'IN'],
|
2021 |
+
['1729845248', '1729846271', 'NZ'],
|
2022 |
+
['1729846272', '1729847295', 'AU'],
|
2023 |
+
['1729847296', '1729848319', 'CN'],
|
2024 |
+
['1729848320', '1729849343', 'TH'],
|
2025 |
+
['1729849344', '1729850367', 'MY'],
|
2026 |
+
['1729850368', '1729851391', 'HK'],
|
2027 |
+
['1729851392', '1729852415', 'MY'],
|
2028 |
+
['1729852416', '1729853439', 'MM'],
|
2029 |
+
['1729853440', '1729853695', 'IN'],
|
2030 |
+
['1729853696', '1729853951', 'NZ'],
|
2031 |
+
['1729853952', '1729854463', 'PH'],
|
2032 |
+
['1729854464', '1729855487', 'HK'],
|
2033 |
+
['1729855488', '1729856511', 'KR'],
|
2034 |
+
['1729856512', '1729857535', 'AU'],
|
2035 |
+
['1729857536', '1729858559', 'JP'],
|
2036 |
+
['1729858560', '1729859583', 'IN'],
|
2037 |
+
['1729859584', '1729860607', 'PH'],
|
2038 |
+
['1729860608', '1729861631', 'KR'],
|
2039 |
+
['1729861632', '1729862655', 'AU'],
|
2040 |
+
['1729862656', '1729863679', 'JP'],
|
2041 |
+
['1729863680', '1729864703', 'AU'],
|
2042 |
+
['1729864704', '1729865727', 'IN'],
|
2043 |
+
['1729865728', '1729866751', 'IN'],
|
2044 |
+
['1729866752', '1729867263', 'AU'],
|
2045 |
+
['1729867264', '1729867519', 'AU'],
|
2046 |
+
['1729867520', '1729867775', 'AU'],
|
2047 |
+
['1729867776', '1729868799', 'HK'],
|
2048 |
+
['1729868800', '1729869823', 'HK'],
|
2049 |
+
['1729869824', '1729870847', 'CN'],
|
2050 |
+
['1729870848', '1729871871', 'AU'],
|
2051 |
+
['1729872896', '1729873919', 'AU'],
|
2052 |
+
['1729873920', '1729874943', 'TH'],
|
2053 |
+
['1729874944', '1729875455', 'MY'],
|
2054 |
+
['1729875456', '1729875967', 'ID'],
|
2055 |
+
['1729875968', '1729876991', 'CN'],
|
2056 |
+
['1729876992', '1729878015', 'CN'],
|
2057 |
+
['1729878016', '1729879039', 'NZ'],
|
2058 |
+
['1729879040', '1729880063', 'JP'],
|
2059 |
+
['1729880064', '1729881087', 'AU'],
|
2060 |
+
['1729881088', '1729882111', 'SG'],
|
2061 |
+
['1729882112', '1729883135', 'IN'],
|
2062 |
+
['1729883136', '1729884159', 'VN'],
|
2063 |
+
['1729884160', '1729885183', 'CN'],
|
2064 |
+
['1729885184', '1729886207', 'JP'],
|
2065 |
+
['1729886208', '1729887231', 'ID'],
|
2066 |
+
['1729887232', '1729887743', 'ID'],
|
2067 |
+
['1729887744', '1729887999', 'JP'],
|
2068 |
+
['1729888000', '1729888255', 'IN'],
|
2069 |
+
['1729888256', '1729889279', 'KH'],
|
2070 |
+
['1729889280', '1729890303', 'CN'],
|
2071 |
+
['1729890304', '1729891327', 'CN'],
|
2072 |
+
['1729891328', '1729892351', 'ID'],
|
2073 |
+
['1729892352', '1729893375', 'PH'],
|
2074 |
+
['1729893376', '1729893631', 'AU'],
|
2075 |
+
['1729893632', '1729893887', 'ID'],
|
2076 |
+
['1729893888', '1729894399', 'ID'],
|
2077 |
+
['1729894400', '1729895423', 'JP'],
|
2078 |
+
['1729895424', '1729896447', 'JP'],
|
2079 |
+
['1729896448', '1729897471', 'VN'],
|
2080 |
+
['1729897472', '1729898495', 'VN'],
|
2081 |
+
['1729898496', '1729899519', 'AU'],
|
2082 |
+
['1729899520', '1729900543', 'HK'],
|
2083 |
+
['1729900544', '1729901567', 'AU'],
|
2084 |
+
['1729901568', '1729902079', 'ID'],
|
2085 |
+
['1729902080', '1729902591', 'SG'],
|
2086 |
+
['1729902592', '1729903615', 'ID'],
|
2087 |
+
['1729903616', '1729904639', 'KR'],
|
2088 |
+
['1729904640', '1729905663', 'KR'],
|
2089 |
+
['1729905664', '1729906687', 'US'],
|
2090 |
+
['1729906688', '1729906943', 'AU'],
|
2091 |
+
['1729906944', '1729907199', 'JP'],
|
2092 |
+
['1729907200', '1729907711', 'ID'],
|
2093 |
+
['1729907712', '1729908735', 'HK'],
|
2094 |
+
['1729908736', '1729909759', 'ID'],
|
2095 |
+
['1729909760', '1729910783', 'NP'],
|
2096 |
+
['1729910784', '1729911807', 'MY'],
|
2097 |
+
['1729911808', '1729912063', 'AU'],
|
2098 |
+
['1729912064', '1729912319', 'ID'],
|
2099 |
+
['1729912320', '1729912831', 'ID'],
|
2100 |
+
['1729912832', '1729913855', 'JP'],
|
2101 |
+
['1729913856', '1729914879', 'TH'],
|
2102 |
+
['1729914880', '1729915135', 'ID'],
|
2103 |
+
['1729915136', '1729915391', 'IN'],
|
2104 |
+
['1729915392', '1729915903', 'ID'],
|
2105 |
+
['1729915904', '1729916927', 'ID'],
|
2106 |
+
['1729916928', '1729917951', 'ID'],
|
2107 |
+
['1729917952', '1729918975', 'ID'],
|
2108 |
+
['1729918976', '1729919999', 'BD'],
|
2109 |
+
['1729920000', '1729921023', 'TH'],
|
2110 |
+
['1729921024', '1729922047', 'AU'],
|
2111 |
+
['1729922048', '1729923071', 'AF'],
|
2112 |
+
['1729923072', '1729924095', 'VN'],
|
2113 |
+
['1729924096', '1729925119', 'IN'],
|
2114 |
+
['1729925120', '1729926143', 'HK'],
|
2115 |
+
['1729926144', '1729926655', 'ID'],
|
2116 |
+
['1729926656', '1729927167', 'PK'],
|
2117 |
+
['1729927168', '1729928191', 'PK'],
|
2118 |
+
['1729928192', '1729929215', 'IN'],
|
2119 |
+
['1729929216', '1729929471', 'AU'],
|
2120 |
+
['1729929472', '1729929727', 'ID'],
|
2121 |
+
['1729929728', '1729929983', 'MY'],
|
2122 |
+
['1729929984', '1729930239', 'ID'],
|
2123 |
+
['1729930240', '1729931263', 'JP'],
|
2124 |
+
['1729931264', '1729932287', 'JP'],
|
2125 |
+
['1729932288', '1729933311', 'VN'],
|
2126 |
+
['1729933312', '1729934335', 'ID'],
|
2127 |
+
['1729934336', '1729935359', 'IN'],
|
2128 |
+
['1729935360', '1729936383', 'CN'],
|
2129 |
+
['1729936384', '1729937407', 'ID'],
|
2130 |
+
['1729937408', '1729938431', 'ID'],
|
2131 |
+
['1729938432', '1729939455', 'AU'],
|
2132 |
+
['1729939456', '1729939967', 'TW'],
|
2133 |
+
['1729939968', '1729940479', 'PH'],
|
2134 |
+
['1729940480', '1729941503', 'CN'],
|
2135 |
+
['1729941504', '1729942527', 'SG'],
|
2136 |
+
['1729942528', '1729943551', 'CN'],
|
2137 |
+
['1729943552', '1729944063', 'AU'],
|
2138 |
+
['1729944064', '1729944319', 'ID'],
|
2139 |
+
['1729944320', '1729944575', 'ID'],
|
2140 |
+
['1729944576', '1729945599', 'ID'],
|
2141 |
+
['1729945600', '1729946623', 'ID'],
|
2142 |
+
['1729946624', '1729947647', 'JP'],
|
2143 |
+
['1729947648', '1729948671', 'JP'],
|
2144 |
+
['1729948672', '1729949695', 'JP'],
|
2145 |
+
['1729949696', '1729950207', 'IN'],
|
2146 |
+
['1729950208', '1729950719', 'KH'],
|
2147 |
+
['1729950720', '1729951743', 'IN'],
|
2148 |
+
['1729951744', '1729952767', 'JP'],
|
2149 |
+
['1729952768', '1729953791', 'IN'],
|
2150 |
+
['1729953792', '1729954815', 'CN'],
|
2151 |
+
['1729954816', '1729955839', 'ID'],
|
2152 |
+
['1729956864', '1729957887', 'HK'],
|
2153 |
+
['1729957888', '1729958911', 'CN'],
|
2154 |
+
['1729958912', '1729959935', 'PH'],
|
2155 |
+
['1729959936', '1729960959', 'SG'],
|
2156 |
+
['1729960960', '1729961215', 'IN'],
|
2157 |
+
['1729961472', '1729961983', 'NZ'],
|
2158 |
+
['1729961984', '1729963007', 'IN'],
|
2159 |
+
['1729963008', '1729964031', 'IN'],
|
2160 |
+
['1729964032', '1729964287', 'AU'],
|
2161 |
+
['1729964288', '1729964543', 'AU'],
|
2162 |
+
['1729964800', '1729965055', 'AU'],
|
2163 |
+
['1729965056', '1729966079', 'IN'],
|
2164 |
+
['1729966080', '1729967103', 'JP'],
|
2165 |
+
['1729967104', '1729968127', 'AU'],
|
2166 |
+
['1729968128', '1729969151', 'MY'],
|
2167 |
+
['1729969152', '1729970175', 'LK'],
|
2168 |
+
['1729970176', '1729971199', 'AU'],
|
2169 |
+
['1729971200', '1729972223', 'SG'],
|
2170 |
+
['1729972224', '1729973247', 'HK'],
|
2171 |
+
['1729973248', '1729974271', 'AU'],
|
2172 |
+
['1729974272', '1729975295', 'PH'],
|
2173 |
+
['1729975296', '1729975807', 'AU'],
|
2174 |
+
['1729975808', '1729976319', 'AU'],
|
2175 |
+
['1729976320', '1729976831', 'AU'],
|
2176 |
+
['1729976832', '1729977343', 'MM'],
|
2177 |
+
['1729977344', '1729978367', 'HK'],
|
2178 |
+
['1729978368', '1729979391', 'IN'],
|
2179 |
+
['1729979392', '1729980415', 'AU'],
|
2180 |
+
['1729980416', '1729980927', 'BD'],
|
2181 |
+
['1729980928', '1729981439', 'SG'],
|
2182 |
+
['1729981440', '1729982463', 'SG'],
|
2183 |
+
['1729982464', '1729982719', 'AU'],
|
2184 |
+
['1729982720', '1729982975', 'JP'],
|
2185 |
+
['1729982976', '1729983231', 'SG'],
|
2186 |
+
['1729983232', '1729983487', 'AU'],
|
2187 |
+
['1729983488', '1729984511', 'IN'],
|
2188 |
+
['1729984512', '1729985535', 'ID'],
|
2189 |
+
['1729985536', '1729986559', 'BD'],
|
2190 |
+
['1729986560', '1729987583', 'CN'],
|
2191 |
+
['1729987584', '1729988607', 'CN'],
|
2192 |
+
['1729988608', '1729989631', 'CN'],
|
2193 |
+
['1729989632', '1729990655', 'HK'],
|
2194 |
+
['1729990656', '1729991679', 'MN'],
|
2195 |
+
['1729991680', '1729992703', 'ID'],
|
2196 |
+
['1729992704', '1729993727', 'NC'],
|
2197 |
+
['1729993728', '1729994751', 'IN'],
|
2198 |
+
['1729994752', '1729995263', 'AU'],
|
2199 |
+
['1729995264', '1729995519', 'AU'],
|
2200 |
+
['1729995520', '1729995775', 'PK'],
|
2201 |
+
['1729995776', '1729996799', 'ID'],
|
2202 |
+
['1729996800', '1729997311', 'AU'],
|
2203 |
+
['1729997312', '1729997823', 'ID'],
|
2204 |
+
['1729997824', '1729998847', 'AU'],
|
2205 |
+
['1729998848', '1729999871', 'JP'],
|
2206 |
+
['1730000896', '1730001407', 'ID'],
|
2207 |
+
['1730001408', '1730001663', 'ID'],
|
2208 |
+
['1730001664', '1730001919', 'ID'],
|
2209 |
+
['1730001920', '1730002943', 'TH'],
|
2210 |
+
['1730002944', '1730003967', 'AU'],
|
2211 |
+
['1730003968', '1730004223', 'ID'],
|
2212 |
+
['1730004224', '1730004479', 'IN'],
|
2213 |
+
['1730004480', '1730004735', 'MY'],
|
2214 |
+
['1730004736', '1730004991', 'MN'],
|
2215 |
+
['1730004992', '1730006015', 'AU'],
|
2216 |
+
['1730006016', '1730007039', 'AU'],
|
2217 |
+
['1730007040', '1730008063', 'IN'],
|
2218 |
+
['1730008064', '1730009087', 'ID'],
|
2219 |
+
['1730009088', '1730010111', 'AU'],
|
2220 |
+
['1730010112', '1730011135', 'IN'],
|
2221 |
+
['1730011136', '1730012159', 'BT'],
|
2222 |
+
['1730012160', '1730013183', 'ID'],
|
2223 |
+
['1730013184', '1730014207', 'IN'],
|
2224 |
+
['1730015232', '1730016255', 'MY'],
|
2225 |
+
['1730016256', '1730016767', 'NZ'],
|
2226 |
+
['1730016768', '1730017279', 'NZ'],
|
2227 |
+
['1730017280', '1730017535', 'IN'],
|
2228 |
+
['1730017536', '1730017791', 'IN'],
|
2229 |
+
['1730017792', '1730018303', 'PH'],
|
2230 |
+
['1730018304', '1730019327', 'PH'],
|
2231 |
+
['1730019328', '1730020351', 'ID'],
|
2232 |
+
['1730020352', '1730021375', 'HK'],
|
2233 |
+
['1730022400', '1730023423', 'IN'],
|
2234 |
+
['1730023424', '1730024447', 'HK'],
|
2235 |
+
['1730024448', '1730025471', 'CN'],
|
2236 |
+
['1730025472', '1730026495', 'HK'],
|
2237 |
+
['1730026496', '1730027519', 'BD'],
|
2238 |
+
['1730027520', '1730028543', 'SG'],
|
2239 |
+
['1730028544', '1730029567', 'VN'],
|
2240 |
+
['1730029568', '1730030591', 'HK'],
|
2241 |
+
['1730030592', '1730031615', 'TW'],
|
2242 |
+
['1730031616', '1730032639', 'HK'],
|
2243 |
+
['1730032640', '1730033663', 'JP'],
|
2244 |
+
['1730033664', '1730034687', 'ID'],
|
2245 |
+
['1730035712', '1730036735', 'IN'],
|
2246 |
+
['1730036736', '1730037759', 'HK'],
|
2247 |
+
['1730037760', '1730038783', 'JP'],
|
2248 |
+
['1730038784', '1730039807', 'HK'],
|
2249 |
+
['1730039808', '1730040831', 'IN'],
|
2250 |
+
['1730040832', '1730041855', 'ID'],
|
2251 |
+
['1730041856', '1730042879', 'ID'],
|
2252 |
+
['1730042880', '1730043903', 'ID'],
|
2253 |
+
['1730043904', '1730044927', 'CN'],
|
2254 |
+
['1730044928', '1730045951', 'HK'],
|
2255 |
+
['1730046976', '1730047999', 'KR'],
|
2256 |
+
['1730048000', '1730049023', 'TL'],
|
2257 |
+
['1730049024', '1730050047', 'IN'],
|
2258 |
+
['1730050048', '1730050303', 'AU'],
|
2259 |
+
['1730050304', '1730050559', 'SG'],
|
2260 |
+
['1730050560', '1730051071', 'ID'],
|
2261 |
+
['1730051072', '1730052095', 'TH'],
|
2262 |
+
['1730052096', '1730053119', 'TW'],
|
2263 |
+
['1730053120', '1730054143', 'TW'],
|
2264 |
+
['1730054144', '1730055167', 'AF'],
|
2265 |
+
['1730055168', '1730056191', 'IN'],
|
2266 |
+
['1730056192', '1730057215', 'ID'],
|
2267 |
+
['1730057216', '1730058239', 'CN'],
|
2268 |
+
['1730058240', '1730059263', 'IN'],
|
2269 |
+
['1730059264', '1730060287', 'KR'],
|
2270 |
+
['1730060288', '1730061311', 'KR'],
|
2271 |
+
['1730061312', '1730062335', 'JP'],
|
2272 |
+
['1730062336', '1730062591', 'AU'],
|
2273 |
+
['1730062592', '1730062847', 'BD'],
|
2274 |
+
['1730062848', '1730063359', 'ID'],
|
2275 |
+
['1730063360', '1730064383', 'ID'],
|
2276 |
+
['1730064384', '1730065407', 'IN'],
|
2277 |
+
['1730065408', '1730066431', 'ID'],
|
2278 |
+
['1730066432', '1730067455', 'AU'],
|
2279 |
+
['1730067456', '1730068479', 'BD'],
|
2280 |
+
['1730068480', '1730069503', 'IN'],
|
2281 |
+
['1730069504', '1730070527', 'PK'],
|
2282 |
+
['1730070528', '1730071551', 'CN'],
|
2283 |
+
['1730071552', '1730072575', 'KR'],
|
2284 |
+
['1730072576', '1730073599', 'SG'],
|
2285 |
+
['1730073856', '1730074111', 'MY'],
|
2286 |
+
['1730074112', '1730074367', 'AU'],
|
2287 |
+
['1730074368', '1730074623', 'SG'],
|
2288 |
+
['1730074624', '1730075647', 'AU'],
|
2289 |
+
['1730075648', '1730076671', 'ID'],
|
2290 |
+
['1730076672', '1730077695', 'IN'],
|
2291 |
+
['1730077696', '1730078719', 'CN'],
|
2292 |
+
['1730078720', '1730079743', 'HK'],
|
2293 |
+
['1730079744', '1730080767', 'CN'],
|
2294 |
+
['1730080768', '1730081791', 'HK'],
|
2295 |
+
['1730081792', '1730082815', 'ID'],
|
2296 |
+
['1730082816', '1730083839', 'PW'],
|
2297 |
+
['1730083840', '1730084863', 'IN'],
|
2298 |
+
['1730084864', '1730085887', 'CN'],
|
2299 |
+
['1730085888', '1730086911', 'US'],
|
2300 |
+
['1730087936', '1730088959', 'JP'],
|
2301 |
+
['1730088960', '1730089983', 'HK'],
|
2302 |
+
['1730089984', '1730091007', 'HK'],
|
2303 |
+
['1730091008', '1730091519', 'SG'],
|
2304 |
+
['1730091520', '1730091775', 'AU'],
|
2305 |
+
['1730091776', '1730092031', 'MY'],
|
2306 |
+
['1730092032', '1730093055', 'AU'],
|
2307 |
+
['1730093056', '1730093567', 'ID'],
|
2308 |
+
['1730093568', '1730094079', 'MY'],
|
2309 |
+
['1730094080', '1730095103', 'ID'],
|
2310 |
+
['1730096128', '1730097151', 'ID'],
|
2311 |
+
['1730097152', '1730098175', 'CN'],
|
2312 |
+
['1730098176', '1730099199', 'CN'],
|
2313 |
+
['1730099200', '1730100223', 'CN'],
|
2314 |
+
['1730100224', '1730101247', 'CN'],
|
2315 |
+
['1730101248', '1730102271', 'CN'],
|
2316 |
+
['1730102272', '1730103295', 'CN'],
|
2317 |
+
['1730103296', '1730104319', 'HK'],
|
2318 |
+
['1730104320', '1730105343', 'JP'],
|
2319 |
+
['1730105344', '1730106367', 'PK'],
|
2320 |
+
['1730106368', '1730107391', 'MV'],
|
2321 |
+
['1730107392', '1730108415', 'AU'],
|
2322 |
+
['1730108416', '1730109439', 'PK'],
|
2323 |
+
['1730109440', '1730110463', 'HK'],
|
2324 |
+
['1730110464', '1730111487', 'PK'],
|
2325 |
+
['1730111488', '1730112511', 'PK'],
|
2326 |
+
['1730112512', '1730112767', 'BD'],
|
2327 |
+
['1730112768', '1730113023', 'ID'],
|
2328 |
+
['1730113024', '1730113535', 'ID'],
|
2329 |
+
['1730113536', '1730114559', 'AU'],
|
2330 |
+
['1730115584', '1730116607', 'VN'],
|
2331 |
+
['1730116608', '1730117631', 'VN'],
|
2332 |
+
['1730117632', '1730118655', 'KH'],
|
2333 |
+
['1730118656', '1730119679', 'ID'],
|
2334 |
+
['1730119680', '1730120703', 'HK'],
|
2335 |
+
['1730120704', '1730121727', 'JP'],
|
2336 |
+
['1730121728', '1730122751', 'IN'],
|
2337 |
+
['1730122752', '1730123775', 'CN'],
|
2338 |
+
['1730123776', '1730124799', 'BD'],
|
2339 |
+
['1730124800', '1730125823', 'ID'],
|
2340 |
+
['1730125824', '1730126847', 'CN'],
|
2341 |
+
['1730126848', '1730127871', 'ID'],
|
2342 |
+
['1730127872', '1730128895', 'CN'],
|
2343 |
+
['1730128896', '1730129919', 'SG'],
|
2344 |
+
['1730129920', '1730130943', 'BD'],
|
2345 |
+
['1730130944', '1730131967', 'KR'],
|
2346 |
+
['1730131968', '1730132991', 'HK'],
|
2347 |
+
['1730132992', '1730134015', 'IN'],
|
2348 |
+
['1730134016', '1730135039', 'JP'],
|
2349 |
+
['1730135040', '1730136063', 'TW'],
|
2350 |
+
['1730136064', '1730137087', 'CN'],
|
2351 |
+
['1730137088', '1730137599', 'ID'],
|
2352 |
+
['1730137600', '1730137855', 'ID'],
|
2353 |
+
['1730137856', '1730138111', 'ID'],
|
2354 |
+
['1730138112', '1730139135', 'BD'],
|
2355 |
+
['1730139136', '1730140159', 'IN'],
|
2356 |
+
['1730140160', '1730141183', 'JP'],
|
2357 |
+
['1730141184', '1730142207', 'HK'],
|
2358 |
+
['1730142208', '1730143231', 'ID'],
|
2359 |
+
['1730143232', '1730144255', 'SG'],
|
2360 |
+
['1730144256', '1730145279', 'ID'],
|
2361 |
+
['1730145280', '1730146303', 'CN'],
|
2362 |
+
['1730146304', '1730147327', 'HK'],
|
2363 |
+
['1730147328', '1730148351', 'JP'],
|
2364 |
+
['1730148352', '1730148863', 'ID'],
|
2365 |
+
['1730148864', '1730149375', 'ID'],
|
2366 |
+
['1730149376', '1730150399', 'JP'],
|
2367 |
+
['1730150400', '1730151423', 'CN'],
|
2368 |
+
['1730151424', '1730152447', 'CN'],
|
2369 |
+
['1730152448', '1730153471', 'CN'],
|
2370 |
+
['1730153472', '1730154495', 'CN'],
|
2371 |
+
['1730154496', '1730155519', 'CN'],
|
2372 |
+
['1730155520', '1730156543', 'CN'],
|
2373 |
+
['1730156544', '1730157567', 'CN'],
|
2374 |
+
['1730157568', '1730158591', 'CN'],
|
2375 |
+
['1730158592', '1730159615', 'CN'],
|
2376 |
+
['1730159616', '1730160639', 'CN'],
|
2377 |
+
['1730160640', '1730161663', 'CN'],
|
2378 |
+
['1730161664', '1730162687', 'CN'],
|
2379 |
+
['1730162688', '1730163711', 'CN'],
|
2380 |
+
['1730163712', '1730164735', 'CN'],
|
2381 |
+
['1730164736', '1730165759', 'CN'],
|
2382 |
+
['1730165760', '1730166783', 'CN'],
|
2383 |
+
['1730166784', '1730167807', 'CN'],
|
2384 |
+
['1730167808', '1730168831', 'CN'],
|
2385 |
+
['1730168832', '1730169855', 'CN'],
|
2386 |
+
['1730169856', '1730170879', 'CN'],
|
2387 |
+
['1730170880', '1730171903', 'CN'],
|
2388 |
+
['1730171904', '1730172927', 'CN'],
|
2389 |
+
['1730172928', '1730173951', 'CN'],
|
2390 |
+
['1730173952', '1730174975', 'CN'],
|
2391 |
+
['1730174976', '1730175999', 'CN'],
|
2392 |
+
['1730176000', '1730177023', 'CN'],
|
2393 |
+
['1730177024', '1730178047', 'CN'],
|
2394 |
+
['1730178048', '1730179071', 'CN'],
|
2395 |
+
['1730179072', '1730180095', 'CN'],
|
2396 |
+
['1730180096', '1730181119', 'CN'],
|
2397 |
+
['1730181120', '1730182143', 'CN'],
|
2398 |
+
['1730182144', '1730183167', 'CN'],
|
2399 |
+
['1730183168', '1730184191', 'CN'],
|
2400 |
+
['1730184192', '1730185215', 'CN'],
|
2401 |
+
['1730185216', '1730186239', 'CN'],
|
2402 |
+
['1730186240', '1730187263', 'CN'],
|
2403 |
+
['1730187264', '1730188287', 'CN'],
|
2404 |
+
['1730188288', '1730189311', 'CN'],
|
2405 |
+
['1730189312', '1730190335', 'CN'],
|
2406 |
+
['1730190336', '1730191359', 'CN'],
|
2407 |
+
['1730191360', '1730192383', 'CN'],
|
2408 |
+
['1730192384', '1730193407', 'CN'],
|
2409 |
+
['1730193408', '1730194431', 'CN'],
|
2410 |
+
['1730194432', '1730195455', 'CN'],
|
2411 |
+
['1730195456', '1730196479', 'CN'],
|
2412 |
+
['1730196480', '1730197503', 'CN'],
|
2413 |
+
['1730197504', '1730198527', 'CN'],
|
2414 |
+
['1730198528', '1730199551', 'CN'],
|
2415 |
+
['1730199552', '1730200575', 'CN'],
|
2416 |
+
['1730200576', '1730201599', 'CN'],
|
2417 |
+
['1730201600', '1730202623', 'CN'],
|
2418 |
+
['1730202624', '1730203647', 'CN'],
|
2419 |
+
['1730203648', '1730204671', 'CN'],
|
2420 |
+
['1730204672', '1730205695', 'CN'],
|
2421 |
+
['1730205696', '1730206719', 'CN'],
|
2422 |
+
['1730206720', '1730207743', 'CN'],
|
2423 |
+
['1730207744', '1730208767', 'CN'],
|
2424 |
+
['1730208768', '1730209791', 'CN'],
|
2425 |
+
['1730209792', '1730210815', 'CN'],
|
2426 |
+
['1730210816', '1730211839', 'CN'],
|
2427 |
+
['1730211840', '1730212863', 'CN'],
|
2428 |
+
['1730212864', '1730213887', 'CN'],
|
2429 |
+
['1730213888', '1730214911', 'CN'],
|
2430 |
+
['1730214912', '1730215935', 'CN'],
|
2431 |
+
['1730215936', '1730216959', 'CN'],
|
2432 |
+
['1730216960', '1730217983', 'CN'],
|
2433 |
+
['1730217984', '1730219007', 'CN'],
|
2434 |
+
['1730219008', '1730220031', 'CN'],
|
2435 |
+
['1730220032', '1730221055', 'CN'],
|
2436 |
+
['1730221056', '1730222079', 'CN'],
|
2437 |
+
['1730222080', '1730223103', 'CN'],
|
2438 |
+
['1730223104', '1730224127', 'CN'],
|
2439 |
+
['1730224128', '1730225151', 'CN'],
|
2440 |
+
['1730225152', '1730226175', 'CN'],
|
2441 |
+
['1730226176', '1730227199', 'CN'],
|
2442 |
+
['1730227200', '1730228223', 'CN'],
|
2443 |
+
['1730228224', '1730229247', 'CN'],
|
2444 |
+
['1730229248', '1730230271', 'CN'],
|
2445 |
+
['1730230272', '1730231295', 'CN'],
|
2446 |
+
['1730231296', '1730232319', 'CN'],
|
2447 |
+
['1730232320', '1730233343', 'CN'],
|
2448 |
+
['1730233344', '1730234367', 'CN'],
|
2449 |
+
['1730234368', '1730235391', 'CN'],
|
2450 |
+
['1730235392', '1730236415', 'CN'],
|
2451 |
+
['1730236416', '1730237439', 'CN'],
|
2452 |
+
['1730237440', '1730238463', 'CN'],
|
2453 |
+
['1730238464', '1730239487', 'CN'],
|
2454 |
+
['1730239488', '1730240511', 'CN'],
|
2455 |
+
['1730240512', '1730241535', 'CN'],
|
2456 |
+
['1730241536', '1730242559', 'CN'],
|
2457 |
+
['1730242560', '1730243583', 'CN'],
|
2458 |
+
['1730243584', '1730244607', 'CN'],
|
2459 |
+
['1730244608', '1730245631', 'CN'],
|
2460 |
+
['1730245632', '1730246655', 'CN'],
|
2461 |
+
['1730246656', '1730247679', 'CN'],
|
2462 |
+
['1730247680', '1730248703', 'CN'],
|
2463 |
+
['1730248704', '1730249727', 'CN'],
|
2464 |
+
['1730249728', '1730250751', 'CN'],
|
2465 |
+
['1730250752', '1730251775', 'CN'],
|
2466 |
+
['1730251776', '1730252799', 'CN'],
|
2467 |
+
['1730252800', '1730253823', 'CN'],
|
2468 |
+
['1730253824', '1730254847', 'CN'],
|
2469 |
+
['1730254848', '1730255871', 'CN'],
|
2470 |
+
['1730255872', '1730256895', 'CN'],
|
2471 |
+
['1730256896', '1730257919', 'CN'],
|
2472 |
+
['1730257920', '1730258943', 'CN'],
|
2473 |
+
['1730258944', '1730259967', 'CN'],
|
2474 |
+
['1730259968', '1730260991', 'CN'],
|
2475 |
+
['1730260992', '1730262015', 'CN'],
|
2476 |
+
['1730262016', '1730263039', 'CN'],
|
2477 |
+
['1730263040', '1730264063', 'CN'],
|
2478 |
+
['1730264064', '1730265087', 'CN'],
|
2479 |
+
['1730265088', '1730266111', 'CN'],
|
2480 |
+
['1730266112', '1730267135', 'CN'],
|
2481 |
+
['1730267136', '1730268159', 'CN'],
|
2482 |
+
['1730268160', '1730269183', 'CN'],
|
2483 |
+
['1730269184', '1730270207', 'CN'],
|
2484 |
+
['1730270208', '1730271231', 'CN'],
|
2485 |
+
['1730271232', '1730272255', 'CN'],
|
2486 |
+
['1730272256', '1730273279', 'CN'],
|
2487 |
+
['1730273280', '1730274303', 'CN'],
|
2488 |
+
['1730274304', '1730275327', 'CN'],
|
2489 |
+
['1730275328', '1730276351', 'CN'],
|
2490 |
+
['1730276352', '1730277375', 'CN'],
|
2491 |
+
['1730277376', '1730278399', 'CN'],
|
2492 |
+
['1730278400', '1730279423', 'CN'],
|
2493 |
+
['1730279424', '1730280447', 'CN'],
|
2494 |
+
['1730280448', '1730281471', 'CN'],
|
2495 |
+
['1730281472', '1730282495', 'CN'],
|
2496 |
+
['1730282496', '1730283519', 'CN'],
|
2497 |
+
['1730283520', '1730284543', 'CN'],
|
2498 |
+
['1730284544', '1730285567', 'CN'],
|
2499 |
+
['1730285568', '1730286591', 'CN'],
|
2500 |
+
['1730286592', '1730287615', 'CN'],
|
2501 |
+
['1730287616', '1730288639', 'CN'],
|
2502 |
+
['1730288640', '1730289663', 'CN'],
|
2503 |
+
['1730289664', '1730290687', 'CN'],
|
2504 |
+
['1730290688', '1730291711', 'CN'],
|
2505 |
+
['1730291712', '1730292735', 'CN'],
|
2506 |
+
['1730292736', '1730293759', 'CN'],
|
2507 |
+
['1730293760', '1730294783', 'CN'],
|
2508 |
+
['1730294784', '1730295807', 'CN'],
|
2509 |
+
['1730295808', '1730296831', 'CN'],
|
2510 |
+
['1730296832', '1730297855', 'CN'],
|
2511 |
+
['1730297856', '1730298879', 'CN'],
|
2512 |
+
['1730298880', '1730299903', 'CN'],
|
2513 |
+
['1730299904', '1730300927', 'CN'],
|
2514 |
+
['1730300928', '1730301951', 'CN'],
|
2515 |
+
['1730301952', '1730302975', 'CN'],
|
2516 |
+
['1730302976', '1730303999', 'CN'],
|
2517 |
+
['1730304000', '1730305023', 'CN'],
|
2518 |
+
['1730305024', '1730306047', 'CN'],
|
2519 |
+
['1730306048', '1730307071', 'CN'],
|
2520 |
+
['1730307072', '1730308095', 'CN'],
|
2521 |
+
['1730308096', '1730309119', 'CN'],
|
2522 |
+
['1730309120', '1730310143', 'CN'],
|
2523 |
+
['1730310144', '1730311167', 'CN'],
|
2524 |
+
['1730311168', '1730312191', 'CN'],
|
2525 |
+
['1730312192', '1730313215', 'CN'],
|
2526 |
+
['1730313216', '1730314239', 'CN'],
|
2527 |
+
['1730314240', '1730315263', 'CN'],
|
2528 |
+
['1730315264', '1730316287', 'CN'],
|
2529 |
+
['1730316288', '1730317311', 'CN'],
|
2530 |
+
['1730317312', '1730318335', 'CN'],
|
2531 |
+
['1730318336', '1730319359', 'CN'],
|
2532 |
+
['1730319360', '1730320383', 'CN'],
|
2533 |
+
['1730320384', '1730321407', 'CN'],
|
2534 |
+
['1730321408', '1730322431', 'CN'],
|
2535 |
+
['1730322432', '1730323455', 'CN'],
|
2536 |
+
['1730323456', '1730324479', 'CN'],
|
2537 |
+
['1730324480', '1730325503', 'CN'],
|
2538 |
+
['1730325504', '1730326527', 'CN'],
|
2539 |
+
['1730326528', '1730327551', 'CN'],
|
2540 |
+
['1730327552', '1730328575', 'CN'],
|
2541 |
+
['1730328576', '1730329599', 'CN'],
|
2542 |
+
['1730329600', '1730330623', 'CN'],
|
2543 |
+
['1730330624', '1730331647', 'CN'],
|
2544 |
+
['1730331648', '1730332671', 'CN'],
|
2545 |
+
['1730332672', '1730333695', 'CN'],
|
2546 |
+
['1730333696', '1730334719', 'CN'],
|
2547 |
+
['1730334720', '1730335743', 'CN'],
|
2548 |
+
['1730335744', '1730336767', 'CN'],
|
2549 |
+
['1730336768', '1730337791', 'CN'],
|
2550 |
+
['1730337792', '1730338815', 'CN'],
|
2551 |
+
['1730338816', '1730339839', 'CN'],
|
2552 |
+
['1730339840', '1730340863', 'CN'],
|
2553 |
+
['1730340864', '1730341887', 'CN'],
|
2554 |
+
['1730341888', '1730342911', 'CN'],
|
2555 |
+
['1730342912', '1730343935', 'CN'],
|
2556 |
+
['1730343936', '1730344959', 'CN'],
|
2557 |
+
['1730344960', '1730345983', 'CN'],
|
2558 |
+
['1730345984', '1730347007', 'CN'],
|
2559 |
+
['1730347008', '1730348031', 'CN'],
|
2560 |
+
['1730348032', '1730349055', 'CN'],
|
2561 |
+
['1730349056', '1730350079', 'CN'],
|
2562 |
+
['1730350080', '1730351103', 'CN'],
|
2563 |
+
['1730351104', '1730352127', 'CN'],
|
2564 |
+
['1730352128', '1730353151', 'CN'],
|
2565 |
+
['1730353152', '1730354175', 'CN'],
|
2566 |
+
['1730354176', '1730355199', 'CN'],
|
2567 |
+
['1730355200', '1730356223', 'CN'],
|
2568 |
+
['1730356224', '1730357247', 'CN'],
|
2569 |
+
['1730357248', '1730358271', 'CN'],
|
2570 |
+
['1730358272', '1730359295', 'CN'],
|
2571 |
+
['1730359296', '1730360319', 'CN'],
|
2572 |
+
['1730360320', '1730361343', 'IN'],
|
2573 |
+
['1730361344', '1730362367', 'SG'],
|
2574 |
+
['1730362368', '1730363391', 'JP'],
|
2575 |
+
['1730363392', '1730364415', 'VN'],
|
2576 |
+
['1730364416', '1730365439', 'IN'],
|
2577 |
+
['1730365440', '1730366463', 'HK'],
|
2578 |
+
['1730366464', '1730367487', 'HK'],
|
2579 |
+
['1730367488', '1730368511', 'AU'],
|
2580 |
+
['1730368512', '1730369535', 'HK'],
|
2581 |
+
['1730369536', '1730370047', 'NZ'],
|
2582 |
+
['1730370048', '1730370303', 'IN'],
|
2583 |
+
['1730370304', '1730370559', 'JP'],
|
2584 |
+
['1730370560', '1730371583', 'AU'],
|
2585 |
+
['1730371584', '1730372607', 'TH'],
|
2586 |
+
['1730372608', '1730373631', 'IN'],
|
2587 |
+
['1730373632', '1730374655', 'CN'],
|
2588 |
+
['1730374656', '1730375679', 'BD'],
|
2589 |
+
['1730375680', '1730375935', 'AU'],
|
2590 |
+
['1730375936', '1730376191', 'AU'],
|
2591 |
+
['1730376704', '1730377727', 'CN'],
|
2592 |
+
['1730377728', '1730378239', 'IN'],
|
2593 |
+
['1730378240', '1730378495', 'HK'],
|
2594 |
+
['1730378496', '1730378751', 'IN'],
|
2595 |
+
['1730378752', '1730379775', 'US'],
|
2596 |
+
['1730379776', '1730380287', 'AU'],
|
2597 |
+
['1730380288', '1730380799', 'AU'],
|
2598 |
+
['1730380800', '1730381823', 'IN'],
|
2599 |
+
['1730381824', '1730382847', 'MY'],
|
2600 |
+
['1730382848', '1730383359', 'ID'],
|
2601 |
+
['1730383360', '1730383615', 'IN'],
|
2602 |
+
['1730383616', '1730383871', 'MY'],
|
2603 |
+
['1730383872', '1730384895', 'HK'],
|
2604 |
+
['1730384896', '1730385919', 'HK'],
|
2605 |
+
['1730385920', '1730386943', 'AU'],
|
2606 |
+
['1730386944', '1730387967', 'BD'],
|
2607 |
+
['1730387968', '1730388991', 'IN'],
|
2608 |
+
['1730388992', '1730389503', 'IN'],
|
2609 |
+
['1730389504', '1730390015', 'AF'],
|
2610 |
+
['1730390016', '1730391039', 'BD'],
|
2611 |
+
['1730391040', '1730392063', 'HK'],
|
2612 |
+
['1730392064', '1730393087', 'AU'],
|
2613 |
+
['1730393088', '1730394111', 'CN'],
|
2614 |
+
['1730394112', '1730395135', 'HK'],
|
2615 |
+
['1730395136', '1730396159', 'JP'],
|
2616 |
+
['1730396160', '1730397183', 'IN'],
|
2617 |
+
['1730397184', '1730398207', 'IN'],
|
2618 |
+
['1730398208', '1730399231', 'CN'],
|
2619 |
+
['1730399232', '1730400255', 'TW'],
|
2620 |
+
['1730400256', '1730401279', 'PK'],
|
2621 |
+
['1730401280', '1730402303', 'PK'],
|
2622 |
+
['1730402560', '1730402815', 'IN'],
|
2623 |
+
['1730402816', '1730403071', 'ID'],
|
2624 |
+
['1730403072', '1730403327', 'AU'],
|
2625 |
+
['1730403328', '1730404351', 'CN'],
|
2626 |
+
['1730404352', '1730405375', 'AU'],
|
2627 |
+
['1730405376', '1730406399', 'AU'],
|
2628 |
+
['1730406400', '1730407423', 'IN'],
|
2629 |
+
['1730407424', '1730408447', 'ID'],
|
2630 |
+
['1730408448', '1730409471', 'IN'],
|
2631 |
+
['1730409472', '1730410495', 'IN'],
|
2632 |
+
['1730410496', '1730411519', 'SG'],
|
2633 |
+
['1730411520', '1730412543', 'HK'],
|
2634 |
+
['1730412544', '1730413567', 'AU'],
|
2635 |
+
['1730413568', '1730414591', 'AU'],
|
2636 |
+
['1730414592', '1730415615', 'ID'],
|
2637 |
+
['1730415616', '1730416127', 'AU'],
|
2638 |
+
['1730416128', '1730416639', 'ID'],
|
2639 |
+
['1730416640', '1730417663', 'PH'],
|
2640 |
+
['1730417664', '1730418687', 'CN'],
|
2641 |
+
['1730418688', '1730419711', 'BD'],
|
2642 |
+
['1730419712', '1730420735', 'CN'],
|
2643 |
+
['1730420736', '1730421759', 'ID'],
|
2644 |
+
['1730421760', '1730422783', 'CN'],
|
2645 |
+
['1730422784', '1730423807', 'ID'],
|
2646 |
+
['1730423808', '1730424831', 'IN'],
|
2647 |
+
['1730424832', '1730425855', 'IN'],
|
2648 |
+
['1730425856', '1730426879', 'HK'],
|
2649 |
+
['1730426880', '1730427903', 'CN'],
|
2650 |
+
['1730427904', '1730428927', 'CN'],
|
2651 |
+
['1730428928', '1730429951', 'CN'],
|
2652 |
+
['1730429952', '1730430207', 'ID'],
|
2653 |
+
['1730430208', '1730430463', 'AU'],
|
2654 |
+
['1730430464', '1730430719', 'HK'],
|
2655 |
+
['1730430720', '1730430975', 'IN'],
|
2656 |
+
['1730430976', '1730431999', 'CN'],
|
2657 |
+
['1730432000', '1730433023', 'IN'],
|
2658 |
+
['1730433024', '1730434047', 'IN'],
|
2659 |
+
['1730434048', '1730435071', 'IN'],
|
2660 |
+
['1730435072', '1730436095', 'HK'],
|
2661 |
+
['1730436096', '1730437119', 'SG'],
|
2662 |
+
['1730437120', '1730438143', 'CN'],
|
2663 |
+
['1730438144', '1730439167', 'BD'],
|
2664 |
+
['1730439168', '1730440191', 'IN'],
|
2665 |
+
['1730440192', '1730441215', 'NZ'],
|
2666 |
+
['1730441216', '1730442239', 'HK'],
|
2667 |
+
['1730442240', '1730443263', 'TW'],
|
2668 |
+
['1730443264', '1730444287', 'IN'],
|
2669 |
+
['1730444288', '1730445311', 'IN'],
|
2670 |
+
['1730445312', '1730445567', 'NZ'],
|
2671 |
+
['1730445568', '1730445823', 'AU'],
|
2672 |
+
['1730445824', '1730446335', 'AU'],
|
2673 |
+
['1730446336', '1730447359', 'CN'],
|
2674 |
+
['1730447360', '1730448383', 'CN'],
|
2675 |
+
['1730448384', '1730449407', 'JP'],
|
2676 |
+
['1730449408', '1730450431', 'VU'],
|
2677 |
+
['1730450432', '1730450687', 'AU'],
|
2678 |
+
['1730450688', '1730450943', 'IN'],
|
2679 |
+
['1730450944', '1730451455', 'PH'],
|
2680 |
+
['1730451456', '1730452479', 'HK'],
|
2681 |
+
['1730452480', '1730453503', 'ID'],
|
2682 |
+
['1730453504', '1730454527', 'CN'],
|
2683 |
+
['1730454528', '1730455551', 'CN'],
|
2684 |
+
['1730455552', '1730456575', 'CN'],
|
2685 |
+
['1730456576', '1730457599', 'CN'],
|
2686 |
+
['1730457600', '1730458623', 'CN'],
|
2687 |
+
['1730458624', '1730459647', 'CN'],
|
2688 |
+
['1730459648', '1730460671', 'CN'],
|
2689 |
+
['1730460672', '1730461695', 'CN'],
|
2690 |
+
['1730461696', '1730462719', 'CN'],
|
2691 |
+
['1730462720', '1730463743', 'CN'],
|
2692 |
+
['1730463744', '1730464767', 'CN'],
|
2693 |
+
['1730464768', '1730465791', 'CN'],
|
2694 |
+
['1730465792', '1730466815', 'CN'],
|
2695 |
+
['1730466816', '1730467839', 'CN'],
|
2696 |
+
['1730467840', '1730468863', 'CN'],
|
2697 |
+
['1730468864', '1730469887', 'CN'],
|
2698 |
+
['1730469888', '1730470911', 'CN'],
|
2699 |
+
['1730470912', '1730471935', 'CN'],
|
2700 |
+
['1730471936', '1730472959', 'CN'],
|
2701 |
+
['1730472960', '1730473983', 'CN'],
|
2702 |
+
['1730473984', '1730475007', 'CN'],
|
2703 |
+
['1730475008', '1730476031', 'CN'],
|
2704 |
+
['1730476032', '1730476543', 'AU'],
|
2705 |
+
['1730476544', '1730476799', 'NZ'],
|
2706 |
+
['1730476800', '1730477055', 'IN'],
|
2707 |
+
['1730477056', '1730478079', 'AU'],
|
2708 |
+
['1730478080', '1730479103', 'CN'],
|
2709 |
+
['1730480128', '1730480639', 'AU'],
|
2710 |
+
['1730480640', '1730481151', 'JP'],
|
2711 |
+
['1730481152', '1730482175', 'CN'],
|
2712 |
+
['1730482176', '1730483199', 'CN'],
|
2713 |
+
['1730483200', '1730483711', 'IN'],
|
2714 |
+
['1730484224', '1730485247', 'CN'],
|
2715 |
+
['1730485248', '1730486271', 'VN'],
|
2716 |
+
['1730486272', '1730487295', 'VN'],
|
2717 |
+
['1730487296', '1730488319', 'TW'],
|
2718 |
+
['1730488320', '1730489343', 'HK'],
|
2719 |
+
['1730489344', '1730490367', 'CN'],
|
2720 |
+
['1730490368', '1730491391', 'PH'],
|
2721 |
+
['1730491392', '1730492415', 'CN'],
|
2722 |
+
['1730492416', '1730493439', 'CN'],
|
2723 |
+
['1730493440', '1730494463', 'HK'],
|
2724 |
+
['1730494464', '1730495487', 'JP'],
|
2725 |
+
['1730495488', '1730496511', 'AU'],
|
2726 |
+
['1730496512', '1730497535', 'CN'],
|
2727 |
+
['1730497536', '1730498559', 'IN'],
|
2728 |
+
['1730498560', '1730499583', 'IN'],
|
2729 |
+
['1730499584', '1730500607', 'HK'],
|
2730 |
+
['1730501632', '1730502655', 'JP'],
|
2731 |
+
['1730503424', '1730503679', 'AU'],
|
2732 |
+
['1730503680', '1730504703', 'CN'],
|
2733 |
+
['1730504704', '1730505727', 'CN'],
|
2734 |
+
['1730505728', '1730506751', 'JP'],
|
2735 |
+
['1730506752', '1730507775', 'JP'],
|
2736 |
+
['1730507776', '1730508799', 'JP'],
|
2737 |
+
['1730508800', '1730509823', 'AU'],
|
2738 |
+
['1730509824', '1730510847', 'CN'],
|
2739 |
+
['1730510848', '1730511871', 'AU'],
|
2740 |
+
['1730511872', '1730512895', 'JP'],
|
2741 |
+
['1730512896', '1730513919', 'CN'],
|
2742 |
+
['1730513920', '1730514943', 'CN'],
|
2743 |
+
['1730514944', '1730515967', 'CN'],
|
2744 |
+
['1730515968', '1730516991', 'CN'],
|
2745 |
+
['1730516992', '1730518015', 'CN'],
|
2746 |
+
['1730518016', '1730519039', 'CN'],
|
2747 |
+
['1730519040', '1730520063', 'CN'],
|
2748 |
+
['1730520064', '1730521087', 'CN'],
|
2749 |
+
['1730521088', '1730522111', 'ID'],
|
2750 |
+
['1730522112', '1730523135', 'CN'],
|
2751 |
+
['1730523136', '1730524159', 'CN'],
|
2752 |
+
['1730524160', '1730525183', 'IN'],
|
2753 |
+
['1730526208', '1730527231', 'CN'],
|
2754 |
+
['1730527232', '1730528255', 'HK'],
|
2755 |
+
['1730528256', '1730529279', 'SG'],
|
2756 |
+
['1730529280', '1730529791', 'IN'],
|
2757 |
+
['1730530304', '1730531327', 'NZ'],
|
2758 |
+
['1730531328', '1730532351', 'CN'],
|
2759 |
+
['1730532352', '1730533375', 'CN'],
|
2760 |
+
['1730533376', '1730534399', 'CN'],
|
2761 |
+
['1730534400', '1730535423', 'CN'],
|
2762 |
+
['1730535424', '1730536447', 'ID'],
|
2763 |
+
['1730536448', '1730536703', 'AU'],
|
2764 |
+
['1730536704', '1730536959', 'ID'],
|
2765 |
+
['1730536960', '1730537471', 'ID'],
|
2766 |
+
['1730537472', '1730538495', 'HK'],
|
2767 |
+
['1730538496', '1730539519', 'JP'],
|
2768 |
+
['1730539520', '1730540543', 'JP'],
|
2769 |
+
['1730540544', '1730541567', 'ID'],
|
2770 |
+
['1730541568', '1730542591', 'CN'],
|
2771 |
+
['1730542592', '1730543615', 'CN'],
|
2772 |
+
['1730543616', '1730544639', 'CN'],
|
2773 |
+
['1730544640', '1730545663', 'IN'],
|
2774 |
+
['1730545664', '1730545919', 'IN'],
|
2775 |
+
['1730545920', '1730546175', 'AU'],
|
2776 |
+
['1730546176', '1730546687', 'AU'],
|
2777 |
+
['1730546688', '1730547711', 'IN'],
|
2778 |
+
['1730547712', '1730548735', 'BD'],
|
2779 |
+
['1730548736', '1730549759', 'MY'],
|
2780 |
+
['1730549760', '1730550783', 'KR'],
|
2781 |
+
['1730550784', '1730551807', 'HK'],
|
2782 |
+
['1730551808', '1730552831', 'CN'],
|
2783 |
+
['1730552832', '1730553855', 'IN'],
|
2784 |
+
['1730553856', '1730554879', 'CN'],
|
2785 |
+
['1730554880', '1730555903', 'CN'],
|
2786 |
+
['1730555904', '1730556415', 'IN'],
|
2787 |
+
['1730556416', '1730556927', 'IN'],
|
2788 |
+
['1730557952', '1730558975', 'CN'],
|
2789 |
+
['1730558976', '1730559999', 'MY'],
|
2790 |
+
['1730560000', '1730561023', 'HK'],
|
2791 |
+
['1730561024', '1730562047', 'IN'],
|
2792 |
+
['1730562048', '1730563071', 'SG'],
|
2793 |
+
['1730563072', '1730564095', 'CN'],
|
2794 |
+
['1730564096', '1730565119', 'HK'],
|
2795 |
+
['1730565120', '1730566143', 'CN'],
|
2796 |
+
['1730566144', '1730566399', 'IN'],
|
2797 |
+
['1730566400', '1730566655', 'IN'],
|
2798 |
+
['1730566656', '1730567167', 'HK'],
|
2799 |
+
['1730567168', '1730568191', 'CN'],
|
2800 |
+
['1730568192', '1730569215', 'CN'],
|
2801 |
+
['1730569216', '1730570239', 'ID'],
|
2802 |
+
['1730570240', '1730571263', 'HK'],
|
2803 |
+
['1730572288', '1730573311', 'KH'],
|
2804 |
+
['1730573312', '1730574335', 'CN'],
|
2805 |
+
['1730574336', '1730575359', 'AU'],
|
2806 |
+
['1730575360', '1730576383', 'IN'],
|
2807 |
+
['1730576384', '1730577407', 'IN'],
|
2808 |
+
['1730577408', '1730578431', 'CN'],
|
2809 |
+
['1730578432', '1730579455', 'VN'],
|
2810 |
+
['1730579456', '1730580479', 'CN'],
|
2811 |
+
['1730580480', '1730580735', 'HK'],
|
2812 |
+
['1730580736', '1730580991', 'AU'],
|
2813 |
+
['1730580992', '1730581503', 'TW'],
|
2814 |
+
['1730581504', '1730582015', 'AU'],
|
2815 |
+
['1730582016', '1730582271', 'IN'],
|
2816 |
+
['1730582272', '1730582527', 'PH'],
|
2817 |
+
['1730582528', '1730583551', 'HK'],
|
2818 |
+
['1730583552', '1730584575', 'HK'],
|
2819 |
+
['1730584576', '1730585599', 'HK'],
|
2820 |
+
['1730585600', '1730586623', 'NZ'],
|
2821 |
+
['1730586624', '1730587647', 'HK'],
|
2822 |
+
['1730587648', '1730588671', 'PH'],
|
2823 |
+
['1730588672', '1730589695', 'IN'],
|
2824 |
+
['1730590720', '1730591743', 'SG'],
|
2825 |
+
['1730591744', '1730591999', 'PH'],
|
2826 |
+
['1730592000', '1730592255', 'IN'],
|
2827 |
+
['1730592256', '1730592767', 'IN'],
|
2828 |
+
['1730592768', '1730593791', 'MY'],
|
2829 |
+
['1730593792', '1730594815', 'NP'],
|
2830 |
+
['1730594816', '1730595839', 'IN'],
|
2831 |
+
['1730595840', '1730596863', 'IN'],
|
2832 |
+
['1730597888', '1730598911', 'PH'],
|
2833 |
+
['1730599424', '1730599935', 'VU'],
|
2834 |
+
['1730599936', '1730600959', 'CN'],
|
2835 |
+
['1730600960', '1730601983', 'CN'],
|
2836 |
+
['1730601984', '1730603007', 'CN'],
|
2837 |
+
['1730603008', '1730604031', 'CN'],
|
2838 |
+
['1730605056', '1730606079', 'IN'],
|
2839 |
+
['1730606080', '1730607103', 'IN'],
|
2840 |
+
['1730608128', '1730609151', 'CN'],
|
2841 |
+
['1730609152', '1730610175', 'IN'],
|
2842 |
+
['1730610176', '1730610687', 'IN'],
|
2843 |
+
['1730610688', '1730610943', 'MY'],
|
2844 |
+
['1730610944', '1730611199', 'SG'],
|
2845 |
+
['1730611200', '1730612223', 'IN'],
|
2846 |
+
['1730612224', '1730613247', 'ID'],
|
2847 |
+
['1730613248', '1730614271', 'CN'],
|
2848 |
+
['1730614272', '1730615295', 'NZ'],
|
2849 |
+
['1730615296', '1730616319', 'HK'],
|
2850 |
+
['1730616320', '1730617343', 'IN'],
|
2851 |
+
['1730618368', '1730619391', 'KR'],
|
2852 |
+
['1730619392', '1730619903', 'HK'],
|
2853 |
+
['1730619904', '1730620415', 'SG'],
|
2854 |
+
['1730620416', '1730621439', 'NZ'],
|
2855 |
+
['1730621440', '1730622463', 'ID'],
|
2856 |
+
['1730622464', '1730622719', 'ID'],
|
2857 |
+
['1730622720', '1730622975', 'AU'],
|
2858 |
+
['1730622976', '1730623231', 'IN'],
|
2859 |
+
['1730623232', '1730623487', 'AU'],
|
2860 |
+
['1730623488', '1730624511', 'HK'],
|
2861 |
+
['1730624512', '1730625535', 'AU'],
|
2862 |
+
['1730625536', '1730626559', 'CN'],
|
2863 |
+
['1730628608', '1730629631', 'HK'],
|
2864 |
+
['1730629632', '1730630655', 'PK'],
|
2865 |
+
['1730630656', '1730631167', 'AU'],
|
2866 |
+
['1730631168', '1730631679', 'AU'],
|
2867 |
+
['1730631680', '1730632703', 'CN'],
|
2868 |
+
['1730632704', '1730633727', 'VN'],
|
2869 |
+
['1730633728', '1730634751', 'VN'],
|
2870 |
+
['1730634752', '1730635775', 'CN'],
|
2871 |
+
['1730635776', '1730636799', 'CN'],
|
2872 |
+
['1730636800', '1730637823', 'CN'],
|
2873 |
+
['1730637824', '1730638079', 'AU'],
|
2874 |
+
['1730638080', '1730638335', 'JP'],
|
2875 |
+
['1730638336', '1730638847', 'NZ'],
|
2876 |
+
['1730638848', '1730639871', 'IN'],
|
2877 |
+
['1730640384', '1730640895', 'MY'],
|
2878 |
+
['1730641920', '1730642943', 'IN'],
|
2879 |
+
['1730642944', '1730643967', 'IN'],
|
2880 |
+
['1730643968', '1730644479', 'AU'],
|
2881 |
+
['1730644480', '1730644735', 'AU'],
|
2882 |
+
['1730644736', '1730644991', 'IN'],
|
2883 |
+
['1730644992', '1730646015', 'MY'],
|
2884 |
+
['1730647040', '1730648063', 'HK'],
|
2885 |
+
['1730648064', '1730649087', 'HK'],
|
2886 |
+
['1730649088', '1730650111', 'IN'],
|
2887 |
+
['1730650112', '1730651135', 'CN'],
|
2888 |
+
['1730651136', '1730652159', 'CN'],
|
2889 |
+
['1730652160', '1730653183', 'CN'],
|
2890 |
+
['1730653184', '1730654207', 'CN'],
|
2891 |
+
['1730654208', '1730655231', 'CN'],
|
2892 |
+
['1730655232', '1730656255', 'CN'],
|
2893 |
+
['1730656256', '1730657279', 'CN'],
|
2894 |
+
['1730657280', '1730658303', 'CN'],
|
2895 |
+
['1730658304', '1730659327', 'JP'],
|
2896 |
+
['1730660352', '1730661375', 'CN'],
|
2897 |
+
['1730661376', '1730662399', 'CN'],
|
2898 |
+
['1730662400', '1730663423', 'CN'],
|
2899 |
+
['1730663424', '1730664447', 'CN'],
|
2900 |
+
['1730664448', '1730665471', 'CN'],
|
2901 |
+
['1730665472', '1730666495', 'CN'],
|
2902 |
+
['1730666496', '1730667519', 'CN'],
|
2903 |
+
['1730667520', '1730668543', 'CN'],
|
2904 |
+
['1730668544', '1730669567', 'CN'],
|
2905 |
+
['1730669568', '1730670079', 'IN'],
|
2906 |
+
['1730670080', '1730670591', 'AU'],
|
2907 |
+
['1730670592', '1730671615', 'IN'],
|
2908 |
+
['1730671616', '1730672639', 'IN'],
|
2909 |
+
['1730672640', '1730672895', 'AU'],
|
2910 |
+
['1730672896', '1730673151', 'AU'],
|
2911 |
+
['1730673152', '1730673407', 'AU'],
|
2912 |
+
['1730673408', '1730673663', 'IN'],
|
2913 |
+
['1730673664', '1730674687', 'FM'],
|
2914 |
+
['1730674688', '1730675711', 'AU'],
|
2915 |
+
['1730675712', '1730676735', 'HK'],
|
2916 |
+
['1730676736', '1730677759', 'HK'],
|
2917 |
+
['1730677760', '1730678783', 'CN'],
|
2918 |
+
['1730678784', '1730679807', 'CN'],
|
2919 |
+
['1730679808', '1730680831', 'CN'],
|
2920 |
+
['1730680832', '1730681855', 'CN'],
|
2921 |
+
['1730681856', '1730682879', 'CN'],
|
2922 |
+
['1730682880', '1730683903', 'CN'],
|
2923 |
+
['1730683904', '1730684927', 'CN'],
|
2924 |
+
['1730684928', '1730685951', 'CN'],
|
2925 |
+
['1730685952', '1730686975', 'CN'],
|
2926 |
+
['1730686976', '1730687999', 'IN'],
|
2927 |
+
['1730688512', '1730689023', 'ID'],
|
2928 |
+
['1730689024', '1730690047', 'IN'],
|
2929 |
+
['1730690048', '1730691071', 'IN'],
|
2930 |
+
['1730691072', '1730692095', 'IN'],
|
2931 |
+
['1730692096', '1730692607', 'ID'],
|
2932 |
+
['1730692608', '1730693119', 'AU'],
|
2933 |
+
['1730693120', '1730694143', 'IN'],
|
2934 |
+
['1730694144', '1730695167', 'BD'],
|
2935 |
+
['1730695168', '1730695423', 'IN'],
|
2936 |
+
['1730695424', '1730695679', 'NZ'],
|
2937 |
+
['1730695680', '1730696191', 'BD'],
|
2938 |
+
['1730696192', '1730697215', 'HK'],
|
2939 |
+
['1730697216', '1730698239', 'CN'],
|
2940 |
+
['1730698240', '1730698751', 'ID'],
|
2941 |
+
['1730698752', '1730699007', 'ID'],
|
2942 |
+
['1730699008', '1730699263', 'ID'],
|
2943 |
+
['1730699264', '1730700287', 'JP'],
|
2944 |
+
['1730700288', '1730701311', 'CN'],
|
2945 |
+
['1730701312', '1730702335', 'JP'],
|
2946 |
+
['1730702336', '1730702591', 'ID'],
|
2947 |
+
['1730702592', '1730702847', 'AU'],
|
2948 |
+
['1730702848', '1730703359', 'HK'],
|
2949 |
+
['1730703360', '1730704383', 'CN'],
|
2950 |
+
['1730704384', '1730705407', 'TH'],
|
2951 |
+
['1730705408', '1730706431', 'ID'],
|
2952 |
+
['1730706432', '1730707455', 'JP'],
|
2953 |
+
['1730707456', '1730708479', 'JP'],
|
2954 |
+
['1730708480', '1730709503', 'TH'],
|
2955 |
+
['1730709504', '1730711551', 'TH'],
|
2956 |
+
['1730711552', '1730713599', 'TH'],
|
2957 |
+
['1730713600', '1730714623', 'HK'],
|
2958 |
+
['1730715648', '1730716671', 'HK'],
|
2959 |
+
['1730716672', '1730717183', 'PH'],
|
2960 |
+
['1730717696', '1730718719', 'IN'],
|
2961 |
+
['1730718720', '1730719743', 'HK'],
|
2962 |
+
['1730719744', '1730720767', 'HK'],
|
2963 |
+
['1730720768', '1730721791', 'TH'],
|
2964 |
+
['1730721792', '1730723839', 'TH'],
|
2965 |
+
['1730723840', '1730724863', 'CN'],
|
2966 |
+
['1730724864', '1730725887', 'IN'],
|
2967 |
+
['1730725888', '1730726911', 'IN'],
|
2968 |
+
['1730726912', '1730727935', 'IN'],
|
2969 |
+
['1730727936', '1730728959', 'HK'],
|
2970 |
+
['1730728960', '1730729983', 'CN'],
|
2971 |
+
['1730729984', '1730731007', 'JP'],
|
2972 |
+
['1730731008', '1730732031', 'CN'],
|
2973 |
+
['1730732032', '1730732287', 'AU'],
|
2974 |
+
['1730732288', '1730732543', 'HK'],
|
2975 |
+
['1730732544', '1730733055', 'BD'],
|
2976 |
+
['1730733056', '1730734079', 'CN'],
|
2977 |
+
['1730734080', '1730735103', 'CN'],
|
2978 |
+
['1730735104', '1730736127', 'CN'],
|
2979 |
+
['1730736128', '1730737151', 'CN'],
|
2980 |
+
['1730737152', '1730738175', 'CN'],
|
2981 |
+
['1730738176', '1730739199', 'CN'],
|
2982 |
+
['1730739200', '1730740223', 'CN'],
|
2983 |
+
['1730740224', '1730741247', 'CN'],
|
2984 |
+
['1730741248', '1730742271', 'HK'],
|
2985 |
+
['1730742272', '1730742783', 'AF'],
|
2986 |
+
['1730742784', '1730743039', 'IN'],
|
2987 |
+
['1730743040', '1730743295', 'IN'],
|
2988 |
+
['1730743296', '1730744319', 'SG'],
|
2989 |
+
['1730744320', '1730745343', 'CN'],
|
2990 |
+
['1730745344', '1730746367', 'IN'],
|
2991 |
+
['1730746368', '1730747391', 'IN'],
|
2992 |
+
['1730747392', '1730748415', 'IN'],
|
2993 |
+
['1730748416', '1730749439', 'IN'],
|
2994 |
+
['1730749440', '1730750463', 'IN'],
|
2995 |
+
['1730750464', '1730751487', 'IN'],
|
2996 |
+
['1730751488', '1730752511', 'IN'],
|
2997 |
+
['1730752512', '1730753535', 'HK'],
|
2998 |
+
['1730753536', '1730754559', 'CN'],
|
2999 |
+
['1730754560', '1730754815', 'IN'],
|
3000 |
+
['1730754816', '1730755071', 'IN'],
|
3001 |
+
['1730755072', '1730755583', 'TH'],
|
3002 |
+
['1730755584', '1730756607', 'JP'],
|
3003 |
+
['1730756608', '1730757631', 'HK'],
|
3004 |
+
['1730757632', '1730758655', 'SG'],
|
3005 |
+
['1730760704', '1730761727', 'HK'],
|
3006 |
+
['1730761728', '1730762751', 'TH'],
|
3007 |
+
['1730762752', '1730763775', 'IN'],
|
3008 |
+
['1730763776', '1730764799', 'IN'],
|
3009 |
+
['1730764800', '1730765823', 'IN'],
|
3010 |
+
['1730765824', '1730766847', 'IN'],
|
3011 |
+
['1730766848', '1730767871', 'HK'],
|
3012 |
+
['1730767872', '1730768127', 'AU'],
|
3013 |
+
['1730768128', '1730768383', 'ID'],
|
3014 |
+
['1730768384', '1730768639', 'ID'],
|
3015 |
+
['1730768640', '1730768895', 'BD'],
|
3016 |
+
['1730769920', '1730770943', 'HK'],
|
3017 |
+
['1730770944', '1730771967', 'ID'],
|
3018 |
+
['1730771968', '1730772991', 'HK'],
|
3019 |
+
['1730772992', '1730774015', 'SG'],
|
3020 |
+
['1730774016', '1730775039', 'HK'],
|
3021 |
+
['1730775040', '1730776063', 'JP'],
|
3022 |
+
['1730776064', '1730777087', 'CN'],
|
3023 |
+
['1730777088', '1730778111', 'IN'],
|
3024 |
+
['1730778112', '1730779135', 'CN'],
|
3025 |
+
['1730779136', '1730780159', 'CN'],
|
3026 |
+
['1730780160', '1730781183', 'AU'],
|
3027 |
+
['1730781184', '1730782207', 'CN'],
|
3028 |
+
['1730782208', '1730783231', 'CN'],
|
3029 |
+
['1730783232', '1730783487', 'IN'],
|
3030 |
+
['1730783488', '1730783743', 'ID'],
|
3031 |
+
['1730783744', '1730783999', 'IN'],
|
3032 |
+
['1730784000', '1730784255', 'ID'],
|
3033 |
+
['1730784256', '1730785279', 'HK'],
|
3034 |
+
['1730785280', '1730786303', 'AU'],
|
3035 |
+
['1730787328', '1730788351', 'HK'],
|
3036 |
+
['1730788352', '1730789375', 'ID'],
|
3037 |
+
['1730789376', '1730790399', 'ID'],
|
3038 |
+
['1730790400', '1730791423', 'IN'],
|
3039 |
+
['1730791424', '1730792447', 'ID'],
|
3040 |
+
['1730792448', '1730793471', 'ID'],
|
3041 |
+
['1730793472', '1730794495', 'ID'],
|
3042 |
+
['1730794496', '1730795007', 'BD'],
|
3043 |
+
['1730795008', '1730795519', 'IN'],
|
3044 |
+
['1730795520', '1730796543', 'AU'],
|
3045 |
+
['1730796544', '1730797567', 'CN'],
|
3046 |
+
['1730797568', '1730798591', 'CN'],
|
3047 |
+
['1730798592', '1730799615', 'CN'],
|
3048 |
+
['1730799616', '1730800639', 'CN'],
|
3049 |
+
['1730800640', '1730801663', 'IN'],
|
3050 |
+
['1730801664', '1730802687', 'JP'],
|
3051 |
+
['1730802688', '1730803199', 'BD'],
|
3052 |
+
['1730803200', '1730803455', 'ID'],
|
3053 |
+
['1730803456', '1730803711', 'ID'],
|
3054 |
+
['1730804736', '1730805759', 'JP'],
|
3055 |
+
['1730805760', '1730806783', 'AF'],
|
3056 |
+
['1730807808', '1730808831', 'CN'],
|
3057 |
+
['1730808832', '1730809855', 'HK'],
|
3058 |
+
['1730809856', '1730810367', 'IN'],
|
3059 |
+
['1730810624', '1730810879', 'AU'],
|
3060 |
+
['1730810880', '1730811903', 'AU'],
|
3061 |
+
['1730811904', '1730812927', 'CN'],
|
3062 |
+
['1730812928', '1730813951', 'CN'],
|
3063 |
+
['1730813952', '1730814975', 'CN'],
|
3064 |
+
['1730814976', '1730815999', 'HK'],
|
3065 |
+
['1730816000', '1730817023', 'ID'],
|
3066 |
+
['1730817024', '1730818047', 'JP'],
|
3067 |
+
['1730818048', '1730818559', 'AU'],
|
3068 |
+
['1730818816', '1730819071', 'IN'],
|
3069 |
+
['1730820096', '1730821119', 'VN'],
|
3070 |
+
['1730822144', '1730823167', 'CN'],
|
3071 |
+
['1730823168', '1730824191', 'CN'],
|
3072 |
+
['1730824192', '1730825215', 'IN'],
|
3073 |
+
['1730825216', '1730826239', 'CN'],
|
3074 |
+
['1730826240', '1730827263', 'JP'],
|
3075 |
+
['1730827264', '1730828287', 'IN'],
|
3076 |
+
['1730828288', '1730829311', 'IN'],
|
3077 |
+
['1730829312', '1730830335', 'PH'],
|
3078 |
+
['1730830336', '1730831359', 'PH'],
|
3079 |
+
['1730831360', '1730832383', 'HK'],
|
3080 |
+
['1730832384', '1730833407', 'CN'],
|
3081 |
+
['1730833408', '1730834431', 'AU'],
|
3082 |
+
['1730834432', '1730834943', 'TW'],
|
3083 |
+
['1730834944', '1730835199', 'IN'],
|
3084 |
+
['1730835200', '1730835455', 'IN'],
|
3085 |
+
['1730835456', '1730836479', 'ID'],
|
3086 |
+
['1730836480', '1730837503', 'ID'],
|
3087 |
+
['1730837504', '1730838527', 'IN'],
|
3088 |
+
['1730839552', '1730840575', 'AU'],
|
3089 |
+
['1730840576', '1730841599', 'PH'],
|
3090 |
+
['1730841600', '1730842623', 'AU'],
|
3091 |
+
['1730842624', '1730843647', 'TW'],
|
3092 |
+
['1730843648', '1730844671', 'TW'],
|
3093 |
+
['1730844672', '1730845695', 'BD'],
|
3094 |
+
['1730845696', '1730846719', 'IN'],
|
3095 |
+
['1730846720', '1730847743', 'IN'],
|
3096 |
+
['1730848768', '1730849791', 'JP'],
|
3097 |
+
['1730849792', '1730850815', 'IN'],
|
3098 |
+
['1730850816', '1730851839', 'HK'],
|
3099 |
+
['1730851840', '1730852863', 'CN'],
|
3100 |
+
['1730852864', '1730853887', 'KR'],
|
3101 |
+
['1730853888', '1730854143', 'IN'],
|
3102 |
+
['1730854144', '1730854399', 'AU'],
|
3103 |
+
['1730854400', '1730854655', 'NZ'],
|
3104 |
+
['1730854656', '1730854911', 'HK'],
|
3105 |
+
['1730854912', '1730855935', 'IN'],
|
3106 |
+
['1730855936', '1730856959', 'IN'],
|
3107 |
+
['1730857984', '1730858239', 'AU'],
|
3108 |
+
['1730858240', '1730858495', 'ID'],
|
3109 |
+
['1730858496', '1730859007', 'IN'],
|
3110 |
+
['1730859008', '1730860031', 'BN'],
|
3111 |
+
['1730860032', '1730861055', 'MY'],
|
3112 |
+
['1730861056', '1730862079', 'MM'],
|
3113 |
+
['1730863104', '1730863615', 'AU'],
|
3114 |
+
['1730863616', '1730864127', 'AU'],
|
3115 |
+
['1730865152', '1730866175', 'CN'],
|
3116 |
+
['1730866176', '1730867199', 'AU'],
|
3117 |
+
['1730869248', '1730870271', 'IN'],
|
3118 |
+
['1730870272', '1730871295', 'ID'],
|
3119 |
+
['1730871296', '1730871807', 'ID'],
|
3120 |
+
['1730871808', '1730872063', 'IN'],
|
3121 |
+
['1730872064', '1730872319', 'IN'],
|
3122 |
+
['1730872320', '1730873343', 'IN'],
|
3123 |
+
['1730873344', '1730874367', 'HK'],
|
3124 |
+
['1730874368', '1730875391', 'HK'],
|
3125 |
+
['1730875392', '1730876415', 'CN'],
|
3126 |
+
['1730876416', '1730877439', 'AU'],
|
3127 |
+
['1730878464', '1730879487', 'HK'],
|
3128 |
+
['1730879488', '1730880511', 'IN'],
|
3129 |
+
['1730880512', '1730880767', 'IN'],
|
3130 |
+
['1730880768', '1730881023', 'IN'],
|
3131 |
+
['1730881024', '1730881535', 'AU'],
|
3132 |
+
['1730881536', '1730882559', 'IN'],
|
3133 |
+
['1730882560', '1730883583', 'ID'],
|
3134 |
+
['1730883584', '1730884607', 'TW'],
|
3135 |
+
['1730884608', '1730885631', 'BD'],
|
3136 |
+
['1730885632', '1730886655', 'AU'],
|
3137 |
+
['1730886656', '1730887679', 'HK'],
|
3138 |
+
['1730887680', '1730887935', 'KR'],
|
3139 |
+
['1730887936', '1730888191', 'IN'],
|
3140 |
+
['1730888192', '1730888703', 'ID'],
|
3141 |
+
['1730888704', '1730889727', 'HK'],
|
3142 |
+
['1730889728', '1730890751', 'JP'],
|
3143 |
+
['1730890752', '1730891775', 'LA'],
|
3144 |
+
['1730891776', '1730892799', 'IN'],
|
3145 |
+
['1730892800', '1730893823', 'CN'],
|
3146 |
+
['1730893824', '1730894847', 'AU'],
|
3147 |
+
['1730894848', '1730895103', 'AU'],
|
3148 |
+
['1730895104', '1730895359', 'BD'],
|
3149 |
+
['1730895872', '1730896895', 'CN'],
|
3150 |
+
['1730896896', '1730897919', 'CN'],
|
3151 |
+
['1730897920', '1730898943', 'CN'],
|
3152 |
+
['1730898944', '1730899967', 'MY'],
|
3153 |
+
['1730899968', '1730900991', 'IN'],
|
3154 |
+
['1730900992', '1730902015', 'AU'],
|
3155 |
+
['1730902016', '1730903039', 'KR'],
|
3156 |
+
['1730903040', '1730904063', 'CN'],
|
3157 |
+
['1730904064', '1730905087', 'ID'],
|
3158 |
+
['1730905088', '1730906111', 'HK'],
|
3159 |
+
['1730906112', '1730906367', 'TH'],
|
3160 |
+
['1730906368', '1730906623', 'AU'],
|
3161 |
+
['1730906624', '1730907135', 'AU'],
|
3162 |
+
['1730907136', '1730908159', 'JP'],
|
3163 |
+
['1730908160', '1730909183', 'PG'],
|
3164 |
+
['1730909184', '1730910207', 'BD'],
|
3165 |
+
['1730910208', '1730911231', 'IN'],
|
3166 |
+
['1730911232', '1730912255', 'NC'],
|
3167 |
+
['1730912256', '1730913279', 'IN'],
|
3168 |
+
['1730914304', '1730915327', 'NP'],
|
3169 |
+
['1730915328', '1730916351', 'HK'],
|
3170 |
+
['1730916352', '1730916607', 'AU'],
|
3171 |
+
['1730916608', '1730916863', 'AU'],
|
3172 |
+
['1730916864', '1730917375', 'AU'],
|
3173 |
+
['1730917376', '1730918399', 'AU'],
|
3174 |
+
['1730918400', '1730919423', 'CN'],
|
3175 |
+
['1730919424', '1730920447', 'SG'],
|
3176 |
+
['1730920448', '1730921471', 'CN'],
|
3177 |
+
['1730921472', '1730922495', 'CN'],
|
3178 |
+
['1730922496', '1730923519', 'IN'],
|
3179 |
+
['1730923520', '1730924031', 'NF'],
|
3180 |
+
['1730924032', '1730924543', 'NZ'],
|
3181 |
+
['1730924544', '1730925567', 'CN'],
|
3182 |
+
['1730925568', '1730926591', 'NZ'],
|
3183 |
+
['1730926592', '1730927615', 'HK'],
|
3184 |
+
['1730927616', '1730928639', 'CN'],
|
3185 |
+
['1730928640', '1730929663', 'CN'],
|
3186 |
+
['1730929664', '1730929919', 'IN'],
|
3187 |
+
['1730929920', '1730930175', 'TH'],
|
3188 |
+
['1730930176', '1730930431', 'BD'],
|
3189 |
+
['1730930432', '1730930687', 'IN'],
|
3190 |
+
['1730930688', '1730931711', 'CN'],
|
3191 |
+
['1730931712', '1730932735', 'HK'],
|
3192 |
+
['1730932736', '1730933759', 'CN'],
|
3193 |
+
['1730933760', '1730934783', 'HK'],
|
3194 |
+
['1730934784', '1730935807', 'IN'],
|
3195 |
+
['1730935808', '1730936063', 'IN'],
|
3196 |
+
['1730936064', '1730936319', 'AU'],
|
3197 |
+
['1730936320', '1730936831', 'AU'],
|
3198 |
+
['1730936832', '1730937855', 'IN'],
|
3199 |
+
['1730937856', '1730938879', 'SG'],
|
3200 |
+
['1730939904', '1730940927', 'IN'],
|
3201 |
+
['1730940928', '1730941439', 'JP'],
|
3202 |
+
['1730941440', '1730941695', 'IN'],
|
3203 |
+
['1730941952', '1730942975', 'HK'],
|
3204 |
+
['1730942976', '1730943487', 'AU'],
|
3205 |
+
['1730943488', '1730943999', 'ID'],
|
3206 |
+
['1730944000', '1730945023', 'HK'],
|
3207 |
+
['1730945024', '1730946047', 'AU'],
|
3208 |
+
['1730946048', '1730947071', 'ID'],
|
3209 |
+
['1730947072', '1730948095', 'AU'],
|
3210 |
+
['1730948096', '1730948351', 'TH'],
|
3211 |
+
['1730948352', '1730948607', 'NZ'],
|
3212 |
+
['1730948608', '1730949119', 'AU'],
|
3213 |
+
['1730949120', '1730950143', 'IN'],
|
3214 |
+
['1730950144', '1730951167', 'IN'],
|
3215 |
+
['1730951168', '1730952191', 'CN'],
|
3216 |
+
['1730952192', '1730953215', 'HK'],
|
3217 |
+
['1730953216', '1730954239', 'HK'],
|
3218 |
+
['1730954240', '1730955263', 'SG'],
|
3219 |
+
['1730955264', '1730956287', 'BD'],
|
3220 |
+
['1730956288', '1730957311', 'BD'],
|
3221 |
+
['1730957312', '1730958335', 'CN'],
|
3222 |
+
['1730958336', '1730959359', 'JP'],
|
3223 |
+
['1730959360', '1730960383', 'CN'],
|
3224 |
+
['1730960384', '1730961407', 'AU'],
|
3225 |
+
['1730961408', '1730962431', 'IN'],
|
3226 |
+
['1730962432', '1730962687', 'ID'],
|
3227 |
+
['1730962688', '1730962943', 'AU'],
|
3228 |
+
['1730962944', '1730963455', 'JP'],
|
3229 |
+
['1730963456', '1730964479', 'IN'],
|
3230 |
+
['1730964480', '1730964735', 'MY'],
|
3231 |
+
['1730964736', '1730964991', 'HK'],
|
3232 |
+
['1730964992', '1730965503', 'NZ'],
|
3233 |
+
['1730965504', '1730966527', 'SG'],
|
3234 |
+
['1730966528', '1730967551', 'IN'],
|
3235 |
+
['1730967552', '1730968575', 'CN'],
|
3236 |
+
['1730968576', '1730969599', 'CN'],
|
3237 |
+
['1730969600', '1730970623', 'JP'],
|
3238 |
+
['1730970624', '1730971647', 'CN'],
|
3239 |
+
['1730971648', '1730972671', 'IN'],
|
3240 |
+
['1730972672', '1730972927', 'IN'],
|
3241 |
+
['1730972928', '1730973183', 'IN'],
|
3242 |
+
['1730973184', '1730973695', 'IN'],
|
3243 |
+
['1730973696', '1730974719', 'CN'],
|
3244 |
+
['1730974720', '1730974975', 'AU'],
|
3245 |
+
['1730974976', '1730975231', 'ID'],
|
3246 |
+
['1730975232', '1730975743', 'BD'],
|
3247 |
+
['1730976768', '1730977791', 'IN'],
|
3248 |
+
['1730977792', '1730978815', 'HK'],
|
3249 |
+
['1730978816', '1730979839', 'NZ'],
|
3250 |
+
['1730979840', '1730980863', 'CN'],
|
3251 |
+
['1730980864', '1730981887', 'IN'],
|
3252 |
+
['1730981888', '1730982911', 'CN'],
|
3253 |
+
['1730982912', '1730983935', 'CN'],
|
3254 |
+
['1730983936', '1730984959', 'CN'],
|
3255 |
+
['1730984960', '1730985983', 'CN'],
|
3256 |
+
['1730985984', '1730987007', 'CN'],
|
3257 |
+
['1730987008', '1730988031', 'CN'],
|
3258 |
+
['1730988032', '1730989055', 'CN'],
|
3259 |
+
['1730989056', '1730990079', 'CN'],
|
3260 |
+
['1730990080', '1730991103', 'JP'],
|
3261 |
+
['1730991104', '1730992127', 'JP'],
|
3262 |
+
['1730992128', '1730993151', 'TH'],
|
3263 |
+
['1730993152', '1730993407', 'SG'],
|
3264 |
+
['1730993408', '1730993663', 'IN'],
|
3265 |
+
['1730993664', '1730993919', 'NZ'],
|
3266 |
+
['1730993920', '1730994175', 'PK'],
|
3267 |
+
['1730994176', '1730995199', 'CN'],
|
3268 |
+
['1730995200', '1730996223', 'AU'],
|
3269 |
+
['1730996224', '1730997247', 'HK'],
|
3270 |
+
['1730997248', '1730998271', 'CN'],
|
3271 |
+
['1730998272', '1730999295', 'CN'],
|
3272 |
+
['1730999296', '1731000319', 'CN'],
|
3273 |
+
['1731000320', '1731001343', 'CN'],
|
3274 |
+
['1731001344', '1731002367', 'CN'],
|
3275 |
+
['1731002368', '1731003391', 'CN'],
|
3276 |
+
['1731003392', '1731004415', 'CN'],
|
3277 |
+
['1731004416', '1731005439', 'CN'],
|
3278 |
+
['1731005440', '1731006463', 'CN'],
|
3279 |
+
['1731006464', '1731007487', 'CN'],
|
3280 |
+
['1731007488', '1731008511', 'CN'],
|
3281 |
+
['1731008512', '1731009535', 'CN'],
|
3282 |
+
['1731009536', '1731010559', 'CN'],
|
3283 |
+
['1731010560', '1731011583', 'CN'],
|
3284 |
+
['1731011584', '1731012607', 'CN'],
|
3285 |
+
['1731012608', '1731013631', 'CN'],
|
3286 |
+
['1731013632', '1731014655', 'CN'],
|
3287 |
+
['1731014656', '1731015679', 'CN'],
|
3288 |
+
['1731015680', '1731016703', 'CN'],
|
3289 |
+
['1731016704', '1731017727', 'CN'],
|
3290 |
+
['1731017728', '1731018751', 'CN'],
|
3291 |
+
['1731018752', '1731019775', 'HK'],
|
3292 |
+
['1731019776', '1731020799', 'HK'],
|
3293 |
+
['1731020800', '1731021823', 'CN'],
|
3294 |
+
['1731021824', '1731022847', 'CN'],
|
3295 |
+
['1731022848', '1731023871', 'CN'],
|
3296 |
+
['1731023872', '1731024895', 'CN'],
|
3297 |
+
['1731024896', '1731025919', 'CN'],
|
3298 |
+
['1731025920', '1731026943', 'CN'],
|
3299 |
+
['1731026944', '1731027967', 'CN'],
|
3300 |
+
['1731027968', '1731028991', 'CN'],
|
3301 |
+
['1731028992', '1731030015', 'CN'],
|
3302 |
+
['1731030016', '1731031039', 'CN'],
|
3303 |
+
['1731031040', '1731032063', 'CN'],
|
3304 |
+
['1731032064', '1731033087', 'CN'],
|
3305 |
+
['1731033088', '1731034111', 'CN'],
|
3306 |
+
['1731034112', '1731035135', 'CN'],
|
3307 |
+
['1731035136', '1731036159', 'CN'],
|
3308 |
+
['1731036160', '1731037183', 'CN'],
|
3309 |
+
['1731037184', '1731038207', 'CN'],
|
3310 |
+
['1731038208', '1731039231', 'CN'],
|
3311 |
+
['1731039232', '1731040255', 'CN'],
|
3312 |
+
['1731040256', '1731041279', 'CN'],
|
3313 |
+
['1731041280', '1731042303', 'CN'],
|
3314 |
+
['1731042304', '1731043327', 'CN'],
|
3315 |
+
['1731043328', '1731044351', 'CN'],
|
3316 |
+
['1731044352', '1731045375', 'CN'],
|
3317 |
+
['1731045376', '1731046399', 'CN'],
|
3318 |
+
['1731046400', '1731047423', 'CN'],
|
3319 |
+
['1731047424', '1731048447', 'CN'],
|
3320 |
+
['1731048448', '1731049471', 'CN'],
|
3321 |
+
['1731049472', '1731050495', 'CN'],
|
3322 |
+
['1731050496', '1731051519', 'CN'],
|
3323 |
+
['1731051520', '1731052543', 'CN'],
|
3324 |
+
['1731052544', '1731053567', 'CN'],
|
3325 |
+
['1731053568', '1731054591', 'CN'],
|
3326 |
+
['1731054592', '1731055615', 'CN'],
|
3327 |
+
['1731055616', '1731056639', 'CN'],
|
3328 |
+
['1731056640', '1731057663', 'CN'],
|
3329 |
+
['1731057664', '1731058687', 'CN'],
|
3330 |
+
['1731058688', '1731059711', 'CN'],
|
3331 |
+
['1731059712', '1731060735', 'CN'],
|
3332 |
+
['1731060736', '1731061759', 'VN'],
|
3333 |
+
['1731061760', '1731062783', 'VN'],
|
3334 |
+
['1731062784', '1731063807', 'VN'],
|
3335 |
+
['1731063808', '1731064831', 'NZ'],
|
3336 |
+
['1731064832', '1731065855', 'JP'],
|
3337 |
+
['1731065856', '1731066879', 'CN'],
|
3338 |
+
['1731066880', '1731067391', 'PH'],
|
3339 |
+
['1731067392', '1731067903', 'AU'],
|
3340 |
+
['1731067904', '1731068927', 'CN'],
|
3341 |
+
['1731070976', '1731071999', 'CN'],
|
3342 |
+
['1731072000', '1731073023', 'CN'],
|
3343 |
+
['1731073024', '1731074047', 'CN'],
|
3344 |
+
['1731074048', '1731075071', 'CN'],
|
3345 |
+
['1731075072', '1731076095', 'CN'],
|
3346 |
+
['1731076096', '1731077119', 'CN'],
|
3347 |
+
['1731077120', '1731078143', 'CN'],
|
3348 |
+
['1731078144', '1731079167', 'CN'],
|
3349 |
+
['1731079168', '1731080191', 'CN'],
|
3350 |
+
['1731080192', '1731081215', 'CN'],
|
3351 |
+
['1731081216', '1731082239', 'CN'],
|
3352 |
+
['1731082240', '1731083263', 'CN'],
|
3353 |
+
['1731083264', '1731084287', 'CN'],
|
3354 |
+
['1731084288', '1731085311', 'CN'],
|
3355 |
+
['1731085312', '1731086335', 'CN'],
|
3356 |
+
['1731086336', '1731087359', 'CN'],
|
3357 |
+
['1731087360', '1731088383', 'CN'],
|
3358 |
+
['1731088384', '1731089407', 'CN'],
|
3359 |
+
['1731089408', '1731090431', 'CN'],
|
3360 |
+
['1731090432', '1731091455', 'CN'],
|
3361 |
+
['1731091456', '1731092479', 'CN'],
|
3362 |
+
['1731092480', '1731093503', 'CN'],
|
3363 |
+
['1731093504', '1731094527', 'CN'],
|
3364 |
+
['1731094528', '1731095551', 'CN'],
|
3365 |
+
['1731095552', '1731096575', 'CN'],
|
3366 |
+
['1731096576', '1731097599', 'CN'],
|
3367 |
+
['1731097600', '1731098623', 'CN'],
|
3368 |
+
['1731098624', '1731099647', 'CN'],
|
3369 |
+
['1731099648', '1731100671', 'CN'],
|
3370 |
+
['1731100672', '1731101695', 'CN'],
|
3371 |
+
['1731101696', '1731102719', 'CN'],
|
3372 |
+
['1731102720', '1731103743', 'CN'],
|
3373 |
+
['1731103744', '1731104767', 'HK'],
|
3374 |
+
['1731104768', '1731105791', 'TW'],
|
3375 |
+
['1731105792', '1731106815', 'BD'],
|
3376 |
+
['1731106816', '1731107839', 'CN'],
|
3377 |
+
['1731107840', '1731108863', 'CN'],
|
3378 |
+
['1731108864', '1731109887', 'CN'],
|
3379 |
+
['1731109888', '1731110911', 'CN'],
|
3380 |
+
['1731110912', '1731111935', 'CN'],
|
3381 |
+
['1731111936', '1731112959', 'CN'],
|
3382 |
+
['1731112960', '1731113983', 'CN'],
|
3383 |
+
['1731113984', '1731115007', 'CN'],
|
3384 |
+
['1731115008', '1731116031', 'HK'],
|
3385 |
+
['1731116032', '1731117055', 'TW'],
|
3386 |
+
['1731117056', '1731118079', 'IN'],
|
3387 |
+
['1731118080', '1731118591', 'IN'],
|
3388 |
+
['1731118592', '1731118847', 'IN'],
|
3389 |
+
['1731118848', '1731119103', 'AU'],
|
3390 |
+
['1731119104', '1731120127', 'IN'],
|
3391 |
+
['1731120128', '1731121151', 'JP'],
|
3392 |
+
['1731121152', '1731122175', 'AF'],
|
3393 |
+
['1731122176', '1731123199', 'AU'],
|
3394 |
+
['1731123200', '1731124223', 'PF'],
|
3395 |
+
['1731124224', '1731125247', 'AU'],
|
3396 |
+
['1731125248', '1731126271', 'HK'],
|
3397 |
+
['1731126272', '1731127295', 'AU'],
|
3398 |
+
['1731127296', '1731128319', 'IN'],
|
3399 |
+
['1731128320', '1731129343', 'IN'],
|
3400 |
+
['1731129344', '1731130367', 'IN'],
|
3401 |
+
['1731130368', '1731131391', 'CN'],
|
3402 |
+
['1731131392', '1731132415', 'CN'],
|
3403 |
+
['1731132416', '1731133439', 'SG'],
|
3404 |
+
['1731133440', '1731133695', 'AU'],
|
3405 |
+
['1731133696', '1731133951', 'AU'],
|
3406 |
+
['1731133952', '1731134207', 'JP'],
|
3407 |
+
['1731134208', '1731134463', 'NZ'],
|
3408 |
+
['1731134464', '1731135487', 'CN'],
|
3409 |
+
['1731136512', '1731137535', 'IN'],
|
3410 |
+
['1731137536', '1731138559', 'IN'],
|
3411 |
+
['1731138560', '1731139583', 'CN'],
|
3412 |
+
['1731139584', '1731140607', 'HK'],
|
3413 |
+
['1731140608', '1731141631', 'SG'],
|
3414 |
+
['1731141632', '1731142655', 'IN'],
|
3415 |
+
['1731142656', '1731143679', 'CN'],
|
3416 |
+
['1731143680', '1731144703', 'CN'],
|
3417 |
+
['1731144704', '1731145727', 'IN'],
|
3418 |
+
['1731145728', '1731146751', 'CN'],
|
3419 |
+
['1731146752', '1731147775', 'IN'],
|
3420 |
+
['1731147776', '1731148799', 'IN'],
|
3421 |
+
['1731148800', '1731149055', 'ID'],
|
3422 |
+
['1731149056', '1731149311', 'HK'],
|
3423 |
+
['1731149312', '1731149823', 'AU'],
|
3424 |
+
['1731149824', '1731150847', 'IN'],
|
3425 |
+
['1731150848', '1731151871', 'IN'],
|
3426 |
+
['1731151872', '1731152895', 'IN'],
|
3427 |
+
['1731152896', '1731153407', 'SG'],
|
3428 |
+
['1731153408', '1731153663', 'IN'],
|
3429 |
+
['1731153664', '1731153919', 'IN'],
|
3430 |
+
['1731153920', '1731154943', 'CN'],
|
3431 |
+
['1731154944', '1731155967', 'TH'],
|
3432 |
+
['1731155968', '1731156479', 'HK'],
|
3433 |
+
['1731156480', '1731156735', 'IN'],
|
3434 |
+
['1731156736', '1731156991', 'IN'],
|
3435 |
+
['1731156992', '1731158015', 'IN'],
|
3436 |
+
['1731158016', '1731159039', 'CN'],
|
3437 |
+
['1731159040', '1731160063', 'JP'],
|
3438 |
+
['1731160064', '1731161087', 'IN'],
|
3439 |
+
['1731161088', '1731162111', 'CN'],
|
3440 |
+
['1731162112', '1731163135', 'HK'],
|
3441 |
+
['1731163136', '1731164159', 'CN'],
|
3442 |
+
['1731164160', '1731165183', 'CN'],
|
3443 |
+
['1731165184', '1731166207', 'IN'],
|
3444 |
+
['1731167232', '1731168255', 'ID'],
|
3445 |
+
['1731168256', '1731169279', 'CN'],
|
3446 |
+
['1731169280', '1731170303', 'CN'],
|
3447 |
+
['1731170304', '1731171327', 'PK'],
|
3448 |
+
['1731171328', '1731172351', 'IN'],
|
3449 |
+
['1731172352', '1731172607', 'IN'],
|
3450 |
+
['1731172608', '1731172863', 'IN'],
|
3451 |
+
['1731172864', '1731173375', 'MY'],
|
3452 |
+
['1731173376', '1731174399', 'IN'],
|
3453 |
+
['1731174400', '1731175423', 'IN'],
|
3454 |
+
['1731175424', '1731176447', 'IN'],
|
3455 |
+
['1731176448', '1731177471', 'IN'],
|
3456 |
+
['1731177472', '1731178495', 'IN'],
|
3457 |
+
['1731178496', '1731179519', 'HK'],
|
3458 |
+
['1731179520', '1731180543', 'JP'],
|
3459 |
+
['1731180544', '1731181055', 'MM'],
|
3460 |
+
['1731181056', '1731181311', 'IN'],
|
3461 |
+
['1731181312', '1731181567', 'AU'],
|
3462 |
+
['1731181568', '1731182591', 'KH'],
|
3463 |
+
['1731182592', '1731183615', 'VN'],
|
3464 |
+
['1731183616', '1731184639', 'IN'],
|
3465 |
+
['1731184640', '1731185663', 'HK'],
|
3466 |
+
['1731185664', '1731186687', 'NZ'],
|
3467 |
+
['1731186688', '1731187711', 'SG'],
|
3468 |
+
['1731187712', '1731188735', 'CN'],
|
3469 |
+
['1731188736', '1731189759', 'IN'],
|
3470 |
+
['1731189760', '1731190783', 'HK'],
|
3471 |
+
['1731190784', '1731191807', 'SG'],
|
3472 |
+
['1731191808', '1731192831', 'ID'],
|
3473 |
+
['1731192832', '1731193087', 'SG'],
|
3474 |
+
['1731193088', '1731193343', 'AU'],
|
3475 |
+
['1731193344', '1731193855', 'AU'],
|
3476 |
+
['1731193856', '1731194879', 'IN'],
|
3477 |
+
['1731194880', '1731195903', 'SG'],
|
3478 |
+
['1731195904', '1731196159', 'SG'],
|
3479 |
+
['1731196160', '1731196415', 'AU'],
|
3480 |
+
['1731196416', '1731196927', 'AU'],
|
3481 |
+
['1731196928', '1731197951', 'HK'],
|
3482 |
+
['1731197952', '1731198975', 'MY'],
|
3483 |
+
['1731198976', '1731199999', 'MY'],
|
3484 |
+
['1731200000', '1731201023', 'HK'],
|
3485 |
+
['1731201024', '1731202047', 'NZ'],
|
3486 |
+
['1731202048', '1731202303', 'TH'],
|
3487 |
+
['1731202304', '1731202559', 'ID'],
|
3488 |
+
['1731202560', '1731203071', 'AU'],
|
3489 |
+
['1731203072', '1731204095', 'BD'],
|
3490 |
+
['1731204096', '1731205119', 'CN'],
|
3491 |
+
['1731205120', '1731205631', 'PK'],
|
3492 |
+
['1731205632', '1731205887', 'HK'],
|
3493 |
+
['1731205888', '1731206143', 'ID'],
|
3494 |
+
['1731206144', '1731206655', 'HK'],
|
3495 |
+
['1731206656', '1731206911', 'PH'],
|
3496 |
+
['1731206912', '1731207167', 'JP'],
|
3497 |
+
['1731207168', '1731208191', 'IN'],
|
3498 |
+
['1731208192', '1731209215', 'JP'],
|
3499 |
+
['1731210240', '1731211263', 'IN'],
|
3500 |
+
['1731211264', '1731211775', 'HK'],
|
3501 |
+
['1731211776', '1731212287', 'IN'],
|
3502 |
+
['1731212288', '1731213311', 'CN'],
|
3503 |
+
['1731213312', '1731214335', 'IN'],
|
3504 |
+
['1731214336', '1731215359', 'IN'],
|
3505 |
+
['1731215360', '1731216383', 'IN'],
|
3506 |
+
['1731216384', '1731217407', 'IN'],
|
3507 |
+
['1731217408', '1731218431', 'IN'],
|
3508 |
+
['1731218432', '1731219455', 'VN'],
|
3509 |
+
['1731219456', '1731220479', 'VN'],
|
3510 |
+
['1731220480', '1731221503', 'VN'],
|
3511 |
+
['1731221504', '1731221759', 'NP'],
|
3512 |
+
['1731221760', '1731222015', 'AU'],
|
3513 |
+
['1731222016', '1731222271', 'IN'],
|
3514 |
+
['1731222272', '1731222527', 'IN'],
|
3515 |
+
['1731222528', '1731223551', 'CN'],
|
3516 |
+
['1731223552', '1731224575', 'IN'],
|
3517 |
+
['1731224576', '1731225599', 'IN'],
|
3518 |
+
['1731225600', '1731226623', 'IN'],
|
3519 |
+
['1731226624', '1731227647', 'IN'],
|
3520 |
+
['1731227648', '1731228671', 'IN'],
|
3521 |
+
['1731228672', '1731228927', 'MN'],
|
3522 |
+
['1731228928', '1731229183', 'AU'],
|
3523 |
+
['1731229184', '1731229439', 'NZ'],
|
3524 |
+
['1731229440', '1731229695', 'BD'],
|
3525 |
+
['1731229696', '1731230719', 'JP'],
|
3526 |
+
['1731230720', '1731231743', 'IN'],
|
3527 |
+
['1731231744', '1731232767', 'ID'],
|
3528 |
+
['1731232768', '1731233791', 'HK'],
|
3529 |
+
['1731233792', '1731234815', 'JP'],
|
3530 |
+
['1731234816', '1731235839', 'HK'],
|
3531 |
+
['1731235840', '1731236863', 'CN'],
|
3532 |
+
['1731236864', '1731237887', 'CN'],
|
3533 |
+
['1731237888', '1731238911', 'CN'],
|
3534 |
+
['1731238912', '1731239935', 'CN'],
|
3535 |
+
['1731239936', '1731240959', 'JP'],
|
3536 |
+
['1731240960', '1731241983', 'JP'],
|
3537 |
+
['1731241984', '1731243007', 'HK'],
|
3538 |
+
['1731243008', '1731244031', 'SG'],
|
3539 |
+
['1731244032', '1731245055', 'IN'],
|
3540 |
+
['1731245056', '1731246079', 'IN'],
|
3541 |
+
['1731246080', '1731247103', 'IN'],
|
3542 |
+
['1731247104', '1731248127', 'VN'],
|
3543 |
+
['1731248128', '1731249151', 'VN'],
|
3544 |
+
['1731249152', '1731250175', 'IN'],
|
3545 |
+
['1731250432', '1731250687', 'AU'],
|
3546 |
+
['1731250688', '1731251199', 'CN'],
|
3547 |
+
['1731251200', '1731252223', 'TH'],
|
3548 |
+
['1731252224', '1731253247', 'AU'],
|
3549 |
+
['1731253248', '1731253759', 'IN'],
|
3550 |
+
['1731253760', '1731254271', 'AU'],
|
3551 |
+
['1731254272', '1731255295', 'CN'],
|
3552 |
+
['1731255296', '1731256319', 'CN'],
|
3553 |
+
['1731256320', '1731257343', 'CN'],
|
3554 |
+
['1731257344', '1731258367', 'CN'],
|
3555 |
+
['1731258368', '1731259391', 'CN'],
|
3556 |
+
['1731259392', '1731260415', 'CN'],
|
3557 |
+
['1731260416', '1731261439', 'CN'],
|
3558 |
+
['1731261440', '1731262463', 'CN'],
|
3559 |
+
['1731262464', '1731263487', 'JP'],
|
3560 |
+
['1731263488', '1731264511', 'IN'],
|
3561 |
+
['1731264512', '1731265535', 'JP'],
|
3562 |
+
['1731265536', '1731266559', 'AU'],
|
3563 |
+
['1731266560', '1731267583', 'HK'],
|
3564 |
+
['1731267584', '1731268607', 'CN'],
|
3565 |
+
['1731268608', '1731269119', 'AU'],
|
3566 |
+
['1731269120', '1731269375', 'AU'],
|
3567 |
+
['1731269376', '1731269631', 'AU'],
|
3568 |
+
['1731269632', '1731270655', 'CN'],
|
3569 |
+
['1731270656', '1731271679', 'MY'],
|
3570 |
+
['1731271680', '1731272703', 'ID'],
|
3571 |
+
['1731272704', '1731273727', 'SG'],
|
3572 |
+
['1731273728', '1731273983', 'PH'],
|
3573 |
+
['1731273984', '1731274239', 'ID'],
|
3574 |
+
['1731274240', '1731274751', 'AU'],
|
3575 |
+
['1731274752', '1731275775', 'KH'],
|
3576 |
+
['1731275776', '1731276799', 'KR'],
|
3577 |
+
['1731276800', '1731277823', 'IN'],
|
3578 |
+
['1731277824', '1731278847', 'IN'],
|
3579 |
+
['1731278848', '1731279871', 'IN'],
|
3580 |
+
['1731279872', '1731280895', 'HK'],
|
3581 |
+
['1731280896', '1731281919', 'TH'],
|
3582 |
+
['1731281920', '1731282175', 'IN'],
|
3583 |
+
['1731282176', '1731282431', 'PK'],
|
3584 |
+
['1731282432', '1731282943', 'PH'],
|
3585 |
+
['1731282944', '1731283967', 'CN'],
|
3586 |
+
['1731283968', '1731284991', 'CN'],
|
3587 |
+
['1731284992', '1731286015', 'AU'],
|
3588 |
+
['1731286016', '1731287039', 'SG'],
|
3589 |
+
['1731287040', '1731288063', 'JP'],
|
3590 |
+
['1731288064', '1731289087', 'CN'],
|
3591 |
+
['1731289088', '1731290111', 'CN'],
|
3592 |
+
['1731290112', '1731291135', 'PH'],
|
3593 |
+
['1731291136', '1731291647', 'ID'],
|
3594 |
+
['1731291648', '1731292159', 'AU'],
|
3595 |
+
['1731292160', '1731293183', 'CN'],
|
3596 |
+
['1731293184', '1731294207', 'SG'],
|
3597 |
+
['1731294208', '1731295231', 'IN'],
|
3598 |
+
['1731295232', '1731295487', 'IN'],
|
3599 |
+
['1731295488', '1731295743', 'IN'],
|
3600 |
+
['1731295744', '1731296255', 'IN'],
|
3601 |
+
['1731296768', '1731297023', 'HK'],
|
3602 |
+
['1731297024', '1731297279', 'AU'],
|
3603 |
+
['1731297280', '1731298303', 'CN'],
|
3604 |
+
['1731298304', '1731299327', 'HK'],
|
3605 |
+
['1731299328', '1731300351', 'PK'],
|
3606 |
+
['1731300352', '1731301375', 'JP'],
|
3607 |
+
['1731301376', '1731301887', 'AU'],
|
3608 |
+
['1731301888', '1731302143', 'AU'],
|
3609 |
+
['1731302144', '1731302399', 'IN'],
|
3610 |
+
['1731302400', '1731302911', 'TH'],
|
3611 |
+
['1731302912', '1731303167', 'NZ'],
|
3612 |
+
['1731303168', '1731303423', 'AU'],
|
3613 |
+
['1731303424', '1731304447', 'IN'],
|
3614 |
+
['1731304448', '1731305471', 'HK'],
|
3615 |
+
['1731305472', '1731306495', 'HK'],
|
3616 |
+
['1731306496', '1731307519', 'SG'],
|
3617 |
+
['1731307520', '1731308543', 'BD'],
|
3618 |
+
['1731308544', '1731308799', 'NZ'],
|
3619 |
+
['1731308800', '1731309055', 'NR'],
|
3620 |
+
['1731309056', '1731309567', 'NR'],
|
3621 |
+
['1731309568', '1731310591', 'CN'],
|
3622 |
+
['1731310592', '1731311615', 'CN'],
|
3623 |
+
['1731311616', '1731312639', 'ID'],
|
3624 |
+
['1731312640', '1731313663', 'ID'],
|
3625 |
+
['1731313664', '1731314687', 'ID'],
|
3626 |
+
['1731314688', '1731315711', 'CN'],
|
3627 |
+
['1731315712', '1731316735', 'BD'],
|
3628 |
+
['1731316736', '1731316991', 'IN'],
|
3629 |
+
['1731316992', '1731317247', 'NZ'],
|
3630 |
+
['1731317248', '1731317503', 'IN'],
|
3631 |
+
['1731317504', '1731317759', 'PG'],
|
3632 |
+
['1731317760', '1731318783', 'HK'],
|
3633 |
+
['1731318784', '1731319807', 'HK'],
|
3634 |
+
['1731319808', '1731320831', 'JP'],
|
3635 |
+
['1731320832', '1731321855', 'ID'],
|
3636 |
+
['1731321856', '1731322879', 'IN'],
|
3637 |
+
['1731322880', '1731323903', 'ID'],
|
3638 |
+
['1731323904', '1731324927', 'IN'],
|
3639 |
+
['1731325952', '1731326975', 'IN'],
|
3640 |
+
['1731326976', '1731327487', 'IN'],
|
3641 |
+
['1731327488', '1731327999', 'HK'],
|
3642 |
+
['1731328000', '1731329023', 'CN'],
|
3643 |
+
['1731329024', '1731330047', 'IN'],
|
3644 |
+
['1731330048', '1731331071', 'SG'],
|
3645 |
+
['1731331072', '1731332095', 'IN'],
|
3646 |
+
['1731332096', '1731333119', 'HK'],
|
3647 |
+
['1731333120', '1731333375', 'AU'],
|
3648 |
+
['1731333376', '1731333631', 'AU'],
|
3649 |
+
['1731333632', '1731334143', 'SG'],
|
3650 |
+
['1731334144', '1731335167', 'HK'],
|
3651 |
+
['1731336192', '1731337215', 'ID'],
|
3652 |
+
['1731337216', '1731338239', 'JP'],
|
3653 |
+
['1731338240', '1731338751', 'IN'],
|
3654 |
+
['1731338752', '1731339263', 'AU'],
|
3655 |
+
['1731339264', '1731340287', 'CN'],
|
3656 |
+
['1731340288', '1731341311', 'KR'],
|
3657 |
+
['1731341312', '1731342335', 'CN'],
|
3658 |
+
['1731342336', '1731343359', 'CN'],
|
3659 |
+
['1731343360', '1731344383', 'CN'],
|
3660 |
+
['1731344384', '1731345407', 'CN'],
|
3661 |
+
['1731345408', '1731346431', 'CN'],
|
3662 |
+
['1731346432', '1731347455', 'CN'],
|
3663 |
+
['1731347456', '1731348479', 'CN'],
|
3664 |
+
['1731348480', '1731349503', 'CN'],
|
3665 |
+
['1731349504', '1731350527', 'IN'],
|
3666 |
+
['1731350528', '1731351551', 'IN'],
|
3667 |
+
['1731351552', '1731352575', 'JP'],
|
3668 |
+
['1731352576', '1731353599', 'HK'],
|
3669 |
+
['1731353600', '1731354623', 'SG'],
|
3670 |
+
['1731354624', '1731355647', 'HK'],
|
3671 |
+
['1731355648', '1731356671', 'AU'],
|
3672 |
+
['1731356672', '1731357695', 'MV'],
|
3673 |
+
['1731357696', '1731358719', 'CN'],
|
3674 |
+
['1731358720', '1731359743', 'CN'],
|
3675 |
+
['1731359744', '1731360767', 'CN'],
|
3676 |
+
['1731360768', '1731361791', 'CN'],
|
3677 |
+
['1731361792', '1731362815', 'CN'],
|
3678 |
+
['1731362816', '1731363839', 'ID'],
|
3679 |
+
['1731363840', '1731364863', 'CN'],
|
3680 |
+
['1731364864', '1731365887', 'CN'],
|
3681 |
+
['1731365888', '1731366911', 'CN'],
|
3682 |
+
['1731366912', '1731367935', 'IN'],
|
3683 |
+
['1731367936', '1731368191', 'IN'],
|
3684 |
+
['1731368192', '1731368447', 'IN'],
|
3685 |
+
['1731368448', '1731368959', 'IN'],
|
3686 |
+
['1731368960', '1731369983', 'IN'],
|
3687 |
+
['1731369984', '1731371007', 'PK'],
|
3688 |
+
['1731371008', '1731372031', 'IN'],
|
3689 |
+
['1731372032', '1731373055', 'MY'],
|
3690 |
+
['1731373056', '1731374079', 'BD'],
|
3691 |
+
['1731374080', '1731375103', 'CN'],
|
3692 |
+
['1731375104', '1731376127', 'CN'],
|
3693 |
+
['1731376128', '1731377151', 'CN'],
|
3694 |
+
['1731377152', '1731378175', 'CN'],
|
3695 |
+
['1731378176', '1731379199', 'CN'],
|
3696 |
+
['1731379200', '1731380223', 'CN'],
|
3697 |
+
['1731380224', '1731381247', 'CN'],
|
3698 |
+
['1731381248', '1731382271', 'CN'],
|
3699 |
+
['1731382272', '1731383295', 'MN'],
|
3700 |
+
['1731383296', '1731384319', 'IN'],
|
3701 |
+
['1731384320', '1731384831', 'IN'],
|
3702 |
+
['1731384832', '1731385343', 'IN'],
|
3703 |
+
['1731385344', '1731385855', 'ID'],
|
3704 |
+
['1731385856', '1731386111', 'ID'],
|
3705 |
+
['1731386112', '1731386367', 'IN'],
|
3706 |
+
['1731386368', '1731387391', 'CN'],
|
3707 |
+
['1731387392', '1731388415', 'CN'],
|
3708 |
+
['1731388416', '1731389439', 'CN'],
|
3709 |
+
['1731389440', '1731390463', 'CN'],
|
3710 |
+
['1731390464', '1731391487', 'CN'],
|
3711 |
+
['1731391488', '1731392511', 'CN'],
|
3712 |
+
['1731392512', '1731393535', 'CN'],
|
3713 |
+
['1731393536', '1731394559', 'CN'],
|
3714 |
+
['1731394560', '1731395583', 'HK'],
|
3715 |
+
['1731395584', '1731396095', 'IN'],
|
3716 |
+
['1731396096', '1731396607', 'BD'],
|
3717 |
+
['1731396608', '1731397631', 'JP'],
|
3718 |
+
['1731397632', '1731397887', 'IN'],
|
3719 |
+
['1731397888', '1731398143', 'IN'],
|
3720 |
+
['1731398144', '1731398655', 'TH'],
|
3721 |
+
['1731398656', '1731399679', 'HK'],
|
3722 |
+
['1731399680', '1731400703', 'NP'],
|
3723 |
+
['1731400704', '1731401727', 'IN'],
|
3724 |
+
['1731401728', '1731402751', 'IN'],
|
3725 |
+
['1731402752', '1731403775', 'IN'],
|
3726 |
+
['1731403776', '1731404799', 'IN'],
|
3727 |
+
['1731404800', '1731405823', 'JP'],
|
3728 |
+
['1731405824', '1731406079', 'AU'],
|
3729 |
+
['1731406080', '1731406335', 'MY'],
|
3730 |
+
['1731406336', '1731406591', 'AU'],
|
3731 |
+
['1731406592', '1731406847', 'MY'],
|
3732 |
+
['1731406848', '1731407871', 'ID'],
|
3733 |
+
['1731407872', '1731408895', 'MY'],
|
3734 |
+
['1731408896', '1731409919', 'IN'],
|
3735 |
+
['1731409920', '1731410943', 'IN'],
|
3736 |
+
['1731410944', '1731411199', 'MN'],
|
3737 |
+
['1731411200', '1731411455', 'AU'],
|
3738 |
+
['1731411456', '1731411711', 'SG'],
|
3739 |
+
['1731411968', '1731412991', 'TH'],
|
3740 |
+
['1731412992', '1731414015', 'AU'],
|
3741 |
+
['1731414016', '1731415039', 'IN'],
|
3742 |
+
['1731415040', '1731416063', 'IN'],
|
3743 |
+
['1731416064', '1731417087', 'JP'],
|
3744 |
+
['1731418112', '1731419135', 'IN'],
|
3745 |
+
['1731419136', '1731420159', 'IN'],
|
3746 |
+
['1731420160', '1731421183', 'IN'],
|
3747 |
+
['1731421184', '1731421695', 'NZ'],
|
3748 |
+
['1731421696', '1731421951', 'IN'],
|
3749 |
+
['1731421952', '1731422207', 'ID'],
|
3750 |
+
['1731423232', '1731424255', 'HK'],
|
3751 |
+
['1731424256', '1731425279', 'AU'],
|
3752 |
+
['1731425280', '1731426303', 'IN'],
|
3753 |
+
['1731427328', '1731428351', 'KH'],
|
3754 |
+
['1731428352', '1731428607', 'IN'],
|
3755 |
+
['1731428864', '1731429119', 'AU'],
|
3756 |
+
['1731429120', '1731429375', 'ID'],
|
3757 |
+
['1731429376', '1731430399', 'IN'],
|
3758 |
+
['1731430400', '1731431423', 'IN'],
|
3759 |
+
['1731431424', '1731432447', 'TW'],
|
3760 |
+
['1731432448', '1731433471', 'HK'],
|
3761 |
+
['1731433472', '1731434495', 'IN'],
|
3762 |
+
['1731434496', '1731435519', 'IN'],
|
3763 |
+
['1731435520', '1731436031', 'NZ'],
|
3764 |
+
['1731436032', '1731436287', 'ID'],
|
3765 |
+
['1731436288', '1731436543', 'AU'],
|
3766 |
+
['1731436544', '1731437567', 'SG'],
|
3767 |
+
['1731437568', '1731438591', 'ID'],
|
3768 |
+
['1731438592', '1731440639', 'KR'],
|
3769 |
+
['1731440640', '1731441663', 'KR'],
|
3770 |
+
['1731441664', '1731442687', 'JP'],
|
3771 |
+
['1731442688', '1731444735', 'KR'],
|
3772 |
+
['1731444736', '1731446783', 'KR'],
|
3773 |
+
['1731446784', '1731447807', 'KR'],
|
3774 |
+
['1731448832', '1731449855', 'IN'],
|
3775 |
+
['1731449856', '1731450879', 'JP'],
|
3776 |
+
['1731450880', '1731451903', 'IN'],
|
3777 |
+
['1731451904', '1731452159', 'PK'],
|
3778 |
+
['1731452160', '1731452415', 'AU'],
|
3779 |
+
['1731452416', '1731452927', 'IN'],
|
3780 |
+
['1731452928', '1731453951', 'TH'],
|
3781 |
+
['1731453952', '1731454975', 'BD'],
|
3782 |
+
['1731454976', '1731455999', 'IN'],
|
3783 |
+
['1731456000', '1731457023', 'IN'],
|
3784 |
+
['1731457024', '1731461119', 'KR'],
|
3785 |
+
['1731461120', '1731461375', 'IN'],
|
3786 |
+
['1731461376', '1731461631', 'AU'],
|
3787 |
+
['1731461632', '1731462143', 'ID'],
|
3788 |
+
['1731462144', '1731462655', 'AU'],
|
3789 |
+
['1731462912', '1731463167', 'ID'],
|
3790 |
+
['1731463168', '1731464191', 'IN'],
|
3791 |
+
['1731464192', '1731465215', 'MM'],
|
3792 |
+
['1731465216', '1731466239', 'ID'],
|
3793 |
+
['1731466240', '1731467263', 'JP'],
|
3794 |
+
['1731467264', '1731468287', 'JP'],
|
3795 |
+
['1731468288', '1731469311', 'NP'],
|
3796 |
+
['1731469312', '1731470335', 'SG'],
|
3797 |
+
['1731470336', '1731471359', 'IN'],
|
3798 |
+
['1731471360', '1731472383', 'CN'],
|
3799 |
+
['1731472384', '1731473407', 'ID'],
|
3800 |
+
['1731473408', '1731474431', 'IN'],
|
3801 |
+
['1731474432', '1731475455', 'IN'],
|
3802 |
+
['1731475456', '1731476479', 'MY'],
|
3803 |
+
['1731476480', '1731476991', 'ID'],
|
3804 |
+
['1731476992', '1731477247', 'PH'],
|
3805 |
+
['1731477248', '1731477503', 'AU'],
|
3806 |
+
['1731477504', '1731478527', 'ID'],
|
3807 |
+
['1731478528', '1731479551', 'ID'],
|
3808 |
+
['1731479552', '1731480575', 'CN'],
|
3809 |
+
['1731480576', '1731481599', 'CN'],
|
3810 |
+
['1731481600', '1731482623', 'CN'],
|
3811 |
+
['1731482624', '1731483647', 'CN'],
|
3812 |
+
['1731483648', '1731484671', 'FJ'],
|
3813 |
+
['1731484672', '1731485695', 'VN'],
|
3814 |
+
['1731485696', '1731486719', 'CN'],
|
3815 |
+
['1731486720', '1731487743', 'CN'],
|
3816 |
+
['1731487744', '1731488767', 'CN'],
|
3817 |
+
['1731488768', '1731489791', 'JP'],
|
3818 |
+
['1731489792', '1731490815', 'HK'],
|
3819 |
+
['1731490816', '1731491839', 'AU'],
|
3820 |
+
['1731491840', '1731492863', 'ID'],
|
3821 |
+
['1731492864', '1731493887', 'IN'],
|
3822 |
+
['1731493888', '1731494911', 'JP'],
|
3823 |
+
['1731494912', '1731495167', 'JP'],
|
3824 |
+
['1731495424', '1731495935', 'BD'],
|
3825 |
+
['1731495936', '1731496959', 'IN'],
|
3826 |
+
['1731496960', '1731497983', 'BD'],
|
3827 |
+
['1731497984', '1731499007', 'ID'],
|
3828 |
+
['1731499008', '1731500031', 'JP'],
|
3829 |
+
['1731500032', '1731501055', 'HK'],
|
3830 |
+
['1731501056', '1731502079', 'NZ'],
|
3831 |
+
['1731502080', '1731503103', 'CN'],
|
3832 |
+
['1731503104', '1731504127', 'CN'],
|
3833 |
+
['1731504128', '1731504639', 'AU'],
|
3834 |
+
['1731504640', '1731505151', 'ID'],
|
3835 |
+
['1731505152', '1731506175', 'CN'],
|
3836 |
+
['1731506176', '1731507199', 'CN'],
|
3837 |
+
['1731507200', '1731508223', 'IN'],
|
3838 |
+
['1731508224', '1731509247', 'CN'],
|
3839 |
+
['1731509248', '1731510271', 'HK'],
|
3840 |
+
['1731510272', '1731510527', 'MY'],
|
3841 |
+
['1731510528', '1731510783', 'AU'],
|
3842 |
+
['1731510784', '1731511295', 'IN'],
|
3843 |
+
['1731511296', '1731512319', 'CN'],
|
3844 |
+
['1731512320', '1731513343', 'KR'],
|
3845 |
+
['1731513344', '1731514367', 'NZ'],
|
3846 |
+
['1731514368', '1731515391', 'IN'],
|
3847 |
+
['1731515392', '1731515647', 'AU'],
|
3848 |
+
['1731515648', '1731515903', 'ID'],
|
3849 |
+
['1731515904', '1731516415', 'HK'],
|
3850 |
+
['1731516416', '1731517439', 'HK'],
|
3851 |
+
['1731517440', '1731518463', 'IN'],
|
3852 |
+
['1731518464', '1731519487', 'IN'],
|
3853 |
+
['1731519488', '1731520511', 'MM'],
|
3854 |
+
['1731520512', '1731521535', 'JP'],
|
3855 |
+
['1731521536', '1731522559', 'JP'],
|
3856 |
+
['1731522560', '1731523583', 'JP'],
|
3857 |
+
['1731523584', '1731524607', 'IN'],
|
3858 |
+
['1731524608', '1731525631', 'IN'],
|
3859 |
+
['1731525632', '1731526655', 'IN'],
|
3860 |
+
['1731526656', '1731527679', 'ID'],
|
3861 |
+
['1731527680', '1731528703', 'CN'],
|
3862 |
+
['1731528704', '1731529727', 'HK'],
|
3863 |
+
['1731529728', '1731530751', 'JP'],
|
3864 |
+
['1731530752', '1731531775', 'AF'],
|
3865 |
+
['1731531776', '1731532031', 'ID'],
|
3866 |
+
['1731532032', '1731532287', 'IN'],
|
3867 |
+
['1731532288', '1731532799', 'NZ'],
|
3868 |
+
['1731532800', '1731533823', 'AF'],
|
3869 |
+
['1731534848', '1731535871', 'MY'],
|
3870 |
+
['1731535872', '1731536895', 'BD'],
|
3871 |
+
['1731536896', '1731537919', 'IN'],
|
3872 |
+
['1731537920', '1731538943', 'PK'],
|
3873 |
+
['1731538944', '1731539967', 'HK'],
|
3874 |
+
['1731539968', '1731540479', 'IN'],
|
3875 |
+
['1731540480', '1731540735', 'IN'],
|
3876 |
+
['1731540736', '1731540991', 'IN'],
|
3877 |
+
['1731540992', '1731542015', 'PH'],
|
3878 |
+
['1731542016', '1731543039', 'IN'],
|
3879 |
+
['1731543040', '1731544063', 'CN'],
|
3880 |
+
['1731544064', '1731545087', 'CN'],
|
3881 |
+
['1731545088', '1731546111', 'IN'],
|
3882 |
+
['1731546112', '1731547135', 'ID'],
|
3883 |
+
['1731547136', '1731548159', 'IN'],
|
3884 |
+
['1731548160', '1731548671', 'BD'],
|
3885 |
+
['1731548672', '1731549183', 'IN'],
|
3886 |
+
['1731549184', '1731550207', 'VN'],
|
3887 |
+
['1731550208', '1731551231', 'CN'],
|
3888 |
+
['1731551232', '1731552255', 'JP'],
|
3889 |
+
['1731552256', '1731553279', 'CN'],
|
3890 |
+
['1731553280', '1731554303', 'IN'],
|
3891 |
+
['1731554304', '1731555327', 'IN'],
|
3892 |
+
['1731555328', '1731555839', 'IN'],
|
3893 |
+
['1731555840', '1731556095', 'KR'],
|
3894 |
+
['1731556096', '1731556351', 'AU'],
|
3895 |
+
['1731556352', '1731557375', 'AU'],
|
3896 |
+
['1731557376', '1731558399', 'JP'],
|
3897 |
+
['1731558400', '1731559423', 'CN'],
|
3898 |
+
['1731559424', '1731560447', 'CN'],
|
3899 |
+
['1731560448', '1731561471', 'CN'],
|
3900 |
+
['1731561472', '1731562495', 'CN'],
|
3901 |
+
['1731562496', '1731563519', 'CN'],
|
3902 |
+
['1731563520', '1731564543', 'CN'],
|
3903 |
+
['1731564544', '1731565567', 'NZ'],
|
3904 |
+
['1731565568', '1731566079', 'HK'],
|
3905 |
+
['1731566080', '1731566591', 'PH'],
|
3906 |
+
['1731567616', '1731568639', 'CN'],
|
3907 |
+
['1731568640', '1731569663', 'IN'],
|
3908 |
+
['1731569664', '1731570687', 'VN'],
|
3909 |
+
['1731570688', '1731571711', 'SG'],
|
3910 |
+
['1731571712', '1731572735', 'PG'],
|
3911 |
+
['1731572736', '1731573759', 'CN'],
|
3912 |
+
['1731573760', '1731574271', 'ID'],
|
3913 |
+
['1731574272', '1731574527', 'MY'],
|
3914 |
+
['1731574528', '1731574783', 'AU'],
|
3915 |
+
['1731574784', '1731575807', 'ID'],
|
3916 |
+
['1731575808', '1731576831', 'ID'],
|
3917 |
+
['1731576832', '1731577855', 'AU'],
|
3918 |
+
['1731577856', '1731578879', 'AU'],
|
3919 |
+
['1731578880', '1731579903', 'CN'],
|
3920 |
+
['1731579904', '1731580927', 'CN'],
|
3921 |
+
['1731580928', '1731581951', 'CN'],
|
3922 |
+
['1731581952', '1731582975', 'CN'],
|
3923 |
+
['1731582976', '1731583999', 'PH'],
|
3924 |
+
['1731584000', '1731585023', 'HK'],
|
3925 |
+
['1731585024', '1731586047', 'VN'],
|
3926 |
+
['1731586048', '1731587071', 'IN'],
|
3927 |
+
['1731587072', '1731588095', 'CN'],
|
3928 |
+
['1731588096', '1731589119', 'IN'],
|
3929 |
+
['1731589120', '1731590143', 'IN'],
|
3930 |
+
['1731590144', '1731591167', 'CN'],
|
3931 |
+
['1731591168', '1731592191', 'VN'],
|
3932 |
+
['1731592192', '1731592447', 'ID'],
|
3933 |
+
['1731592448', '1731592703', 'ID'],
|
3934 |
+
['1731592704', '1731593215', 'ID'],
|
3935 |
+
['1731593216', '1731594239', 'HK'],
|
3936 |
+
['1731594240', '1731595263', 'CN'],
|
3937 |
+
['1731595264', '1731596287', 'IN'],
|
3938 |
+
['1731596288', '1731597311', 'IN'],
|
3939 |
+
['1731597312', '1731598335', 'IN'],
|
3940 |
+
['1731598336', '1731599359', 'IN'],
|
3941 |
+
['1731599360', '1731600383', 'IN'],
|
3942 |
+
['1731600384', '1731601407', 'IN'],
|
3943 |
+
['1731601408', '1731602431', 'BD'],
|
3944 |
+
['1731602432', '1731603455', 'BD'],
|
3945 |
+
['1731603456', '1731604479', 'HK'],
|
3946 |
+
['1731604480', '1731605503', 'CN'],
|
3947 |
+
['1731605504', '1731606527', 'MY'],
|
3948 |
+
['1731606528', '1731607551', 'JP'],
|
3949 |
+
['1731607552', '1731608575', 'CN'],
|
3950 |
+
['1731608576', '1731609599', 'IN'],
|
3951 |
+
['1731609600', '1731610623', 'AU'],
|
3952 |
+
['1731610624', '1731611647', 'KR'],
|
3953 |
+
['1731613696', '1731614719', 'PK'],
|
3954 |
+
['1731614720', '1731615743', 'JP'],
|
3955 |
+
['1731615744', '1731616767', 'ID'],
|
3956 |
+
['1731616768', '1731617791', 'IN'],
|
3957 |
+
['1731617792', '1731618815', 'IN'],
|
3958 |
+
['1731618816', '1731619839', 'IN'],
|
3959 |
+
['1731619840', '1731620351', 'IN'],
|
3960 |
+
['1731620352', '1731620607', 'MY'],
|
3961 |
+
['1731620608', '1731620863', 'AU'],
|
3962 |
+
['1731620864', '1731621887', 'KH'],
|
3963 |
+
['1731621888', '1731622911', 'HK'],
|
3964 |
+
['1731622912', '1731623935', 'HK'],
|
3965 |
+
['1731623936', '1731624959', 'HK'],
|
3966 |
+
['1731624960', '1731625983', 'HK'],
|
3967 |
+
['1731625984', '1731626495', 'AU'],
|
3968 |
+
['1731626496', '1731626751', 'ID'],
|
3969 |
+
['1731626752', '1731627007', 'IN'],
|
3970 |
+
['1731627008', '1731628031', 'IN'],
|
3971 |
+
['1731628032', '1731628543', 'IN'],
|
3972 |
+
['1731628544', '1731628799', 'PH'],
|
3973 |
+
['1731628800', '1731629055', 'IN'],
|
3974 |
+
['1731629056', '1731630079', 'IN'],
|
3975 |
+
['1731630080', '1731631103', 'BD'],
|
3976 |
+
['1731631104', '1731632127', 'SG'],
|
3977 |
+
['1731632128', '1731633151', 'JP'],
|
3978 |
+
['1731633152', '1731634175', 'CN'],
|
3979 |
+
['1731634176', '1731635199', 'CN'],
|
3980 |
+
['1731636224', '1731636479', 'ID'],
|
3981 |
+
['1731636480', '1731636735', 'IN'],
|
3982 |
+
['1731636736', '1731637247', 'IN'],
|
3983 |
+
['1731638272', '1731639295', 'IN'],
|
3984 |
+
['1731639296', '1731640319', 'JP'],
|
3985 |
+
['1731640320', '1731641343', 'IN'],
|
3986 |
+
['1731641344', '1731642367', 'HK'],
|
3987 |
+
['1731642368', '1731643391', 'IN'],
|
3988 |
+
['1731643392', '1731644415', 'IN'],
|
3989 |
+
['1731644416', '1731645439', 'JP'],
|
3990 |
+
['1731645440', '1731646463', 'JP'],
|
3991 |
+
['1731646464', '1731647487', 'CN'],
|
3992 |
+
['1731647488', '1731648511', 'ID'],
|
3993 |
+
['1731648512', '1731649535', 'IN'],
|
3994 |
+
['1731649536', '1731649791', 'NZ'],
|
3995 |
+
['1731649792', '1731650047', 'ID'],
|
3996 |
+
['1731650048', '1731650559', 'ID'],
|
3997 |
+
['1731650560', '1731651583', 'CN'],
|
3998 |
+
['1731651584', '1731652607', 'AU'],
|
3999 |
+
['1731652608', '1731653119', 'IN'],
|
4000 |
+
['1731653120', '1731653631', 'AU'],
|
4001 |
+
['1731653632', '1731654655', 'CN'],
|
4002 |
+
['1731654656', '1731655679', 'IN'],
|
4003 |
+
['1731655680', '1731656703', 'VN'],
|
4004 |
+
['1731656704', '1731657727', 'VN'],
|
4005 |
+
['1731657728', '1731658751', 'TH'],
|
4006 |
+
['1731658752', '1731659775', 'JP'],
|
4007 |
+
['1731659776', '1731660799', 'HK'],
|
4008 |
+
['1731660800', '1731661823', 'JP'],
|
4009 |
+
['1731661824', '1731662847', 'AU'],
|
4010 |
+
['1731663872', '1731664895', 'CN'],
|
4011 |
+
['1731664896', '1731665919', 'HK'],
|
4012 |
+
['1731665920', '1731666175', 'AU'],
|
4013 |
+
['1731666176', '1731666431', 'ID'],
|
4014 |
+
['1731666432', '1731666687', 'AU'],
|
4015 |
+
['1731666688', '1731666943', 'KR'],
|
4016 |
+
['1731666944', '1731667967', 'ID'],
|
4017 |
+
['1731667968', '1731668991', 'IN'],
|
4018 |
+
['1731668992', '1731670015', 'AU'],
|
4019 |
+
['1731670016', '1731671039', 'TL'],
|
4020 |
+
['1731671040', '1731671551', 'AU'],
|
4021 |
+
['1731671552', '1731672063', 'TH'],
|
4022 |
+
['1731672064', '1731672575', 'ID'],
|
4023 |
+
['1731672576', '1731672831', 'AU'],
|
4024 |
+
['1731672832', '1731673087', 'TH'],
|
4025 |
+
['1731673088', '1731674111', 'IN'],
|
4026 |
+
['1731674112', '1731675135', 'IN'],
|
4027 |
+
['1731675136', '1731676159', 'PK'],
|
4028 |
+
['1731676160', '1731677183', 'IN'],
|
4029 |
+
['1731677184', '1731678207', 'AU'],
|
4030 |
+
['1731678208', '1731679231', 'CN'],
|
4031 |
+
['1731679232', '1731680255', 'IN'],
|
4032 |
+
['1731680256', '1731681279', 'IN'],
|
4033 |
+
['1731681280', '1731682303', 'AU'],
|
4034 |
+
['1731682304', '1731683327', 'IN'],
|
4035 |
+
['1731683328', '1731684351', 'IN'],
|
4036 |
+
['1731684352', '1731685375', 'IN'],
|
4037 |
+
['1731685376', '1731686399', 'IN'],
|
4038 |
+
['1731686400', '1731686911', 'HK'],
|
4039 |
+
['1731686912', '1731687423', 'AU'],
|
4040 |
+
['1731687424', '1731688447', 'AU'],
|
4041 |
+
['1731688448', '1731689471', 'CN'],
|
4042 |
+
['1731689472', '1731690495', 'SG'],
|
4043 |
+
['1731690496', '1731691519', 'HK'],
|
4044 |
+
['1731691520', '1731691775', 'AU'],
|
4045 |
+
['1731691776', '1731692031', 'PK'],
|
4046 |
+
['1731692032', '1731692543', 'AU'],
|
4047 |
+
['1731692544', '1731693055', 'PK'],
|
4048 |
+
['1731693056', '1731693311', 'SG'],
|
4049 |
+
['1731693312', '1731693567', 'ID'],
|
4050 |
+
['1731693568', '1731694591', 'TH'],
|
4051 |
+
['1731694592', '1731695615', 'BD'],
|
4052 |
+
['1731695616', '1731696639', 'AU'],
|
4053 |
+
['1731696640', '1731697663', 'CN'],
|
4054 |
+
['1731697664', '1731698687', 'JP'],
|
4055 |
+
['1731698688', '1731698943', 'ID'],
|
4056 |
+
['1731698944', '1731699199', 'PH'],
|
4057 |
+
['1731699200', '1731699711', 'AU'],
|
4058 |
+
['1731699712', '1731700735', 'IN'],
|
4059 |
+
['1731700736', '1731701759', 'IN'],
|
4060 |
+
['1731701760', '1731702783', 'CN'],
|
4061 |
+
['1731702784', '1731703295', 'AU'],
|
4062 |
+
['1731703296', '1731703551', 'AF'],
|
4063 |
+
['1731703552', '1731703807', 'NZ'],
|
4064 |
+
['1731703808', '1731704831', 'IN'],
|
4065 |
+
['1731704832', '1731705855', 'IN'],
|
4066 |
+
['1731705856', '1731706879', 'KR'],
|
4067 |
+
['1731706880', '1731707903', 'JP'],
|
4068 |
+
['1731707904', '1731708927', 'JP'],
|
4069 |
+
['1731708928', '1731709951', 'HK'],
|
4070 |
+
['1731709952', '1731710975', 'CN'],
|
4071 |
+
['1731710976', '1731711999', 'CN'],
|
4072 |
+
['1731712000', '1731712255', 'AU'],
|
4073 |
+
['1731712256', '1731712511', 'IN'],
|
4074 |
+
['1731712512', '1731713023', 'IN'],
|
4075 |
+
['1731713024', '1731713279', 'ID'],
|
4076 |
+
['1731713280', '1731713535', 'AU'],
|
4077 |
+
['1731713536', '1731713791', 'HK'],
|
4078 |
+
['1731713792', '1731714047', 'AU'],
|
4079 |
+
['1731714048', '1731715071', 'ID'],
|
4080 |
+
['1731715072', '1731716095', 'AU'],
|
4081 |
+
['1731716096', '1731717119', 'CN'],
|
4082 |
+
['1731717120', '1731718143', 'AU'],
|
4083 |
+
['1731718144', '1731719167', 'CN'],
|
4084 |
+
['1731719168', '1731720191', 'CN'],
|
4085 |
+
['1731720192', '1731721215', 'IN'],
|
4086 |
+
['1731722240', '1731723263', 'IN'],
|
4087 |
+
['1731723264', '1731724287', 'AU'],
|
4088 |
+
['1731724288', '1731725311', 'BD'],
|
4089 |
+
['1731725312', '1731726335', 'CN'],
|
4090 |
+
['1731726336', '1731727359', 'AU'],
|
4091 |
+
['1731727360', '1731728383', 'CN'],
|
4092 |
+
['1731728384', '1731729407', 'CN'],
|
4093 |
+
['1731729408', '1731730431', 'HK'],
|
4094 |
+
['1731730432', '1731730687', 'IN'],
|
4095 |
+
['1731730688', '1731730943', 'IN'],
|
4096 |
+
['1731730944', '1731731199', 'IN'],
|
4097 |
+
['1731731200', '1731731455', 'AU'],
|
4098 |
+
['1731731456', '1731732479', 'CN'],
|
4099 |
+
['1731732480', '1731733503', 'IN'],
|
4100 |
+
['1731733504', '1731734527', 'IN'],
|
4101 |
+
['1731734528', '1731735551', 'HK'],
|
4102 |
+
['1731735552', '1731736575', 'JP'],
|
4103 |
+
['1731736576', '1731737599', 'CN'],
|
4104 |
+
['1731737600', '1731738623', 'CN'],
|
4105 |
+
['1731738624', '1731739647', 'CN'],
|
4106 |
+
['1731739648', '1731740671', 'IN'],
|
4107 |
+
['1731740672', '1731741183', 'IN'],
|
4108 |
+
['1731741184', '1731741439', 'ID'],
|
4109 |
+
['1731741440', '1731741695', 'AU'],
|
4110 |
+
['1731741696', '1731742719', 'CN'],
|
4111 |
+
['1731742720', '1731743743', 'CN'],
|
4112 |
+
['1731744768', '1731745791', 'IN'],
|
4113 |
+
['1731745792', '1731746815', 'IN'],
|
4114 |
+
['1731747840', '1731748863', 'JP'],
|
4115 |
+
['1731748864', '1731749887', 'HK'],
|
4116 |
+
['1731749888', '1731750911', 'HK'],
|
4117 |
+
['1731750912', '1731751935', 'JP'],
|
4118 |
+
['1731751936', '1731752959', 'HK'],
|
4119 |
+
['1731752960', '1731753983', 'HK'],
|
4120 |
+
['1731753984', '1731755007', 'IN'],
|
4121 |
+
['1731755008', '1731756031', 'SG'],
|
4122 |
+
['1731756032', '1731757055', 'PH'],
|
4123 |
+
['1731757056', '1731758079', 'JP'],
|
4124 |
+
['1731758080', '1731759103', 'HK'],
|
4125 |
+
['1731759104', '1731760127', 'CN'],
|
4126 |
+
['1731760128', '1731761151', 'ID'],
|
4127 |
+
['1731761152', '1731761663', 'ID'],
|
4128 |
+
['1731761664', '1731761919', 'AU'],
|
4129 |
+
['1731761920', '1731762175', 'AU'],
|
4130 |
+
['1731762176', '1731763199', 'CN'],
|
4131 |
+
['1731763200', '1731764223', 'VN'],
|
4132 |
+
['1731764224', '1731765247', 'VN'],
|
4133 |
+
['1731765248', '1731766271', 'VN'],
|
4134 |
+
['1731766272', '1731767295', 'VN'],
|
4135 |
+
['1731767296', '1731767551', 'IN'],
|
4136 |
+
['1731767552', '1731767807', 'IN'],
|
4137 |
+
['1731767808', '1731768063', 'KH'],
|
4138 |
+
['1731768064', '1731768319', 'IN'],
|
4139 |
+
['1731768320', '1731769343', 'IN'],
|
4140 |
+
['1731769344', '1731770367', 'IN'],
|
4141 |
+
['1731770368', '1731771391', 'CN'],
|
4142 |
+
['1731771392', '1731772415', 'ID'],
|
4143 |
+
['1731772416', '1731773439', 'HK'],
|
4144 |
+
['1731773440', '1731774463', 'IN'],
|
4145 |
+
['1731774464', '1731775487', 'CN'],
|
4146 |
+
['1731775488', '1731776511', 'ID'],
|
4147 |
+
['1731776512', '1731777023', 'BD'],
|
4148 |
+
['1731777024', '1731777535', 'IN'],
|
4149 |
+
['1731777536', '1731778559', 'JP'],
|
4150 |
+
['1731778560', '1731779583', 'HK'],
|
4151 |
+
['1731779584', '1731780607', 'IN'],
|
4152 |
+
['1731780608', '1731781631', 'IN'],
|
4153 |
+
['1731781632', '1731782655', 'IN'],
|
4154 |
+
['1731782656', '1731783679', 'ID'],
|
4155 |
+
['1731783680', '1731784703', 'IN'],
|
4156 |
+
['1731784704', '1731785727', 'IN'],
|
4157 |
+
['1731785728', '1731786751', 'IN'],
|
4158 |
+
['1731786752', '1731787775', 'IN'],
|
4159 |
+
['1731787776', '1731788799', 'IN'],
|
4160 |
+
['1731788800', '1731789823', 'AU'],
|
4161 |
+
['1731789824', '1731790847', 'JP'],
|
4162 |
+
['1731790848', '1731791871', 'ID'],
|
4163 |
+
['1731791872', '1731792895', 'CN'],
|
4164 |
+
['1731792896', '1731793151', 'IN'],
|
4165 |
+
['1731793152', '1731793407', 'IN'],
|
4166 |
+
['1731793408', '1731793919', 'IN'],
|
4167 |
+
['1731793920', '1731794943', 'BD'],
|
4168 |
+
['1731794944', '1731795967', 'HK'],
|
4169 |
+
['1731795968', '1731796991', 'JP'],
|
4170 |
+
['1731796992', '1731798015', 'AU'],
|
4171 |
+
['1731798016', '1731799039', 'ID'],
|
4172 |
+
['1731799040', '1731800063', 'BD'],
|
4173 |
+
['1731800064', '1731801087', 'JP'],
|
4174 |
+
['1731801088', '1731802111', 'JP'],
|
4175 |
+
['1731802112', '1731803135', 'CN'],
|
4176 |
+
['1731803136', '1731804159', 'CN'],
|
4177 |
+
['1731804160', '1731805183', 'KR'],
|
4178 |
+
['1731806208', '1731806463', 'AU'],
|
4179 |
+
['1731806464', '1731806719', 'IN'],
|
4180 |
+
['1731806720', '1731807231', 'IN'],
|
4181 |
+
['1731807232', '1731808255', 'SG'],
|
4182 |
+
['1731808256', '1731809279', 'CN'],
|
4183 |
+
['1731809280', '1731810303', 'IN'],
|
4184 |
+
['1731810304', '1731811327', 'IN'],
|
4185 |
+
['1731811328', '1731811583', 'IN'],
|
4186 |
+
['1731811584', '1731811839', 'AU'],
|
4187 |
+
['1731811840', '1731812095', 'HK'],
|
4188 |
+
['1731812096', '1731812351', 'AU'],
|
4189 |
+
['1731812352', '1731813375', 'MN'],
|
4190 |
+
['1731813376', '1731814399', 'JP'],
|
4191 |
+
['1731814400', '1731815423', 'JP'],
|
4192 |
+
['1731815424', '1731816447', 'VN'],
|
4193 |
+
['1731816448', '1731817471', 'CN'],
|
4194 |
+
['1731817472', '1731818495', 'VN'],
|
4195 |
+
['1731818496', '1731819519', 'BD'],
|
4196 |
+
['1731819520', '1731820543', 'BD'],
|
4197 |
+
['1731820544', '1731821567', 'IN'],
|
4198 |
+
['1731822592', '1731823615', 'IN'],
|
4199 |
+
['1731823616', '1731824639', 'CN'],
|
4200 |
+
['1731824640', '1731825663', 'IN'],
|
4201 |
+
['1731825664', '1731826687', 'JP'],
|
4202 |
+
['1731826688', '1731827199', 'AU'],
|
4203 |
+
['1731827200', '1731827455', 'IN'],
|
4204 |
+
['1731827456', '1731827711', 'BD'],
|
4205 |
+
['1731827712', '1731828735', 'PK'],
|
4206 |
+
['1731828736', '1731829759', 'SG'],
|
4207 |
+
['1731829760', '1731830783', 'IN'],
|
4208 |
+
['1731830784', '1731831807', 'AU'],
|
4209 |
+
['1731831808', '1731832831', 'PK'],
|
4210 |
+
['1731832832', '1731833855', 'IN'],
|
4211 |
+
['1731833856', '1731834879', 'IN'],
|
4212 |
+
['1731834880', '1731835903', 'IN'],
|
4213 |
+
['1731835904', '1731836927', 'IN'],
|
4214 |
+
['1731836928', '1731837951', 'MY'],
|
4215 |
+
['1731837952', '1731838975', 'ID'],
|
4216 |
+
['1731838976', '1731839999', 'CN'],
|
4217 |
+
['1731840000', '1731841023', 'HK'],
|
4218 |
+
['1731841024', '1731842047', 'NP'],
|
4219 |
+
['1731842048', '1731843071', 'VN'],
|
4220 |
+
['1731843072', '1731844095', 'IN'],
|
4221 |
+
['1731844096', '1731845119', 'IN'],
|
4222 |
+
['1731845120', '1731846143', 'VN'],
|
4223 |
+
['1731846656', '1731846911', 'IN'],
|
4224 |
+
['1731846912', '1731847167', 'PH'],
|
4225 |
+
['1731847168', '1731848191', 'HK'],
|
4226 |
+
['1731848192', '1731849215', 'MP'],
|
4227 |
+
['1731849216', '1731850239', 'IN'],
|
4228 |
+
['1731850240', '1731851263', 'IN'],
|
4229 |
+
['1731851264', '1731852287', 'IN'],
|
4230 |
+
['1731852288', '1731853311', 'IN'],
|
4231 |
+
['1731853312', '1731854335', 'IN'],
|
4232 |
+
['1731854336', '1731855359', 'IN'],
|
4233 |
+
['1731855360', '1731856383', 'IN'],
|
4234 |
+
['1731856384', '1731857407', 'IN'],
|
4235 |
+
['1731857408', '1731858431', 'IN'],
|
4236 |
+
['1731858432', '1731859455', 'MY'],
|
4237 |
+
['1731859456', '1731860479', 'FJ'],
|
4238 |
+
['1731860480', '1731861503', 'CN'],
|
4239 |
+
['1731861504', '1731862527', 'IN'],
|
4240 |
+
['1731862528', '1731862783', 'AU'],
|
4241 |
+
['1731862784', '1731863039', 'ID'],
|
4242 |
+
['1731863040', '1731863551', 'AU'],
|
4243 |
+
['1731863552', '1731864575', 'IN'],
|
4244 |
+
['1731864576', '1731865599', 'IN'],
|
4245 |
+
['1731865600', '1731866623', 'IN'],
|
4246 |
+
['1731866624', '1731867647', 'IN'],
|
4247 |
+
['1731867648', '1731868671', 'IN'],
|
4248 |
+
['1731868672', '1731869695', 'IN'],
|
4249 |
+
['1731869696', '1731870719', 'IN'],
|
4250 |
+
['1731870720', '1731871743', 'IN'],
|
4251 |
+
['1731871744', '1731872767', 'JP'],
|
4252 |
+
['1731872768', '1731873791', 'BD'],
|
4253 |
+
['1731873792', '1731874815', 'IN'],
|
4254 |
+
['1731874816', '1731875839', 'IN'],
|
4255 |
+
['1731875840', '1731876863', 'IN'],
|
4256 |
+
['1731876864', '1731877887', 'IN'],
|
4257 |
+
['1731877888', '1731878911', 'BD'],
|
4258 |
+
['1731878912', '1731879935', 'IN'],
|
4259 |
+
['1731879936', '1731880959', 'ID'],
|
4260 |
+
['1731880960', '1731881983', 'ID'],
|
4261 |
+
['1731881984', '1731882495', 'BD'],
|
4262 |
+
['1731882496', '1731882751', 'SG'],
|
4263 |
+
['1731882752', '1731883007', 'ID'],
|
4264 |
+
['1731883008', '1731883263', 'SG'],
|
4265 |
+
['1731883264', '1731883519', 'MY'],
|
4266 |
+
['1731883520', '1731883775', 'IN'],
|
4267 |
+
['1731883776', '1731884031', 'IN'],
|
4268 |
+
['1731884032', '1731884543', 'IN'],
|
4269 |
+
['1731884544', '1731884799', 'IN'],
|
4270 |
+
['1731885056', '1731886079', 'IN'],
|
4271 |
+
['1731886080', '1731887103', 'IN'],
|
4272 |
+
['1731887104', '1731888127', 'IN'],
|
4273 |
+
['1731888128', '1731889151', 'IN'],
|
4274 |
+
['1731889152', '1731890175', 'IN'],
|
4275 |
+
['1731890176', '1731891199', 'IN'],
|
4276 |
+
['1731891200', '1731891711', 'NP'],
|
4277 |
+
['1731891712', '1731891967', 'ID'],
|
4278 |
+
['1731891968', '1731892223', 'ID'],
|
4279 |
+
['1731892224', '1731893247', 'TH'],
|
4280 |
+
['1731893248', '1731894271', 'IN'],
|
4281 |
+
['1731894272', '1731895295', 'IN'],
|
4282 |
+
['1731895296', '1731896319', 'ID'],
|
4283 |
+
['1731896320', '1731897343', 'IN'],
|
4284 |
+
['1731897344', '1731898367', 'IN'],
|
4285 |
+
['1731898368', '1731899391', 'IN'],
|
4286 |
+
['1731899392', '1731900415', 'HK'],
|
4287 |
+
['1731900416', '1731900671', 'IN'],
|
4288 |
+
['1731900928', '1731901439', 'CN'],
|
4289 |
+
['1731901440', '1731902463', 'IN'],
|
4290 |
+
['1731902464', '1731903487', 'IN'],
|
4291 |
+
['1731903488', '1731904511', 'AU'],
|
4292 |
+
['1731905536', '1731906559', 'IN'],
|
4293 |
+
['1731906560', '1731907583', 'IN'],
|
4294 |
+
['1731907584', '1731908607', 'IN'],
|
4295 |
+
['1731908608', '1731909631', 'NZ'],
|
4296 |
+
['1731909632', '1731910655', 'AU'],
|
4297 |
+
['1731910656', '1731911679', 'AU'],
|
4298 |
+
['1731911680', '1731912703', 'KH'],
|
4299 |
+
['1731912704', '1731913727', 'NZ'],
|
4300 |
+
['1731913728', '1731913983', 'AU'],
|
4301 |
+
['1731913984', '1731914239', 'IN'],
|
4302 |
+
['1731914240', '1731914751', 'IN'],
|
4303 |
+
['1731914752', '1731915775', 'IN'],
|
4304 |
+
['1731915776', '1731916799', 'IN'],
|
4305 |
+
['1731916800', '1731917823', 'IN'],
|
4306 |
+
['1731917824', '1731918847', 'IN'],
|
4307 |
+
['1731918848', '1731919871', 'IN'],
|
4308 |
+
['1731919872', '1731920895', 'IN'],
|
4309 |
+
['1731920896', '1731921919', 'IN'],
|
4310 |
+
['1731921920', '1731922943', 'IN'],
|
4311 |
+
['1731922944', '1731923967', 'IN'],
|
4312 |
+
['1731923968', '1731924991', 'IN'],
|
4313 |
+
['1731924992', '1731926015', 'IN'],
|
4314 |
+
['1731926016', '1731927039', 'IN'],
|
4315 |
+
['1731927040', '1731928063', 'IN'],
|
4316 |
+
['1731928064', '1731929087', 'JP'],
|
4317 |
+
['1731929088', '1731930111', 'BD'],
|
4318 |
+
['1731930112', '1731931135', 'HK'],
|
4319 |
+
['1731931136', '1731932159', 'HK'],
|
4320 |
+
['1731932160', '1731933183', 'HK'],
|
4321 |
+
['1731933184', '1731934207', 'LA'],
|
4322 |
+
['1731934208', '1731935231', 'IN'],
|
4323 |
+
['1731935232', '1731936255', 'IN'],
|
4324 |
+
['1731936256', '1731937279', 'IN'],
|
4325 |
+
['1731937280', '1731938303', 'IN'],
|
4326 |
+
['1731938304', '1731939327', 'IN'],
|
4327 |
+
['1731939328', '1731940351', 'CN'],
|
4328 |
+
['1731940352', '1731941375', 'IN'],
|
4329 |
+
['1731941376', '1731942399', 'IN'],
|
4330 |
+
['1731942400', '1731942655', 'IN'],
|
4331 |
+
['1731942656', '1731942911', 'JP'],
|
4332 |
+
['1731942912', '1731943423', 'HK'],
|
4333 |
+
['1731943424', '1731944447', 'KR'],
|
4334 |
+
['1731944448', '1731945471', 'IN'],
|
4335 |
+
['1731945472', '1731946495', 'CN'],
|
4336 |
+
['1731946496', '1731947519', 'IN'],
|
4337 |
+
['1731947520', '1731948543', 'AU'],
|
4338 |
+
['1731948544', '1731949567', 'CN'],
|
4339 |
+
['1731949568', '1731950591', 'CN'],
|
4340 |
+
['1731950592', '1731951615', 'CN'],
|
4341 |
+
['1731951616', '1731952639', 'CN'],
|
4342 |
+
['1731952640', '1731953663', 'CN'],
|
4343 |
+
['1731953664', '1731954687', 'IN'],
|
4344 |
+
['1731954688', '1731955711', 'JP'],
|
4345 |
+
['1731955712', '1731956735', 'IN'],
|
4346 |
+
['1731956736', '1731957759', 'HK'],
|
4347 |
+
['1731957760', '1731958783', 'CN'],
|
4348 |
+
['1731958784', '1731959807', 'IN'],
|
4349 |
+
['1731959808', '1731960831', 'KR'],
|
4350 |
+
['1731961856', '1731962879', 'CN'],
|
4351 |
+
['1731962880', '1731963903', 'BD'],
|
4352 |
+
['1731963904', '1731964927', 'KH'],
|
4353 |
+
['1731964928', '1731965951', 'BD'],
|
4354 |
+
['1731965952', '1731966463', 'IN'],
|
4355 |
+
['1731966464', '1731966719', 'AU'],
|
4356 |
+
['1731966720', '1731966975', 'AU'],
|
4357 |
+
['1731966976', '1731967999', 'IN'],
|
4358 |
+
['1731968000', '1731969023', 'IN'],
|
4359 |
+
['1731969024', '1731970047', 'IN'],
|
4360 |
+
['1731970048', '1731971071', 'IN'],
|
4361 |
+
['1731971072', '1731972095', 'IN'],
|
4362 |
+
['1731972096', '1731973119', 'IN'],
|
4363 |
+
['1731973120', '1731974143', 'IN'],
|
4364 |
+
['1731974144', '1731975167', 'IN'],
|
4365 |
+
['1731976192', '1731977215', 'TW'],
|
4366 |
+
['1731977216', '1731978239', 'IN'],
|
4367 |
+
['1731978240', '1731979263', 'IN'],
|
4368 |
+
['1731979264', '1731979519', 'IN'],
|
4369 |
+
['1731979520', '1731979775', 'BD'],
|
4370 |
+
['1731979776', '1731980287', 'ID'],
|
4371 |
+
['1731980288', '1731981311', 'IN'],
|
4372 |
+
['1731981312', '1731982335', 'IN'],
|
4373 |
+
['1731982336', '1731983359', 'IN'],
|
4374 |
+
['1731983360', '1731984383', 'IN'],
|
4375 |
+
['1731984384', '1731985407', 'IN'],
|
4376 |
+
['1731985408', '1731986431', 'IN'],
|
4377 |
+
['1731987456', '1731988479', 'SG'],
|
4378 |
+
['1731988480', '1731989503', 'US'],
|
4379 |
+
['1731989504', '1731990527', 'VN'],
|
4380 |
+
['1731990528', '1731990783', 'AU'],
|
4381 |
+
['1731990784', '1731991039', 'IN'],
|
4382 |
+
['1731991040', '1731991551', 'AU'],
|
4383 |
+
['1731991552', '1731992575', 'MY'],
|
4384 |
+
['1731992576', '1731993599', 'IN'],
|
4385 |
+
['1731993600', '1731994623', 'CN'],
|
4386 |
+
['1731994624', '1731995647', 'JP'],
|
4387 |
+
['1731995648', '1731996671', 'IN'],
|
4388 |
+
['1731996672', '1731997695', 'CN'],
|
4389 |
+
['1731997696', '1731998719', 'IN'],
|
4390 |
+
['1731998720', '1731999743', 'IN'],
|
4391 |
+
['1731999744', '1732000767', 'HK'],
|
4392 |
+
['1732000768', '1732001791', 'SG'],
|
4393 |
+
['1732001792', '1732002815', 'HK'],
|
4394 |
+
['1732002816', '1732003839', 'IN'],
|
4395 |
+
['1732003840', '1732004863', 'IN'],
|
4396 |
+
['1732004864', '1732005887', 'IN'],
|
4397 |
+
['1732005888', '1732006911', 'IN'],
|
4398 |
+
['1732006912', '1732007935', 'IN'],
|
4399 |
+
['1732009984', '1732010239', 'AU'],
|
4400 |
+
['1732010240', '1732010495', 'MN'],
|
4401 |
+
['1732010496', '1732010751', 'AU'],
|
4402 |
+
['1732010752', '1732011007', 'NZ'],
|
4403 |
+
['1732011008', '1732012031', 'IN'],
|
4404 |
+
['1732012032', '1732012287', 'IN'],
|
4405 |
+
['1732012288', '1732012543', 'AU'],
|
4406 |
+
['1732012544', '1732013055', 'AU'],
|
4407 |
+
['1732013056', '1732014079', 'HK'],
|
4408 |
+
['1732014080', '1732015103', 'IN'],
|
4409 |
+
['1732015104', '1732016127', 'IN'],
|
4410 |
+
['1732016128', '1732017151', 'KR'],
|
4411 |
+
['1732017152', '1732018175', 'KR'],
|
4412 |
+
['1732018176', '1732019199', 'IN'],
|
4413 |
+
['1732019200', '1732019711', 'AU'],
|
4414 |
+
['1732019712', '1732019967', 'AU'],
|
4415 |
+
['1732019968', '1732020223', 'IN'],
|
4416 |
+
['1732020224', '1732021247', 'IN'],
|
4417 |
+
['1732021248', '1732022271', 'IN'],
|
4418 |
+
['1732022272', '1732023295', 'HK'],
|
4419 |
+
['1732023296', '1732024319', 'HK'],
|
4420 |
+
['1732024320', '1732025343', 'AU'],
|
4421 |
+
['1732025344', '1732026367', 'IN'],
|
4422 |
+
['1732026368', '1732027391', 'BD'],
|
4423 |
+
['1732027392', '1732028415', 'CN'],
|
4424 |
+
['1732028416', '1732029439', 'PH'],
|
4425 |
+
['1732029440', '1732030463', 'BD'],
|
4426 |
+
['1732030464', '1732031487', 'IN'],
|
4427 |
+
['1732031488', '1732032511', 'ID'],
|
4428 |
+
['1732032512', '1732032767', 'PH'],
|
4429 |
+
['1732032768', '1732033023', 'TH'],
|
4430 |
+
['1732033024', '1732033535', 'IN'],
|
4431 |
+
['1732033536', '1732034559', 'JP'],
|
4432 |
+
['1732034560', '1732035583', 'KR'],
|
4433 |
+
['1732035584', '1732036607', 'IN'],
|
4434 |
+
['1732036608', '1732037631', 'AU'],
|
4435 |
+
['1732038656', '1732039679', 'IN'],
|
4436 |
+
['1732039680', '1732040703', 'IN'],
|
4437 |
+
['1732040704', '1732040959', 'AU'],
|
4438 |
+
['1732040960', '1732041215', 'SG'],
|
4439 |
+
['1732041216', '1732041471', 'IN'],
|
4440 |
+
['1732041472', '1732041727', 'IN'],
|
4441 |
+
['1732041728', '1732042751', 'HK'],
|
4442 |
+
['1732042752', '1732043775', 'JP'],
|
4443 |
+
['1732043776', '1732044799', 'CN'],
|
4444 |
+
['1732044800', '1732045823', 'HK'],
|
4445 |
+
['1732045824', '1732046847', 'CN'],
|
4446 |
+
['1732046848', '1732047871', 'AU'],
|
4447 |
+
['1732047872', '1732048895', 'IN'],
|
4448 |
+
['1732048896', '1732049919', 'HK'],
|
4449 |
+
['1732049920', '1732050943', 'PH'],
|
4450 |
+
['1732050944', '1732051967', 'HK'],
|
4451 |
+
['1732052992', '1732054015', 'MM'],
|
4452 |
+
['1732054016', '1732055039', 'IN'],
|
4453 |
+
['1732056064', '1732057087', 'HK'],
|
4454 |
+
['1732057088', '1732058111', 'KH'],
|
4455 |
+
['1732058112', '1732059135', 'HK'],
|
4456 |
+
['1732059136', '1732060159', 'IN'],
|
4457 |
+
['1732060160', '1732061183', 'HK'],
|
4458 |
+
['1732061184', '1732061439', 'AU'],
|
4459 |
+
['1732061440', '1732061695', 'ID'],
|
4460 |
+
['1732061696', '1732062207', 'AU'],
|
4461 |
+
['1732062208', '1732063231', 'VN'],
|
4462 |
+
['1732063232', '1732064255', 'VN'],
|
4463 |
+
['1732064256', '1732065279', 'IN'],
|
4464 |
+
['1732065280', '1732066303', 'IN'],
|
4465 |
+
['1732066304', '1732067327', 'CN'],
|
4466 |
+
['1732067328', '1732068351', 'IN'],
|
4467 |
+
['1732068352', '1732068607', 'IN'],
|
4468 |
+
['1732068608', '1732068863', 'NZ'],
|
4469 |
+
['1732068864', '1732069119', 'AU'],
|
4470 |
+
['1732069120', '1732069375', 'ID'],
|
4471 |
+
['1732069376', '1732070399', 'IN'],
|
4472 |
+
['1732070400', '1732071423', 'IN'],
|
4473 |
+
['1732071424', '1732072447', 'IN'],
|
4474 |
+
['1732072448', '1732073471', 'IN'],
|
4475 |
+
['1732073472', '1732074495', 'IN'],
|
4476 |
+
['1732074496', '1732075519', 'KH'],
|
4477 |
+
['1732075520', '1732076543', 'AU'],
|
4478 |
+
['1732076544', '1732077567', 'IN'],
|
4479 |
+
['1732077568', '1732078591', 'CN'],
|
4480 |
+
['1732078592', '1732079615', 'IN'],
|
4481 |
+
['1732079616', '1732080639', 'IN'],
|
4482 |
+
['1732080640', '1732081151', 'ID'],
|
4483 |
+
['1732081152', '1732081663', 'ID'],
|
4484 |
+
['1732081664', '1732082687', 'HK'],
|
4485 |
+
['1732082688', '1732083711', 'MY'],
|
4486 |
+
['1732083712', '1732084735', 'AU'],
|
4487 |
+
['1732084736', '1732085759', 'IN'],
|
4488 |
+
['1732085760', '1732086783', 'TW'],
|
4489 |
+
['1732086784', '1732087807', 'CN'],
|
4490 |
+
['1732087808', '1732088831', 'HK'],
|
4491 |
+
['1732088832', '1732089343', 'IN'],
|
4492 |
+
['1732089344', '1732089599', 'IN'],
|
4493 |
+
['1732089600', '1732089855', 'JP'],
|
4494 |
+
['1732089856', '1732090879', 'CN'],
|
4495 |
+
['1732090880', '1732091903', 'CN'],
|
4496 |
+
['1732091904', '1732092927', 'CN'],
|
4497 |
+
['1732092928', '1732093951', 'IN'],
|
4498 |
+
['1732093952', '1732094975', 'HK'],
|
4499 |
+
['1732094976', '1732095999', 'CN'],
|
4500 |
+
['1732096000', '1732097023', 'CN'],
|
4501 |
+
['1732097024', '1732098047', 'IN'],
|
4502 |
+
['1732098048', '1732099071', 'CN'],
|
4503 |
+
['1732099072', '1732100095', 'CN'],
|
4504 |
+
['1732100096', '1732100607', 'SG'],
|
4505 |
+
['1732100608', '1732100863', 'IN'],
|
4506 |
+
['1732100864', '1732101119', 'IN'],
|
4507 |
+
['1732101120', '1732102143', 'IN'],
|
4508 |
+
['1732102144', '1732103167', 'IN'],
|
4509 |
+
['1732103168', '1732104191', 'IN'],
|
4510 |
+
['1732104192', '1732105215', 'IN'],
|
4511 |
+
['1732105216', '1732106239', 'IN'],
|
4512 |
+
['1732106240', '1732107263', 'IN'],
|
4513 |
+
['1732107264', '1732108287', 'HK'],
|
4514 |
+
['1732108288', '1732109311', 'AU'],
|
4515 |
+
['1732109312', '1732109823', 'AU'],
|
4516 |
+
['1732109824', '1732110079', 'IN'],
|
4517 |
+
['1732110080', '1732110335', 'IN'],
|
4518 |
+
['1732111360', '1732112383', 'HK'],
|
4519 |
+
['1732112384', '1732113407', 'HK'],
|
4520 |
+
['1732113408', '1732114431', 'JP'],
|
4521 |
+
['1732114432', '1732115455', 'ID'],
|
4522 |
+
['1732115456', '1732116479', 'IN'],
|
4523 |
+
['1732116480', '1732117503', 'PH'],
|
4524 |
+
['1732117504', '1732118527', 'SG'],
|
4525 |
+
['1732118528', '1732119551', 'VN'],
|
4526 |
+
['1732119552', '1732120575', 'IN'],
|
4527 |
+
['1732120576', '1732121599', 'IN'],
|
4528 |
+
['1732121600', '1732122623', 'IN'],
|
4529 |
+
['1732122624', '1732123647', 'CN'],
|
4530 |
+
['1732123648', '1732124159', 'AU'],
|
4531 |
+
['1732124160', '1732124671', 'PH'],
|
4532 |
+
['1732124672', '1732125695', 'AU'],
|
4533 |
+
['1732125696', '1732126719', 'AU'],
|
4534 |
+
['1732126720', '1732127743', 'IN'],
|
4535 |
+
['1732127744', '1732128767', 'HK'],
|
4536 |
+
['1732128768', '1732129791', 'HK'],
|
4537 |
+
['1732129792', '1732130815', 'CN'],
|
4538 |
+
['1732130816', '1732131839', 'IN'],
|
4539 |
+
['1732131840', '1732132863', 'IN'],
|
4540 |
+
['1732132864', '1732133887', 'IN'],
|
4541 |
+
['1732133888', '1732134911', 'IN'],
|
4542 |
+
['1732134912', '1732135935', 'CN'],
|
4543 |
+
['1732135936', '1732136959', 'CN'],
|
4544 |
+
['1732136960', '1732137983', 'CN'],
|
4545 |
+
['1732137984', '1732139007', 'CN'],
|
4546 |
+
['1732139008', '1732140031', 'CN'],
|
4547 |
+
['1732140032', '1732141055', 'IN'],
|
4548 |
+
['1732141056', '1732142079', 'CN'],
|
4549 |
+
['1732142080', '1732143103', 'CN'],
|
4550 |
+
['1732143104', '1732144127', 'CN'],
|
4551 |
+
['1732144128', '1732145151', 'CN'],
|
4552 |
+
['1732145152', '1732146175', 'CN'],
|
4553 |
+
['1732146176', '1732147199', 'CN'],
|
4554 |
+
['1732147200', '1732148223', 'CN'],
|
4555 |
+
['1732148224', '1732149247', 'CN'],
|
4556 |
+
['1732149248', '1732150271', 'CN'],
|
4557 |
+
['1732150272', '1732151295', 'CN'],
|
4558 |
+
['1732151296', '1732152319', 'IN'],
|
4559 |
+
['1732152320', '1732153343', 'BD'],
|
4560 |
+
['1732153344', '1732153855', 'BD'],
|
4561 |
+
['1732153856', '1732154111', 'IN'],
|
4562 |
+
['1732154112', '1732154367', 'IN'],
|
4563 |
+
['1732155392', '1732156415', 'PH'],
|
4564 |
+
['1732156416', '1732157439', 'CN'],
|
4565 |
+
['1732157440', '1732158463', 'CN'],
|
4566 |
+
['1732158464', '1732159487', 'CN'],
|
4567 |
+
['1732159488', '1732160511', 'CN'],
|
4568 |
+
['1732160512', '1732161535', 'CN'],
|
4569 |
+
['1732161536', '1732162559', 'CN'],
|
4570 |
+
['1732162560', '1732163583', 'CN'],
|
4571 |
+
['1732163584', '1732164607', 'CN'],
|
4572 |
+
['1732164608', '1732165631', 'CN'],
|
4573 |
+
['1732165632', '1732166655', 'CN'],
|
4574 |
+
['1732166656', '1732167167', 'ID'],
|
4575 |
+
['1732167168', '1732167679', 'IN'],
|
4576 |
+
['1732167680', '1732168191', 'AU'],
|
4577 |
+
['1732168192', '1732168703', 'ID'],
|
4578 |
+
['1732168704', '1732169727', 'CN'],
|
4579 |
+
['1732169728', '1732170751', 'CN'],
|
4580 |
+
['1732170752', '1732171775', 'CN'],
|
4581 |
+
['1732171776', '1732172799', 'CN'],
|
4582 |
+
['1732172800', '1732173823', 'CN'],
|
4583 |
+
['1732173824', '1732174847', 'CN'],
|
4584 |
+
['1732174848', '1732175871', 'KR'],
|
4585 |
+
['1732175872', '1732176895', 'PK'],
|
4586 |
+
['1732176896', '1732177919', 'IN'],
|
4587 |
+
['1732177920', '1732178943', 'SG'],
|
4588 |
+
['1732178944', '1732179967', 'JP'],
|
4589 |
+
['1732179968', '1732180991', 'IN'],
|
4590 |
+
['1732180992', '1732182015', 'IN'],
|
4591 |
+
['1732182016', '1732183039', 'HK'],
|
4592 |
+
['1732183040', '1732184063', 'HK'],
|
4593 |
+
['1732184064', '1732185087', 'IN'],
|
4594 |
+
['1732185088', '1732186111', 'IN'],
|
4595 |
+
['1732186112', '1732187135', 'IN'],
|
4596 |
+
['1732187136', '1732188159', 'IN'],
|
4597 |
+
['1732188160', '1732188671', 'IN'],
|
4598 |
+
['1732188672', '1732188927', 'AU'],
|
4599 |
+
['1732188928', '1732189183', 'WS'],
|
4600 |
+
['1732189184', '1732190207', 'IN'],
|
4601 |
+
['1732190208', '1732191231', 'CN'],
|
4602 |
+
['1732191232', '1732192255', 'CN'],
|
4603 |
+
['1732192256', '1732193279', 'CN'],
|
4604 |
+
['1732193280', '1732194303', 'CN'],
|
4605 |
+
['1732194304', '1732195327', 'CN'],
|
4606 |
+
['1732195328', '1732196351', 'CN'],
|
4607 |
+
['1732196352', '1732197375', 'CN'],
|
4608 |
+
['1732197376', '1732198399', 'CN'],
|
4609 |
+
['1732198400', '1732199423', 'CN'],
|
4610 |
+
['1732199424', '1732200447', 'CN'],
|
4611 |
+
['1732200448', '1732201471', 'CN'],
|
4612 |
+
['1732201472', '1732202495', 'CN'],
|
4613 |
+
['1732202496', '1732203519', 'CN'],
|
4614 |
+
['1732203520', '1732204543', 'CN'],
|
4615 |
+
['1732204544', '1732205567', 'CN'],
|
4616 |
+
['1732205568', '1732206591', 'NZ'],
|
4617 |
+
['1732206592', '1732207615', 'ID'],
|
4618 |
+
['1732207616', '1732207871', 'AU'],
|
4619 |
+
['1732207872', '1732208127', 'IN'],
|
4620 |
+
['1732208128', '1732208383', 'PH'],
|
4621 |
+
['1732208384', '1732208639', 'AU'],
|
4622 |
+
['1732208640', '1732209663', 'VN'],
|
4623 |
+
['1732209664', '1732210687', 'VN'],
|
4624 |
+
['1732210688', '1732211711', 'VN'],
|
4625 |
+
['1732211712', '1732212735', 'VN'],
|
4626 |
+
['1732212736', '1732213759', 'VN'],
|
4627 |
+
['1732213760', '1732214783', 'IN'],
|
4628 |
+
['1732214784', '1732215807', 'IN'],
|
4629 |
+
['1732215808', '1732216831', 'HK'],
|
4630 |
+
['1732216832', '1732217855', 'HK'],
|
4631 |
+
['1732217856', '1732218879', 'CN'],
|
4632 |
+
['1732218880', '1732219903', 'CN'],
|
4633 |
+
['1732219904', '1732220927', 'IN'],
|
4634 |
+
['1732220928', '1732221951', 'CN'],
|
4635 |
+
['1732221952', '1732222975', 'BD'],
|
4636 |
+
['1732222976', '1732223999', 'CN'],
|
4637 |
+
['1732224000', '1732225023', 'CN'],
|
4638 |
+
['1732225024', '1732226047', 'CN'],
|
4639 |
+
['1732226048', '1732227071', 'CN'],
|
4640 |
+
['1732227072', '1732228095', 'CN'],
|
4641 |
+
['1732228096', '1732229119', 'CN'],
|
4642 |
+
['1732229120', '1732230143', 'CN'],
|
4643 |
+
['1732230144', '1732230399', 'NZ'],
|
4644 |
+
['1732230400', '1732230655', 'AU'],
|
4645 |
+
['1732230656', '1732230911', 'KH'],
|
4646 |
+
['1732230912', '1732231167', 'AU'],
|
4647 |
+
['1732231168', '1732232191', 'CN'],
|
4648 |
+
['1732232192', '1732233215', 'CN'],
|
4649 |
+
['1732233216', '1732234239', 'CN'],
|
4650 |
+
['1732234240', '1732235263', 'CN'],
|
4651 |
+
['1732235264', '1732236287', 'CN'],
|
4652 |
+
['1732236288', '1732237311', 'VN'],
|
4653 |
+
['1732237312', '1732238335', 'JP'],
|
4654 |
+
['1732238336', '1732239359', 'JP'],
|
4655 |
+
['1732239360', '1732240383', 'JP'],
|
4656 |
+
['1732240384', '1732241407', 'AU'],
|
4657 |
+
['1732241664', '1732241919', 'ID'],
|
4658 |
+
['1732241920', '1732242431', 'BD'],
|
4659 |
+
['1732242432', '1732243455', 'HK'],
|
4660 |
+
['1732243456', '1732244479', 'CN'],
|
4661 |
+
['1732244480', '1732245503', 'CN'],
|
4662 |
+
['1732245504', '1732246527', 'CN'],
|
4663 |
+
['1732246528', '1732247551', 'CN'],
|
4664 |
+
['1732247552', '1732248575', 'CN'],
|
4665 |
+
['1732248576', '1732249599', 'CN'],
|
4666 |
+
['1732249600', '1732250623', 'SG'],
|
4667 |
+
['1732250624', '1732251135', 'MY'],
|
4668 |
+
['1732251136', '1732251391', 'ID'],
|
4669 |
+
['1732251392', '1732251647', 'ID'],
|
4670 |
+
['1732251648', '1732252671', 'SG'],
|
4671 |
+
['1732252672', '1732253695', 'MM'],
|
4672 |
+
['1732253696', '1732254719', 'CN'],
|
4673 |
+
['1732254720', '1732255743', 'CN'],
|
4674 |
+
['1732255744', '1732256767', 'CN'],
|
4675 |
+
['1732256768', '1732257791', 'CN'],
|
4676 |
+
['1732257792', '1732258815', 'CN'],
|
4677 |
+
['1732258816', '1732259839', 'CN'],
|
4678 |
+
['1732259840', '1732260863', 'CN'],
|
4679 |
+
['1732260864', '1732261887', 'CN'],
|
4680 |
+
['1732261888', '1732262911', 'CN'],
|
4681 |
+
['1732262912', '1732263935', 'CN'],
|
4682 |
+
['1732263936', '1732264959', 'CN'],
|
4683 |
+
['1732264960', '1732265983', 'CN'],
|
4684 |
+
['1732265984', '1732267007', 'CN'],
|
4685 |
+
['1732267008', '1732268031', 'CN'],
|
4686 |
+
['1732268032', '1732269055', 'CN'],
|
4687 |
+
['1732269056', '1732270079', 'CN'],
|
4688 |
+
['1732270080', '1732271103', 'CN'],
|
4689 |
+
['1732271104', '1732272127', 'CN'],
|
4690 |
+
['1732272128', '1732273151', 'CN'],
|
4691 |
+
['1732273152', '1732274175', 'CN'],
|
4692 |
+
['1732274176', '1732275199', 'CN'],
|
4693 |
+
['1732275200', '1732276223', 'CN'],
|
4694 |
+
['1732276224', '1732277247', 'CN'],
|
4695 |
+
['1732277248', '1732278271', 'CN'],
|
4696 |
+
['1732278272', '1732279295', 'CN'],
|
4697 |
+
['1732279296', '1732280319', 'CN'],
|
4698 |
+
['1732280320', '1732281343', 'IN'],
|
4699 |
+
['1732281344', '1732282367', 'JP'],
|
4700 |
+
['1732282368', '1732283391', 'HK'],
|
4701 |
+
['1732283392', '1732284415', 'CN'],
|
4702 |
+
['1732284416', '1732285439', 'CN'],
|
4703 |
+
['1732285440', '1732286463', 'AU'],
|
4704 |
+
['1732286464', '1732287487', 'CN'],
|
4705 |
+
['1732287488', '1732288511', 'CN'],
|
4706 |
+
['1732288512', '1732289535', 'CN'],
|
4707 |
+
['1732289536', '1732290559', 'CN'],
|
4708 |
+
['1732290560', '1732291583', 'CN'],
|
4709 |
+
['1732291584', '1732292607', 'CN'],
|
4710 |
+
['1732292608', '1732293631', 'CN'],
|
4711 |
+
['1732293632', '1732294655', 'CN'],
|
4712 |
+
['1732294656', '1732295679', 'CN'],
|
4713 |
+
['1732295680', '1732296703', 'CN'],
|
4714 |
+
['1732296704', '1732297727', 'CN'],
|
4715 |
+
['1732297728', '1732298751', 'CN'],
|
4716 |
+
['1732298752', '1732299775', 'CN'],
|
4717 |
+
['1732299776', '1732300799', 'CN'],
|
4718 |
+
['1732300800', '1732301823', 'CN'],
|
4719 |
+
['1732301824', '1732302847', 'CN'],
|
4720 |
+
['1732302848', '1732303871', 'CN'],
|
4721 |
+
['1732303872', '1732304895', 'CN'],
|
4722 |
+
['1732304896', '1732305919', 'CN'],
|
4723 |
+
['1732305920', '1732306943', 'CN'],
|
4724 |
+
['1732306944', '1732307967', 'CN'],
|
4725 |
+
['1732307968', '1732308991', 'CN'],
|
4726 |
+
['1732308992', '1732310015', 'CN'],
|
4727 |
+
['1732310016', '1732311039', 'CN'],
|
4728 |
+
['1732311040', '1732312063', 'CN'],
|
4729 |
+
['1732312064', '1732313087', 'CN'],
|
4730 |
+
['1732313088', '1732314111', 'CN'],
|
4731 |
+
['1732314112', '1732315135', 'CN'],
|
4732 |
+
['1732315136', '1732316159', 'CN'],
|
4733 |
+
['1732316160', '1732317183', 'CN'],
|
4734 |
+
['1732317184', '1732318207', 'CN'],
|
4735 |
+
['1732318208', '1732318719', 'IN'],
|
4736 |
+
['1732318720', '1732318975', 'AU'],
|
4737 |
+
['1732318976', '1732319231', 'IN'],
|
4738 |
+
['1732319232', '1732320255', 'IN'],
|
4739 |
+
['1732320256', '1732321279', 'IN'],
|
4740 |
+
['1732321280', '1732322303', 'IN'],
|
4741 |
+
['1732322304', '1732323327', 'CN'],
|
4742 |
+
['1732323328', '1732324351', 'CN'],
|
4743 |
+
['1732324352', '1732325375', 'JP'],
|
4744 |
+
['1732325376', '1732326399', 'CN'],
|
4745 |
+
['1732326400', '1732327423', 'CN'],
|
4746 |
+
['1732327424', '1732328447', 'CN'],
|
4747 |
+
['1732328448', '1732329471', 'CN'],
|
4748 |
+
['1732329472', '1732330495', 'CN'],
|
4749 |
+
['1732330496', '1732331519', 'CN'],
|
4750 |
+
['1732331520', '1732332543', 'CN'],
|
4751 |
+
['1732332544', '1732333567', 'CN'],
|
4752 |
+
['1732333568', '1732334591', 'CN'],
|
4753 |
+
['1732334592', '1732335615', 'CN'],
|
4754 |
+
['1732335616', '1732336639', 'CN'],
|
4755 |
+
['1732336640', '1732337663', 'CN'],
|
4756 |
+
['1732337664', '1732338175', 'ID'],
|
4757 |
+
['1732338176', '1732338687', 'HK'],
|
4758 |
+
['1732338688', '1732339711', 'CN'],
|
4759 |
+
['1732339712', '1732340735', 'CN'],
|
4760 |
+
['1732340736', '1732341759', 'CN'],
|
4761 |
+
['1732341760', '1732342783', 'CN'],
|
4762 |
+
['1732342784', '1732343807', 'CN'],
|
4763 |
+
['1732343808', '1732344831', 'CN'],
|
4764 |
+
['1732344832', '1732345855', 'CN'],
|
4765 |
+
['1732345856', '1732346879', 'CN'],
|
4766 |
+
['1732346880', '1732347903', 'CN'],
|
4767 |
+
['1732347904', '1732348927', 'CN'],
|
4768 |
+
['1732348928', '1732349951', 'IN'],
|
4769 |
+
['1732349952', '1732350975', 'CN'],
|
4770 |
+
['1732350976', '1732351999', 'CN'],
|
4771 |
+
['1732352000', '1732353023', 'CN'],
|
4772 |
+
['1732353024', '1732354047', 'CN'],
|
4773 |
+
['1732354048', '1732355071', 'CN'],
|
4774 |
+
['1732355072', '1732356095', 'CN'],
|
4775 |
+
['1732356096', '1732357119', 'CN'],
|
4776 |
+
['1732357120', '1732358143', 'CN'],
|
4777 |
+
['1732358144', '1732359167', 'MY'],
|
4778 |
+
['1732359168', '1732360191', 'HK'],
|
4779 |
+
['1732360192', '1732361215', 'PH'],
|
4780 |
+
['1732361216', '1732362239', 'MY'],
|
4781 |
+
['1732362240', '1732363263', 'IN'],
|
4782 |
+
['1732363264', '1732364287', 'IN'],
|
4783 |
+
['1732364288', '1732364799', 'NP'],
|
4784 |
+
['1732364800', '1732365311', 'IN'],
|
4785 |
+
['1732365312', '1732366335', 'GB'],
|
4786 |
+
['1732366336', '1732367359', 'JP'],
|
4787 |
+
['1732367360', '1732368383', 'ID'],
|
4788 |
+
['1732368384', '1732369407', 'HK'],
|
4789 |
+
['1732369408', '1732370431', 'BS'],
|
4790 |
+
['1732370432', '1732371455', 'US'],
|
4791 |
+
['1732371456', '1732372479', 'IN'],
|
4792 |
+
['1732372480', '1732372735', 'AU'],
|
4793 |
+
['1732372736', '1732372991', 'AU'],
|
4794 |
+
['1732372992', '1732373503', 'IN'],
|
4795 |
+
['1732373504', '1732374015', 'ID'],
|
4796 |
+
['1732374016', '1732374271', 'ID'],
|
4797 |
+
['1732374272', '1732374527', 'NZ'],
|
4798 |
+
['1732374528', '1732375551', 'US'],
|
4799 |
+
['1732375552', '1732376575', 'AU'],
|
4800 |
+
['1732376576', '1732377599', 'US'],
|
4801 |
+
['1732377600', '1732378623', 'AU'],
|
4802 |
+
['1732378624', '1732379647', 'IN'],
|
4803 |
+
['1732379648', '1732380671', 'IN'],
|
4804 |
+
['1732380672', '1732381695', 'IN'],
|
4805 |
+
['1732381696', '1732382719', 'IN'],
|
4806 |
+
['1732382720', '1732383743', 'IN'],
|
4807 |
+
['1732383744', '1732384767', 'IN'],
|
4808 |
+
['1732384768', '1732385279', 'BD'],
|
4809 |
+
['1732385280', '1732385791', 'AU'],
|
4810 |
+
['1732385792', '1732386815', 'US'],
|
4811 |
+
['1732386816', '1732387839', 'CN'],
|
4812 |
+
['1732387840', '1732388095', 'HK'],
|
4813 |
+
['1732388096', '1732388351', 'AU'],
|
4814 |
+
['1732388352', '1732388607', 'IN'],
|
4815 |
+
['1732388608', '1732388863', 'AU'],
|
4816 |
+
['1732388864', '1732389887', 'CN'],
|
4817 |
+
['1732389888', '1732390911', 'ID'],
|
4818 |
+
['1732390912', '1732391935', 'IN'],
|
4819 |
+
['1732391936', '1732392447', 'AU'],
|
4820 |
+
['1732392448', '1732392703', 'IN'],
|
4821 |
+
['1732392704', '1732392959', 'ID'],
|
4822 |
+
['1732392960', '1732393983', 'HK'],
|
4823 |
+
['1732393984', '1732395007', 'SG'],
|
4824 |
+
['1732395008', '1732396031', 'BD'],
|
4825 |
+
['1732396032', '1732397055', 'ID'],
|
4826 |
+
['1732397056', '1732398079', 'IN'],
|
4827 |
+
['1732398080', '1732399103', 'IN'],
|
4828 |
+
['1732399104', '1732400127', 'IN'],
|
4829 |
+
['1732400128', '1732400639', 'IN'],
|
4830 |
+
['1732400640', '1732400895', 'ID'],
|
4831 |
+
['1732400896', '1732401151', 'IN'],
|
4832 |
+
['1732401152', '1732402175', 'PH'],
|
4833 |
+
['1732402176', '1732403199', 'CN'],
|
4834 |
+
['1732403200', '1732404223', 'IN'],
|
4835 |
+
['1732404224', '1732405247', 'HK'],
|
4836 |
+
['1732405248', '1732406271', 'IN'],
|
4837 |
+
['1732406272', '1732407295', 'CN'],
|
4838 |
+
['1732407296', '1732408319', 'IN'],
|
4839 |
+
['1732408320', '1732409343', 'IN'],
|
4840 |
+
['1732409344', '1732410367', 'IN'],
|
4841 |
+
['1732410368', '1732411391', 'NZ'],
|
4842 |
+
['1732411392', '1732412415', 'TH'],
|
4843 |
+
['1732412416', '1732413439', 'AU'],
|
4844 |
+
['1732413440', '1732414463', 'IN'],
|
4845 |
+
['1732414464', '1732415487', 'IN'],
|
4846 |
+
['1732415488', '1732416511', 'IN'],
|
4847 |
+
['1732416512', '1732417535', 'IN'],
|
4848 |
+
['1732417536', '1732418559', 'VN'],
|
4849 |
+
['1732418560', '1732419583', 'IN'],
|
4850 |
+
['1732419584', '1732420607', 'IN'],
|
4851 |
+
['1732420608', '1732421631', 'IN'],
|
4852 |
+
['1732421632', '1732422143', 'IN'],
|
4853 |
+
['1732422144', '1732422399', 'AU'],
|
4854 |
+
['1732422400', '1732422655', 'JP'],
|
4855 |
+
['1732422656', '1732423679', 'IN'],
|
4856 |
+
['1732423680', '1732424703', 'BD'],
|
4857 |
+
['1732424704', '1732425727', 'HK'],
|
4858 |
+
['1732425728', '1732426751', 'KH'],
|
4859 |
+
['1732426752', '1732427775', 'KR'],
|
4860 |
+
['1732427776', '1732428799', 'KR'],
|
4861 |
+
['1732428800', '1732429823', 'ID'],
|
4862 |
+
['1732429824', '1732430847', 'CN'],
|
4863 |
+
['1732430848', '1732431871', 'IN'],
|
4864 |
+
['1732431872', '1732432895', 'IN'],
|
4865 |
+
['1732432896', '1732433919', 'IN'],
|
4866 |
+
['1732433920', '1732434943', 'CN'],
|
4867 |
+
['1732434944', '1732435199', 'AU'],
|
4868 |
+
['1732435200', '1732435455', 'IN'],
|
4869 |
+
['1732435456', '1732435967', 'PH'],
|
4870 |
+
['1732435968', '1732436991', 'IN'],
|
4871 |
+
['1732436992', '1732438015', 'IN'],
|
4872 |
+
['1732438016', '1732439039', 'IN'],
|
4873 |
+
['1732439040', '1732440063', 'IN'],
|
4874 |
+
['1732440064', '1732441087', 'CN'],
|
4875 |
+
['1732441088', '1732442111', 'CN'],
|
4876 |
+
['1732442112', '1732443135', 'CN'],
|
4877 |
+
['1732443136', '1732444159', 'CN'],
|
4878 |
+
['1732444160', '1732445183', 'CN'],
|
4879 |
+
['1732445184', '1732446207', 'CN'],
|
4880 |
+
['1732446208', '1732447231', 'CN'],
|
4881 |
+
['1732447232', '1732448255', 'IN'],
|
4882 |
+
['1732448256', '1732449279', 'IN'],
|
4883 |
+
['1732449280', '1732450303', 'LA'],
|
4884 |
+
['1732450304', '1732450815', 'AU'],
|
4885 |
+
['1732450816', '1732451071', 'MV'],
|
4886 |
+
['1732451072', '1732451327', 'IN'],
|
4887 |
+
['1732451328', '1732452351', 'JP'],
|
4888 |
+
['1732452352', '1732452863', 'US'],
|
4889 |
+
['1732452864', '1732453375', 'IN'],
|
4890 |
+
['1732453376', '1732454399', 'MY'],
|
4891 |
+
['1732454400', '1732455423', 'CN'],
|
4892 |
+
['1732455424', '1732456447', 'CN'],
|
4893 |
+
['1732456448', '1732457471', 'CN'],
|
4894 |
+
['1732457472', '1732458495', 'CN'],
|
4895 |
+
['1732458496', '1732459519', 'CN'],
|
4896 |
+
['1732459520', '1732460543', 'CN'],
|
4897 |
+
['1732460544', '1732461567', 'CN'],
|
4898 |
+
['1732461568', '1732462591', 'CN'],
|
4899 |
+
['1732462592', '1732463615', 'CN'],
|
4900 |
+
['1732463616', '1732464639', 'CN'],
|
4901 |
+
['1732464640', '1732465663', 'CN'],
|
4902 |
+
['1732465664', '1732466687', 'CN'],
|
4903 |
+
['1732466688', '1732467711', 'CN'],
|
4904 |
+
['1732467712', '1732468735', 'CN'],
|
4905 |
+
['1732468736', '1732469759', 'CN'],
|
4906 |
+
['1732469760', '1732470783', 'CN'],
|
4907 |
+
['1732470784', '1732471807', 'CN'],
|
4908 |
+
['1732471808', '1732472831', 'CN'],
|
4909 |
+
['1732472832', '1732473855', 'CN'],
|
4910 |
+
['1732473856', '1732474879', 'CN'],
|
4911 |
+
['1732474880', '1732475903', 'CN'],
|
4912 |
+
['1732475904', '1732476927', 'CN'],
|
4913 |
+
['1732476928', '1732477951', 'CN'],
|
4914 |
+
['1732477952', '1732478975', 'CN'],
|
4915 |
+
['1732478976', '1732479999', 'CN'],
|
4916 |
+
['1732480000', '1732481023', 'CN'],
|
4917 |
+
['1732481024', '1732482047', 'CN'],
|
4918 |
+
['1732482048', '1732483071', 'CN'],
|
4919 |
+
['1732483072', '1732483583', 'IN'],
|
4920 |
+
['1732483584', '1732483839', 'IN'],
|
4921 |
+
['1732483840', '1732484095', 'AU'],
|
4922 |
+
['1732484096', '1732485119', 'BD'],
|
4923 |
+
['1732485120', '1732486143', 'IN'],
|
4924 |
+
['1732486144', '1732486399', 'AU'],
|
4925 |
+
['1732486400', '1732486655', 'PH'],
|
4926 |
+
['1732486656', '1732486911', 'SG'],
|
4927 |
+
['1732486912', '1732487167', 'AU'],
|
4928 |
+
['1732487168', '1732488191', 'SG'],
|
4929 |
+
['1732488192', '1732489215', 'CN'],
|
4930 |
+
['1732489216', '1732489471', 'ID'],
|
4931 |
+
['1732489472', '1732489727', 'AU'],
|
4932 |
+
['1732489728', '1732490239', 'IN'],
|
4933 |
+
['1732490240', '1732491263', 'IN'],
|
4934 |
+
['1732491264', '1732491775', 'IN'],
|
4935 |
+
['1732491776', '1732492287', 'IN'],
|
4936 |
+
['1732492288', '1732493311', 'IN'],
|
4937 |
+
['1732493312', '1732494335', 'CN'],
|
4938 |
+
['1732494336', '1732495359', 'BD'],
|
4939 |
+
['1732495360', '1732496383', 'US'],
|
4940 |
+
['1732496384', '1732497407', 'TW'],
|
4941 |
+
['1732497408', '1732498431', 'KH'],
|
4942 |
+
['1732498432', '1732499455', 'CN'],
|
4943 |
+
['1732499456', '1732499711', 'ID'],
|
4944 |
+
['1732499712', '1732499967', 'IN'],
|
4945 |
+
['1732499968', '1732500479', 'ID'],
|
4946 |
+
['1732500480', '1732501503', 'JP'],
|
4947 |
+
['1732501504', '1732502527', 'HK'],
|
4948 |
+
['1732502528', '1732503551', 'PH'],
|
4949 |
+
['1732503552', '1732504063', 'IN'],
|
4950 |
+
['1732504064', '1732504575', 'PH'],
|
4951 |
+
['1732504576', '1732505599', 'IN'],
|
4952 |
+
['1732505600', '1732506623', 'ID'],
|
4953 |
+
['1732506624', '1732507647', 'IN'],
|
4954 |
+
['1732507648', '1732507903', 'PH'],
|
4955 |
+
['1732507904', '1732508159', 'AU'],
|
4956 |
+
['1732508160', '1732508415', 'AU'],
|
4957 |
+
['1732508416', '1732508671', 'AU'],
|
4958 |
+
['1732508672', '1732509695', 'CN'],
|
4959 |
+
['1732509696', '1732510719', 'ID'],
|
4960 |
+
['1732510720', '1732511743', 'BD'],
|
4961 |
+
['1732511744', '1732512767', 'IN'],
|
4962 |
+
['1732512768', '1732513791', 'JP'],
|
4963 |
+
['1732513792', '1732514815', 'IN'],
|
4964 |
+
['1732514816', '1732515839', 'IN'],
|
4965 |
+
['1732515840', '1732516095', 'IN'],
|
4966 |
+
['1732516096', '1732516351', 'IN'],
|
4967 |
+
['1732516352', '1732516607', 'IN'],
|
4968 |
+
['1732516608', '1732516863', 'IN'],
|
4969 |
+
['1732516864', '1732517887', 'IN'],
|
4970 |
+
['1732517888', '1732518911', 'IN'],
|
4971 |
+
['1732518912', '1732519935', 'IN'],
|
4972 |
+
['1732519936', '1732520959', 'IN'],
|
4973 |
+
['1732520960', '1732521983', 'IN'],
|
4974 |
+
['1732521984', '1732523007', 'IN'],
|
4975 |
+
['1732523008', '1732524031', 'IN'],
|
4976 |
+
['1732524032', '1732524543', 'IN'],
|
4977 |
+
['1732524544', '1732525055', 'NZ'],
|
4978 |
+
['1732525056', '1732526079', 'HK'],
|
4979 |
+
['1732526080', '1732527103', 'CN'],
|
4980 |
+
['1732527104', '1732528127', 'VN'],
|
4981 |
+
['1732528128', '1732529151', 'VN'],
|
4982 |
+
['1732529152', '1732530175', 'VN'],
|
4983 |
+
['1732530176', '1732531199', 'VN'],
|
4984 |
+
['1732531200', '1732532223', 'IN'],
|
4985 |
+
['1732532224', '1732533247', 'CN'],
|
4986 |
+
['1732533248', '1732533503', 'AU'],
|
4987 |
+
['1732533504', '1732533759', 'AU'],
|
4988 |
+
['1732533760', '1732534015', 'SG'],
|
4989 |
+
['1732534016', '1732534271', 'IN'],
|
4990 |
+
['1732534272', '1732535295', 'KR'],
|
4991 |
+
['1732535296', '1732536319', 'CN'],
|
4992 |
+
['1732536320', '1732536575', 'BD'],
|
4993 |
+
['1732536576', '1732536831', 'IN'],
|
4994 |
+
['1732536832', '1732537087', 'AU'],
|
4995 |
+
['1732537088', '1732537343', 'MN'],
|
4996 |
+
['1732537344', '1732538367', 'BZ'],
|
4997 |
+
['1732538368', '1732539391', 'IN'],
|
4998 |
+
['1732539392', '1732540415', 'BD'],
|
4999 |
+
['1732540416', '1732541439', 'US'],
|
5000 |
+
['1732541440', '1732541695', 'AU'],
|
5001 |
+
['1732541696', '1732541951', 'SG'],
|
5002 |
+
['1732541952', '1732542463', 'SG'],
|
5003 |
+
['1732542464', '1732543487', 'CN'],
|
5004 |
+
['1732543488', '1732544511', 'SG'],
|
5005 |
+
['1732544512', '1732545023', 'ID'],
|
5006 |
+
['1732545024', '1732545279', 'TW'],
|
5007 |
+
['1732545280', '1732545535', 'MM'],
|
5008 |
+
['1732545536', '1732546559', 'AU'],
|
5009 |
+
['1732546560', '1732547583', 'JP'],
|
5010 |
+
['1732547584', '1732548607', 'KR'],
|
5011 |
+
['1732548608', '1732549631', 'KR'],
|
5012 |
+
['1732549632', '1732550655', 'PH'],
|
5013 |
+
['1732550656', '1732551679', 'AU'],
|
5014 |
+
['1732551680', '1732552703', 'SG'],
|
5015 |
+
['1732552704', '1732553727', 'HK'],
|
5016 |
+
['1732553728', '1732554751', 'HK'],
|
5017 |
+
['1732554752', '1732555007', 'IN'],
|
5018 |
+
['1732555008', '1732555263', 'IN'],
|
5019 |
+
['1732555264', '1732555519', 'AU'],
|
5020 |
+
['1732555520', '1732555775', 'AU'],
|
5021 |
+
['1732555776', '1732556799', 'HK'],
|
5022 |
+
['1732556800', '1732557823', 'IN'],
|
5023 |
+
['1732557824', '1732558847', 'AU'],
|
5024 |
+
['1732558848', '1732559871', 'CN'],
|
5025 |
+
['1732559872', '1732560127', 'IN'],
|
5026 |
+
['1732560128', '1732560383', 'NZ'],
|
5027 |
+
['1732560384', '1732560639', 'NZ'],
|
5028 |
+
['1732560640', '1732560895', 'IN'],
|
5029 |
+
['1732560896', '1732561919', 'SG'],
|
5030 |
+
['1732561920', '1732562175', 'AU'],
|
5031 |
+
['1732562176', '1732562431', 'AU'],
|
5032 |
+
['1732562432', '1732562943', 'IN'],
|
5033 |
+
['1732562944', '1732563967', 'AU'],
|
5034 |
+
['1732563968', '1732564991', 'NZ'],
|
5035 |
+
['1732564992', '1732566015', 'IN'],
|
5036 |
+
['1732566016', '1732566527', 'IN'],
|
5037 |
+
['1732566528', '1732566783', 'AU'],
|
5038 |
+
['1732566784', '1732567039', 'MY'],
|
5039 |
+
['1732567040', '1732568063', 'MM'],
|
5040 |
+
['1732568064', '1732569087', 'NZ'],
|
5041 |
+
['1732569088', '1732570111', 'HK'],
|
5042 |
+
['1732570112', '1732571135', 'KH'],
|
5043 |
+
['1732571136', '1732572159', 'VN'],
|
5044 |
+
['1732572160', '1732573183', 'VN'],
|
5045 |
+
['1732573184', '1732574207', 'VN'],
|
5046 |
+
['1732574208', '1732575231', 'VN'],
|
5047 |
+
['1732575232', '1732575743', 'AU'],
|
5048 |
+
['1732575744', '1732576255', 'IN'],
|
5049 |
+
['1732576256', '1732577279', 'IN'],
|
5050 |
+
['1732577280', '1732578303', 'IN'],
|
5051 |
+
['1732578304', '1732579327', 'IN'],
|
5052 |
+
['1732579328', '1732580351', 'CN'],
|
5053 |
+
['1732580352', '1732581375', 'IN'],
|
5054 |
+
['1732581376', '1732582399', 'IN'],
|
5055 |
+
['1732582400', '1732582911', 'IN'],
|
5056 |
+
['1732582912', '1732583167', 'IN'],
|
5057 |
+
['1732583168', '1732583423', 'AU'],
|
5058 |
+
['1732583424', '1732584447', 'IN'],
|
5059 |
+
['1732584448', '1732585471', 'IN'],
|
5060 |
+
['1732585472', '1732586495', 'IN'],
|
5061 |
+
['1732586496', '1732587519', 'IN'],
|
5062 |
+
['1732587520', '1732588543', 'IN'],
|
5063 |
+
['1732588544', '1732589567', 'IN'],
|
5064 |
+
['1732589568', '1732590591', 'IN'],
|
5065 |
+
['1732590592', '1732591615', 'GB'],
|
5066 |
+
['1732591616', '1732592639', 'SG'],
|
5067 |
+
['1732592640', '1732593663', 'KH'],
|
5068 |
+
['1732593664', '1732594687', 'AU'],
|
5069 |
+
['1732594688', '1732595711', 'IN'],
|
5070 |
+
['1732595712', '1732596735', 'IN'],
|
5071 |
+
['1732596736', '1732597759', 'IN'],
|
5072 |
+
['1732597760', '1732598783', 'IN'],
|
5073 |
+
['1732598784', '1732599807', 'IN'],
|
5074 |
+
['1732599808', '1732600831', 'IN'],
|
5075 |
+
['1732600832', '1732601855', 'IN'],
|
5076 |
+
['1732601856', '1732602879', 'IN'],
|
5077 |
+
['1732602880', '1732603135', 'PH'],
|
5078 |
+
['1732603136', '1732603391', 'IN'],
|
5079 |
+
['1732603392', '1732603903', 'PK'],
|
5080 |
+
['1732603904', '1732604927', 'IN'],
|
5081 |
+
['1732604928', '1732605951', 'CN'],
|
5082 |
+
['1732605952', '1732606975', 'HK'],
|
5083 |
+
['1732606976', '1732607999', 'NP'],
|
5084 |
+
['1732608000', '1732608511', 'HK'],
|
5085 |
+
['1732608512', '1732609023', 'SG'],
|
5086 |
+
['1732609024', '1732610047', 'CN'],
|
5087 |
+
['1732610048', '1732611071', 'HK'],
|
5088 |
+
['1732611072', '1732612095', 'SG'],
|
5089 |
+
['1732612096', '1732613119', 'IN'],
|
5090 |
+
['1732613120', '1732614143', 'BD'],
|
5091 |
+
['1732614144', '1732615167', 'CN'],
|
5092 |
+
['1732615168', '1732616191', 'BD'],
|
5093 |
+
['1732616192', '1732617215', 'VG'],
|
5094 |
+
['1732617216', '1732618239', 'AU'],
|
5095 |
+
['1732618240', '1732619263', 'IN'],
|
5096 |
+
['1732619264', '1732620287', 'MY'],
|
5097 |
+
['1732620288', '1732621311', 'ID'],
|
5098 |
+
['1732621312', '1732622335', 'IN'],
|
5099 |
+
['1732622336', '1732623359', 'IN'],
|
5100 |
+
['1732623360', '1732624383', 'VN'],
|
5101 |
+
['1732624384', '1732625407', 'VN'],
|
5102 |
+
['1732625408', '1732625663', 'IN'],
|
5103 |
+
['1732625664', '1732625919', 'ID'],
|
5104 |
+
['1732625920', '1732626175', 'AU'],
|
5105 |
+
['1732626176', '1732626431', 'PH'],
|
5106 |
+
['1732626432', '1732627455', 'IN'],
|
5107 |
+
['1732627456', '1732628479', 'GB'],
|
5108 |
+
['1732628480', '1732629503', 'MY'],
|
5109 |
+
['1732629504', '1732630527', 'CN'],
|
5110 |
+
['1732630528', '1732631551', 'IN'],
|
5111 |
+
['1732631552', '1732632575', 'IN'],
|
5112 |
+
['1732632576', '1732633599', 'IN'],
|
5113 |
+
['1732633600', '1732634623', 'NZ'],
|
5114 |
+
['1732634624', '1732634879', 'ID'],
|
5115 |
+
['1732634880', '1732635135', 'AU'],
|
5116 |
+
['1732635136', '1732635647', 'NZ'],
|
5117 |
+
['1732635648', '1732636671', 'IN'],
|
5118 |
+
['1732636672', '1732637695', 'IN'],
|
5119 |
+
['1732637696', '1732638719', 'IN'],
|
5120 |
+
['1732638720', '1732639743', 'MM'],
|
5121 |
+
['1732639744', '1732639999', 'AU'],
|
5122 |
+
['1732640000', '1732640255', 'AU'],
|
5123 |
+
['1732640256', '1732640511', 'PH'],
|
5124 |
+
['1732640512', '1732640767', 'AU'],
|
5125 |
+
['1732640768', '1732641791', 'HK'],
|
5126 |
+
['1732641792', '1732642815', 'TH'],
|
5127 |
+
['1732642816', '1732643839', 'CN'],
|
5128 |
+
['1732643840', '1732644863', 'BD'],
|
5129 |
+
['1732644864', '1732645887', 'ID'],
|
5130 |
+
['1732645888', '1732646911', 'SG'],
|
5131 |
+
['1732646912', '1732647935', 'NZ'],
|
5132 |
+
['1732647936', '1732648959', 'VN'],
|
5133 |
+
['1732648960', '1732649983', 'IN'],
|
5134 |
+
['1732649984', '1732650495', 'IN'],
|
5135 |
+
['1732650496', '1732651007', 'IN'],
|
5136 |
+
['1732651008', '1732652031', 'IN'],
|
5137 |
+
['1732652032', '1732653055', 'IN'],
|
5138 |
+
['1732653056', '1732654079', 'US'],
|
5139 |
+
['1732654080', '1732655103', 'TW'],
|
5140 |
+
['1732655104', '1732655359', 'AU'],
|
5141 |
+
['1732655360', '1732655615', 'AU'],
|
5142 |
+
['1732655616', '1732655871', 'IN'],
|
5143 |
+
['1732655872', '1732656127', 'HK'],
|
5144 |
+
['1732656128', '1732657151', 'IN'],
|
5145 |
+
['1732657152', '1732658175', 'AU'],
|
5146 |
+
['1732658176', '1732658431', 'ID'],
|
5147 |
+
['1732658432', '1732658687', 'IN'],
|
5148 |
+
['1732658688', '1732659199', 'AU'],
|
5149 |
+
['1732659200', '1732660223', 'AU'],
|
5150 |
+
['1732660224', '1732660735', 'HK'],
|
5151 |
+
['1732660736', '1732660991', 'IN'],
|
5152 |
+
['1732660992', '1732661247', 'ID'],
|
5153 |
+
['1732661248', '1732662271', 'IN'],
|
5154 |
+
['1732662272', '1732663295', 'PK'],
|
5155 |
+
['1732663296', '1732663807', 'NZ'],
|
5156 |
+
['1732663808', '1732664319', 'IN'],
|
5157 |
+
['1732664320', '1732665343', 'IN'],
|
5158 |
+
['1732665344', '1732666367', 'IN'],
|
5159 |
+
['1732666368', '1732667391', 'IN'],
|
5160 |
+
['1732667392', '1732668415', 'IN'],
|
5161 |
+
['1732668416', '1732669439', 'IN'],
|
5162 |
+
['1732669440', '1732670463', 'IN'],
|
5163 |
+
['1732670464', '1732671487', 'IN'],
|
5164 |
+
['1732671488', '1732672511', 'IN'],
|
5165 |
+
['1732672512', '1732673535', 'IN'],
|
5166 |
+
['1732673536', '1732674559', 'IN'],
|
5167 |
+
['1732674560', '1732675583', 'IN'],
|
5168 |
+
['1732675584', '1732676095', 'PK'],
|
5169 |
+
['1732676096', '1732676351', 'NZ'],
|
5170 |
+
['1732676352', '1732676607', 'IN'],
|
5171 |
+
['1732676608', '1732677631', 'BD'],
|
5172 |
+
['1732677632', '1732678655', 'IN'],
|
5173 |
+
['1732678656', '1732679679', 'CN'],
|
5174 |
+
['1732679680', '1732680703', 'IN'],
|
5175 |
+
['1732680704', '1732681727', 'IN'],
|
5176 |
+
['1732681728', '1732682751', 'IN'],
|
5177 |
+
['1732682752', '1732683775', 'IN'],
|
5178 |
+
['1732683776', '1732684287', 'IN'],
|
5179 |
+
['1732684288', '1732684799', 'BD'],
|
5180 |
+
['1732684800', '1732685823', 'AU'],
|
5181 |
+
['1732685824', '1732686847', 'AU'],
|
5182 |
+
['1732686848', '1732687871', 'HK'],
|
5183 |
+
['1732687872', '1732688895', 'CN'],
|
5184 |
+
['1732688896', '1732689919', 'IN'],
|
5185 |
+
['1732689920', '1732690943', 'AU'],
|
5186 |
+
['1732690944', '1732691967', 'IN'],
|
5187 |
+
['1732691968', '1732692991', 'IN'],
|
5188 |
+
['1732692992', '1732694015', 'IN'],
|
5189 |
+
['1732694016', '1732695039', 'IN'],
|
5190 |
+
['1732695040', '1732696063', 'HK'],
|
5191 |
+
['1732696064', '1732697087', 'MM'],
|
5192 |
+
['1732697088', '1732698111', 'CN'],
|
5193 |
+
['1732698112', '1732699135', 'CN'],
|
5194 |
+
['1732699136', '1732700159', 'BD'],
|
5195 |
+
['1732700160', '1732701183', 'AU'],
|
5196 |
+
['1732701184', '1732702207', 'CN'],
|
5197 |
+
['1732702208', '1732703231', 'JP'],
|
5198 |
+
['1732703232', '1732704255', 'TH'],
|
5199 |
+
['1732704256', '1732704511', 'IN'],
|
5200 |
+
['1732704512', '1732704767', 'MM'],
|
5201 |
+
['1732704768', '1732705279', 'PK'],
|
5202 |
+
['1732705280', '1732706303', 'CN'],
|
5203 |
+
['1732706304', '1732707327', 'CN'],
|
5204 |
+
['1732707328', '1732708351', 'AU'],
|
5205 |
+
['1732708352', '1732709375', 'ID'],
|
5206 |
+
['1732709376', '1732710399', 'HK'],
|
5207 |
+
['1732710400', '1732711423', 'IN'],
|
5208 |
+
['1732711424', '1732712447', 'IN'],
|
5209 |
+
['1732712448', '1732712703', 'HK'],
|
5210 |
+
['1732712704', '1732712959', 'AF'],
|
5211 |
+
['1732712960', '1732713215', 'US'],
|
5212 |
+
['1732713216', '1732713471', 'AU'],
|
5213 |
+
['1732713472', '1732714495', 'HK'],
|
5214 |
+
['1732714496', '1732715519', 'CN'],
|
5215 |
+
['1732715520', '1732716543', 'JP'],
|
5216 |
+
['1732716544', '1732717567', 'BD'],
|
5217 |
+
['1732717568', '1732718079', 'ID'],
|
5218 |
+
['1732718080', '1732718591', 'BD'],
|
5219 |
+
['1732718592', '1732719615', 'CN'],
|
5220 |
+
['1732719616', '1732720639', 'IN'],
|
5221 |
+
['1732720640', '1732720895', 'AP'],
|
5222 |
+
['1732720896', '1732721151', 'MV'],
|
5223 |
+
['1732721152', '1732721407', 'MY'],
|
5224 |
+
['1732721408', '1732721663', 'AF'],
|
5225 |
+
['1732721664', '1732722687', 'IN'],
|
5226 |
+
['1732722688', '1732723711', 'IN'],
|
5227 |
+
['1732723712', '1732724735', 'CN'],
|
5228 |
+
['1732724736', '1732725759', 'CN'],
|
5229 |
+
['1732725760', '1732726783', 'IN'],
|
5230 |
+
['1732726784', '1732727807', 'CN'],
|
5231 |
+
['1732727808', '1732728831', 'CN'],
|
5232 |
+
['1732728832', '1732729855', 'CN'],
|
5233 |
+
['1732729856', '1732730879', 'PH'],
|
5234 |
+
['1732730880', '1732731391', 'IN'],
|
5235 |
+
['1732731392', '1732731647', 'IN'],
|
5236 |
+
['1732731648', '1732731903', 'IN'],
|
5237 |
+
['1732731904', '1732732927', 'IN'],
|
5238 |
+
['1732732928', '1732733951', 'IN'],
|
5239 |
+
['1732733952', '1732734975', 'IN'],
|
5240 |
+
['1732734976', '1732735999', 'IN'],
|
5241 |
+
['1732736000', '1732737023', 'IN'],
|
5242 |
+
['1732737024', '1732738047', 'CN'],
|
5243 |
+
['1732738048', '1732739071', 'CN'],
|
5244 |
+
['1732739072', '1732740095', 'CN'],
|
5245 |
+
['1732740096', '1732741119', 'SG'],
|
5246 |
+
['1732741120', '1732742143', 'HK'],
|
5247 |
+
['1732742144', '1732743167', 'TW'],
|
5248 |
+
['1732743168', '1732744191', 'CN'],
|
5249 |
+
['1732744192', '1732745215', 'HK'],
|
5250 |
+
['1732745216', '1732746239', 'HK'],
|
5251 |
+
['1732746240', '1732747263', 'JP'],
|
5252 |
+
['1732747264', '1732748287', 'ID'],
|
5253 |
+
['1732748288', '1732749311', 'IN'],
|
5254 |
+
['1732749312', '1732750335', 'IN'],
|
5255 |
+
['1732750336', '1732751359', 'IN'],
|
5256 |
+
['1732751360', '1732752383', 'HK'],
|
5257 |
+
['1732752384', '1732753407', 'VN'],
|
5258 |
+
['1732753408', '1732754431', 'VN'],
|
5259 |
+
['1732754432', '1732754687', 'AU'],
|
5260 |
+
['1732754688', '1732754943', 'IN'],
|
5261 |
+
['1732754944', '1732755455', 'ID'],
|
5262 |
+
['1732755456', '1732756479', 'IN'],
|
5263 |
+
['1732756480', '1732757503', 'CN'],
|
5264 |
+
['1732757504', '1732758527', 'CN'],
|
5265 |
+
['1732758528', '1732758783', 'FJ'],
|
5266 |
+
['1732758784', '1732759039', 'IN'],
|
5267 |
+
['1732759040', '1732759551', 'AU'],
|
5268 |
+
['1732759552', '1732760575', 'IN'],
|
5269 |
+
['1732760576', '1732761599', 'IN'],
|
5270 |
+
['1732761600', '1732762623', 'IN'],
|
5271 |
+
['1732762624', '1732763647', 'NZ'],
|
5272 |
+
['1732763648', '1732764671', 'ID'],
|
5273 |
+
['1732764672', '1732765695', 'HK'],
|
5274 |
+
['1732765696', '1732766719', 'CN'],
|
5275 |
+
['1732766720', '1732767743', 'HK'],
|
5276 |
+
['1732767744', '1732768255', 'ID'],
|
5277 |
+
['1732768256', '1732768767', 'NP'],
|
5278 |
+
['1732768768', '1732769791', 'SG'],
|
5279 |
+
['1732769792', '1732770815', 'MM'],
|
5280 |
+
['1732770816', '1732771327', 'HK'],
|
5281 |
+
['1732771328', '1732771583', 'MY'],
|
5282 |
+
['1732771584', '1732771839', 'ID'],
|
5283 |
+
['1732771840', '1732772863', 'PK'],
|
5284 |
+
['1732772864', '1732773375', 'MY'],
|
5285 |
+
['1732773376', '1732773887', 'IN'],
|
5286 |
+
['1732773888', '1732774911', 'IN'],
|
5287 |
+
['1732774912', '1732775935', 'CN'],
|
5288 |
+
['1732775936', '1732776959', 'CN'],
|
5289 |
+
['1732776960', '1732777983', 'CN'],
|
5290 |
+
['1732777984', '1732779007', 'CN'],
|
5291 |
+
['1732779008', '1732780031', 'CN'],
|
5292 |
+
['1732780032', '1732781055', 'CN'],
|
5293 |
+
['1732781056', '1732782079', 'CN'],
|
5294 |
+
['1732782080', '1732783103', 'CN'],
|
5295 |
+
['1732783104', '1732784127', 'CN'],
|
5296 |
+
['1732784128', '1732785151', 'CN'],
|
5297 |
+
['1732785152', '1732786175', 'CN'],
|
5298 |
+
['1732786176', '1732787199', 'IN'],
|
5299 |
+
['1732787200', '1732788223', 'IN'],
|
5300 |
+
['1732788224', '1732789247', 'IN'],
|
5301 |
+
['1732789248', '1732790271', 'IN'],
|
5302 |
+
['1732790272', '1732791295', 'IN'],
|
5303 |
+
['1732791296', '1732792319', 'BD'],
|
5304 |
+
['1732792320', '1732793343', 'US'],
|
5305 |
+
['1732793344', '1732794367', 'PK'],
|
5306 |
+
['1732794368', '1732794623', 'AU'],
|
5307 |
+
['1732794624', '1732794879', 'HK'],
|
5308 |
+
['1732794880', '1732795391', 'VU'],
|
5309 |
+
['1732795392', '1732796415', 'MY'],
|
5310 |
+
['1732796416', '1732797439', 'VN'],
|
5311 |
+
['1732797440', '1732798463', 'IN'],
|
5312 |
+
['1732798464', '1732799487', 'IN'],
|
5313 |
+
['1732799488', '1732799743', 'AU'],
|
5314 |
+
['1732799744', '1732799999', 'BD'],
|
5315 |
+
['1732800000', '1732800511', 'ID'],
|
5316 |
+
['1732800512', '1732801535', 'CN'],
|
5317 |
+
['1732801536', '1732802559', 'CN'],
|
5318 |
+
['1732802560', '1732803583', 'CN'],
|
5319 |
+
['1732803584', '1732804607', 'CN'],
|
5320 |
+
['1732804608', '1732805631', 'CN'],
|
5321 |
+
['1732805632', '1732806655', 'CN'],
|
5322 |
+
['1732806656', '1732807679', 'IN'],
|
5323 |
+
['1732807680', '1732808703', 'IN'],
|
5324 |
+
['1732808704', '1732809727', 'CN'],
|
5325 |
+
['1732809728', '1732810751', 'CN'],
|
5326 |
+
['1732810752', '1732811775', 'HK'],
|
5327 |
+
['1732811776', '1732812799', 'IN'],
|
5328 |
+
['1732812800', '1732813311', 'HK'],
|
5329 |
+
['1732813312', '1732813823', 'MY'],
|
5330 |
+
['1732813824', '1732814847', 'CN'],
|
5331 |
+
['1732814848', '1732815871', 'IN'],
|
5332 |
+
['1732815872', '1732816895', 'CN'],
|
5333 |
+
['1732816896', '1732817919', 'IN'],
|
5334 |
+
['1732817920', '1732818943', 'CN'],
|
5335 |
+
['1732818944', '1732819967', 'AU'],
|
5336 |
+
['1732819968', '1732820991', 'PH'],
|
5337 |
+
['1732820992', '1732821247', 'SG'],
|
5338 |
+
['1732821248', '1732821503', 'IN'],
|
5339 |
+
['1732821504', '1732822015', 'IN'],
|
5340 |
+
['1732822016', '1732823039', 'IN'],
|
5341 |
+
['1732823040', '1732823295', 'AU'],
|
5342 |
+
['1732823296', '1732823551', 'AU'],
|
5343 |
+
['1732823552', '1732824063', 'AU'],
|
5344 |
+
['1732824064', '1732825087', 'IN'],
|
5345 |
+
['1732825088', '1732825599', 'NZ'],
|
5346 |
+
['1732825600', '1732825855', 'AU'],
|
5347 |
+
['1732825856', '1732826111', 'AU'],
|
5348 |
+
['1732826112', '1732827135', 'IN'],
|
5349 |
+
['1732827136', '1732828159', 'IN'],
|
5350 |
+
['1732828160', '1732829183', 'IN'],
|
5351 |
+
['1732829184', '1732830207', 'CN'],
|
5352 |
+
['1732830208', '1732831231', 'CN'],
|
5353 |
+
['1732831232', '1732832255', 'CN'],
|
5354 |
+
['1732832256', '1732833279', 'CN'],
|
5355 |
+
['1732833280', '1732834303', 'CN'],
|
5356 |
+
['1732834304', '1732835327', 'CN'],
|
5357 |
+
['1732835328', '1732836351', 'CN'],
|
5358 |
+
['1732836352', '1732837375', 'CN'],
|
5359 |
+
['1732837376', '1732838399', 'CN'],
|
5360 |
+
['1732838400', '1732839423', 'CN'],
|
5361 |
+
['1732839424', '1732840447', 'CN'],
|
5362 |
+
['1732840448', '1732841471', 'CN'],
|
5363 |
+
['1732841472', '1732842495', 'CN'],
|
5364 |
+
['1732842496', '1732843519', 'CN'],
|
5365 |
+
['1732843520', '1732844543', 'CN'],
|
5366 |
+
['1732844544', '1732845567', 'CN'],
|
5367 |
+
['1732845568', '1732846591', 'IN'],
|
5368 |
+
['1732846592', '1732847615', 'BD'],
|
5369 |
+
['1732847616', '1732848639', 'AU'],
|
5370 |
+
['1732848640', '1732849663', 'BD'],
|
5371 |
+
['1732849664', '1732850687', 'CN'],
|
5372 |
+
['1732850688', '1732851711', 'BD'],
|
5373 |
+
['1732851712', '1732851967', 'BD'],
|
5374 |
+
['1732851968', '1732852223', 'AU'],
|
5375 |
+
['1732852224', '1732852479', 'PH'],
|
5376 |
+
['1732852480', '1732852735', 'AU'],
|
5377 |
+
['1732852736', '1732853759', 'ID'],
|
5378 |
+
['1732853760', '1732854783', 'US'],
|
5379 |
+
['1732854784', '1732855807', 'PH'],
|
5380 |
+
['1732855808', '1732856831', 'ID'],
|
5381 |
+
['1732856832', '1732857855', 'ID'],
|
5382 |
+
['1732857856', '1732858367', 'KI'],
|
5383 |
+
['1732858368', '1732858623', 'AU'],
|
5384 |
+
['1732858624', '1732858879', 'AU'],
|
5385 |
+
['1732858880', '1732859391', 'AU'],
|
5386 |
+
['1732859392', '1732859903', 'AU'],
|
5387 |
+
['1732859904', '1732860927', 'CN'],
|
5388 |
+
['1732860928', '1732861951', 'IN'],
|
5389 |
+
['1732861952', '1732862975', 'CN'],
|
5390 |
+
['1732862976', '1732863999', 'PK'],
|
5391 |
+
['1732864000', '1732865023', 'BD'],
|
5392 |
+
['1732865024', '1732866047', 'AU'],
|
5393 |
+
['1732866048', '1732866559', 'AU'],
|
5394 |
+
['1732866560', '1732866815', 'AU'],
|
5395 |
+
['1732866816', '1732867071', 'AU'],
|
5396 |
+
['1732867072', '1732868095', 'CN'],
|
5397 |
+
['1732868096', '1732869119', 'CN'],
|
5398 |
+
['1732869120', '1732869375', 'AU'],
|
5399 |
+
['1732869376', '1732869631', 'ID'],
|
5400 |
+
['1732869632', '1732869887', 'AU'],
|
5401 |
+
['1732869888', '1732870143', 'IN'],
|
5402 |
+
['1732870144', '1732871167', 'CN'],
|
5403 |
+
['1732871168', '1732872191', 'CN'],
|
5404 |
+
['1732872192', '1732873215', 'CN'],
|
5405 |
+
['1732873216', '1732874239', 'CN'],
|
5406 |
+
['1732874240', '1732875263', 'CN'],
|
5407 |
+
['1732875264', '1732876287', 'IN'],
|
5408 |
+
['1732876288', '1732877311', 'IN'],
|
5409 |
+
['1732877312', '1732877823', 'IN'],
|
5410 |
+
['1732877824', '1732878335', 'IN'],
|
5411 |
+
['1732878336', '1732879359', 'HK'],
|
5412 |
+
['1732879360', '1732880383', 'KH'],
|
5413 |
+
['1732880384', '1732881407', 'CN'],
|
5414 |
+
['1732881408', '1732882431', 'IN'],
|
5415 |
+
['1732882432', '1732883455', 'CN'],
|
5416 |
+
['1732883456', '1732884479', 'IN'],
|
5417 |
+
['1732885504', '1732886527', 'IN'],
|
5418 |
+
['1732886528', '1732887039', 'IN'],
|
5419 |
+
['1732887040', '1732887551', 'HK'],
|
5420 |
+
['1732887552', '1732888575', 'BD'],
|
5421 |
+
['1732888576', '1732889599', 'AU'],
|
5422 |
+
['1732889600', '1732890623', 'CN'],
|
5423 |
+
['1732890624', '1732891647', 'CN'],
|
5424 |
+
['1732891648', '1732892671', 'IN'],
|
5425 |
+
['1732892672', '1732893695', 'IN'],
|
5426 |
+
['1732893696', '1732894719', 'IN'],
|
5427 |
+
['1732894720', '1732895743', 'BD'],
|
5428 |
+
['1732895744', '1732896767', 'NZ'],
|
5429 |
+
['1732896768', '1732897279', 'SG'],
|
5430 |
+
['1732897280', '1732897535', 'PK'],
|
5431 |
+
['1732897536', '1732897791', 'ID'],
|
5432 |
+
['1732897792', '1732898815', 'MM'],
|
5433 |
+
['1732898816', '1732899839', 'CN'],
|
5434 |
+
['1732899840', '1732900863', 'CN'],
|
5435 |
+
['1732900864', '1732901887', 'CN'],
|
5436 |
+
['1732901888', '1732902911', 'GB'],
|
5437 |
+
['1732902912', '1732903935', 'KR'],
|
5438 |
+
['1732903936', '1732904191', 'IN'],
|
5439 |
+
['1732904192', '1732904447', 'AU'],
|
5440 |
+
['1732904448', '1732904959', 'ID'],
|
5441 |
+
['1732904960', '1732905983', 'IN'],
|
5442 |
+
['1732905984', '1732906495', 'ID'],
|
5443 |
+
['1732906496', '1732907007', 'NP'],
|
5444 |
+
['1732907008', '1732908031', 'IN'],
|
5445 |
+
['1732908032', '1732909055', 'PK'],
|
5446 |
+
['1732909056', '1732910079', 'CN'],
|
5447 |
+
['1732910080', '1732911103', 'CN'],
|
5448 |
+
['1732911104', '1732912127', 'CN'],
|
5449 |
+
['1732912128', '1732913151', 'CN'],
|
5450 |
+
['1732913152', '1732914175', 'CN'],
|
5451 |
+
['1732914176', '1732915199', 'CN'],
|
5452 |
+
['1732915200', '1732916223', 'CN'],
|
5453 |
+
['1732916224', '1732916735', 'HK'],
|
5454 |
+
['1732916736', '1732917247', 'IN'],
|
5455 |
+
['1732917248', '1732918271', 'CN'],
|
5456 |
+
['1732918272', '1732919295', 'CN'],
|
5457 |
+
['1732919296', '1732919551', 'IN'],
|
5458 |
+
['1732919552', '1732919807', 'IN'],
|
5459 |
+
['1732919808', '1732920319', 'AU'],
|
5460 |
+
['1732920320', '1732921343', 'IN'],
|
5461 |
+
['1732921344', '1732922367', 'IN'],
|
5462 |
+
['1732922368', '1732923391', 'NL'],
|
5463 |
+
['1732923392', '1732924415', 'CN'],
|
5464 |
+
['1732924416', '1732925439', 'BD'],
|
5465 |
+
['1732925440', '1732926463', 'IN'],
|
5466 |
+
['1732926464', '1732927487', 'IN'],
|
5467 |
+
['1732927488', '1732928511', 'IN'],
|
5468 |
+
['1732928512', '1732929535', 'VN'],
|
5469 |
+
['1732929536', '1732930559', 'VN'],
|
5470 |
+
['1732930560', '1732931583', 'IN'],
|
5471 |
+
['1732931584', '1732932607', 'VN'],
|
5472 |
+
['1732932608', '1732933631', 'VN'],
|
5473 |
+
['1732933632', '1732934655', 'VN'],
|
5474 |
+
['1732934656', '1732935679', 'CN'],
|
5475 |
+
['1732935680', '1732936703', 'HK'],
|
5476 |
+
['1732936704', '1732937727', 'BD'],
|
5477 |
+
['1732937728', '1732938751', 'IN'],
|
5478 |
+
['1732938752', '1732939263', 'IN'],
|
5479 |
+
['1732939264', '1732939519', 'AU'],
|
5480 |
+
['1732939520', '1732939775', 'ID'],
|
5481 |
+
['1732939776', '1732940799', 'IN'],
|
5482 |
+
['1732940800', '1732941823', 'CN'],
|
5483 |
+
['1732941824', '1732942847', 'CN'],
|
5484 |
+
['1732942848', '1732943871', 'CN'],
|
5485 |
+
['1732943872', '1732944895', 'JP'],
|
5486 |
+
['1732944896', '1732945151', 'ID'],
|
5487 |
+
['1732945152', '1732945407', 'ID'],
|
5488 |
+
['1732945408', '1732945919', 'ID'],
|
5489 |
+
['1732945920', '1732946175', 'AU'],
|
5490 |
+
['1732946176', '1732946431', 'IN'],
|
5491 |
+
['1732946432', '1732946687', 'ID'],
|
5492 |
+
['1732946688', '1732946943', 'AU'],
|
5493 |
+
['1732946944', '1732947967', 'HK'],
|
5494 |
+
['1732947968', '1732948991', 'BD'],
|
5495 |
+
['1732948992', '1732950015', 'IN'],
|
5496 |
+
['1732950016', '1732951039', 'AU'],
|
5497 |
+
['1732951040', '1732952063', 'AU'],
|
5498 |
+
['1732952064', '1732953087', 'HK'],
|
5499 |
+
['1732953088', '1732954111', 'IN'],
|
5500 |
+
['1732954112', '1732955135', 'NZ'],
|
5501 |
+
['1732955136', '1732956159', 'CN'],
|
5502 |
+
['1732956160', '1732957183', 'NZ'],
|
5503 |
+
['1732957184', '1732957695', 'ID'],
|
5504 |
+
['1732957696', '1732958207', 'IN'],
|
5505 |
+
['1732958208', '1732959231', 'AU'],
|
5506 |
+
['1732959232', '1732960255', 'IN'],
|
5507 |
+
['1732960256', '1732960511', 'IN'],
|
5508 |
+
['1732960512', '1732960767', 'AU'],
|
5509 |
+
['1732960768', '1732961023', 'AU'],
|
5510 |
+
['1732961024', '1732961279', 'IN'],
|
5511 |
+
['1732961280', '1732962303', 'BD'],
|
5512 |
+
['1732962304', '1732963327', 'CN'],
|
5513 |
+
['1732963328', '1732964351', 'IN'],
|
5514 |
+
['1732964352', '1732965375', 'AU'],
|
5515 |
+
['1732965376', '1732966399', 'IN'],
|
5516 |
+
['1732966400', '1732967423', 'HK'],
|
5517 |
+
['1732967424', '1732968447', 'TH'],
|
5518 |
+
['1732968448', '1732969471', 'HK'],
|
5519 |
+
['1732969472', '1732970495', 'AU'],
|
5520 |
+
['1732970496', '1732971519', 'IN'],
|
5521 |
+
['1732971520', '1732972543', 'HK'],
|
5522 |
+
['1732972544', '1732973567', 'CN'],
|
5523 |
+
['1732973568', '1732974079', 'VU'],
|
5524 |
+
['1732974080', '1732974335', 'PH'],
|
5525 |
+
['1732974336', '1732974591', 'AU'],
|
5526 |
+
['1732974592', '1732975615', 'ID'],
|
5527 |
+
['1732975616', '1732976639', 'IN'],
|
5528 |
+
['1732976640', '1732977663', 'IN'],
|
5529 |
+
['1732977664', '1732978687', 'IN'],
|
5530 |
+
['1732978688', '1732979711', 'IN'],
|
5531 |
+
['1732979712', '1732980735', 'HK'],
|
5532 |
+
['1732980736', '1732981247', 'NP'],
|
5533 |
+
['1732981248', '1732981759', 'ID'],
|
5534 |
+
['1732981760', '1732982783', 'ID'],
|
5535 |
+
['1732982784', '1732983807', 'IN'],
|
5536 |
+
['1732983808', '1732984831', 'IN'],
|
5537 |
+
['1732984832', '1732985855', 'IN'],
|
5538 |
+
['1732985856', '1732986879', 'IN'],
|
5539 |
+
['1732986880', '1732987903', 'IN'],
|
5540 |
+
['1732987904', '1732988927', 'IN'],
|
5541 |
+
['1732988928', '1732989951', 'IN'],
|
5542 |
+
['1732989952', '1732990975', 'CN'],
|
5543 |
+
['1732990976', '1732991999', 'CN'],
|
5544 |
+
['1732992000', '1732993023', 'CN'],
|
5545 |
+
['1732993024', '1732994047', 'ID'],
|
5546 |
+
['1732994048', '1732995071', 'ID'],
|
5547 |
+
['1732995072', '1732996095', 'CN'],
|
5548 |
+
['1732996096', '1732997119', 'CN'],
|
5549 |
+
['1732997120', '1732998143', 'CN'],
|
5550 |
+
['1732998144', '1732999167', 'CA'],
|
5551 |
+
['1732999168', '1733000191', 'CN'],
|
5552 |
+
['1733000192', '1733001215', 'IN'],
|
5553 |
+
['1733001216', '1733002239', 'CN'],
|
5554 |
+
['1733002240', '1733002751', 'AU'],
|
5555 |
+
['1733002752', '1733003263', 'AU'],
|
5556 |
+
['1733003264', '1733004287', 'PH'],
|
5557 |
+
['1733004288', '1733005311', 'IN'],
|
5558 |
+
['1733005312', '1733006335', 'CN'],
|
5559 |
+
['1733006336', '1733006847', 'NP'],
|
5560 |
+
['1733006848', '1733007103', 'ID'],
|
5561 |
+
['1733007104', '1733007359', 'SG'],
|
5562 |
+
['1733007360', '1733008383', 'CN'],
|
5563 |
+
['1733008384', '1733009407', 'IN'],
|
5564 |
+
['1733009408', '1733010431', 'IN'],
|
5565 |
+
['1733010432', '1733011455', 'IN'],
|
5566 |
+
['1733011456', '1733012479', 'ID'],
|
5567 |
+
['1733012480', '1733012991', 'IN'],
|
5568 |
+
['1733012992', '1733013247', 'IN'],
|
5569 |
+
['1733013248', '1733013503', 'SG'],
|
5570 |
+
['1733013504', '1733014527', 'VN'],
|
5571 |
+
['1733014528', '1733015551', 'VN'],
|
5572 |
+
['1733015552', '1733016575', 'VN'],
|
5573 |
+
['1733016576', '1733017599', 'MY'],
|
5574 |
+
['1733017600', '1733018623', 'IN'],
|
5575 |
+
['1733018624', '1733019647', 'IN'],
|
5576 |
+
['1733019648', '1733020159', 'TH'],
|
5577 |
+
['1733020160', '1733020415', 'AU'],
|
5578 |
+
['1733020416', '1733020671', 'AU'],
|
5579 |
+
['1733020672', '1733021695', 'AU'],
|
5580 |
+
['1733021696', '1733022719', 'ID'],
|
5581 |
+
['1733022720', '1733023743', 'JP'],
|
5582 |
+
['1733023744', '1733024767', 'SG'],
|
5583 |
+
['1733024768', '1733025791', 'BD'],
|
5584 |
+
['1733025792', '1733026815', 'IN'],
|
5585 |
+
['1733026816', '1733027839', 'MY'],
|
5586 |
+
['1733027840', '1733028863', 'ID'],
|
5587 |
+
['1733028864', '1733029119', 'CN'],
|
5588 |
+
['1733029120', '1733029375', 'ID'],
|
5589 |
+
['1733029376', '1733029887', 'BD'],
|
5590 |
+
['1733029888', '1733030911', 'HK'],
|
5591 |
+
['1733030912', '1733031935', 'PK'],
|
5592 |
+
['1733031936', '1733032959', 'IN'],
|
5593 |
+
['1733032960', '1733033983', 'JP'],
|
5594 |
+
['1733033984', '1733034495', 'IN'],
|
5595 |
+
['1733034496', '1733034751', 'MV'],
|
5596 |
+
['1733034752', '1733035007', 'PK'],
|
5597 |
+
['1733035008', '1733036031', 'IN'],
|
5598 |
+
['1733036032', '1733037055', 'IN'],
|
5599 |
+
['1733037056', '1733038079', 'ID'],
|
5600 |
+
['1733038080', '1733039103', 'ID'],
|
5601 |
+
['1733039104', '1733040127', 'ID'],
|
5602 |
+
['1733040128', '1733041151', 'ID'],
|
5603 |
+
['1733041152', '1733041663', 'PK'],
|
5604 |
+
['1733041664', '1733041919', 'SG'],
|
5605 |
+
['1733041920', '1733042175', 'NC'],
|
5606 |
+
['1733042176', '1733043199', 'HK'],
|
5607 |
+
['1733043200', '1733044223', 'SG'],
|
5608 |
+
['1733044224', '1733045247', 'AU'],
|
5609 |
+
['1733045248', '1733046271', 'BD'],
|
5610 |
+
['1733046272', '1733046783', 'AU'],
|
5611 |
+
['1733046784', '1733047039', 'ID'],
|
5612 |
+
['1733047040', '1733047295', 'AU'],
|
5613 |
+
['1733047296', '1733048319', 'IN'],
|
5614 |
+
['1733048320', '1733049343', 'IN'],
|
5615 |
+
['1733049344', '1733050367', 'CN'],
|
5616 |
+
['1733050368', '1733051391', 'CN'],
|
5617 |
+
['1733051392', '1733052415', 'CN'],
|
5618 |
+
['1733052416', '1733053439', 'CN'],
|
5619 |
+
['1733053440', '1733054463', 'IN'],
|
5620 |
+
['1733054464', '1733055487', 'IN'],
|
5621 |
+
['1733055488', '1733056511', 'CN'],
|
5622 |
+
['1733056512', '1733057023', 'MY'],
|
5623 |
+
['1733057024', '1733057279', 'AU'],
|
5624 |
+
['1733057280', '1733057535', 'IN'],
|
5625 |
+
['1733057536', '1733058559', 'CN'],
|
5626 |
+
['1733058560', '1733059583', 'IN'],
|
5627 |
+
['1733059584', '1733060607', 'IN'],
|
5628 |
+
['1733060608', '1733061631', 'CN'],
|
5629 |
+
['1733061632', '1733062655', 'IN'],
|
5630 |
+
['1733062656', '1733063679', 'HK'],
|
5631 |
+
['1733063680', '1733064703', 'TH'],
|
5632 |
+
['1733064704', '1733065727', 'IN'],
|
5633 |
+
['1733065728', '1733065983', 'SG'],
|
5634 |
+
['1733065984', '1733066239', 'AU'],
|
5635 |
+
['1733066240', '1733066751', 'AU'],
|
5636 |
+
['1733066752', '1733067775', 'IN'],
|
5637 |
+
['1733067776', '1733068799', 'ID'],
|
5638 |
+
['1733068800', '1733069823', 'IN'],
|
5639 |
+
['1733069824', '1733070847', 'IN'],
|
5640 |
+
['1733070848', '1733071871', 'NZ'],
|
5641 |
+
['1733071872', '1733072895', 'ID'],
|
5642 |
+
['1733072896', '1733073919', 'BD'],
|
5643 |
+
['1733073920', '1733074175', 'AU'],
|
5644 |
+
['1733074176', '1733074431', 'FJ'],
|
5645 |
+
['1733074432', '1733074943', 'AU'],
|
5646 |
+
['1733074944', '1733075455', 'PH'],
|
5647 |
+
['1733075456', '1733075967', 'AU'],
|
5648 |
+
['1733075968', '1733076479', 'AU'],
|
5649 |
+
['1733076480', '1733076991', 'IN'],
|
5650 |
+
['1733076992', '1733078015', 'ID'],
|
5651 |
+
['1733078016', '1733079039', 'ID'],
|
5652 |
+
['1733079040', '1733079551', 'AU'],
|
5653 |
+
['1733079552', '1733079807', 'AU'],
|
5654 |
+
['1733079808', '1733080063', 'MM'],
|
5655 |
+
['1733080064', '1733081087', 'TH'],
|
5656 |
+
['1733081088', '1733081599', 'MM'],
|
5657 |
+
['1733081600', '1733082111', 'IN'],
|
5658 |
+
['1733082112', '1733083135', 'IN'],
|
5659 |
+
['1733083136', '1733084159', 'IN'],
|
5660 |
+
['1733084160', '1733085183', 'BD'],
|
5661 |
+
['1733085184', '1733086207', 'ID'],
|
5662 |
+
['1733086208', '1733086463', 'ID'],
|
5663 |
+
['1733086464', '1733086719', 'NZ'],
|
5664 |
+
['1733086720', '1733087231', 'IN'],
|
5665 |
+
['1733087232', '1733088255', 'IN'],
|
5666 |
+
['1733088256', '1733089279', 'IN'],
|
5667 |
+
['1733089280', '1733090303', 'CN'],
|
5668 |
+
['1733090304', '1733091327', 'CN'],
|
5669 |
+
['1733091328', '1733092351', 'CN'],
|
5670 |
+
['1733092352', '1733093375', 'IN'],
|
5671 |
+
['1733093376', '1733094399', 'IN'],
|
5672 |
+
['1733094400', '1733095423', 'BD'],
|
5673 |
+
['1733095424', '1733096447', 'BD'],
|
5674 |
+
['1733096448', '1733096703', 'AU'],
|
5675 |
+
['1733096704', '1733096959', 'AU'],
|
5676 |
+
['1733096960', '1733097215', 'AU'],
|
5677 |
+
['1733097216', '1733097471', 'NZ'],
|
5678 |
+
['1733097472', '1733098495', 'IN'],
|
5679 |
+
['1733098496', '1733099519', 'IN'],
|
5680 |
+
['1733099520', '1733100543', 'IN'],
|
5681 |
+
['1733100544', '1733101055', 'NZ'],
|
5682 |
+
['1733101056', '1733101311', 'PH'],
|
5683 |
+
['1733101312', '1733101567', 'AU'],
|
5684 |
+
['1733101568', '1733102591', 'PK'],
|
5685 |
+
['1733102592', '1733102847', 'NZ'],
|
5686 |
+
['1733102848', '1733103103', 'AU'],
|
5687 |
+
['1733103104', '1733103359', 'IN'],
|
5688 |
+
['1733103360', '1733103615', 'IN'],
|
5689 |
+
['1733103616', '1733104639', 'BD'],
|
5690 |
+
['1733104640', '1733105663', 'IN'],
|
5691 |
+
['1733105664', '1733106175', 'PG'],
|
5692 |
+
['1733106176', '1733106687', 'IN'],
|
5693 |
+
['1733106688', '1733107711', 'CN'],
|
5694 |
+
['1733107712', '1733108735', 'IN'],
|
5695 |
+
['1733108736', '1733109759', 'IN'],
|
5696 |
+
['1733109760', '1733110783', 'IN'],
|
5697 |
+
['1733110784', '1733111807', 'IN'],
|
5698 |
+
['1733111808', '1733112831', 'ID'],
|
5699 |
+
['1733112832', '1733113855', 'CN'],
|
5700 |
+
['1733113856', '1733114879', 'CN'],
|
5701 |
+
['1733114880', '1733115903', 'BD'],
|
5702 |
+
['1733115904', '1733116927', 'LK'],
|
5703 |
+
['1733116928', '1733117439', 'AU'],
|
5704 |
+
['1733117440', '1733117951', 'AU'],
|
5705 |
+
['1733117952', '1733118975', 'CN'],
|
5706 |
+
['1733118976', '1733119999', 'ID'],
|
5707 |
+
['1733120000', '1733120255', 'AU'],
|
5708 |
+
['1733120256', '1733120511', 'IN'],
|
5709 |
+
['1733120512', '1733121023', 'TH'],
|
5710 |
+
['1733121024', '1733122047', 'KR'],
|
5711 |
+
['1733122048', '1733123071', 'CN'],
|
5712 |
+
['1733123072', '1733124095', 'CN'],
|
5713 |
+
['1733124096', '1733125119', 'IN'],
|
5714 |
+
['1733125120', '1733126143', 'BD'],
|
5715 |
+
['1733126144', '1733126655', 'ID'],
|
5716 |
+
['1733126656', '1733127167', 'ID'],
|
5717 |
+
['1733127168', '1733128191', 'IN'],
|
5718 |
+
['1733128192', '1733128447', 'SG'],
|
5719 |
+
['1733128448', '1733128703', 'AU'],
|
5720 |
+
['1733128704', '1733128959', 'IN'],
|
5721 |
+
['1733128960', '1733129215', 'AU'],
|
5722 |
+
['1733129216', '1733130239', 'TH'],
|
5723 |
+
['1733130240', '1733131263', 'AU'],
|
5724 |
+
['1733131264', '1733132287', 'IN'],
|
5725 |
+
['1733132288', '1733132543', 'AU'],
|
5726 |
+
['1733132544', '1733132799', 'PH'],
|
5727 |
+
['1733132800', '1733133311', 'SG'],
|
5728 |
+
['1733133312', '1733134335', 'CN'],
|
5729 |
+
['1733134336', '1733135359', 'IN'],
|
5730 |
+
['1733135360', '1733136383', 'SG'],
|
5731 |
+
['1733136384', '1733137407', 'AU'],
|
5732 |
+
['1733137408', '1733138431', 'CN'],
|
5733 |
+
['1733138432', '1733139455', 'IN'],
|
5734 |
+
['1733139456', '1733140479', 'ID'],
|
5735 |
+
['1733140480', '1733141503', 'VN'],
|
5736 |
+
['1733141504', '1733142527', 'VN'],
|
5737 |
+
['1733142528', '1733143551', 'VN'],
|
5738 |
+
['1733143552', '1733144575', 'IN'],
|
5739 |
+
['1733144576', '1733145599', 'IN'],
|
5740 |
+
['1733145600', '1733146623', 'IN'],
|
5741 |
+
['1733146624', '1733146879', 'HK'],
|
5742 |
+
['1733146880', '1733147135', 'ID'],
|
5743 |
+
['1733147136', '1733147647', 'IN'],
|
5744 |
+
['1733147648', '1733148671', 'BD'],
|
5745 |
+
['1733148672', '1733149695', 'HK'],
|
5746 |
+
['1733149696', '1733150207', 'IN'],
|
5747 |
+
['1733150208', '1733150463', 'AU'],
|
5748 |
+
['1733150464', '1733150719', 'AU'],
|
5749 |
+
['1733150720', '1733150975', 'AU'],
|
5750 |
+
['1733150976', '1733151231', 'MM'],
|
5751 |
+
['1733151232', '1733151743', 'AU'],
|
5752 |
+
['1733151744', '1733152767', 'ID'],
|
5753 |
+
['1733152768', '1733153791', 'IN'],
|
5754 |
+
['1733153792', '1733154815', 'IN'],
|
5755 |
+
['1733154816', '1733155839', 'IN'],
|
5756 |
+
['1733155840', '1733156863', 'CN'],
|
5757 |
+
['1733156864', '1733157119', 'AU'],
|
5758 |
+
['1733157120', '1733157375', 'FJ'],
|
5759 |
+
['1733157376', '1733157887', 'ID'],
|
5760 |
+
['1733157888', '1733158911', 'IN'],
|
5761 |
+
['1733158912', '1733159935', 'AU'],
|
5762 |
+
['1733159936', '1733160959', 'IN'],
|
5763 |
+
['1733160960', '1733161983', 'IN'],
|
5764 |
+
['1733161984', '1733163007', 'IN'],
|
5765 |
+
['1733163008', '1733164031', 'ID'],
|
5766 |
+
['1733164032', '1733164543', 'BD'],
|
5767 |
+
['1733164544', '1733165055', 'IN'],
|
5768 |
+
['1733165056', '1733166079', 'IN'],
|
5769 |
+
['1733166080', '1733167103', 'IN'],
|
5770 |
+
['1733167104', '1733168127', 'ID'],
|
5771 |
+
['1733168128', '1733169151', 'IN'],
|
5772 |
+
['1733169152', '1733170175', 'IN'],
|
5773 |
+
['1733170176', '1733170687', 'IN'],
|
5774 |
+
['1733170688', '1733171199', 'IN'],
|
5775 |
+
['1733171200', '1733172223', 'ID'],
|
5776 |
+
['1733172224', '1733173247', 'IN'],
|
5777 |
+
['1733173248', '1733174271', 'MY'],
|
5778 |
+
['1733174272', '1733175295', 'ID'],
|
5779 |
+
['1733175296', '1733176319', 'HK'],
|
5780 |
+
['1733176320', '1733176831', 'ID'],
|
5781 |
+
['1733176832', '1733177087', 'IN'],
|
5782 |
+
['1733177088', '1733177343', 'MY'],
|
5783 |
+
['1733177344', '1733177855', 'MY'],
|
5784 |
+
['1733177856', '1733178111', 'AU'],
|
5785 |
+
['1733178112', '1733178367', 'US'],
|
5786 |
+
['1733178368', '1733179391', 'BD'],
|
5787 |
+
['1733179392', '1733180415', 'CN'],
|
5788 |
+
['1733180416', '1733181439', 'CN'],
|
5789 |
+
['1733181440', '1733182463', 'CN'],
|
5790 |
+
['1733182464', '1733183487', 'CN'],
|
5791 |
+
['1733183488', '1733184511', 'ID'],
|
5792 |
+
['1733184512', '1733185535', 'VN'],
|
5793 |
+
['1733185536', '1733186559', 'ID'],
|
5794 |
+
['1733186560', '1733187583', 'VN'],
|
5795 |
+
['1733187584', '1733188607', 'VN'],
|
5796 |
+
['1733188608', '1733189631', 'VN'],
|
5797 |
+
['1733189632', '1733190655', 'ID'],
|
5798 |
+
['1733190656', '1733191679', 'ID'],
|
5799 |
+
['1733191680', '1733192191', 'ID'],
|
5800 |
+
['1733192192', '1733192447', 'ID'],
|
5801 |
+
['1733192448', '1733192703', 'SE'],
|
5802 |
+
['1733192704', '1733193215', 'AU'],
|
5803 |
+
['1733193216', '1733193471', 'ID'],
|
5804 |
+
['1733193472', '1733193727', 'BT'],
|
5805 |
+
['1733193728', '1733194751', 'ID'],
|
5806 |
+
['1733194752', '1733195263', 'BT'],
|
5807 |
+
['1733195264', '1733195775', 'JP'],
|
5808 |
+
['1733195776', '1733196799', 'US'],
|
5809 |
+
['1733196800', '1733197823', 'CN'],
|
5810 |
+
['1733197824', '1733198847', 'KH'],
|
5811 |
+
['1733198848', '1733199359', 'KR'],
|
5812 |
+
['1733199360', '1733199871', 'PK'],
|
5813 |
+
['1733199872', '1733200127', 'AU'],
|
5814 |
+
['1733200128', '1733200383', 'IN'],
|
5815 |
+
['1733200384', '1733200895', 'ID'],
|
5816 |
+
['1733200896', '1733201919', 'ID'],
|
5817 |
+
['1733201920', '1733202943', 'ID'],
|
5818 |
+
['1733202944', '1733203967', 'IN'],
|
5819 |
+
['1733203968', '1733204223', 'IN'],
|
5820 |
+
['1733204224', '1733204479', 'AU'],
|
5821 |
+
['1733204480', '1733204991', 'IN'],
|
5822 |
+
['1733204992', '1733205503', 'AU'],
|
5823 |
+
['1733205504', '1733205759', 'TH'],
|
5824 |
+
['1733205760', '1733206015', 'IN'],
|
5825 |
+
['1733206016', '1733207039', 'BD'],
|
5826 |
+
['1733207040', '1733208063', 'IN'],
|
5827 |
+
['1733208064', '1733208575', 'IN'],
|
5828 |
+
['1733208576', '1733209087', 'IN'],
|
5829 |
+
['1733209088', '1733210111', 'CN'],
|
5830 |
+
['1733210112', '1733211135', 'CN'],
|
5831 |
+
['1733211136', '1733212159', 'IN'],
|
5832 |
+
['1733212160', '1733212415', 'IN'],
|
5833 |
+
['1733212416', '1733212671', 'AU'],
|
5834 |
+
['1733212672', '1733213183', 'IN'],
|
5835 |
+
['1733213184', '1733214207', 'BD'],
|
5836 |
+
['1733214208', '1733214719', 'ID'],
|
5837 |
+
['1733214720', '1733214975', 'AU'],
|
5838 |
+
['1733214976', '1733215231', 'ID'],
|
5839 |
+
['1733215232', '1733216255', 'CN'],
|
5840 |
+
['1733216256', '1733216511', 'IN'],
|
5841 |
+
['1733216512', '1733216767', 'IN'],
|
5842 |
+
['1733216768', '1733217279', 'IN'],
|
5843 |
+
['1733217280', '1733218303', 'IN'],
|
5844 |
+
['1733218304', '1733219327', 'ID'],
|
5845 |
+
['1733219328', '1733220351', 'ID'],
|
5846 |
+
['1733220352', '1733221375', 'ID'],
|
5847 |
+
['1733221376', '1733221631', 'AU'],
|
5848 |
+
['1733221632', '1733221887', 'IN'],
|
5849 |
+
['1733221888', '1733222399', 'PH'],
|
5850 |
+
['1733222400', '1733223423', 'BD'],
|
5851 |
+
['1733223424', '1733224447', 'CN'],
|
5852 |
+
['1733224448', '1733225471', 'ID'],
|
5853 |
+
['1733225472', '1733226495', 'IN'],
|
5854 |
+
['1733226496', '1733226751', 'IN'],
|
5855 |
+
['1733226752', '1733227007', 'AU'],
|
5856 |
+
['1733227008', '1733227519', 'MY'],
|
5857 |
+
['1733227520', '1733228543', 'IN'],
|
5858 |
+
['1733228544', '1733229567', 'BD'],
|
5859 |
+
['1733229568', '1733230591', 'BD'],
|
5860 |
+
['1733230592', '1733231615', 'IN'],
|
5861 |
+
['1733231616', '1733232639', 'AU'],
|
5862 |
+
['1733232640', '1733233663', 'IN'],
|
5863 |
+
['1733233664', '1733234687', 'JP'],
|
5864 |
+
['1733234688', '1733235711', 'PK'],
|
5865 |
+
['1733235712', '1733235967', 'AU'],
|
5866 |
+
['1733235968', '1733236223', 'IN'],
|
5867 |
+
['1733236224', '1733236479', 'AU'],
|
5868 |
+
['1733236480', '1733236735', 'NZ'],
|
5869 |
+
['1733236736', '1733237759', 'CN'],
|
5870 |
+
['1733237760', '1733238783', 'CN'],
|
5871 |
+
['1733238784', '1733239807', 'IN'],
|
5872 |
+
['1733239808', '1733240831', 'CN'],
|
5873 |
+
['1733240832', '1733241855', 'CN'],
|
5874 |
+
['1733241856', '1733242879', 'CN'],
|
5875 |
+
['1733242880', '1733243903', 'JP'],
|
5876 |
+
['1733243904', '1733244927', 'CN'],
|
5877 |
+
['1733244928', '1733245951', 'CN'],
|
5878 |
+
['1733245952', '1733246975', 'CN'],
|
5879 |
+
['1733246976', '1733247999', 'CN'],
|
5880 |
+
['1733248000', '1733249023', 'CN'],
|
5881 |
+
['1733249024', '1733249279', 'AU'],
|
5882 |
+
['1733249280', '1733249535', 'IN'],
|
5883 |
+
['1733249536', '1733249791', 'IN'],
|
5884 |
+
['1733249792', '1733250047', 'AU'],
|
5885 |
+
['1733250048', '1733251071', 'GB'],
|
5886 |
+
['1733251072', '1733252095', 'CN'],
|
5887 |
+
['1733252096', '1733253119', 'CN'],
|
5888 |
+
['1733253120', '1733253631', 'AU'],
|
5889 |
+
['1733253632', '1733253887', 'ID'],
|
5890 |
+
['1733253888', '1733254143', 'ID'],
|
5891 |
+
['1733254144', '1733255167', 'SG'],
|
5892 |
+
['1733255168', '1733255423', 'ID'],
|
5893 |
+
['1733255424', '1733255679', 'IN'],
|
5894 |
+
['1733255680', '1733256191', 'ID'],
|
5895 |
+
['1733256192', '1733257215', 'IN'],
|
5896 |
+
['1733257216', '1733258239', 'AU'],
|
5897 |
+
['1733258240', '1733258751', 'AU'],
|
5898 |
+
['1733258752', '1733259263', 'PH'],
|
5899 |
+
['1733259264', '1733260287', 'IN'],
|
5900 |
+
['1733260288', '1733260543', 'IN'],
|
5901 |
+
['1733260544', '1733260799', 'BD'],
|
5902 |
+
['1733260800', '1733261055', 'BD'],
|
5903 |
+
['1733261056', '1733261311', 'IN'],
|
5904 |
+
['1733261312', '1733262335', 'CN'],
|
5905 |
+
['1733262336', '1733263359', 'AU'],
|
5906 |
+
['1733263360', '1733264383', 'TH'],
|
5907 |
+
['1733264384', '1733265407', 'KR'],
|
5908 |
+
['1733265408', '1733266431', 'CN'],
|
5909 |
+
['1733266432', '1733267455', 'VN'],
|
5910 |
+
['1733267456', '1733268479', 'VN'],
|
5911 |
+
['1733268480', '1733269503', 'SG'],
|
5912 |
+
['1733269504', '1733270527', 'ID'],
|
5913 |
+
['1733270528', '1733271039', 'IN'],
|
5914 |
+
['1733271040', '1733271295', 'IN'],
|
5915 |
+
['1733271296', '1733271551', 'AU'],
|
5916 |
+
['1733271552', '1733272575', 'IN'],
|
5917 |
+
['1733272576', '1733273599', 'IN'],
|
5918 |
+
['1733273600', '1733274623', 'IN'],
|
5919 |
+
['1733274624', '1733275647', 'AU'],
|
5920 |
+
['1733275648', '1733276671', 'HK'],
|
5921 |
+
['1733276672', '1733276927', 'AU'],
|
5922 |
+
['1733276928', '1733277183', 'AU'],
|
5923 |
+
['1733277184', '1733277695', 'BD'],
|
5924 |
+
['1733277696', '1733278719', 'HK'],
|
5925 |
+
['1733278720', '1733279743', 'CN'],
|
5926 |
+
['1733279744', '1733280767', 'CN'],
|
5927 |
+
['1733280768', '1733281791', 'CN'],
|
5928 |
+
['1733281792', '1733282815', 'CN'],
|
5929 |
+
['1733282816', '1733283839', 'CN'],
|
5930 |
+
['1733283840', '1733284863', 'CN'],
|
5931 |
+
['1733284864', '1733285887', 'CN'],
|
5932 |
+
['1733285888', '1733286911', 'BD'],
|
5933 |
+
['1733286912', '1733287935', 'IN'],
|
5934 |
+
['1733287936', '1733288959', 'BD'],
|
5935 |
+
['1733288960', '1733289215', 'IN'],
|
5936 |
+
['1733289216', '1733289471', 'IN'],
|
5937 |
+
['1733289472', '1733289727', 'NZ'],
|
5938 |
+
['1733289728', '1733289983', 'AU'],
|
5939 |
+
['1733289984', '1733291007', 'IN'],
|
5940 |
+
['1733291008', '1733292031', 'IN'],
|
5941 |
+
['1733292032', '1733293055', 'CN'],
|
5942 |
+
['1733293056', '1733294079', 'IN'],
|
5943 |
+
['1733294080', '1733295103', 'IN'],
|
5944 |
+
['1733295104', '1733296127', 'IN'],
|
5945 |
+
['1733296128', '1733297151', 'BD'],
|
5946 |
+
['1733297152', '1733298175', 'JP'],
|
5947 |
+
['1733298176', '1733299199', 'HK'],
|
5948 |
+
['1733299200', '1733300223', 'IN'],
|
5949 |
+
['1733300224', '1733301247', 'HK'],
|
5950 |
+
['1733301248', '1733301759', 'AU'],
|
5951 |
+
['1733301760', '1733302271', 'IN'],
|
5952 |
+
['1733302272', '1733303295', 'CN'],
|
5953 |
+
['1733303296', '1733304319', 'CN'],
|
5954 |
+
['1733304320', '1733304831', 'IN'],
|
5955 |
+
['1733304832', '1733305343', 'IN'],
|
5956 |
+
['1733305344', '1733306367', 'MM'],
|
5957 |
+
['1733306368', '1733307391', 'AU'],
|
5958 |
+
['1733307392', '1733308415', 'CN'],
|
5959 |
+
['1733308416', '1733309439', 'TH'],
|
5960 |
+
['1733309440', '1733309695', 'IN'],
|
5961 |
+
['1733309696', '1733309951', 'AU'],
|
5962 |
+
['1733309952', '1733310463', 'IN'],
|
5963 |
+
['1733310464', '1733311487', 'IN'],
|
5964 |
+
['1733311488', '1733312511', 'IN'],
|
5965 |
+
['1733312512', '1733313535', 'IN'],
|
5966 |
+
['1733313536', '1733313791', 'IN'],
|
5967 |
+
['1733313792', '1733314047', 'AU'],
|
5968 |
+
['1733314048', '1733314559', 'BD'],
|
5969 |
+
['1733314560', '1733315583', 'CN'],
|
5970 |
+
['1733315584', '1733315839', 'NZ'],
|
5971 |
+
['1733315840', '1733316095', 'ID'],
|
5972 |
+
['1733316096', '1733316351', 'AU'],
|
5973 |
+
['1733316352', '1733316607', 'IN'],
|
5974 |
+
['1733316608', '1733317631', 'ID'],
|
5975 |
+
['1733317632', '1733318655', 'ES'],
|
5976 |
+
['1733318656', '1733319679', 'ID'],
|
5977 |
+
['1733319680', '1733320703', 'ID'],
|
5978 |
+
['1733320704', '1733321727', 'ID'],
|
5979 |
+
['1733321728', '1733322239', 'TH'],
|
5980 |
+
['1733322240', '1733322751', 'AU'],
|
5981 |
+
['1733322752', '1733323775', 'JP'],
|
5982 |
+
['1733323776', '1733324799', 'BT'],
|
5983 |
+
['1733324800', '1733325823', 'IN'],
|
5984 |
+
['1733325824', '1733326847', 'IN'],
|
5985 |
+
['1733326848', '1733327871', 'AU'],
|
5986 |
+
['1733327872', '1733328895', 'HK'],
|
5987 |
+
['1733328896', '1733329151', 'AU'],
|
5988 |
+
['1733329152', '1733329407', 'TH'],
|
5989 |
+
['1733329408', '1733329663', 'IN'],
|
5990 |
+
['1733329664', '1733329919', 'IN'],
|
5991 |
+
['1733329920', '1733330943', 'HK'],
|
5992 |
+
['1733330944', '1733331967', 'AU'],
|
5993 |
+
['1733331968', '1733332991', 'PH'],
|
5994 |
+
['1733332992', '1733334015', 'HK'],
|
5995 |
+
['1733334016', '1733335039', 'IN'],
|
5996 |
+
['1733335040', '1733336063', 'IN'],
|
5997 |
+
['1733336064', '1733337087', 'IN'],
|
5998 |
+
['1733337088', '1733338111', 'IN'],
|
5999 |
+
['1733338112', '1733338367', 'AU'],
|
6000 |
+
['1733338368', '1733338623', 'ID'],
|
6001 |
+
['1733338624', '1733339135', 'IN'],
|
6002 |
+
['1733339136', '1733340159', 'HK'],
|
6003 |
+
['1733340160', '1733341183', 'IN'],
|
6004 |
+
['1733341184', '1733342207', 'CN'],
|
6005 |
+
['1733342208', '1733343231', 'CN'],
|
6006 |
+
['1733343232', '1733344255', 'CN'],
|
6007 |
+
['1733344256', '1733345279', 'ID'],
|
6008 |
+
['1733345280', '1733346303', 'CN'],
|
6009 |
+
['1733346304', '1733347327', 'IN'],
|
6010 |
+
['1733347328', '1733348351', 'CN'],
|
6011 |
+
['1733348352', '1733349375', 'JP'],
|
6012 |
+
['1733349376', '1733349631', 'NZ'],
|
6013 |
+
['1733349632', '1733349887', 'AU'],
|
6014 |
+
['1733349888', '1733350399', 'MN'],
|
6015 |
+
['1733350400', '1733351423', 'CN'],
|
6016 |
+
['1733351424', '1733352447', 'TH'],
|
6017 |
+
['1733352448', '1733353471', 'HK'],
|
6018 |
+
['1733353472', '1733354495', 'BD'],
|
6019 |
+
['1733354496', '1733355519', 'AU'],
|
6020 |
+
['1733355520', '1733356543', 'CN'],
|
6021 |
+
['1733356544', '1733357567', 'ID'],
|
6022 |
+
['1733357568', '1733358591', 'ID'],
|
6023 |
+
['1733358592', '1733359615', 'AU'],
|
6024 |
+
['1733359616', '1733360127', 'IN'],
|
6025 |
+
['1733360128', '1733360383', 'IN'],
|
6026 |
+
['1733360384', '1733360639', 'AU'],
|
6027 |
+
['1733360640', '1733361151', 'HK'],
|
6028 |
+
['1733361152', '1733361663', 'AU'],
|
6029 |
+
['1733361664', '1733362687', 'IN'],
|
6030 |
+
['1733362688', '1733363711', 'CN'],
|
6031 |
+
['1733363712', '1733364735', 'CN'],
|
6032 |
+
['1733364736', '1733365759', 'IN'],
|
6033 |
+
['1733365760', '1733366783', 'CN'],
|
6034 |
+
['1733366784', '1733367807', 'CN'],
|
6035 |
+
['1733367808', '1733368831', 'IN'],
|
6036 |
+
['1733368832', '1733369855', 'IN'],
|
6037 |
+
['1733369856', '1733370879', 'IN'],
|
6038 |
+
['1733370880', '1733371903', 'IN'],
|
6039 |
+
['1733371904', '1733372927', 'AU'],
|
6040 |
+
['1733372928', '1733373951', 'CN'],
|
6041 |
+
['1733373952', '1733374975', 'CN'],
|
6042 |
+
['1733374976', '1733375231', 'AU'],
|
6043 |
+
['1733375232', '1733375487', 'AU'],
|
6044 |
+
['1733375488', '1733375743', 'AU'],
|
6045 |
+
['1733375744', '1733375999', 'IN'],
|
6046 |
+
['1733376000', '1733377023', 'IN'],
|
6047 |
+
['1733377024', '1733378047', 'ID'],
|
6048 |
+
['1733378048', '1733379071', 'ID'],
|
6049 |
+
['1733379072', '1733380095', 'BD'],
|
6050 |
+
['1733380096', '1733381119', 'JP'],
|
6051 |
+
['1733381120', '1733381375', 'AU'],
|
6052 |
+
['1733381376', '1733381631', 'IN'],
|
6053 |
+
['1733381632', '1733382143', 'IN'],
|
6054 |
+
['1733382144', '1733383167', 'VN'],
|
6055 |
+
['1733383168', '1733384191', 'VN'],
|
6056 |
+
['1733384192', '1733385215', 'IN'],
|
6057 |
+
['1733385216', '1733386239', 'IN'],
|
6058 |
+
['1733386240', '1733387263', 'CN'],
|
6059 |
+
['1733387264', '1733387775', 'ID'],
|
6060 |
+
['1733387776', '1733388031', 'AU'],
|
6061 |
+
['1733388032', '1733388287', 'IN'],
|
6062 |
+
['1733388288', '1733388799', 'BD'],
|
6063 |
+
['1733388800', '1733389311', 'IN'],
|
6064 |
+
['1733389312', '1733390335', 'IN'],
|
6065 |
+
['1733390336', '1733390591', 'IN'],
|
6066 |
+
['1733390592', '1733390847', 'MM'],
|
6067 |
+
['1733390848', '1733391359', 'MM'],
|
6068 |
+
['1733391360', '1733392383', 'IN'],
|
6069 |
+
['1733392384', '1733393407', 'CN'],
|
6070 |
+
['1733393408', '1733394431', 'AU'],
|
6071 |
+
['1733394432', '1733395455', 'SG'],
|
6072 |
+
['1733395456', '1733396479', 'ID'],
|
6073 |
+
['1733396480', '1733396735', 'NP'],
|
6074 |
+
['1733396736', '1733396991', 'IN'],
|
6075 |
+
['1733396992', '1733397247', 'ID'],
|
6076 |
+
['1733397248', '1733397503', 'IN'],
|
6077 |
+
['1733397504', '1733398527', 'SE'],
|
6078 |
+
['1733398528', '1733399551', 'JP'],
|
6079 |
+
['1733399552', '1733400575', 'CN'],
|
6080 |
+
['1733400576', '1733401599', 'IN'],
|
6081 |
+
['1733401600', '1733402623', 'IN'],
|
6082 |
+
['1733402624', '1733402879', 'IN'],
|
6083 |
+
['1733402880', '1733403135', 'AU'],
|
6084 |
+
['1733403136', '1733403391', 'MY'],
|
6085 |
+
['1733403392', '1733403647', 'SG'],
|
6086 |
+
['1733403648', '1733404671', 'CN'],
|
6087 |
+
['1733404672', '1733405695', 'CN'],
|
6088 |
+
['1733405696', '1733406719', 'BD'],
|
6089 |
+
['1733406720', '1733407743', 'JP'],
|
6090 |
+
['1733407744', '1733407999', 'NZ'],
|
6091 |
+
['1733408000', '1733408255', 'IN'],
|
6092 |
+
['1733408256', '1733408511', 'IN'],
|
6093 |
+
['1733408512', '1733408767', 'CN'],
|
6094 |
+
['1733408768', '1733409791', 'CN'],
|
6095 |
+
['1733409792', '1733410815', 'IN'],
|
6096 |
+
['1733410816', '1733411327', 'IN'],
|
6097 |
+
['1733411328', '1733411839', 'ID'],
|
6098 |
+
['1733411840', '1733412863', 'BD'],
|
6099 |
+
['1733412864', '1733413887', 'CN'],
|
6100 |
+
['1733413888', '1733414911', 'BD'],
|
6101 |
+
['1733414912', '1733415935', 'IN'],
|
6102 |
+
['1733415936', '1733416959', 'IN'],
|
6103 |
+
['1733416960', '1733417215', 'AU'],
|
6104 |
+
['1733417216', '1733417471', 'AU'],
|
6105 |
+
['1733417472', '1733417727', 'ID'],
|
6106 |
+
['1733417728', '1733417983', 'AU'],
|
6107 |
+
['1733417984', '1733419007', 'ID'],
|
6108 |
+
['1733419008', '1733420031', 'NZ'],
|
6109 |
+
['1733420032', '1733420287', 'SG'],
|
6110 |
+
['1733420288', '1733420543', 'IN'],
|
6111 |
+
['1733420544', '1733421055', 'IN'],
|
6112 |
+
['1733421056', '1733422079', 'CN'],
|
6113 |
+
['1733422080', '1733423103', 'IN'],
|
6114 |
+
['1733423104', '1733424127', 'IN'],
|
6115 |
+
['1733424128', '1733424383', 'AU'],
|
6116 |
+
['1733424384', '1733424639', 'IN'],
|
6117 |
+
['1733424640', '1733424895', 'ID'],
|
6118 |
+
['1733424896', '1733425151', 'HK'],
|
6119 |
+
['1733425152', '1733425663', 'ID'],
|
6120 |
+
['1733425664', '1733426175', 'IN'],
|
6121 |
+
['1733426176', '1733427199', 'IN'],
|
6122 |
+
['1733427200', '1733428223', 'GB'],
|
6123 |
+
['1733428224', '1733428735', 'HK'],
|
6124 |
+
['1733428736', '1733428991', 'ID'],
|
6125 |
+
['1733428992', '1733429247', 'ID'],
|
6126 |
+
['1733429248', '1733430271', 'BD'],
|
6127 |
+
['1733430272', '1733431295', 'ID'],
|
6128 |
+
['1733431296', '1733432319', 'HK'],
|
6129 |
+
['1733432320', '1733433343', 'VN'],
|
6130 |
+
['1733433344', '1733434367', 'VN'],
|
6131 |
+
['1733434368', '1733435391', 'VN'],
|
6132 |
+
['1733435392', '1733436415', 'VN'],
|
6133 |
+
['1733436416', '1733437439', 'VN'],
|
6134 |
+
['1733437440', '1733438463', 'IN'],
|
6135 |
+
['1733438464', '1733438975', 'IN'],
|
6136 |
+
['1733438976', '1733439487', 'PH'],
|
6137 |
+
['1733439488', '1733440511', 'IN'],
|
6138 |
+
['1733440512', '1733441535', 'CN'],
|
6139 |
+
['1733441536', '1733442559', 'LA'],
|
6140 |
+
['1733442560', '1733443583', 'CN'],
|
6141 |
+
['1733443584', '1733444095', 'GB'],
|
6142 |
+
['1733444096', '1733444607', 'IN'],
|
6143 |
+
['1733444608', '1733445631', 'CN'],
|
6144 |
+
['1733445632', '1733446655', 'IN'],
|
6145 |
+
['1733446656', '1733446911', 'IN'],
|
6146 |
+
['1733446912', '1733447167', 'IN'],
|
6147 |
+
['1733447168', '1733447679', 'IN'],
|
6148 |
+
['1733447680', '1733448703', 'IN'],
|
6149 |
+
['1733448704', '1733449727', 'CN'],
|
6150 |
+
['1733449728', '1733450751', 'JP'],
|
6151 |
+
['1733450752', '1733451775', 'IN'],
|
6152 |
+
['1733451776', '1733452799', 'IN'],
|
6153 |
+
['1733452800', '1733453823', 'IN'],
|
6154 |
+
['1733453824', '1733454847', 'CN'],
|
6155 |
+
['1733454848', '1733455871', 'AU'],
|
6156 |
+
['1733455872', '1733456895', 'JP'],
|
6157 |
+
['1733456896', '1733457919', 'PH'],
|
6158 |
+
['1733457920', '1733458943', 'PK'],
|
6159 |
+
['1733458944', '1733459199', 'AU'],
|
6160 |
+
['1733459200', '1733459455', 'IN'],
|
6161 |
+
['1733459456', '1733459967', 'ID'],
|
6162 |
+
['1733459968', '1733460991', 'GB'],
|
6163 |
+
['1733460992', '1733462015', 'VN'],
|
6164 |
+
['1733462016', '1733463039', 'AU'],
|
6165 |
+
['1733463040', '1733464063', 'HK'],
|
6166 |
+
['1733464064', '1733465087', 'IN'],
|
6167 |
+
['1733465088', '1733466111', 'IN'],
|
6168 |
+
['1733466112', '1733467135', 'AU'],
|
6169 |
+
['1733467136', '1733468159', 'IN'],
|
6170 |
+
['1733468160', '1733469183', 'IN'],
|
6171 |
+
['1733469184', '1733469439', 'ID'],
|
6172 |
+
['1733469440', '1733469695', 'TH'],
|
6173 |
+
['1733469696', '1733470207', 'ID'],
|
6174 |
+
['1733470208', '1733471231', 'HK'],
|
6175 |
+
['1733471232', '1733472255', 'BD'],
|
6176 |
+
['1733472256', '1733473279', 'IN'],
|
6177 |
+
['1733473280', '1733474303', 'ID'],
|
6178 |
+
['1733474304', '1733475327', 'IN'],
|
6179 |
+
['1733475328', '1733476351', 'IN'],
|
6180 |
+
['1733476352', '1733477375', 'VN'],
|
6181 |
+
['1733477376', '1733478399', 'VN'],
|
6182 |
+
['1733478400', '1733479423', 'IN'],
|
6183 |
+
['1733479424', '1733479935', 'VN'],
|
6184 |
+
['1733479936', '1733480447', 'IN'],
|
6185 |
+
['1733480448', '1733481471', 'IN'],
|
6186 |
+
['1733481472', '1733482495', 'HK'],
|
6187 |
+
['1733482496', '1733483519', 'HK'],
|
6188 |
+
['1733483520', '1733484543', 'IN'],
|
6189 |
+
['1733484544', '1733485567', 'CN'],
|
6190 |
+
['1733485568', '1733486591', 'MY'],
|
6191 |
+
['1733486592', '1733486847', 'MM'],
|
6192 |
+
['1733486848', '1733487103', 'ID'],
|
6193 |
+
['1733487104', '1733487615', 'IN'],
|
6194 |
+
['1733487616', '1733488639', 'CN'],
|
6195 |
+
['1733488640', '1733489663', 'ID'],
|
6196 |
+
['1733489664', '1733490175', 'ID'],
|
6197 |
+
['1733490176', '1733490431', 'NZ'],
|
6198 |
+
['1733490432', '1733490687', 'PG'],
|
6199 |
+
['1733490688', '1733491711', 'TH'],
|
6200 |
+
['1733491712', '1733492735', 'PK'],
|
6201 |
+
['1733492736', '1733492991', 'HK'],
|
6202 |
+
['1733492992', '1733493247', 'IN'],
|
6203 |
+
['1733493248', '1733493759', 'IN'],
|
6204 |
+
['1733493760', '1733494783', 'ID'],
|
6205 |
+
['1733494784', '1733495807', 'IN'],
|
6206 |
+
['1733495808', '1733496319', 'IN'],
|
6207 |
+
['1733496320', '1733496575', 'AU'],
|
6208 |
+
['1733496576', '1733496831', 'BD'],
|
6209 |
+
['1733496832', '1733497343', 'HK'],
|
6210 |
+
['1733497344', '1733497855', 'AF'],
|
6211 |
+
['1733497856', '1733498879', 'PK'],
|
6212 |
+
['1733498880', '1733499903', 'JP'],
|
6213 |
+
['1733499904', '1733500927', 'IN'],
|
6214 |
+
['1733500928', '1733501439', 'PG'],
|
6215 |
+
['1733501440', '1733501951', 'MM'],
|
6216 |
+
['1733501952', '1733502975', 'IN'],
|
6217 |
+
['1733502976', '1733503999', 'PH'],
|
6218 |
+
['1733504000', '1733505023', 'CN'],
|
6219 |
+
['1733505024', '1733506047', 'ID'],
|
6220 |
+
['1733506048', '1733507071', 'CN'],
|
6221 |
+
['1733507072', '1733507327', 'AU'],
|
6222 |
+
['1733507328', '1733507583', 'IN'],
|
6223 |
+
['1733507584', '1733507839', 'IN'],
|
6224 |
+
['1733507840', '1733508095', 'IN'],
|
6225 |
+
['1733508096', '1733509119', 'CN'],
|
6226 |
+
['1733509120', '1733510143', 'CN'],
|
6227 |
+
['1733510144', '1733511167', 'IN'],
|
6228 |
+
['1733511168', '1733512191', 'CN'],
|
6229 |
+
['1733512192', '1733513215', 'IN'],
|
6230 |
+
['1733513216', '1733513471', 'IN'],
|
6231 |
+
['1733513472', '1733513727', 'IN'],
|
6232 |
+
['1733513728', '1733514239', 'TH'],
|
6233 |
+
['1733514240', '1733514495', 'TH'],
|
6234 |
+
['1733514496', '1733514751', 'AU'],
|
6235 |
+
['1733514752', '1733515263', 'IN'],
|
6236 |
+
['1733515264', '1733516287', 'PK'],
|
6237 |
+
['1733516288', '1733517311', 'ID'],
|
6238 |
+
['1733517312', '1733518335', 'ID'],
|
6239 |
+
['1733518336', '1733518847', 'ID'],
|
6240 |
+
['1733518848', '1733519103', 'AU'],
|
6241 |
+
['1733519104', '1733519359', 'SG'],
|
6242 |
+
['1733519360', '1733520383', 'IN'],
|
6243 |
+
['1733520384', '1733521407', 'IN'],
|
6244 |
+
['1733521408', '1733522431', 'CN'],
|
6245 |
+
['1733522432', '1733523455', 'ID'],
|
6246 |
+
['1733523456', '1733524479', 'CN'],
|
6247 |
+
['1733524480', '1733524735', 'AU'],
|
6248 |
+
['1733524736', '1733524991', 'AU'],
|
6249 |
+
['1733524992', '1733525247', 'AU'],
|
6250 |
+
['1733525248', '1733525503', 'IN'],
|
6251 |
+
['1733525504', '1733526527', 'IN'],
|
6252 |
+
['1733526528', '1733527551', 'CN'],
|
6253 |
+
['1733527552', '1733528575', 'IN'],
|
6254 |
+
['1733528576', '1733529599', 'ID'],
|
6255 |
+
['1733529600', '1733530623', 'IN'],
|
6256 |
+
['1733530624', '1733531135', 'IN'],
|
6257 |
+
['1733531136', '1733531391', 'IN'],
|
6258 |
+
['1733531392', '1733531647', 'IN'],
|
6259 |
+
['1733531648', '1733532671', 'IN'],
|
6260 |
+
['1733532672', '1733533695', 'SG'],
|
6261 |
+
['1733533696', '1733533951', 'SG'],
|
6262 |
+
['1733533952', '1733534207', 'IN'],
|
6263 |
+
['1733534208', '1733534719', 'AU'],
|
6264 |
+
['1733534720', '1733535743', 'BD'],
|
6265 |
+
['1733535744', '1733536767', 'MY'],
|
6266 |
+
['1733536768', '1733537791', 'ID'],
|
6267 |
+
['1733537792', '1733538303', 'ID'],
|
6268 |
+
['1733538304', '1733538815', 'ID'],
|
6269 |
+
['1733538816', '1733539839', 'CN'],
|
6270 |
+
['1733539840', '1733540863', 'IN'],
|
6271 |
+
['1733540864', '1733541887', 'MM'],
|
6272 |
+
['1733541888', '1733542911', 'US'],
|
6273 |
+
['1733542912', '1733543167', 'BD'],
|
6274 |
+
['1733543168', '1733543423', 'PG'],
|
6275 |
+
['1733543424', '1733543679', 'ID'],
|
6276 |
+
['1733543680', '1733543935', 'IN'],
|
6277 |
+
['1733543936', '1733544959', 'TH'],
|
6278 |
+
['1733544960', '1733545983', 'BD'],
|
6279 |
+
['1733545984', '1733546495', 'AU'],
|
6280 |
+
['1733546496', '1733547007', 'IN'],
|
6281 |
+
['1733547008', '1733548031', 'IN'],
|
6282 |
+
['1733548032', '1733549055', 'IN'],
|
6283 |
+
['1733549056', '1733550079', 'IN'],
|
6284 |
+
['1733550080', '1733551103', 'PH'],
|
6285 |
+
['1733551104', '1733551615', 'NP'],
|
6286 |
+
['1733551616', '1733551871', 'AU'],
|
6287 |
+
['1733551872', '1733552127', 'HK'],
|
6288 |
+
['1733552128', '1733553151', 'BD'],
|
6289 |
+
['1733553152', '1733554175', 'GB'],
|
6290 |
+
['1733554176', '1733555199', 'BD'],
|
6291 |
+
['1733555200', '1733556223', 'IN'],
|
6292 |
+
['1733556224', '1733557247', 'IN'],
|
6293 |
+
['1733557248', '1733558271', 'IN'],
|
6294 |
+
['1733558272', '1733559295', 'CN'],
|
6295 |
+
['1733559296', '1733560319', 'ID'],
|
6296 |
+
['1733560320', '1733561343', 'ID'],
|
6297 |
+
['1733561344', '1733562367', 'CN'],
|
6298 |
+
['1733562368', '1733563391', 'CN'],
|
6299 |
+
['1733563392', '1733564415', 'CN'],
|
6300 |
+
['1733564416', '1733565439', 'CN'],
|
6301 |
+
['1733565440', '1733566463', 'CN'],
|
6302 |
+
['1733566464', '1733567487', 'HK'],
|
6303 |
+
['1733567488', '1733568511', 'BD'],
|
6304 |
+
['1733568512', '1733569535', 'AU'],
|
6305 |
+
['1733569536', '1733570559', 'HK'],
|
6306 |
+
['1733570560', '1733571583', 'CN'],
|
6307 |
+
['1733571584', '1733572607', 'PK'],
|
6308 |
+
['1733572608', '1733573631', 'CN'],
|
6309 |
+
['1733573632', '1733574655', 'IN'],
|
6310 |
+
['1733574656', '1733575679', 'CN'],
|
6311 |
+
['1733575680', '1733576703', 'IN'],
|
6312 |
+
['1733576704', '1733577727', 'CN'],
|
6313 |
+
['1733577728', '1733578751', 'VN'],
|
6314 |
+
['1733578752', '1733579775', 'IN'],
|
6315 |
+
['1733579776', '1733580799', 'HK'],
|
6316 |
+
['1733580800', '1733581823', 'HK'],
|
6317 |
+
['1733581824', '1733582847', 'CN'],
|
6318 |
+
['1733582848', '1733583103', 'IN'],
|
6319 |
+
['1733583104', '1733583359', 'AF'],
|
6320 |
+
['1733583360', '1733583615', 'AU'],
|
6321 |
+
['1733583616', '1733583871', 'AU'],
|
6322 |
+
['1733583872', '1733584895', 'TH'],
|
6323 |
+
['1733584896', '1733585919', 'MM'],
|
6324 |
+
['1733585920', '1733586943', 'CN'],
|
6325 |
+
['1733586944', '1733587967', 'GB'],
|
6326 |
+
['1733587968', '1733588223', 'ID'],
|
6327 |
+
['1733588224', '1733588479', 'ID'],
|
6328 |
+
['1733588480', '1733588735', 'ID'],
|
6329 |
+
['1733588736', '1733588991', 'ID'],
|
6330 |
+
['1733588992', '1733590015', 'IN'],
|
6331 |
+
['1733590016', '1733591039', 'JP'],
|
6332 |
+
['1733591040', '1733592063', 'IN'],
|
6333 |
+
['1733592064', '1733592319', 'MV'],
|
6334 |
+
['1733592320', '1733592575', 'BD'],
|
6335 |
+
['1733592576', '1733592831', 'MV'],
|
6336 |
+
['1733592832', '1733593087', 'AU'],
|
6337 |
+
['1733593088', '1733594111', 'CN'],
|
6338 |
+
['1733594112', '1733595135', 'ID'],
|
6339 |
+
['1733595136', '1733596159', 'ID'],
|
6340 |
+
['1733596160', '1733597183', 'PK'],
|
6341 |
+
['1733597184', '1733598207', 'US'],
|
6342 |
+
['1733598208', '1733599231', 'BD'],
|
6343 |
+
['1733599232', '1733600255', 'LK'],
|
6344 |
+
['1733600256', '1733600767', 'IN'],
|
6345 |
+
['1733600768', '1733601023', 'IN'],
|
6346 |
+
['1733601024', '1733601279', 'JP'],
|
6347 |
+
['1733601280', '1733602303', 'JP'],
|
6348 |
+
['1733602304', '1733603327', 'BD'],
|
6349 |
+
['1733603328', '1733603839', 'PH'],
|
6350 |
+
['1733603840', '1733604095', 'IN'],
|
6351 |
+
['1733604096', '1733604351', 'IN'],
|
6352 |
+
['1733604352', '1733605375', 'AU'],
|
6353 |
+
['1733605376', '1733606399', 'IN'],
|
6354 |
+
['1733606400', '1733607423', 'IN'],
|
6355 |
+
['1733607424', '1733608447', 'ID'],
|
6356 |
+
['1733608448', '1733609471', 'JP'],
|
6357 |
+
['1733609472', '1733609983', 'ID'],
|
6358 |
+
['1733609984', '1733610495', 'IN'],
|
6359 |
+
['1733610496', '1733611519', 'IN'],
|
6360 |
+
['1733611520', '1733612543', 'ID'],
|
6361 |
+
['1733612544', '1733613567', 'IN'],
|
6362 |
+
['1733613568', '1733614591', 'SG'],
|
6363 |
+
['1733614592', '1733615615', 'HK'],
|
6364 |
+
['1733615616', '1733616639', 'AU'],
|
6365 |
+
['1733616640', '1733617663', 'ID'],
|
6366 |
+
['1733617664', '1733618687', 'ID'],
|
6367 |
+
['1733618688', '1733619711', 'IN'],
|
6368 |
+
['1733619712', '1733620735', 'IN'],
|
6369 |
+
['1733620736', '1733621759', 'BD'],
|
6370 |
+
['1733621760', '1733622015', 'AU'],
|
6371 |
+
['1733622016', '1733622271', 'ID'],
|
6372 |
+
['1733622272', '1733622527', 'IN'],
|
6373 |
+
['1733622528', '1733622783', 'IN'],
|
6374 |
+
['1733622784', '1733623807', 'BD'],
|
6375 |
+
['1733623808', '1733624831', 'NZ'],
|
6376 |
+
['1733624832', '1733625855', 'ID'],
|
6377 |
+
['1733625856', '1733626879', 'IN'],
|
6378 |
+
['1733626880', '1733627903', 'ID'],
|
6379 |
+
['1733627904', '1733628927', 'IN'],
|
6380 |
+
['1733628928', '1733629951', 'CN'],
|
6381 |
+
['1733629952', '1733630975', 'CN'],
|
6382 |
+
['1733630976', '1733631999', 'NZ'],
|
6383 |
+
['1733632000', '1733633023', 'BD'],
|
6384 |
+
['1733633024', '1733634047', 'AU'],
|
6385 |
+
['1733634048', '1733634559', 'IN'],
|
6386 |
+
['1733634560', '1733635071', 'US'],
|
6387 |
+
['1733635072', '1733636095', 'CN'],
|
6388 |
+
['1733636096', '1733637119', 'CN'],
|
6389 |
+
['1733637120', '1733638143', 'CN'],
|
6390 |
+
['1733638144', '1733639167', 'CN'],
|
6391 |
+
['1733639168', '1733640191', 'ID'],
|
6392 |
+
['1733640192', '1733641215', 'ID'],
|
6393 |
+
['1733641216', '1733642239', 'PH'],
|
6394 |
+
['1733642240', '1733643263', 'HK'],
|
6395 |
+
['1733643264', '1733643775', 'IN'],
|
6396 |
+
['1733643776', '1733644287', 'IN'],
|
6397 |
+
['1733644288', '1733645311', 'KR'],
|
6398 |
+
['1733645312', '1733646335', 'CN'],
|
6399 |
+
['1733646336', '1733647359', 'IN'],
|
6400 |
+
['1733647360', '1733647871', 'IN'],
|
6401 |
+
['1733647872', '1733648127', 'ID'],
|
6402 |
+
['1733648128', '1733648383', 'ID'],
|
6403 |
+
['1733648384', '1733649407', 'IN'],
|
6404 |
+
['1733649408', '1733650431', 'IN'],
|
6405 |
+
['1733650432', '1733651455', 'MM'],
|
6406 |
+
['1733651456', '1733652479', 'MY'],
|
6407 |
+
['1733652480', '1733653503', 'BD'],
|
6408 |
+
['1733653504', '1733654015', 'ID'],
|
6409 |
+
['1733654016', '1733654527', 'IN'],
|
6410 |
+
['1733654528', '1733655551', 'ID'],
|
6411 |
+
['1733655552', '1733656575', 'IN'],
|
6412 |
+
['1733656576', '1733657599', 'PK'],
|
6413 |
+
['1733657600', '1733657855', 'MN'],
|
6414 |
+
['1733657856', '1733658111', 'IN'],
|
6415 |
+
['1733658112', '1733658367', 'PH'],
|
6416 |
+
['1733658368', '1733658623', 'AU'],
|
6417 |
+
['1733658624', '1733659647', 'CN'],
|
6418 |
+
['1733659648', '1733660671', 'IN'],
|
6419 |
+
['1733660672', '1733661695', 'CN'],
|
6420 |
+
['1733661696', '1733662719', 'ID'],
|
6421 |
+
['1733662720', '1733663231', 'PK'],
|
6422 |
+
['1733663232', '1733663487', 'IN'],
|
6423 |
+
['1733663488', '1733663743', 'NZ'],
|
6424 |
+
['1733663744', '1733664767', 'BD'],
|
6425 |
+
['1733664768', '1733665791', 'BD'],
|
6426 |
+
['1733665792', '1733666815', 'CN'],
|
6427 |
+
['1733666816', '1733667839', 'CN'],
|
6428 |
+
['1733667840', '1733668863', 'CN'],
|
6429 |
+
['1733668864', '1733669887', 'CN'],
|
6430 |
+
['1733669888', '1733670911', 'IN'],
|
6431 |
+
['1733670912', '1733671935', 'MY'],
|
6432 |
+
['1733671936', '1733672959', 'HK'],
|
6433 |
+
['1733672960', '1733673983', 'BD'],
|
6434 |
+
['1733673984', '1733675007', 'BD'],
|
6435 |
+
['1733675008', '1733676031', 'BD'],
|
6436 |
+
['1733676032', '1733677055', 'IN'],
|
6437 |
+
['1733677056', '1733678079', 'IN'],
|
6438 |
+
['1733678080', '1733678335', 'HK'],
|
6439 |
+
['1733678336', '1733678591', 'SG'],
|
6440 |
+
['1733678592', '1733679103', 'AU'],
|
6441 |
+
['1733679104', '1733680127', 'BD'],
|
6442 |
+
['1733680128', '1733681151', 'ID'],
|
6443 |
+
['1733681152', '1733682175', 'CN'],
|
6444 |
+
['1733682176', '1733683199', 'IN'],
|
6445 |
+
['1733683200', '1733684223', 'BD'],
|
6446 |
+
['1733684224', '1733685247', 'BD'],
|
6447 |
+
['1733685248', '1733686271', 'BD'],
|
6448 |
+
['1733686272', '1733687295', 'CN'],
|
6449 |
+
['1733687296', '1733688319', 'AU'],
|
6450 |
+
['1733688320', '1733689343', 'HK'],
|
6451 |
+
['1733689344', '1733690367', 'IN'],
|
6452 |
+
['1733690368', '1733691391', 'IN'],
|
6453 |
+
['1733691392', '1733692415', 'PK'],
|
6454 |
+
['1733692416', '1733693439', 'IN'],
|
6455 |
+
['1733693440', '1733694463', 'IN'],
|
6456 |
+
['1733694464', '1733695487', 'IN'],
|
6457 |
+
['1733695488', '1733695999', 'ID'],
|
6458 |
+
['1733696000', '1733696255', 'IN'],
|
6459 |
+
['1733696256', '1733696511', 'AU'],
|
6460 |
+
['1733696512', '1733697535', 'CN'],
|
6461 |
+
['1733697536', '1733698559', 'CN'],
|
6462 |
+
['1733698560', '1733699583', 'PK'],
|
6463 |
+
['1733699584', '1733700607', 'IN'],
|
6464 |
+
['1733700608', '1733701631', 'CN'],
|
6465 |
+
['1733701632', '1733702655', 'TH'],
|
6466 |
+
['1733702656', '1733703679', 'PK'],
|
6467 |
+
['1733703680', '1733704191', 'NP'],
|
6468 |
+
['1733704192', '1733704703', 'AU'],
|
6469 |
+
['1733704704', '1733705727', 'CN'],
|
6470 |
+
['1733705728', '1733706751', 'HK'],
|
6471 |
+
['1733706752', '1733707775', 'CN'],
|
6472 |
+
['1733707776', '1733708799', 'HK'],
|
6473 |
+
['1733708800', '1733709823', 'HK'],
|
6474 |
+
['1733709824', '1733710847', 'CN'],
|
6475 |
+
['1733710848', '1733711871', 'CN'],
|
6476 |
+
['1733711872', '1733712895', 'CN'],
|
6477 |
+
['1733712896', '1733713151', 'AU'],
|
6478 |
+
['1733713152', '1733713407', 'AU'],
|
6479 |
+
['1733713408', '1733713663', 'ID'],
|
6480 |
+
['1733713664', '1733713919', 'IN'],
|
6481 |
+
['1733713920', '1733714943', 'PA'],
|
6482 |
+
['1733714944', '1733715455', 'ID'],
|
6483 |
+
['1733715456', '1733715711', 'AU'],
|
6484 |
+
['1733715712', '1733715967', 'ID'],
|
6485 |
+
['1733715968', '1733716991', 'IN'],
|
6486 |
+
['1733716992', '1733718015', 'BD'],
|
6487 |
+
['1733718016', '1733719039', 'AU'],
|
6488 |
+
['1733719040', '1733720063', 'IN'],
|
6489 |
+
['1733720064', '1733721087', 'PH'],
|
6490 |
+
['1733721088', '1733722111', 'AF'],
|
6491 |
+
['1733722112', '1733722367', 'AU'],
|
6492 |
+
['1733722368', '1733722623', 'CN'],
|
6493 |
+
['1733722624', '1733723135', 'MY'],
|
6494 |
+
['1733723136', '1733724159', 'PK'],
|
6495 |
+
['1733724160', '1733724415', 'AU'],
|
6496 |
+
['1733724416', '1733724671', 'IN'],
|
6497 |
+
['1733724672', '1733725183', 'ID'],
|
6498 |
+
['1733725184', '1733726207', 'ID'],
|
6499 |
+
['1733726208', '1733727231', 'ID'],
|
6500 |
+
['1733727232', '1733728255', 'ID'],
|
6501 |
+
['1733728256', '1733729279', 'ID'],
|
6502 |
+
['1733729280', '1733730303', 'ID'],
|
6503 |
+
['1733730304', '1733731327', 'ID'],
|
6504 |
+
['1733731328', '1733732351', 'IN'],
|
6505 |
+
['1733732352', '1733733375', 'AU'],
|
6506 |
+
['1733733376', '1733734399', 'IN'],
|
6507 |
+
['1733734400', '1733734911', 'IN'],
|
6508 |
+
['1733734912', '1733735423', 'MY'],
|
6509 |
+
['1733735424', '1733736447', 'IN'],
|
6510 |
+
['1733736448', '1733737471', 'PH'],
|
6511 |
+
['1733737472', '1733737983', 'AU'],
|
6512 |
+
['1733737984', '1733738239', 'AU'],
|
6513 |
+
['1733738240', '1733738495', 'AU'],
|
6514 |
+
['1733738496', '1733739519', 'BD'],
|
6515 |
+
['1733739520', '1733740543', 'BD'],
|
6516 |
+
['1733740544', '1733741567', 'BD'],
|
6517 |
+
['1733741568', '1733742591', 'CN'],
|
6518 |
+
['1733742592', '1733743615', 'CN'],
|
6519 |
+
['1733743616', '1733744639', 'CN'],
|
6520 |
+
['1733744640', '1733745663', 'CN'],
|
6521 |
+
['1733745664', '1733746687', 'CN'],
|
6522 |
+
['1733746688', '1733747711', 'CN'],
|
6523 |
+
['1733747712', '1733748735', 'CN'],
|
6524 |
+
['1733748736', '1733749759', 'CN'],
|
6525 |
+
['1733749760', '1733750783', 'CN'],
|
6526 |
+
['1733750784', '1733751807', 'CN'],
|
6527 |
+
['1733751808', '1733752831', 'CN'],
|
6528 |
+
['1733752832', '1733753855', 'CN'],
|
6529 |
+
['1733753856', '1733754879', 'CN'],
|
6530 |
+
['1733754880', '1733755903', 'CN'],
|
6531 |
+
['1733755904', '1733756927', 'CN'],
|
6532 |
+
['1733756928', '1733757951', 'HK'],
|
6533 |
+
['1733757952', '1733758975', 'LK'],
|
6534 |
+
['1733758976', '1733759999', 'ID'],
|
6535 |
+
['1733760000', '1733761023', 'CN'],
|
6536 |
+
['1733761024', '1733762047', 'IN'],
|
6537 |
+
['1733762048', '1733763071', 'IN'],
|
6538 |
+
['1733763072', '1733764095', 'CN'],
|
6539 |
+
['1733764096', '1733764351', 'BD'],
|
6540 |
+
['1733764352', '1733764607', 'ID'],
|
6541 |
+
['1733764608', '1733765119', 'AU'],
|
6542 |
+
['1733765120', '1733766143', 'IN'],
|
6543 |
+
['1733766144', '1733767167', 'IN'],
|
6544 |
+
['1733767168', '1733768191', 'IN'],
|
6545 |
+
['1733768192', '1733769215', 'IN'],
|
6546 |
+
['1733769216', '1733770239', 'IN'],
|
6547 |
+
['1733770240', '1733771263', 'ID'],
|
6548 |
+
['1733771264', '1733771775', 'IN'],
|
6549 |
+
['1733771776', '1733772287', 'ID'],
|
6550 |
+
['1733772288', '1733772543', 'AU'],
|
6551 |
+
['1733772544', '1733772799', 'MN'],
|
6552 |
+
['1733772800', '1733773311', 'ID'],
|
6553 |
+
['1733773312', '1733774335', 'CN'],
|
6554 |
+
['1733774336', '1733775359', 'ID'],
|
6555 |
+
['1733775360', '1733776383', 'ID'],
|
6556 |
+
['1733776384', '1733777407', 'ID'],
|
6557 |
+
['1733777408', '1733777663', 'AF'],
|
6558 |
+
['1733777664', '1733777919', 'IN'],
|
6559 |
+
['1733777920', '1733778175', 'IN'],
|
6560 |
+
['1733778176', '1733778431', 'AU'],
|
6561 |
+
['1733778432', '1733779455', 'IN'],
|
6562 |
+
['1733779456', '1733780479', 'CN'],
|
6563 |
+
['1733780480', '1733781503', 'IN'],
|
6564 |
+
['1733781504', '1733782527', 'IN'],
|
6565 |
+
['1733782528', '1733783551', 'US'],
|
6566 |
+
['1733783552', '1733784575', 'BD'],
|
6567 |
+
['1733784576', '1733785599', 'KR'],
|
6568 |
+
['1733785600', '1733785855', 'IN'],
|
6569 |
+
['1733785856', '1733786111', 'NZ'],
|
6570 |
+
['1733786112', '1733786623', 'IN'],
|
6571 |
+
['1733786624', '1733787647', 'LK'],
|
6572 |
+
['1733787648', '1733788671', 'IN'],
|
6573 |
+
['1733788672', '1733789695', 'CN'],
|
6574 |
+
['1733789696', '1733790719', 'BD'],
|
6575 |
+
['1733790720', '1733791743', 'IN'],
|
6576 |
+
['1733791744', '1733792767', 'JP'],
|
6577 |
+
['1733793792', '1733794815', 'ID'],
|
6578 |
+
['1733794816', '1733795839', 'HK'],
|
6579 |
+
['1733795840', '1733796351', 'ID'],
|
6580 |
+
['1733796352', '1733796607', 'PK'],
|
6581 |
+
['1733796608', '1733796863', 'AU'],
|
6582 |
+
['1733796864', '1733797887', 'IN'],
|
6583 |
+
['1733797888', '1733798911', 'IN'],
|
6584 |
+
['1733798912', '1733799935', 'IN'],
|
6585 |
+
['1733799936', '1733800959', 'JP'],
|
6586 |
+
['1733800960', '1733801983', 'CN'],
|
6587 |
+
['1733801984', '1733803007', 'ID'],
|
6588 |
+
['1733803008', '1733803263', 'MV'],
|
6589 |
+
['1733803264', '1733803519', 'SG'],
|
6590 |
+
['1733803520', '1733804031', 'SG'],
|
6591 |
+
['1733804032', '1733805055', 'PK'],
|
6592 |
+
['1733805056', '1733806079', 'ID'],
|
6593 |
+
['1733806080', '1733806335', 'IN'],
|
6594 |
+
['1733806336', '1733806591', 'ID'],
|
6595 |
+
['1733806592', '1733806847', 'IN'],
|
6596 |
+
['1733806848', '1733807103', 'AU'],
|
6597 |
+
['1733807104', '1733808127', 'IN'],
|
6598 |
+
['1733808128', '1733809151', 'AU'],
|
6599 |
+
['1733809152', '1733810175', 'BD'],
|
6600 |
+
['1733810176', '1733810431', 'AU'],
|
6601 |
+
['1733810432', '1733810687', 'TH'],
|
6602 |
+
['1733810688', '1733811199', 'AU'],
|
6603 |
+
['1733811200', '1733812223', 'VN'],
|
6604 |
+
['1733812224', '1733813247', 'CN'],
|
6605 |
+
['1733813248', '1733814271', 'ID'],
|
6606 |
+
['1733814272', '1733815295', 'BD'],
|
6607 |
+
['1733815296', '1733815807', 'BD'],
|
6608 |
+
['1733815808', '1733816063', 'BD'],
|
6609 |
+
['1733816064', '1733816319', 'NZ'],
|
6610 |
+
['1733816320', '1733817343', 'HK'],
|
6611 |
+
['1733817344', '1733818367', 'BD'],
|
6612 |
+
['1733818368', '1733819391', 'BD'],
|
6613 |
+
['1733819392', '1733819903', 'IN'],
|
6614 |
+
['1733819904', '1733820159', 'AU'],
|
6615 |
+
['1733820160', '1733820415', 'MN'],
|
6616 |
+
['1733820416', '1733821439', 'IN'],
|
6617 |
+
['1733821440', '1733822463', 'CN'],
|
6618 |
+
['1733822464', '1733823487', 'CN'],
|
6619 |
+
['1733823488', '1733824511', 'CN'],
|
6620 |
+
['1733824512', '1733825535', 'CN'],
|
6621 |
+
['1733825536', '1733826559', 'CN'],
|
6622 |
+
['1733826560', '1733827583', 'BD'],
|
6623 |
+
['1733827584', '1733828607', 'IN'],
|
6624 |
+
['1733828608', '1733829631', 'CN'],
|
6625 |
+
['1733829632', '1733830655', 'CN'],
|
6626 |
+
['1733830656', '1733831167', 'IN'],
|
6627 |
+
['1733831168', '1733831423', 'PH'],
|
6628 |
+
['1733831424', '1733831679', 'SG'],
|
6629 |
+
['1733831680', '1733832703', 'JP'],
|
6630 |
+
['1733832704', '1733833727', 'MM'],
|
6631 |
+
['1733833728', '1733833983', 'IN'],
|
6632 |
+
['1733833984', '1733834239', 'IN'],
|
6633 |
+
['1733834240', '1733834751', 'IN'],
|
6634 |
+
['1733834752', '1733835775', 'IN'],
|
6635 |
+
['1733835776', '1733836799', 'CN'],
|
6636 |
+
['1733836800', '1733837823', 'CN'],
|
6637 |
+
['1733837824', '1733838847', 'PH'],
|
6638 |
+
['1733838848', '1733839871', 'CN'],
|
6639 |
+
['1733839872', '1733840383', 'IN'],
|
6640 |
+
['1733840384', '1733840639', 'AU'],
|
6641 |
+
['1733840640', '1733840895', 'SG'],
|
6642 |
+
['1733840896', '1733841919', 'IN'],
|
6643 |
+
['1733841920', '1733842943', 'IN'],
|
6644 |
+
['1733842944', '1733843967', 'IN'],
|
6645 |
+
['1733843968', '1733844991', 'HK'],
|
6646 |
+
['1733844992', '1733846015', 'CN'],
|
6647 |
+
['1733846016', '1733847039', 'CN'],
|
6648 |
+
['1733847040', '1733848063', 'NZ'],
|
6649 |
+
['1733848064', '1733849087', 'VN'],
|
6650 |
+
['1733849088', '1733851135', 'VN'],
|
6651 |
+
['1733851136', '1733852159', 'VN'],
|
6652 |
+
['1733852160', '1733853183', 'IN'],
|
6653 |
+
['1733853184', '1733854207', 'IN'],
|
6654 |
+
['1733854208', '1733855231', 'IN'],
|
6655 |
+
['1733855232', '1733855743', 'BD'],
|
6656 |
+
['1733855744', '1733855999', 'IN'],
|
6657 |
+
['1733856000', '1733856255', 'CN'],
|
6658 |
+
['1733856256', '1733857279', 'BD'],
|
6659 |
+
['1733857280', '1733858303', 'AU'],
|
6660 |
+
['1733858304', '1733859327', 'AU'],
|
6661 |
+
['1733859328', '1733859839', 'CN'],
|
6662 |
+
['1733859840', '1733860095', 'AU'],
|
6663 |
+
['1733860096', '1733860351', 'KH'],
|
6664 |
+
['1733860352', '1733861375', 'IN'],
|
6665 |
+
['1733861376', '1733861887', 'IN'],
|
6666 |
+
['1733861888', '1733862143', 'KH'],
|
6667 |
+
['1733862144', '1733862399', 'NC'],
|
6668 |
+
['1733862400', '1733863423', 'CN'],
|
6669 |
+
['1733863424', '1733864447', 'ID'],
|
6670 |
+
['1733864448', '1733865471', 'IN'],
|
6671 |
+
['1733865472', '1733866495', 'CN'],
|
6672 |
+
['1733866496', '1733867007', 'AU'],
|
6673 |
+
['1733867008', '1733867263', 'IN'],
|
6674 |
+
['1733867264', '1733867519', 'AU'],
|
6675 |
+
['1733867520', '1733868543', 'CN'],
|
6676 |
+
['1733868544', '1733869567', 'CN'],
|
6677 |
+
['1733869568', '1733870591', 'AF'],
|
6678 |
+
['1733870592', '1733871615', 'ID'],
|
6679 |
+
['1733871616', '1733872639', 'ID'],
|
6680 |
+
['1733872640', '1733873663', 'ID'],
|
6681 |
+
['1733873664', '1733874687', 'ID'],
|
6682 |
+
['1733874688', '1733875711', 'CN'],
|
6683 |
+
['1733875712', '1733876735', 'IN'],
|
6684 |
+
['1733876736', '1733877759', 'IN'],
|
6685 |
+
['1733877760', '1733878783', 'IN'],
|
6686 |
+
['1733878784', '1733879039', 'IN'],
|
6687 |
+
['1733879040', '1733879295', 'ID'],
|
6688 |
+
['1733879296', '1733879807', 'NZ'],
|
6689 |
+
['1733879808', '1733880831', 'BD'],
|
6690 |
+
['1733880832', '1733881855', 'IN'],
|
6691 |
+
['1733881856', '1733882879', 'IN'],
|
6692 |
+
['1733882880', '1733883903', 'ID'],
|
6693 |
+
['1733883904', '1733884927', 'ID'],
|
6694 |
+
['1733884928', '1733885951', 'ID'],
|
6695 |
+
['1733885952', '1733886975', 'ID'],
|
6696 |
+
['1733886976', '1733887999', 'ID'],
|
6697 |
+
['1733888000', '1733888255', 'IN'],
|
6698 |
+
['1733888256', '1733888511', 'AU'],
|
6699 |
+
['1733888512', '1733889023', 'AU'],
|
6700 |
+
['1733889024', '1733890047', 'PH'],
|
6701 |
+
['1733890048', '1733890559', 'IN'],
|
6702 |
+
['1733890560', '1733891071', 'NZ'],
|
6703 |
+
['1733891072', '1733892095', 'TW'],
|
6704 |
+
['1733892096', '1733893119', 'BD'],
|
6705 |
+
['1733893120', '1733894143', 'CN'],
|
6706 |
+
['1733894144', '1733895167', 'ID'],
|
6707 |
+
['1733895168', '1733895423', 'IN'],
|
6708 |
+
['1733895424', '1733895679', 'IN'],
|
6709 |
+
['1733895680', '1733896191', 'AU'],
|
6710 |
+
['1733896192', '1733897215', 'IN'],
|
6711 |
+
['1733897216', '1733898239', 'KR'],
|
6712 |
+
['1733898240', '1733899263', 'MM'],
|
6713 |
+
['1733899264', '1733900287', 'IN'],
|
6714 |
+
['1733900288', '1733901311', 'IN'],
|
6715 |
+
['1733901312', '1733902335', 'IN'],
|
6716 |
+
['1733902336', '1733903359', 'IN'],
|
6717 |
+
['1733903360', '1733904383', 'US'],
|
6718 |
+
['1733904384', '1733904639', 'HK'],
|
6719 |
+
['1733904640', '1733904895', 'AU'],
|
6720 |
+
['1733904896', '1733905407', 'IN'],
|
6721 |
+
['1733905408', '1733906431', 'ID'],
|
6722 |
+
['1733906432', '1733907455', 'AU'],
|
6723 |
+
['1733907456', '1733908479', 'VN'],
|
6724 |
+
['1733908480', '1733909503', 'VN'],
|
6725 |
+
['1733909504', '1733910527', 'VN'],
|
6726 |
+
['1733910528', '1733911551', 'CN'],
|
6727 |
+
['1733911552', '1733912575', 'CN'],
|
6728 |
+
['1733912576', '1733913599', 'CN'],
|
6729 |
+
['1733913600', '1733914623', 'CN'],
|
6730 |
+
['1733914624', '1733915647', 'CN'],
|
6731 |
+
['1733915648', '1733916671', 'CN'],
|
6732 |
+
['1733916672', '1733917695', 'VN'],
|
6733 |
+
['1733917696', '1733918719', 'ID'],
|
6734 |
+
['1733918720', '1733919743', 'HK'],
|
6735 |
+
['1733919744', '1733920767', 'GB'],
|
6736 |
+
['1733920768', '1733921023', 'IN'],
|
6737 |
+
['1733921024', '1733921279', 'HK'],
|
6738 |
+
['1733921280', '1733921791', 'ID'],
|
6739 |
+
['1733921792', '1733922815', 'SG'],
|
6740 |
+
['1733922816', '1733923839', 'HK'],
|
6741 |
+
['1733923840', '1733924863', 'CN'],
|
6742 |
+
['1733924864', '1733925375', 'AF'],
|
6743 |
+
['1733925376', '1733925631', 'ID'],
|
6744 |
+
['1733925632', '1733925887', 'ID'],
|
6745 |
+
['1733925888', '1733926911', 'NP'],
|
6746 |
+
['1733926912', '1733927935', 'ID'],
|
6747 |
+
['1733927936', '1733928447', 'ID'],
|
6748 |
+
['1733928448', '1733928703', 'ID'],
|
6749 |
+
['1733928704', '1733928959', 'AU'],
|
6750 |
+
['1733928960', '1733929983', 'IN'],
|
6751 |
+
['1733929984', '1733931007', 'CN'],
|
6752 |
+
['1733931008', '1733932031', 'MM'],
|
6753 |
+
['1733932032', '1733933055', 'MM'],
|
6754 |
+
['1733933056', '1733934079', 'CN'],
|
6755 |
+
['1733934080', '1733935103', 'CN'],
|
6756 |
+
['1733935104', '1733936127', 'CN'],
|
6757 |
+
['1733936128', '1733937151', 'CN'],
|
6758 |
+
['1733937152', '1733938175', 'CN'],
|
6759 |
+
['1733938176', '1733939199', 'CN'],
|
6760 |
+
['1733939200', '1733940223', 'CN'],
|
6761 |
+
['1733940224', '1733941247', 'CN'],
|
6762 |
+
['1733941248', '1733942271', 'CN'],
|
6763 |
+
['1733942272', '1733943295', 'CN'],
|
6764 |
+
['1733943296', '1733944319', 'CN'],
|
6765 |
+
['1733944320', '1733945343', 'CN'],
|
6766 |
+
['1733945344', '1733946367', 'IN'],
|
6767 |
+
['1733946368', '1733947391', 'PH'],
|
6768 |
+
['1733947392', '1733948415', 'PH'],
|
6769 |
+
['1733948416', '1733949439', 'BD'],
|
6770 |
+
['1733949440', '1733949695', 'ID'],
|
6771 |
+
['1733949696', '1733949951', 'IN'],
|
6772 |
+
['1733949952', '1733950463', 'ID'],
|
6773 |
+
['1733950464', '1733951487', 'IN'],
|
6774 |
+
['1733951488', '1733951999', 'BD'],
|
6775 |
+
['1733952000', '1733952255', 'BD'],
|
6776 |
+
['1733952256', '1733952511', 'AU'],
|
6777 |
+
['1733952512', '1733953023', 'IN'],
|
6778 |
+
['1733953024', '1733953279', 'IN'],
|
6779 |
+
['1733953280', '1733953535', 'PK'],
|
6780 |
+
['1733953536', '1733954559', 'ID'],
|
6781 |
+
['1733954560', '1733955071', 'BD'],
|
6782 |
+
['1733955072', '1733955327', 'NZ'],
|
6783 |
+
['1733955328', '1733955583', 'AU'],
|
6784 |
+
['1733955584', '1733956607', 'JP'],
|
6785 |
+
['1733956608', '1733957631', 'AU'],
|
6786 |
+
['1733957632', '1733958655', 'ID'],
|
6787 |
+
['1733958656', '1733959679', 'JP'],
|
6788 |
+
['1733959680', '1733960703', 'IN'],
|
6789 |
+
['1733960704', '1733961727', 'IN'],
|
6790 |
+
['1733961728', '1733962751', 'TH'],
|
6791 |
+
['1733962752', '1733963775', 'IN'],
|
6792 |
+
['1733963776', '1733964287', 'AU'],
|
6793 |
+
['1733964288', '1733964543', 'AU'],
|
6794 |
+
['1733964544', '1733964799', 'HK'],
|
6795 |
+
['1733964800', '1733965823', 'CN'],
|
6796 |
+
['1733965824', '1733966335', 'HK'],
|
6797 |
+
['1733966336', '1733966847', 'AU'],
|
6798 |
+
['1733966848', '1733967871', 'IN'],
|
6799 |
+
['1733967872', '1733968127', 'ID'],
|
6800 |
+
['1733968128', '1733968383', 'AU'],
|
6801 |
+
['1733968384', '1733968895', 'AU'],
|
6802 |
+
['1733968896', '1733969919', 'IN'],
|
6803 |
+
['1733969920', '1733970943', 'IN'],
|
6804 |
+
['1733970944', '1733971199', 'HK'],
|
6805 |
+
['1733971200', '1733971455', 'AU'],
|
6806 |
+
['1733971456', '1733971711', 'NZ'],
|
6807 |
+
['1733971712', '1733971967', 'IN'],
|
6808 |
+
['1733971968', '1733972991', 'HK'],
|
6809 |
+
['1733972992', '1733974015', 'NP'],
|
6810 |
+
['1733974016', '1733975039', 'AU'],
|
6811 |
+
['1733975040', '1733976063', 'CN'],
|
6812 |
+
['1733976064', '1733977087', 'IN'],
|
6813 |
+
['1733977088', '1733978111', 'CN'],
|
6814 |
+
['1733978112', '1733979135', 'CN'],
|
6815 |
+
['1733979136', '1733980159', 'CN'],
|
6816 |
+
['1733980160', '1733981183', 'CN'],
|
6817 |
+
['1733981184', '1733982207', 'CN'],
|
6818 |
+
['1733982208', '1733983231', 'CN'],
|
6819 |
+
['1733983232', '1733984255', 'CN'],
|
6820 |
+
['1733984256', '1733985279', 'CN'],
|
6821 |
+
['1733985280', '1733986303', 'CN'],
|
6822 |
+
['1733986304', '1733987327', 'HK'],
|
6823 |
+
['1733987328', '1733988351', 'AU'],
|
6824 |
+
['1733988352', '1733989375', 'NP'],
|
6825 |
+
['1733989376', '1733990399', 'KH'],
|
6826 |
+
['1733990400', '1733991423', 'CN'],
|
6827 |
+
['1733991424', '1733992447', 'IN'],
|
6828 |
+
['1733992448', '1733993471', 'IN'],
|
6829 |
+
['1733993472', '1733994495', 'JP'],
|
6830 |
+
['1733994496', '1733995519', 'CN'],
|
6831 |
+
['1733995520', '1733995775', 'HK'],
|
6832 |
+
['1733995776', '1733996031', 'CN'],
|
6833 |
+
['1733996032', '1733996543', 'NZ'],
|
6834 |
+
['1733996544', '1733997567', 'CN'],
|
6835 |
+
['1733997568', '1733998591', 'IN'],
|
6836 |
+
['1733998592', '1733999103', 'NZ'],
|
6837 |
+
['1733999104', '1733999615', 'IN'],
|
6838 |
+
['1733999616', '1734000639', 'CN'],
|
6839 |
+
['1734000640', '1734001663', 'CN'],
|
6840 |
+
['1734001664', '1734002687', 'ID'],
|
6841 |
+
['1734002688', '1734003199', 'IN'],
|
6842 |
+
['1734003200', '1734003455', 'PH'],
|
6843 |
+
['1734003456', '1734003711', 'HK'],
|
6844 |
+
['1734003712', '1734004735', 'IN'],
|
6845 |
+
['1734004736', '1734004991', 'AU'],
|
6846 |
+
['1734004992', '1734005247', 'KR'],
|
6847 |
+
['1734005248', '1734005503', 'ID'],
|
6848 |
+
['1734005504', '1734005759', 'AU'],
|
6849 |
+
['1734005760', '1734006783', 'BD'],
|
6850 |
+
['1734006784', '1734007807', 'AU'],
|
6851 |
+
['1734007808', '1734008831', 'VN'],
|
6852 |
+
['1734008832', '1734009855', 'VN'],
|
6853 |
+
['1734009856', '1734010879', 'VN'],
|
6854 |
+
['1734010880', '1734011903', 'VN'],
|
6855 |
+
['1734011904', '1734012927', 'IN'],
|
6856 |
+
['1734012928', '1734013951', 'IN'],
|
6857 |
+
['1734013952', '1734014975', 'KR'],
|
6858 |
+
['1734014976', '1734015999', 'ID'],
|
6859 |
+
['1734016000', '1734017023', 'ID'],
|
6860 |
+
['1734017024', '1734018047', 'ID'],
|
6861 |
+
['1734018048', '1734019071', 'JP'],
|
6862 |
+
['1734019072', '1734020095', 'HK'],
|
6863 |
+
['1734020096', '1734021119', 'ID'],
|
6864 |
+
['1734021120', '1734022143', 'IN'],
|
6865 |
+
['1734022144', '1734023167', 'ID'],
|
6866 |
+
['1734023168', '1734024191', 'ID'],
|
6867 |
+
['1734024192', '1734025215', 'ID'],
|
6868 |
+
['1734025216', '1734026239', 'ID'],
|
6869 |
+
['1734026240', '1734027263', 'CN'],
|
6870 |
+
['1734027264', '1734028287', 'CN'],
|
6871 |
+
['1734028288', '1734029311', 'ID'],
|
6872 |
+
['1734029312', '1734030335', 'IN'],
|
6873 |
+
['1734030336', '1734030847', 'BD'],
|
6874 |
+
['1734030848', '1734031103', 'BD'],
|
6875 |
+
['1734031104', '1734031359', 'PH'],
|
6876 |
+
['1734031360', '1734032383', 'HK'],
|
6877 |
+
['1734032384', '1734032895', 'MM'],
|
6878 |
+
['1734032896', '1734033151', 'IN'],
|
6879 |
+
['1734033152', '1734033407', 'IN'],
|
6880 |
+
['1734033408', '1734034431', 'MY'],
|
6881 |
+
['1734034432', '1734035455', 'IN'],
|
6882 |
+
['1734035456', '1734036479', 'IN'],
|
6883 |
+
['1734036480', '1734037503', 'IN'],
|
6884 |
+
['1734037504', '1734038527', 'IN'],
|
6885 |
+
['1734038528', '1734039039', 'IN'],
|
6886 |
+
['1734039040', '1734039295', 'IN'],
|
6887 |
+
['1734039296', '1734039551', 'ID'],
|
6888 |
+
['1734039552', '1734040575', 'IN'],
|
6889 |
+
['1734040576', '1734041599', 'IN'],
|
6890 |
+
['1734041600', '1734042623', 'IN'],
|
6891 |
+
['1734042624', '1734043647', 'IN'],
|
6892 |
+
['1734043648', '1734044159', 'BD'],
|
6893 |
+
['1734044160', '1734044671', 'US'],
|
6894 |
+
['1734044672', '1734045695', 'CN'],
|
6895 |
+
['1734045696', '1734046207', 'PH'],
|
6896 |
+
['1734046208', '1734046719', 'PG'],
|
6897 |
+
['1734046720', '1734047743', 'IN'],
|
6898 |
+
['1734047744', '1734048767', 'IN'],
|
6899 |
+
['1734048768', '1734049023', 'IN'],
|
6900 |
+
['1734049024', '1734049279', 'SG'],
|
6901 |
+
['1734049280', '1734049535', 'HK'],
|
6902 |
+
['1734049536', '1734049791', 'IN'],
|
6903 |
+
['1734049792', '1734050815', 'BD'],
|
6904 |
+
['1734050816', '1734051839', 'IN'],
|
6905 |
+
['1734051840', '1734052863', 'IN'],
|
6906 |
+
['1734052864', '1734053887', 'PH'],
|
6907 |
+
['1734053888', '1734054911', 'BD'],
|
6908 |
+
['1734054912', '1734055935', 'AU'],
|
6909 |
+
['1734055936', '1734056959', 'CN'],
|
6910 |
+
['1734056960', '1734057983', 'HK'],
|
6911 |
+
['1734057984', '1734059007', 'IN'],
|
6912 |
+
['1734059008', '1734060031', 'AU'],
|
6913 |
+
['1734060032', '1734061055', 'BD'],
|
6914 |
+
['1734061056', '1734062079', 'NZ'],
|
6915 |
+
['1734062080', '1734063103', 'CN'],
|
6916 |
+
['1734063104', '1734064127', 'IN'],
|
6917 |
+
['1740636160', '1740637183', 'CN'],
|
6918 |
+
['1740637184', '1740638207', 'CN'],
|
6919 |
+
['1740638208', '1740639231', 'CN'],
|
6920 |
+
['1740639232', '1740640255', 'CN'],
|
6921 |
+
['1740640256', '1740641279', 'CN'],
|
6922 |
+
['1740641280', '1740642303', 'CN'],
|
6923 |
+
['1740642304', '1740643327', 'CN'],
|
6924 |
+
['1740643328', '1740644351', 'CN'],
|
6925 |
+
['1740644352', '1740645375', 'IN'],
|
6926 |
+
['1740645376', '1740646399', 'HK'],
|
6927 |
+
['1740646400', '1740647423', 'HK'],
|
6928 |
+
['1740647424', '1740648447', 'MO'],
|
6929 |
+
['1740648448', '1740649471', 'CN'],
|
6930 |
+
['1740649472', '1740650495', 'CN'],
|
6931 |
+
['1740650496', '1740651519', 'CN'],
|
6932 |
+
['1740651520', '1740652543', 'IN'],
|
6933 |
+
['1740652544', '1740653567', 'IN'],
|
6934 |
+
['1740653568', '1740654591', 'JP'],
|
6935 |
+
['1740654592', '1740655615', 'IN'],
|
6936 |
+
['1740655616', '1740656639', 'NP'],
|
6937 |
+
['1740656640', '1740656895', 'NZ'],
|
6938 |
+
['1740656896', '1740657151', 'AF'],
|
6939 |
+
['1740657152', '1740657663', 'AU'],
|
6940 |
+
['1740657664', '1740658687', 'CN'],
|
6941 |
+
['1740658688', '1740659711', 'CN'],
|
6942 |
+
['1740659712', '1740660735', 'CN'],
|
6943 |
+
['1740660736', '1740661759', 'CN'],
|
6944 |
+
['1740661760', '1740662783', 'CN'],
|
6945 |
+
['1740662784', '1740663807', 'CN'],
|
6946 |
+
['1740663808', '1740664831', 'CN'],
|
6947 |
+
['1740664832', '1740665855', 'CN'],
|
6948 |
+
['1740665856', '1740666879', 'IN'],
|
6949 |
+
['1740666880', '1740667903', 'JP'],
|
6950 |
+
['1740667904', '1740668927', 'PH'],
|
6951 |
+
['1740668928', '1740669951', 'CN'],
|
6952 |
+
['1740669952', '1740670975', 'CN'],
|
6953 |
+
['1740670976', '1740671999', 'CN'],
|
6954 |
+
['1740672000', '1740673023', 'CN'],
|
6955 |
+
['1740673024', '1740674047', 'CN'],
|
6956 |
+
['1740674048', '1740675071', 'JP'],
|
6957 |
+
['1740675072', '1740676095', 'AU'],
|
6958 |
+
['1740676096', '1740677119', 'BD'],
|
6959 |
+
['1740677120', '1740678143', 'HK'],
|
6960 |
+
['1740678144', '1740679167', 'CN'],
|
6961 |
+
['1740679168', '1740680191', 'IN'],
|
6962 |
+
['1740680192', '1740680447', 'IN'],
|
6963 |
+
['1740680448', '1740680703', 'AU'],
|
6964 |
+
['1740680704', '1740680959', 'MM'],
|
6965 |
+
['1740680960', '1740681215', 'AU'],
|
6966 |
+
['1740681216', '1740682239', 'HK'],
|
6967 |
+
['1740682240', '1740683263', 'KH'],
|
6968 |
+
['1740683264', '1740684287', 'PH'],
|
6969 |
+
['1740684288', '1740685311', 'CN'],
|
6970 |
+
['1740685312', '1740686335', 'AU'],
|
6971 |
+
['1740686336', '1740686591', 'AU'],
|
6972 |
+
['1740686592', '1740686847', 'NZ'],
|
6973 |
+
['1740686848', '1740687359', 'IN'],
|
6974 |
+
['1740687360', '1740688383', 'HK'],
|
6975 |
+
['1740688384', '1740689407', 'IN'],
|
6976 |
+
['1740689408', '1740690431', 'CN'],
|
6977 |
+
['1740690432', '1740691455', 'CN'],
|
6978 |
+
['1740691456', '1740692479', 'CN'],
|
6979 |
+
['1740692480', '1740693503', 'IN'],
|
6980 |
+
['1740693504', '1740694527', 'HK'],
|
6981 |
+
['1740694528', '1740695551', 'JP'],
|
6982 |
+
['1740695552', '1740696575', 'JP'],
|
6983 |
+
['1740696576', '1740697599', 'VN'],
|
6984 |
+
['1740697600', '1740698623', 'NZ'],
|
6985 |
+
['1740698624', '1740699647', 'IN'],
|
6986 |
+
['1740699648', '1740700671', 'IN'],
|
6987 |
+
['1740700672', '1740701695', 'CN'],
|
6988 |
+
['1740701696', '1740702719', 'IN'],
|
6989 |
+
['1740702720', '1740703743', 'SG'],
|
6990 |
+
['1740703744', '1740704255', 'NZ'],
|
6991 |
+
['1740704256', '1740704767', 'AU'],
|
6992 |
+
['1740704768', '1740705791', 'JP'],
|
6993 |
+
['1740705792', '1740706047', 'NZ'],
|
6994 |
+
['1740706048', '1740706303', 'AU'],
|
6995 |
+
['1740706304', '1740706559', 'PK'],
|
6996 |
+
['1740706560', '1740706815', 'ID'],
|
6997 |
+
['1740706816', '1740707839', 'IN'],
|
6998 |
+
['1740707840', '1740708863', 'IN'],
|
6999 |
+
['1740708864', '1740709887', 'IN'],
|
7000 |
+
['1740709888', '1740710911', 'HK'],
|
7001 |
+
['1740710912', '1740711167', 'IN'],
|
7002 |
+
['1740711168', '1740711423', 'IN'],
|
7003 |
+
['1740711424', '1740711935', 'NZ'],
|
7004 |
+
['1740711936', '1740712959', 'CN'],
|
7005 |
+
['1740712960', '1740713983', 'CN'],
|
7006 |
+
['1740713984', '1740715007', 'IN'],
|
7007 |
+
['1740715008', '1740716031', 'IN'],
|
7008 |
+
['1740716032', '1740717055', 'IN'],
|
7009 |
+
['1740717056', '1740718079', 'IN'],
|
7010 |
+
['1740718080', '1740719103', 'IN'],
|
7011 |
+
['1740719104', '1740720127', 'HK'],
|
7012 |
+
['1740721152', '1740721407', 'AU'],
|
7013 |
+
['1740721408', '1740721663', 'IN'],
|
7014 |
+
['1740721664', '1740721919', 'AU'],
|
7015 |
+
['1740721920', '1740722175', 'IN'],
|
7016 |
+
['1740722176', '1740723199', 'AU'],
|
7017 |
+
['1740723200', '1740724223', 'IN'],
|
7018 |
+
['1740724224', '1740725247', 'IN'],
|
7019 |
+
['1740725248', '1740726271', 'IN'],
|
7020 |
+
['1740726272', '1740727295', 'IN'],
|
7021 |
+
['1740727296', '1740728319', 'IN'],
|
7022 |
+
['1740728320', '1740729343', 'IN'],
|
7023 |
+
['1740729344', '1740730367', 'IN'],
|
7024 |
+
['1740730368', '1740731391', 'IN'],
|
7025 |
+
['1740731392', '1740732415', 'ID'],
|
7026 |
+
['1740732416', '1740733439', 'CN'],
|
7027 |
+
['1740733440', '1740734463', 'CN'],
|
7028 |
+
['1740734464', '1740735487', 'HK'],
|
7029 |
+
['1740735488', '1740736511', 'HK'],
|
7030 |
+
['1740736512', '1740737535', 'NZ'],
|
7031 |
+
['1740737536', '1740738559', 'CN'],
|
7032 |
+
['1740738560', '1740739583', 'CN'],
|
7033 |
+
['1740739584', '1740740607', 'CN'],
|
7034 |
+
['1740740608', '1740741631', 'IN'],
|
7035 |
+
['1740741632', '1740742655', 'IN'],
|
7036 |
+
['1740742656', '1740743679', 'CN'],
|
7037 |
+
['1740743936', '1740744191', 'PH'],
|
7038 |
+
['1740744192', '1740744703', 'AU'],
|
7039 |
+
['1740744704', '1740745727', 'BD'],
|
7040 |
+
['1740745728', '1740746751', 'HK'],
|
7041 |
+
['1740747776', '1740748799', 'KH'],
|
7042 |
+
['1740748800', '1740749823', 'JP'],
|
7043 |
+
['1740749824', '1740750847', 'CN'],
|
7044 |
+
['1740750848', '1740751871', 'CN'],
|
7045 |
+
['1740751872', '1740752895', 'IN'],
|
7046 |
+
['1740752896', '1740753919', 'IN'],
|
7047 |
+
['1740753920', '1740754943', 'KH'],
|
7048 |
+
['1740754944', '1740755967', 'AU'],
|
7049 |
+
['1740755968', '1740756991', 'CN'],
|
7050 |
+
['1740756992', '1740758015', 'CN'],
|
7051 |
+
['1740758016', '1740759039', 'CN'],
|
7052 |
+
['1740759040', '1740760063', 'CN'],
|
7053 |
+
['1740760064', '1740761087', 'CN'],
|
7054 |
+
['1740761088', '1740762111', 'CN'],
|
7055 |
+
['1740762112', '1740763135', 'CN'],
|
7056 |
+
['1740763136', '1740764159', 'CN'],
|
7057 |
+
['1740764160', '1740765183', 'HK'],
|
7058 |
+
['1740765184', '1740766207', 'HK'],
|
7059 |
+
['1740766208', '1740767231', 'IN'],
|
7060 |
+
['1740767232', '1740768255', 'AU'],
|
7061 |
+
['1740768256', '1740769279', 'AU'],
|
7062 |
+
['1740769280', '1740770303', 'IN'],
|
7063 |
+
['1740770304', '1740771327', 'IN'],
|
7064 |
+
['1740771328', '1740772351', 'CN'],
|
7065 |
+
['1740772352', '1740773375', 'IN'],
|
7066 |
+
['1740773376', '1740774399', 'IN'],
|
7067 |
+
['1740774400', '1740775423', 'IN'],
|
7068 |
+
['1740775424', '1740776447', 'IN'],
|
7069 |
+
['1740776448', '1740777471', 'HK'],
|
7070 |
+
['1740777472', '1740778495', 'HK'],
|
7071 |
+
['1740778496', '1740778751', 'IN'],
|
7072 |
+
['1740778752', '1740779007', 'IN'],
|
7073 |
+
['1740779008', '1740779263', 'IN'],
|
7074 |
+
['1740779264', '1740779519', 'IN'],
|
7075 |
+
['1740779520', '1740780543', 'AU'],
|
7076 |
+
['1740780544', '1740781567', 'IN'],
|
7077 |
+
['1740781568', '1740782591', 'IN'],
|
7078 |
+
['1740782592', '1740783615', 'IN'],
|
7079 |
+
['1740783616', '1740784639', 'IN'],
|
7080 |
+
['1740784640', '1740784895', 'AU'],
|
7081 |
+
['1740784896', '1740785151', 'IN'],
|
7082 |
+
['1740785152', '1740785663', 'IN'],
|
7083 |
+
['1740785664', '1740786687', 'JP'],
|
7084 |
+
['1740786688', '1740787711', 'SG'],
|
7085 |
+
['1740787712', '1740788735', 'MY'],
|
7086 |
+
['1740788736', '1740789759', 'KH'],
|
7087 |
+
['1740789760', '1740790783', 'IN'],
|
7088 |
+
['1740790784', '1740791807', 'PK'],
|
7089 |
+
['1740791808', '1740792831', 'IN'],
|
7090 |
+
['1740792832', '1740793343', 'HK'],
|
7091 |
+
['1740793344', '1740793855', 'HK'],
|
7092 |
+
['1740793856', '1740794879', 'HK'],
|
7093 |
+
['1740794880', '1740795903', 'KR'],
|
7094 |
+
['1740795904', '1740796927', 'IN'],
|
7095 |
+
['1740796928', '1740797951', 'IN'],
|
7096 |
+
['1740797952', '1740798207', 'IN'],
|
7097 |
+
['1740798208', '1740798463', 'AU'],
|
7098 |
+
['1740798464', '1740798975', 'IN'],
|
7099 |
+
['1740798976', '1740799999', 'AU'],
|
7100 |
+
['1740800000', '1740800511', 'IN'],
|
7101 |
+
['1740800512', '1740800767', 'ID'],
|
7102 |
+
['1740800768', '1740801023', 'IN'],
|
7103 |
+
['1740801024', '1740802047', 'IN'],
|
7104 |
+
['1740802048', '1740803071', 'IN'],
|
7105 |
+
['1740803072', '1740804095', 'IN'],
|
7106 |
+
['1740804096', '1740805119', 'IN'],
|
7107 |
+
['1740805120', '1740806143', 'HK'],
|
7108 |
+
['1740806144', '1740807167', 'IN'],
|
7109 |
+
['1740807168', '1740808191', 'IN'],
|
7110 |
+
['1740808192', '1740809215', 'IN'],
|
7111 |
+
['1740809216', '1740810239', 'JP'],
|
7112 |
+
['1740810240', '1740811263', 'NL'],
|
7113 |
+
['1740811264', '1740812287', 'ID'],
|
7114 |
+
['1740812288', '1740813311', 'MN'],
|
7115 |
+
['1740813312', '1740814335', 'IN'],
|
7116 |
+
['1740814336', '1740815359', 'HK'],
|
7117 |
+
['1740815360', '1740816383', 'VN'],
|
7118 |
+
['1740816384', '1740817407', 'IN'],
|
7119 |
+
['1740817408', '1740818431', 'IN'],
|
7120 |
+
['1740818432', '1740819455', 'IN'],
|
7121 |
+
['1740819456', '1740820479', 'IN'],
|
7122 |
+
['1740820480', '1740821503', 'IN'],
|
7123 |
+
['1740821504', '1740822015', 'HK'],
|
7124 |
+
['1740822016', '1740822527', 'AU'],
|
7125 |
+
['1740822528', '1740823551', 'IN'],
|
7126 |
+
['1740823552', '1740824575', 'IN'],
|
7127 |
+
['1740824576', '1740825599', 'IN'],
|
7128 |
+
['1740825856', '1740826111', 'AU'],
|
7129 |
+
['1740826112', '1740826623', 'SG'],
|
7130 |
+
['1740826624', '1740827647', 'IN'],
|
7131 |
+
['1740827648', '1740828671', 'HK'],
|
7132 |
+
['1740828672', '1740829695', 'IN'],
|
7133 |
+
['1740829696', '1740830719', 'HK'],
|
7134 |
+
['1740830720', '1740831743', 'IN'],
|
7135 |
+
['1740831744', '1740832767', 'KR'],
|
7136 |
+
['1740832768', '1740833791', 'BD'],
|
7137 |
+
['1740833792', '1740834815', 'HK'],
|
7138 |
+
['1740834816', '1740835839', 'NZ'],
|
7139 |
+
['1740835840', '1740836351', 'AU'],
|
7140 |
+
['1740836352', '1740836863', 'AU'],
|
7141 |
+
['1740836864', '1740837119', 'IN'],
|
7142 |
+
['1740837376', '1740837887', 'ID'],
|
7143 |
+
['1740837888', '1740838911', 'MY'],
|
7144 |
+
['1740838912', '1740839935', 'IN'],
|
7145 |
+
['1740840192', '1740840447', 'ID'],
|
7146 |
+
['1740840448', '1740840959', 'ID'],
|
7147 |
+
['1740840960', '1740841983', 'SG'],
|
7148 |
+
['1740841984', '1740843007', 'IN'],
|
7149 |
+
['1740843008', '1740844031', 'IN'],
|
7150 |
+
['1740844032', '1740845055', 'IN'],
|
7151 |
+
['1740845056', '1740846079', 'HK'],
|
7152 |
+
['1740846080', '1740846591', 'AU'],
|
7153 |
+
['1740846592', '1740847103', 'BD'],
|
7154 |
+
['1740847104', '1740848127', 'ID'],
|
7155 |
+
['1740848128', '1740849151', 'AU'],
|
7156 |
+
['1740849152', '1740849407', 'AU'],
|
7157 |
+
['1740849408', '1740849663', 'ID'],
|
7158 |
+
['1740849664', '1740850175', 'AU'],
|
7159 |
+
['1740850176', '1740851199', 'IN'],
|
7160 |
+
['1740851200', '1740852223', 'IN'],
|
7161 |
+
['1740852224', '1740853247', 'IN'],
|
7162 |
+
['1740853248', '1740854271', 'IN'],
|
7163 |
+
['1740854272', '1740855295', 'IN'],
|
7164 |
+
['1740855296', '1740856319', 'ID'],
|
7165 |
+
['1740856320', '1740857343', 'IN'],
|
7166 |
+
['1740857344', '1740858367', 'IN'],
|
7167 |
+
['1740858368', '1740859391', 'SG'],
|
7168 |
+
['1740859392', '1740860415', 'CN'],
|
7169 |
+
['1740860416', '1740861439', 'HK'],
|
7170 |
+
['1740861440', '1740862463', 'CN'],
|
7171 |
+
['1740862464', '1740863487', 'HK'],
|
7172 |
+
['1740863488', '1740864511', 'IN'],
|
7173 |
+
['1740864512', '1740865535', 'IN'],
|
7174 |
+
['1740865536', '1740866559', 'AU'],
|
7175 |
+
['1740866560', '1740867583', 'HK'],
|
7176 |
+
['1740867584', '1740868607', 'CN'],
|
7177 |
+
['1740868608', '1740869119', 'BD'],
|
7178 |
+
['1740869120', '1740869375', 'ID'],
|
7179 |
+
['1740869376', '1740869631', 'MY'],
|
7180 |
+
['1740869632', '1740870655', 'JP'],
|
7181 |
+
['1740870656', '1740871679', 'CN'],
|
7182 |
+
['1740871680', '1740872703', 'CN'],
|
7183 |
+
['1740872704', '1740873727', 'ID'],
|
7184 |
+
['1740873728', '1740874751', 'CN'],
|
7185 |
+
['1740874752', '1740875775', 'ID'],
|
7186 |
+
['1740875776', '1740876287', 'ID'],
|
7187 |
+
['1740876288', '1740876799', 'AU'],
|
7188 |
+
['1740876800', '1740877823', 'IN'],
|
7189 |
+
['1740877824', '1740878847', 'IN'],
|
7190 |
+
['1740878848', '1740879871', 'IN'],
|
7191 |
+
['1740879872', '1740880895', 'IN'],
|
7192 |
+
['1740880896', '1740881919', 'SG'],
|
7193 |
+
['1740881920', '1740882943', 'CN'],
|
7194 |
+
['1740882944', '1740883967', 'IN'],
|
7195 |
+
['1740883968', '1740884991', 'IN'],
|
7196 |
+
['1740884992', '1740885503', 'BD'],
|
7197 |
+
['1740885504', '1740885759', 'AU'],
|
7198 |
+
['1740885760', '1740886015', 'AU'],
|
7199 |
+
['1740886016', '1740887039', 'IN'],
|
7200 |
+
['1740887040', '1740888063', 'IN'],
|
7201 |
+
['1740888064', '1740889087', 'IN'],
|
7202 |
+
['1740889088', '1740890111', 'IN'],
|
7203 |
+
['1740890112', '1740891135', 'IN'],
|
7204 |
+
['1740891136', '1740892159', 'IN'],
|
7205 |
+
['1740892160', '1740893183', 'IN'],
|
7206 |
+
['1740893184', '1740894207', 'VN'],
|
7207 |
+
['1740894208', '1740895231', 'VN'],
|
7208 |
+
['1740895232', '1740896255', 'IN'],
|
7209 |
+
['1740896256', '1740897279', 'IN'],
|
7210 |
+
['1740897280', '1740898303', 'IN'],
|
7211 |
+
['1740898304', '1740899327', 'IN'],
|
7212 |
+
['1740899328', '1740900351', 'IN'],
|
7213 |
+
['1740900352', '1740901375', 'IN'],
|
7214 |
+
['1740901376', '1740901887', 'TH'],
|
7215 |
+
['1740901888', '1740902143', 'ID'],
|
7216 |
+
['1740902400', '1740903423', 'VN'],
|
7217 |
+
['1740903424', '1740904447', 'US'],
|
7218 |
+
['1740904448', '1740904959', 'NZ'],
|
7219 |
+
['1740904960', '1740905471', 'IN'],
|
7220 |
+
['1740905472', '1740906495', 'IN'],
|
7221 |
+
['1740906496', '1740907519', 'IN'],
|
7222 |
+
['1740907520', '1740908543', 'HK'],
|
7223 |
+
['1740908544', '1740909055', 'PK'],
|
7224 |
+
['1740909056', '1740909311', 'ID'],
|
7225 |
+
['1740909312', '1740909567', 'ID'],
|
7226 |
+
['1740909568', '1740910079', 'ID'],
|
7227 |
+
['1740910080', '1740910591', 'ID'],
|
7228 |
+
['1740910592', '1740911615', 'HK'],
|
7229 |
+
['1740911616', '1740912639', 'IN'],
|
7230 |
+
['1740912640', '1740913663', 'PH'],
|
7231 |
+
['1740913664', '1740914687', 'CN'],
|
7232 |
+
['1740914688', '1740915711', 'CN'],
|
7233 |
+
['1740915712', '1740916735', 'AU'],
|
7234 |
+
['1740916736', '1740917759', 'CN'],
|
7235 |
+
['1740917760', '1740918783', 'IN'],
|
7236 |
+
['1740918784', '1740919807', 'AU'],
|
7237 |
+
['1740919808', '1740920063', 'AU'],
|
7238 |
+
['1740920320', '1740920831', 'HK'],
|
7239 |
+
['1740920832', '1740921855', 'CN'],
|
7240 |
+
['1740921856', '1740922879', 'CN'],
|
7241 |
+
['1740922880', '1740923903', 'CN'],
|
7242 |
+
['1740923904', '1740924927', 'HK'],
|
7243 |
+
['1740924928', '1740925951', 'PH'],
|
7244 |
+
['1740925952', '1740926463', 'NZ'],
|
7245 |
+
['1740926464', '1740926719', 'IN'],
|
7246 |
+
['1740926720', '1740926975', 'AU'],
|
7247 |
+
['1740926976', '1740927999', 'SG'],
|
7248 |
+
['1740928000', '1740928255', 'ID'],
|
7249 |
+
['1740928256', '1740928511', 'IN'],
|
7250 |
+
['1740928512', '1740929023', 'AU'],
|
7251 |
+
['1740929024', '1740930047', 'HK'],
|
7252 |
+
['1740930048', '1740931071', 'HK'],
|
7253 |
+
['1740931072', '1740932095', 'PH'],
|
7254 |
+
['1740932096', '1740933119', 'IN'],
|
7255 |
+
['1740933120', '1740934143', 'PH'],
|
7256 |
+
['1740934144', '1740935167', 'SG'],
|
7257 |
+
['1740936192', '1740937215', 'AU'],
|
7258 |
+
['1740938240', '1740938495', 'AU'],
|
7259 |
+
['1740938496', '1740938751', 'IN'],
|
7260 |
+
['1740938752', '1740939263', 'TH'],
|
7261 |
+
['1740939264', '1740940287', 'PK'],
|
7262 |
+
['1740941312', '1740942335', 'CN'],
|
7263 |
+
['1740942336', '1740943359', 'TW'],
|
7264 |
+
['1740944384', '1740945407', 'US'],
|
7265 |
+
['1740946432', '1740947455', 'IN'],
|
7266 |
+
['1740947456', '1740947711', 'IN'],
|
7267 |
+
['1740947712', '1740947967', 'IN'],
|
7268 |
+
['1740947968', '1740948223', 'AU'],
|
7269 |
+
['1740948224', '1740948479', 'MY'],
|
7270 |
+
['1740948480', '1740949503', 'IN'],
|
7271 |
+
['1740949504', '1740950527', 'IN'],
|
7272 |
+
['1740950528', '1740951551', 'CN'],
|
7273 |
+
['1740951552', '1740952575', 'IN'],
|
7274 |
+
['1740952576', '1740953599', 'IN'],
|
7275 |
+
['1740953600', '1740954623', 'IN'],
|
7276 |
+
['1740954624', '1740955647', 'IN'],
|
7277 |
+
['1740955648', '1740956671', 'IN'],
|
7278 |
+
['1740956672', '1740957695', 'IN'],
|
7279 |
+
['1740957696', '1740958719', 'BD'],
|
7280 |
+
['1740958720', '1740959743', 'VN'],
|
7281 |
+
['1740959744', '1740960767', 'IN'],
|
7282 |
+
['1740960768', '1740961791', 'VN'],
|
7283 |
+
['1740961792', '1740962815', 'VN'],
|
7284 |
+
['1740962816', '1740963839', 'SG'],
|
7285 |
+
['1740963840', '1740964863', 'SG'],
|
7286 |
+
['1740964864', '1740965887', 'HK'],
|
7287 |
+
['1740965888', '1740966911', 'IN'],
|
7288 |
+
['1740966912', '1740967935', 'JP'],
|
7289 |
+
['1740967936', '1740968959', 'IN'],
|
7290 |
+
['1740968960', '1740969983', 'MY'],
|
7291 |
+
['1740969984', '1740971007', 'HK'],
|
7292 |
+
['1740971008', '1740972031', 'IN'],
|
7293 |
+
['1740972032', '1740973055', 'IN'],
|
7294 |
+
['1740973056', '1740974079', 'IN'],
|
7295 |
+
['1740974080', '1740975103', 'IN'],
|
7296 |
+
['1740975104', '1740976127', 'PK'],
|
7297 |
+
['1740976128', '1740976639', 'BD'],
|
7298 |
+
['1740976896', '1740977151', 'IN'],
|
7299 |
+
['1740977152', '1740978175', 'NZ'],
|
7300 |
+
['1740978176', '1740979199', 'MY'],
|
7301 |
+
['1740979200', '1740980223', 'NZ'],
|
7302 |
+
['1740980224', '1740981247', 'AU'],
|
7303 |
+
['1740981248', '1740982271', 'HK'],
|
7304 |
+
['1740982272', '1740983295', 'IN'],
|
7305 |
+
['1740983296', '1740984319', 'IN'],
|
7306 |
+
['1740984320', '1740985343', 'IN'],
|
7307 |
+
['1740985344', '1740986367', 'PH'],
|
7308 |
+
['1740986368', '1740986623', 'AU'],
|
7309 |
+
['1740986624', '1740986879', 'ID'],
|
7310 |
+
['1740986880', '1740987391', 'IN'],
|
7311 |
+
['1740987392', '1740988415', 'ID'],
|
7312 |
+
['1740988416', '1740989439', 'SG'],
|
7313 |
+
['1740989440', '1740990463', 'IN'],
|
7314 |
+
['1740990464', '1740991487', 'KH'],
|
7315 |
+
['1740991488', '1740992511', 'IN'],
|
7316 |
+
['1740992512', '1740993535', 'IN'],
|
7317 |
+
['1740993536', '1740994559', 'IN'],
|
7318 |
+
['1740994560', '1740995583', 'IN'],
|
7319 |
+
['1740995584', '1740996607', 'IN'],
|
7320 |
+
['1740996608', '1740997631', 'IN'],
|
7321 |
+
['1740997632', '1740998655', 'IN'],
|
7322 |
+
['1740998656', '1740999679', 'IN'],
|
7323 |
+
['1740999680', '1741000703', 'IN'],
|
7324 |
+
['1741000704', '1741001727', 'AU'],
|
7325 |
+
['1741001728', '1741002751', 'HK'],
|
7326 |
+
['1741002752', '1741003775', 'BD'],
|
7327 |
+
['1741004800', '1741005823', 'AU'],
|
7328 |
+
['1741005824', '1741006847', 'MV'],
|
7329 |
+
['1741006848', '1741007871', 'HK'],
|
7330 |
+
['1741007872', '1741008895', 'TW'],
|
7331 |
+
['1741008896', '1741009919', 'BT'],
|
7332 |
+
['1741009920', '1741010943', 'CN'],
|
7333 |
+
['1741010944', '1741011455', 'IN'],
|
7334 |
+
['1741011456', '1741011967', 'AU'],
|
7335 |
+
['1741011968', '1741012991', 'ID'],
|
7336 |
+
['1741012992', '1741014015', 'HK'],
|
7337 |
+
['1741014016', '1741015039', 'MM'],
|
7338 |
+
['1741015040', '1741016063', 'PH'],
|
7339 |
+
['1741016064', '1741017087', 'BD'],
|
7340 |
+
['1741017088', '1741018111', 'JP'],
|
7341 |
+
['1741018112', '1741018623', 'AU'],
|
7342 |
+
['1741018624', '1741019135', 'AU'],
|
7343 |
+
['1741019136', '1741020159', 'HK'],
|
7344 |
+
['1741020160', '1741021183', 'IN'],
|
7345 |
+
['1741021184', '1741022207', 'IN'],
|
7346 |
+
['1741022208', '1741023231', 'CN'],
|
7347 |
+
['1741023232', '1741024255', 'AU'],
|
7348 |
+
['1741024256', '1741025279', 'AU'],
|
7349 |
+
['1741025280', '1741026303', 'IN'],
|
7350 |
+
['1741026304', '1741027327', 'TH'],
|
7351 |
+
['1741027328', '1741028351', 'BD'],
|
7352 |
+
['1741029376', '1741029631', 'SG'],
|
7353 |
+
['1741029632', '1741029887', 'HK'],
|
7354 |
+
['1741029888', '1741030399', 'BD'],
|
7355 |
+
['1741030400', '1741031423', 'JP'],
|
7356 |
+
['1741031424', '1741031935', 'NP'],
|
7357 |
+
['1741031936', '1741032447', 'IN'],
|
7358 |
+
['1741032448', '1741033471', 'JP'],
|
7359 |
+
['1741033472', '1741033983', 'MY'],
|
7360 |
+
['1741033984', '1741034495', 'HK'],
|
7361 |
+
['1741034496', '1741035519', 'CN'],
|
7362 |
+
['1741035520', '1741036031', 'AU'],
|
7363 |
+
['1741036544', '1741037567', 'IN'],
|
7364 |
+
['1741037568', '1741038079', 'AU'],
|
7365 |
+
['1741038080', '1741038591', 'IN'],
|
7366 |
+
['1741038592', '1741039615', 'JP'],
|
7367 |
+
['1741039616', '1741040639', 'AU'],
|
7368 |
+
['1741040640', '1741041663', 'HK'],
|
7369 |
+
['1741041664', '1741042687', 'HK'],
|
7370 |
+
['1741042688', '1741043199', 'MY'],
|
7371 |
+
['1741043200', '1741043711', 'AU'],
|
7372 |
+
['1741043712', '1741044735', 'HK'],
|
7373 |
+
['1741044736', '1741045759', 'CN'],
|
7374 |
+
['1741045760', '1741046783', 'CN'],
|
7375 |
+
['1741046784', '1741047807', 'MY'],
|
7376 |
+
['1741047808', '1741048831', 'CN'],
|
7377 |
+
['1741048832', '1741049855', 'SG'],
|
7378 |
+
['1741049856', '1741050367', 'IN'],
|
7379 |
+
['1741050368', '1741050623', 'HK'],
|
7380 |
+
['1741050624', '1741050879', 'IN'],
|
7381 |
+
['1741050880', '1741051903', 'MY'],
|
7382 |
+
['1741051904', '1741052927', 'PH'],
|
7383 |
+
['1741052928', '1741053183', 'AU'],
|
7384 |
+
['1741053184', '1741053439', 'ID'],
|
7385 |
+
['1741053952', '1741054975', 'IN'],
|
7386 |
+
['1741054976', '1741055999', 'IN'],
|
7387 |
+
['1741056000', '1741056511', 'NZ'],
|
7388 |
+
['1741056512', '1741056767', 'AU'],
|
7389 |
+
['1741056768', '1741057023', 'AU'],
|
7390 |
+
['1741057024', '1741058047', 'JP'],
|
7391 |
+
['1741058048', '1741058559', 'AU'],
|
7392 |
+
['1741058560', '1741059071', 'ID'],
|
7393 |
+
['1741059072', '1741060095', 'ID'],
|
7394 |
+
['1741060096', '1741061119', 'ID'],
|
7395 |
+
['1741061120', '1741062143', 'CN'],
|
7396 |
+
['1741062144', '1741062399', 'IN'],
|
7397 |
+
['1741062400', '1741062655', 'IN'],
|
7398 |
+
['1741062656', '1741062911', 'AU'],
|
7399 |
+
['1741062912', '1741063167', 'ID'],
|
7400 |
+
['1741063168', '1741064191', 'BD'],
|
7401 |
+
['1741064192', '1741065215', 'BD'],
|
7402 |
+
['1741065216', '1741066239', 'SG'],
|
7403 |
+
['1741066240', '1741067263', 'SG'],
|
7404 |
+
['1741067264', '1741068287', 'MM'],
|
7405 |
+
['1741069312', '1741070335', 'CN'],
|
7406 |
+
['1741070336', '1741071359', 'JP'],
|
7407 |
+
['1741071360', '1741072383', 'IN'],
|
7408 |
+
['1741072384', '1741073407', 'BD'],
|
7409 |
+
['1741073408', '1741074431', 'IN'],
|
7410 |
+
['1741074432', '1741075455', 'TL'],
|
7411 |
+
['1741075456', '1741076479', 'CN'],
|
7412 |
+
['1741076480', '1741076991', 'NZ'],
|
7413 |
+
['1741076992', '1741077247', 'NZ'],
|
7414 |
+
['1741077248', '1741077503', 'IN'],
|
7415 |
+
['1741077504', '1741078527', 'HK'],
|
7416 |
+
['1741078528', '1741079551', 'HK'],
|
7417 |
+
['1741079552', '1741080575', 'CN'],
|
7418 |
+
['1741080576', '1741081599', 'CN'],
|
7419 |
+
['1741081600', '1741082623', 'HK'],
|
7420 |
+
['1741082624', '1741083135', 'JP'],
|
7421 |
+
['1741083136', '1741083391', 'JP'],
|
7422 |
+
['1741083648', '1741084671', 'JP'],
|
7423 |
+
['1741084672', '1741085695', 'CN'],
|
7424 |
+
['1741085696', '1741086719', 'CN'],
|
7425 |
+
['1741086720', '1741087743', 'CN'],
|
7426 |
+
['1741087744', '1741088767', 'CN'],
|
7427 |
+
['1741088768', '1741089791', 'CN'],
|
7428 |
+
['1741089792', '1741090815', 'CN'],
|
7429 |
+
['1741090816', '1741091839', 'CN'],
|
7430 |
+
['1741091840', '1741092863', 'CN'],
|
7431 |
+
['1741092864', '1741093887', 'HK'],
|
7432 |
+
['1741093888', '1741094911', 'BD'],
|
7433 |
+
['1741094912', '1741095423', 'NZ'],
|
7434 |
+
['1741095424', '1741095935', 'ID'],
|
7435 |
+
['1741095936', '1741096959', 'VN'],
|
7436 |
+
['1741096960', '1741097983', 'VN'],
|
7437 |
+
['1741097984', '1741099007', 'VN'],
|
7438 |
+
['1741099008', '1741100031', 'VN'],
|
7439 |
+
['1741100032', '1741101055', 'VN'],
|
7440 |
+
['1741101056', '1741102079', 'VN'],
|
7441 |
+
['1741102080', '1741103103', 'VN'],
|
7442 |
+
['1741103104', '1741104127', 'VN'],
|
7443 |
+
['1741104128', '1741105151', 'VN'],
|
7444 |
+
['1741105152', '1741106175', 'VN'],
|
7445 |
+
['1741106176', '1741107199', 'VN'],
|
7446 |
+
['1741107200', '1741108223', 'VN'],
|
7447 |
+
['1741108224', '1741109247', 'VN'],
|
7448 |
+
['1741109248', '1741110271', 'VN'],
|
7449 |
+
['1741110272', '1741111295', 'VN'],
|
7450 |
+
['1741111296', '1741112319', 'VN'],
|
7451 |
+
['1741112320', '1741113343', 'VN'],
|
7452 |
+
['1741113344', '1741114367', 'VN'],
|
7453 |
+
['1741114368', '1741115391', 'VN'],
|
7454 |
+
['1741115392', '1741115647', 'AU'],
|
7455 |
+
['1741115648', '1741115903', 'NZ'],
|
7456 |
+
['1741115904', '1741116415', 'AU'],
|
7457 |
+
['1741116416', '1741117439', 'BD'],
|
7458 |
+
['1741117440', '1741118463', 'IN'],
|
7459 |
+
['1741118464', '1741119487', 'IN'],
|
7460 |
+
['1741119488', '1741119743', 'AU'],
|
7461 |
+
['1741119744', '1741119999', 'IN'],
|
7462 |
+
['1741120000', '1741120511', 'IN'],
|
7463 |
+
['1741120512', '1741121535', 'HK'],
|
7464 |
+
['1741121536', '1741122559', 'HK'],
|
7465 |
+
['1741122560', '1741123583', 'BD'],
|
7466 |
+
['1741123584', '1741124607', 'IN'],
|
7467 |
+
['1741124608', '1741124863', 'IN'],
|
7468 |
+
['1741124864', '1741125119', 'IN'],
|
7469 |
+
['1741125120', '1741125375', 'ID'],
|
7470 |
+
['1741125376', '1741125631', 'AU'],
|
7471 |
+
['1741125632', '1741126655', 'IN'],
|
7472 |
+
['1741126656', '1741127679', 'IN'],
|
7473 |
+
['1741127680', '1741128703', 'IN'],
|
7474 |
+
['1741128704', '1741129727', 'JP'],
|
7475 |
+
['1741129728', '1741130751', 'IN'],
|
7476 |
+
['1741131776', '1741132799', 'IN'],
|
7477 |
+
['1741132800', '1741133823', 'HK'],
|
7478 |
+
['1741133824', '1741134847', 'BD'],
|
7479 |
+
['1741134848', '1741135871', 'IN'],
|
7480 |
+
['1741135872', '1741136895', 'IN'],
|
7481 |
+
['1741136896', '1741137919', 'CN'],
|
7482 |
+
['1741137920', '1741138431', 'BD'],
|
7483 |
+
['1741138432', '1741138943', 'TH'],
|
7484 |
+
['1741138944', '1741139967', 'IN'],
|
7485 |
+
['1741139968', '1741140991', 'IN'],
|
7486 |
+
['1741140992', '1741142015', 'IN'],
|
7487 |
+
['1741142016', '1741143039', 'IN'],
|
7488 |
+
['1741143040', '1741144063', 'IN'],
|
7489 |
+
['1741144064', '1741145087', 'IN'],
|
7490 |
+
['1741145088', '1741146111', 'CN'],
|
7491 |
+
['1741146112', '1741147135', 'IN'],
|
7492 |
+
['1741147136', '1741148159', 'IN'],
|
7493 |
+
['1741148160', '1741149183', 'IN'],
|
7494 |
+
['1741149184', '1741150207', 'IN'],
|
7495 |
+
['1741150208', '1741151231', 'MY'],
|
7496 |
+
['1741151232', '1741152255', 'JP'],
|
7497 |
+
['1741152256', '1741153279', 'IN'],
|
7498 |
+
['1741153280', '1741154303', 'CN'],
|
7499 |
+
['1741154304', '1741155327', 'BD'],
|
7500 |
+
['1741155328', '1741156351', 'ID'],
|
7501 |
+
['1741156352', '1741157375', 'IN'],
|
7502 |
+
['1741157376', '1741158399', 'HK'],
|
7503 |
+
['1741158400', '1741159423', 'CN'],
|
7504 |
+
['1741159424', '1741160447', 'CN'],
|
7505 |
+
['1741160448', '1741161471', 'TW'],
|
7506 |
+
['1741161472', '1741162495', 'SG'],
|
7507 |
+
['1741162496', '1741163519', 'AU'],
|
7508 |
+
['1741163520', '1741164543', 'AU'],
|
7509 |
+
['1741164544', '1741165567', 'ID'],
|
7510 |
+
['1741165568', '1741166591', 'VN'],
|
7511 |
+
['1741166592', '1741167615', 'VN'],
|
7512 |
+
['1741167616', '1741168639', 'CN'],
|
7513 |
+
['1741168640', '1741169663', 'CN'],
|
7514 |
+
['1741169664', '1741170687', 'BD'],
|
7515 |
+
['1741170688', '1741171711', 'IN'],
|
7516 |
+
['1741171712', '1741172735', 'IN'],
|
7517 |
+
['1741172736', '1741173759', 'IN'],
|
7518 |
+
['1741173760', '1741174783', 'CN'],
|
7519 |
+
['1741174784', '1741175807', 'IN'],
|
7520 |
+
['1741175808', '1741176831', 'VN'],
|
7521 |
+
['1741176832', '1741177855', 'CN'],
|
7522 |
+
['1741177856', '1741178879', 'CN'],
|
7523 |
+
['1741178880', '1741179903', 'IN'],
|
7524 |
+
['1741179904', '1741180927', 'IN'],
|
7525 |
+
['1741180928', '1741181951', 'IN'],
|
7526 |
+
['1741181952', '1741182975', 'IN'],
|
7527 |
+
['1741182976', '1741183999', 'IN'],
|
7528 |
+
['1741184000', '1741185023', 'BD'],
|
7529 |
+
['1741185024', '1741186047', 'JP'],
|
7530 |
+
['1741186048', '1741187071', 'IN'],
|
7531 |
+
['1741187072', '1741188095', 'IN'],
|
7532 |
+
['1741188096', '1741189119', 'IN'],
|
7533 |
+
['1741189120', '1741190143', 'HK'],
|
7534 |
+
['1741190144', '1741191167', 'HK'],
|
7535 |
+
['1741191168', '1741192191', 'VN'],
|
7536 |
+
['1741192192', '1741193215', 'HK'],
|
7537 |
+
['1741193216', '1741194239', 'ID'],
|
7538 |
+
['1741194240', '1741195263', 'MM'],
|
7539 |
+
['1741195264', '1741196287', 'CN'],
|
7540 |
+
['1741196288', '1741197311', 'CN'],
|
7541 |
+
['1741197312', '1741198335', 'CN'],
|
7542 |
+
['1741198336', '1741199359', 'CN'],
|
7543 |
+
['1741199360', '1741200383', 'CN'],
|
7544 |
+
['1741200384', '1741201407', 'CN'],
|
7545 |
+
['1741201408', '1741202431', 'CN'],
|
7546 |
+
['1741202432', '1741203455', 'CN'],
|
7547 |
+
['1741203456', '1741204479', 'CN'],
|
7548 |
+
['1741204480', '1741205503', 'CN'],
|
7549 |
+
['1741205504', '1741206527', 'CN'],
|
7550 |
+
['1741206528', '1741207551', 'CN'],
|
7551 |
+
['1741207552', '1741208575', 'CN'],
|
7552 |
+
['1741208576', '1741209599', 'CN'],
|
7553 |
+
['1741209600', '1741210623', 'CN'],
|
7554 |
+
['1741210624', '1741211647', 'PK'],
|
7555 |
+
['1741211648', '1741212671', 'SG'],
|
7556 |
+
['1741213696', '1741214719', 'SG'],
|
7557 |
+
['1741214720', '1741215743', 'IN'],
|
7558 |
+
['1741215744', '1741216767', 'SG'],
|
7559 |
+
['1741216768', '1741217791', 'CN'],
|
7560 |
+
['1741217792', '1741218815', 'CN'],
|
7561 |
+
['1741218816', '1741219839', 'CN'],
|
7562 |
+
['1741219840', '1741220863', 'CN'],
|
7563 |
+
['1741220864', '1741221887', 'CN'],
|
7564 |
+
['1741221888', '1741222911', 'CN'],
|
7565 |
+
['1741222912', '1741223935', 'CN'],
|
7566 |
+
['1741223936', '1741224959', 'CN'],
|
7567 |
+
['1741224960', '1741225983', 'CN'],
|
7568 |
+
['1741225984', '1741227007', 'CN'],
|
7569 |
+
['1741227008', '1741228031', 'CN'],
|
7570 |
+
['1741228032', '1741229055', 'CN'],
|
7571 |
+
['1741229056', '1741230079', 'CN'],
|
7572 |
+
['1741230080', '1741231103', 'CN'],
|
7573 |
+
['1741231104', '1741232127', 'CN'],
|
7574 |
+
['1741232128', '1741233151', 'HK'],
|
7575 |
+
['1741233152', '1741234175', 'CN'],
|
7576 |
+
['1741234176', '1741235199', 'CN'],
|
7577 |
+
['1741235200', '1741236223', 'CN'],
|
7578 |
+
['1741236224', '1741237247', 'CN'],
|
7579 |
+
['1741237248', '1741238271', 'CN'],
|
7580 |
+
['1741238272', '1741239295', 'CN'],
|
7581 |
+
['1741239296', '1741240319', 'CN'],
|
7582 |
+
['1741240320', '1741241343', 'CN'],
|
7583 |
+
['1741241344', '1741242367', 'CN'],
|
7584 |
+
['1741242368', '1741243391', 'CN'],
|
7585 |
+
['1741243392', '1741244415', 'HK'],
|
7586 |
+
['1741244416', '1741245439', 'HK'],
|
7587 |
+
['1741245440', '1741246463', 'CN'],
|
7588 |
+
['1741246464', '1741247487', 'CN'],
|
7589 |
+
['1741247488', '1741248511', 'CN'],
|
7590 |
+
['1741248512', '1741249535', 'CN'],
|
7591 |
+
['1741249536', '1741250559', 'CN'],
|
7592 |
+
['1741250560', '1741251583', 'CN'],
|
7593 |
+
['1741251584', '1741252607', 'CN'],
|
7594 |
+
['1741252608', '1741253631', 'CN'],
|
7595 |
+
['1741253632', '1741254655', 'CN'],
|
7596 |
+
['1741254656', '1741255679', 'CN'],
|
7597 |
+
['1741255680', '1741256703', 'CN'],
|
7598 |
+
['1741256704', '1741257727', 'CN'],
|
7599 |
+
['1741257728', '1741258751', 'IN'],
|
7600 |
+
['1741258752', '1741259775', 'JP'],
|
7601 |
+
['1741259776', '1741260799', 'IN'],
|
7602 |
+
['1741260800', '1741261823', 'IN'],
|
7603 |
+
['1741261824', '1741262847', 'IN'],
|
7604 |
+
['1741262848', '1741263871', 'IN'],
|
7605 |
+
['1741263872', '1741264895', 'IN'],
|
7606 |
+
['1741264896', '1741265919', 'CN'],
|
7607 |
+
['1741265920', '1741266943', 'CN'],
|
7608 |
+
['1741266944', '1741267967', 'CN'],
|
7609 |
+
['1741267968', '1741268991', 'CN'],
|
7610 |
+
['1741268992', '1741270015', 'CN'],
|
7611 |
+
['1741270016', '1741271039', 'CN'],
|
7612 |
+
['1741271040', '1741272063', 'CN'],
|
7613 |
+
['1741272064', '1741273087', 'CN'],
|
7614 |
+
['1741273088', '1741274111', 'CN'],
|
7615 |
+
['1741274112', '1741275135', 'CN'],
|
7616 |
+
['1741275136', '1741276159', 'CN'],
|
7617 |
+
['1741276160', '1741277183', 'CN'],
|
7618 |
+
['1741277184', '1741278207', 'CN'],
|
7619 |
+
['1741278208', '1741279231', 'CN'],
|
7620 |
+
['1741279232', '1741280255', 'CN'],
|
7621 |
+
['1741280256', '1741281279', 'CN'],
|
7622 |
+
['1741281280', '1741282303', 'CN'],
|
7623 |
+
['1741282304', '1741283327', 'CN'],
|
7624 |
+
['1741283328', '1741284351', 'CN'],
|
7625 |
+
['1741284352', '1741285375', 'CN'],
|
7626 |
+
['1741285376', '1741286399', 'CN'],
|
7627 |
+
['1741286400', '1741287423', 'CN'],
|
7628 |
+
['1741287424', '1741288447', 'CN'],
|
7629 |
+
['1741288448', '1741289471', 'CN'],
|
7630 |
+
['1741289472', '1741290495', 'CN'],
|
7631 |
+
['1741290496', '1741291519', 'CN'],
|
7632 |
+
['1741291520', '1741292543', 'CN'],
|
7633 |
+
['1741292544', '1741293567', 'CN'],
|
7634 |
+
['1741293568', '1741294591', 'CN'],
|
7635 |
+
['1741294592', '1741295615', 'CN'],
|
7636 |
+
['1741295616', '1741296639', 'CN'],
|
7637 |
+
['1741296640', '1741297663', 'CN'],
|
7638 |
+
['1741297664', '1741298687', 'CN'],
|
7639 |
+
['1741298688', '1741299711', 'CN'],
|
7640 |
+
['1741299712', '1741300735', 'CN'],
|
7641 |
+
['1741300736', '1741301759', 'CN'],
|
7642 |
+
['1741301760', '1741302783', 'CN'],
|
7643 |
+
['1741302784', '1741303807', 'CN'],
|
7644 |
+
['1741303808', '1741304831', 'HK'],
|
7645 |
+
['1741304832', '1741305855', 'BD'],
|
7646 |
+
['1741305856', '1741306879', 'CN'],
|
7647 |
+
['1741306880', '1741307903', 'CN'],
|
7648 |
+
['1741307904', '1741308927', 'CN'],
|
7649 |
+
['1741308928', '1741309951', 'CN'],
|
7650 |
+
['1741309952', '1741310975', 'CN'],
|
7651 |
+
['1741310976', '1741311999', 'CN'],
|
7652 |
+
['1741312000', '1741313023', 'CN'],
|
7653 |
+
['1741313024', '1741314047', 'CN'],
|
7654 |
+
['1741314048', '1741315071', 'CN'],
|
7655 |
+
['1741315072', '1741316095', 'CN'],
|
7656 |
+
['1741316096', '1741317119', 'CN'],
|
7657 |
+
['1741317120', '1741318143', 'CN'],
|
7658 |
+
['1741318144', '1741319167', 'CN'],
|
7659 |
+
['1741319168', '1741320191', 'CN'],
|
7660 |
+
['1741320192', '1741321215', 'CN'],
|
7661 |
+
['1741321216', '1741322239', 'CN'],
|
7662 |
+
['1741322240', '1741323263', 'CN'],
|
7663 |
+
['1741323264', '1741324287', 'CN'],
|
7664 |
+
['1741324288', '1741325311', 'CN'],
|
7665 |
+
['1741325312', '1741326335', 'CN'],
|
7666 |
+
['1741326336', '1741327359', 'CN'],
|
7667 |
+
['1741327360', '1741328383', 'CN'],
|
7668 |
+
['1741328384', '1741329407', 'CN'],
|
7669 |
+
['1741329408', '1741330431', 'MH'],
|
7670 |
+
['1741330432', '1741331455', 'CN'],
|
7671 |
+
['1741331456', '1741332479', 'CN'],
|
7672 |
+
['1741332480', '1741333503', 'CN'],
|
7673 |
+
['1741333504', '1741334527', 'CN'],
|
7674 |
+
['1741334528', '1741335551', 'CN'],
|
7675 |
+
['1741335552', '1741336575', 'CN'],
|
7676 |
+
['1741336576', '1741337599', 'CN'],
|
7677 |
+
['1741337600', '1741338623', 'CN'],
|
7678 |
+
['1741338624', '1741339647', 'CN'],
|
7679 |
+
['1741339648', '1741340671', 'CN'],
|
7680 |
+
['1741340672', '1741341695', 'CN'],
|
7681 |
+
['1741341696', '1741342719', 'CN'],
|
7682 |
+
['1741342720', '1741344767', 'CN'],
|
7683 |
+
['1741344768', '1741345791', 'AU'],
|
7684 |
+
['1741345792', '1741346815', 'CN'],
|
7685 |
+
['1741346816', '1741347327', 'JP'],
|
7686 |
+
['1741347328', '1741347583', 'PH'],
|
7687 |
+
['1741347584', '1741347839', 'AU'],
|
7688 |
+
['1741347840', '1741348863', 'BD'],
|
7689 |
+
['1741348864', '1741349375', 'PH'],
|
7690 |
+
['1741349376', '1741349631', 'IN'],
|
7691 |
+
['1741349632', '1741349887', 'ID'],
|
7692 |
+
['1741349888', '1741350911', 'CN'],
|
7693 |
+
['1741350912', '1741351935', 'AU'],
|
7694 |
+
['1741351936', '1741352959', 'CN'],
|
7695 |
+
['1741352960', '1741353983', 'CN'],
|
7696 |
+
['1741353984', '1741355007', 'CN'],
|
7697 |
+
['1741355008', '1741356031', 'CN'],
|
7698 |
+
['1741356032', '1741357055', 'CN'],
|
7699 |
+
['1741357056', '1741358079', 'CN'],
|
7700 |
+
['1741358080', '1741359103', 'CN'],
|
7701 |
+
['1741359104', '1741360127', 'CN'],
|
7702 |
+
['1741360128', '1741361151', 'CN'],
|
7703 |
+
['1741361152', '1741362175', 'CN'],
|
7704 |
+
['1741362176', '1741363199', 'CN'],
|
7705 |
+
['1741363200', '1741364223', 'CN'],
|
7706 |
+
['1741364224', '1741365247', 'CN'],
|
7707 |
+
['1741365248', '1741366271', 'CN'],
|
7708 |
+
['1741366272', '1741367295', 'IN'],
|
7709 |
+
['1741367296', '1741368319', 'HK'],
|
7710 |
+
['1741368320', '1741369343', 'PK'],
|
7711 |
+
['1741369344', '1741370367', 'HK'],
|
7712 |
+
['1741370368', '1741371391', 'CN'],
|
7713 |
+
['1741371392', '1741372415', 'CN'],
|
7714 |
+
['1741372416', '1741373439', 'IN'],
|
7715 |
+
['1741373440', '1741374463', 'IN'],
|
7716 |
+
['1741374464', '1741375487', 'IN'],
|
7717 |
+
['1741375488', '1741376511', 'IN'],
|
7718 |
+
['1741376512', '1741377535', 'ID'],
|
7719 |
+
['1741377536', '1741378559', 'IN'],
|
7720 |
+
['1741378560', '1741379583', 'IN'],
|
7721 |
+
['1741380352', '1741380607', 'ID'],
|
7722 |
+
['1741380608', '1741381631', 'BD'],
|
7723 |
+
['1741381632', '1741382655', 'CN'],
|
7724 |
+
['1741382656', '1741383679', 'CN'],
|
7725 |
+
['1741383680', '1741384703', 'CN'],
|
7726 |
+
['1741384704', '1741385727', 'CN'],
|
7727 |
+
['1741385728', '1741386751', 'CN'],
|
7728 |
+
['1741386752', '1741387775', 'CN'],
|
7729 |
+
['1741387776', '1741388799', 'CN'],
|
7730 |
+
['1741388800', '1741389823', 'CN'],
|
7731 |
+
['1741389824', '1741390847', 'CN'],
|
7732 |
+
['1741390848', '1741391871', 'MM'],
|
7733 |
+
['1741391872', '1741392895', 'IN'],
|
7734 |
+
['1741392896', '1741393919', 'CN'],
|
7735 |
+
['1741393920', '1741394943', 'IN'],
|
7736 |
+
['1741394944', '1741395967', 'HK'],
|
7737 |
+
['1741395968', '1741396991', 'SG'],
|
7738 |
+
['1741396992', '1741398015', 'JP'],
|
7739 |
+
['1741398016', '1741398527', 'ID'],
|
7740 |
+
['1741398528', '1741398783', 'ID'],
|
7741 |
+
['1741398784', '1741399039', 'AU'],
|
7742 |
+
['1741399040', '1741400063', 'CN'],
|
7743 |
+
['1741400064', '1741401087', 'CN'],
|
7744 |
+
['1741401088', '1741402111', 'IN'],
|
7745 |
+
['1741402112', '1741403135', 'BD'],
|
7746 |
+
['1741403136', '1741404159', 'HK'],
|
7747 |
+
['1741404160', '1741405183', 'IN'],
|
7748 |
+
['1741405184', '1741405439', 'NZ'],
|
7749 |
+
['1741405440', '1741405695', 'ID'],
|
7750 |
+
['1741405696', '1741406207', 'AU'],
|
7751 |
+
['1741406208', '1741407231', 'CN'],
|
7752 |
+
['1741407232', '1741408255', 'AU'],
|
7753 |
+
['1741408256', '1741409279', 'CN'],
|
7754 |
+
['1741409280', '1741410303', 'IN'],
|
7755 |
+
['1741410304', '1741411327', 'IN'],
|
7756 |
+
['1741411328', '1741412351', 'CN'],
|
7757 |
+
['1741412352', '1741413375', 'CN'],
|
7758 |
+
['1741413376', '1741414399', 'HK'],
|
7759 |
+
['1741414400', '1741415423', 'IN'],
|
7760 |
+
['1741415424', '1741416447', 'IN'],
|
7761 |
+
['1741416448', '1741417471', 'IN'],
|
7762 |
+
['1741417472', '1741418495', 'IN'],
|
7763 |
+
['1741418496', '1741419519', 'IN'],
|
7764 |
+
['1741419520', '1741420543', 'IN'],
|
7765 |
+
['1741420544', '1741421567', 'IN'],
|
7766 |
+
['1741421568', '1741422591', 'IN'],
|
7767 |
+
['1741422592', '1741423615', 'IN'],
|
7768 |
+
['1741423616', '1741424639', 'MY'],
|
7769 |
+
['1741424640', '1741425663', 'MY'],
|
7770 |
+
['1741425664', '1741425919', 'TH'],
|
7771 |
+
['1741425920', '1741426175', 'JP'],
|
7772 |
+
['1741426176', '1741426431', 'AU'],
|
7773 |
+
['1741426432', '1741426687', 'AU'],
|
7774 |
+
['1741426688', '1741427711', 'MM'],
|
7775 |
+
['1741427712', '1741428735', 'IN'],
|
7776 |
+
['1741428736', '1741429759', 'CN'],
|
7777 |
+
['1741429760', '1741430783', 'IN'],
|
7778 |
+
['1741430784', '1741431807', 'IN'],
|
7779 |
+
['1741431808', '1741432831', 'IN'],
|
7780 |
+
['1741432832', '1741433855', 'IN'],
|
7781 |
+
['1741433856', '1741434879', 'IN'],
|
7782 |
+
['1741434880', '1741435903', 'IN'],
|
7783 |
+
['1741435904', '1741436927', 'IN'],
|
7784 |
+
['1741436928', '1741437951', 'JP'],
|
7785 |
+
['1741437952', '1741438975', 'PH'],
|
7786 |
+
['1741438976', '1741439999', 'JP'],
|
7787 |
+
['1741440000', '1741440511', 'SG'],
|
7788 |
+
['1741440512', '1741440767', 'IN'],
|
7789 |
+
['1741440768', '1741441023', 'AF'],
|
7790 |
+
['1741441024', '1741442047', 'CN'],
|
7791 |
+
['1741442048', '1741443071', 'HK'],
|
7792 |
+
['1741443072', '1741444095', 'BD'],
|
7793 |
+
['1741444096', '1741445119', 'BD'],
|
7794 |
+
['1741445120', '1741446143', 'CN'],
|
7795 |
+
['1741446144', '1741447167', 'SG'],
|
7796 |
+
['1741447168', '1741448191', 'HK'],
|
7797 |
+
['1741448192', '1741449215', 'MM'],
|
7798 |
+
['1741449216', '1741449727', 'AU'],
|
7799 |
+
['1741449728', '1741450239', 'AU'],
|
7800 |
+
['1741450240', '1741451263', 'HK'],
|
7801 |
+
['1741451264', '1741452287', 'CN'],
|
7802 |
+
['1741452544', '1741452799', 'AU'],
|
7803 |
+
['1741452800', '1741453055', 'ID'],
|
7804 |
+
['1741453056', '1741453311', 'IN'],
|
7805 |
+
['1741453312', '1741454335', 'IN'],
|
7806 |
+
['1741454336', '1741455359', 'IN'],
|
7807 |
+
['1741455360', '1741456383', 'BD'],
|
7808 |
+
['1741456384', '1741457407', 'IN'],
|
7809 |
+
['1741457408', '1741458431', 'CN'],
|
7810 |
+
['1741458432', '1741459455', 'CN'],
|
7811 |
+
['1741459456', '1741460479', 'CN'],
|
7812 |
+
['1741460480', '1741461503', 'CN'],
|
7813 |
+
['1741461504', '1741462527', 'CN'],
|
7814 |
+
['1741462528', '1741463551', 'IN'],
|
7815 |
+
['1741463552', '1741464575', 'IN'],
|
7816 |
+
['1741464576', '1741465599', 'IN'],
|
7817 |
+
['1741465600', '1741466623', 'IN'],
|
7818 |
+
['1741466624', '1741467647', 'HK'],
|
7819 |
+
['1741467648', '1741468671', 'HK'],
|
7820 |
+
['1741468672', '1741469695', 'HK'],
|
7821 |
+
['1741469696', '1741470719', 'IN'],
|
7822 |
+
['1741470720', '1741471743', 'IN'],
|
7823 |
+
['1741471744', '1741472767', 'IN'],
|
7824 |
+
['1741472768', '1741473791', 'CN'],
|
7825 |
+
['1741473792', '1741474815', 'BD'],
|
7826 |
+
['1741474816', '1741475839', 'IN'],
|
7827 |
+
['1741475840', '1741476863', 'BD'],
|
7828 |
+
['1741476864', '1741477887', 'AU'],
|
7829 |
+
['1741477888', '1741478399', 'IN'],
|
7830 |
+
['1741478400', '1741478655', 'IN'],
|
7831 |
+
['1741478656', '1741478911', 'AU'],
|
7832 |
+
['1741478912', '1741479935', 'NP'],
|
7833 |
+
['1741479936', '1741480447', 'AU'],
|
7834 |
+
['1741480448', '1741480959', 'NZ'],
|
7835 |
+
['1741480960', '1741481215', 'AU'],
|
7836 |
+
['1741481216', '1741481471', 'AU'],
|
7837 |
+
['1741481472', '1741481727', 'JP'],
|
7838 |
+
['1741481728', '1741481983', 'IN'],
|
7839 |
+
['1741481984', '1741483007', 'CN'],
|
7840 |
+
['1741483008', '1741484031', 'CN'],
|
7841 |
+
['1741484032', '1741485055', 'AU'],
|
7842 |
+
['1741485056', '1741486079', 'BD'],
|
7843 |
+
['1741486080', '1741487103', 'NZ'],
|
7844 |
+
['1741487104', '1741488127', 'HK'],
|
7845 |
+
['1741488128', '1741489151', 'HK'],
|
7846 |
+
['1741489152', '1741490175', 'CN'],
|
7847 |
+
['1741490176', '1741491199', 'CN'],
|
7848 |
+
['1741491200', '1741492223', 'IN'],
|
7849 |
+
['1741492224', '1741493247', 'LA'],
|
7850 |
+
['1741493248', '1741494271', 'HK'],
|
7851 |
+
['1741494272', '1741495295', 'KH'],
|
7852 |
+
['1741495296', '1741495807', 'AU'],
|
7853 |
+
['1741495808', '1741496319', 'AU'],
|
7854 |
+
['1741496320', '1741497343', 'AU'],
|
7855 |
+
['1741497856', '1741498111', 'NZ'],
|
7856 |
+
['1741498112', '1741498367', 'IN'],
|
7857 |
+
['1741498368', '1741499391', 'CN'],
|
7858 |
+
['1741499392', '1741500415', 'CN'],
|
7859 |
+
['1741500416', '1741501439', 'JP'],
|
7860 |
+
['1741501440', '1741502463', 'CN'],
|
7861 |
+
['1741502464', '1741502975', 'ID'],
|
7862 |
+
['1741502976', '1741503487', 'BD'],
|
7863 |
+
['1741503488', '1741504511', 'IN'],
|
7864 |
+
['1741504512', '1741505535', 'IN'],
|
7865 |
+
['1741505536', '1741506559', 'BD'],
|
7866 |
+
['1741506560', '1741507583', 'JP'],
|
7867 |
+
['1741507584', '1741508607', 'SG'],
|
7868 |
+
['1741508608', '1741508863', 'AU'],
|
7869 |
+
['1741508864', '1741509119', 'SG'],
|
7870 |
+
['1741509120', '1741509375', 'ID'],
|
7871 |
+
['1741509376', '1741509631', 'IN'],
|
7872 |
+
['1741509632', '1741510655', 'JP'],
|
7873 |
+
['1741510656', '1741511679', 'JP'],
|
7874 |
+
['1741511680', '1741512703', 'IN'],
|
7875 |
+
['1741512704', '1741513727', 'VN'],
|
7876 |
+
['1741513728', '1741514751', 'VN'],
|
7877 |
+
['1741514752', '1741515775', 'VN'],
|
7878 |
+
['1741515776', '1741516799', 'CN'],
|
7879 |
+
['1741516800', '1741517823', 'IN'],
|
7880 |
+
['1741517824', '1741518847', 'CN'],
|
7881 |
+
['1741518848', '1741519871', 'CN'],
|
7882 |
+
['1741519872', '1741520895', 'IN'],
|
7883 |
+
['1741520896', '1741521919', 'IN'],
|
7884 |
+
['1741521920', '1741522943', 'BD'],
|
7885 |
+
['1741522944', '1741523967', 'CN'],
|
7886 |
+
['1741523968', '1741524991', 'IN'],
|
7887 |
+
['1741524992', '1741526015', 'IN'],
|
7888 |
+
['1741526016', '1741527039', 'IN'],
|
7889 |
+
['1741527040', '1741528063', 'IN'],
|
7890 |
+
['1741528064', '1741529087', 'HK'],
|
7891 |
+
['1741529088', '1741529599', 'TH'],
|
7892 |
+
['1741529600', '1741529855', 'CN'],
|
7893 |
+
['1741529856', '1741530111', 'IN'],
|
7894 |
+
['1741530112', '1741531135', 'HK'],
|
7895 |
+
['1741531136', '1741532159', 'JP'],
|
7896 |
+
['1741532160', '1741533183', 'IN'],
|
7897 |
+
['1741533184', '1741534207', 'PK'],
|
7898 |
+
['1741534208', '1741535231', 'BD'],
|
7899 |
+
['1741535232', '1741535487', 'JP'],
|
7900 |
+
['1741535488', '1741535743', 'IN'],
|
7901 |
+
['1741535744', '1741536255', 'SG'],
|
7902 |
+
['1741536256', '1741537279', 'CN'],
|
7903 |
+
['1741537280', '1741538303', 'CN'],
|
7904 |
+
['1741538304', '1741539327', 'CN'],
|
7905 |
+
['1741539328', '1741540351', 'CN'],
|
7906 |
+
['1741540352', '1741541375', 'AU'],
|
7907 |
+
['1741541376', '1741542399', 'MY'],
|
7908 |
+
['1741542400', '1741543423', 'IN'],
|
7909 |
+
['1741543424', '1741544447', 'IN'],
|
7910 |
+
['1741544448', '1741545471', 'IN'],
|
7911 |
+
['1741545472', '1741546495', 'IN'],
|
7912 |
+
['1741546496', '1741547007', 'AU'],
|
7913 |
+
['1741547008', '1741547263', 'AU'],
|
7914 |
+
['1741547264', '1741547519', 'AU'],
|
7915 |
+
['1741547520', '1741548543', 'BD'],
|
7916 |
+
['1741548544', '1741549567', 'CN'],
|
7917 |
+
['1741549568', '1741550591', 'HK'],
|
7918 |
+
['1741550592', '1741551103', 'IN'],
|
7919 |
+
['1741551104', '1741551615', 'AU'],
|
7920 |
+
['1741551616', '1741552639', 'CN'],
|
7921 |
+
['1741552640', '1741553663', 'CN'],
|
7922 |
+
['1741553664', '1741554687', 'CN'],
|
7923 |
+
['1741554688', '1741555711', 'IN'],
|
7924 |
+
['1741555712', '1741556735', 'IN'],
|
7925 |
+
['1741556736', '1741557759', 'IN'],
|
7926 |
+
['1741558784', '1741559807', 'HK'],
|
7927 |
+
['1741559808', '1741560831', 'SG'],
|
7928 |
+
['1741560832', '1741561087', 'AU'],
|
7929 |
+
['1741561344', '1741561855', 'SG'],
|
7930 |
+
['1741561856', '1741562879', 'NZ'],
|
7931 |
+
['1741562880', '1741563903', 'HK'],
|
7932 |
+
['1741563904', '1741564927', 'SG'],
|
7933 |
+
['1741564928', '1741565951', 'CN'],
|
7934 |
+
['1741565952', '1741566463', 'IN'],
|
7935 |
+
['1741566464', '1741566719', 'IN'],
|
7936 |
+
['1741566720', '1741566975', 'IN'],
|
7937 |
+
['1741566976', '1741567999', 'IN'],
|
7938 |
+
['1741568000', '1741569023', 'IN'],
|
7939 |
+
['1741569024', '1741570047', 'IN'],
|
7940 |
+
['1741570048', '1741571071', 'IN'],
|
7941 |
+
['1741571072', '1741572095', 'IN'],
|
7942 |
+
['1741572096', '1741572607', 'IN'],
|
7943 |
+
['1741572608', '1741573119', 'KR'],
|
7944 |
+
['1741573120', '1741574143', 'JP'],
|
7945 |
+
['1741574144', '1741575167', 'PH'],
|
7946 |
+
['1741575168', '1741576191', 'US'],
|
7947 |
+
['1741576192', '1741577215', 'JP'],
|
7948 |
+
['1741577216', '1741578239', 'HK'],
|
7949 |
+
['1741578240', '1741578751', 'IN'],
|
7950 |
+
['1741579008', '1741579263', 'IN'],
|
7951 |
+
['1741579264', '1741580287', 'IN'],
|
7952 |
+
['1741580288', '1741581311', 'IN'],
|
7953 |
+
['1741581312', '1741582335', 'CN'],
|
7954 |
+
['1741582336', '1741583359', 'IN'],
|
7955 |
+
['1741583360', '1741584383', 'IN'],
|
7956 |
+
['1741584384', '1741585407', 'HK'],
|
7957 |
+
['1741585408', '1741586431', 'HK'],
|
7958 |
+
['1741586432', '1741587455', 'IN'],
|
7959 |
+
['1741587456', '1741588479', 'IN'],
|
7960 |
+
['1741588480', '1741589503', 'IN'],
|
7961 |
+
['1741589504', '1741590527', 'IN'],
|
7962 |
+
['1741590528', '1741591551', 'IN'],
|
7963 |
+
['1741591552', '1741592575', 'CN'],
|
7964 |
+
['1741592576', '1741593087', 'MN'],
|
7965 |
+
['1741593600', '1741594111', 'HK'],
|
7966 |
+
['1741594368', '1741594623', 'IN'],
|
7967 |
+
['1741594624', '1741595647', 'IN'],
|
7968 |
+
['1741595648', '1741596671', 'IN'],
|
7969 |
+
['1741596672', '1741597695', 'ID'],
|
7970 |
+
['1741597696', '1741597951', 'IN'],
|
7971 |
+
['1741597952', '1741598207', 'MM'],
|
7972 |
+
['1741598208', '1741598719', 'IN'],
|
7973 |
+
['1741598720', '1741599743', 'IN'],
|
7974 |
+
['1741599744', '1741600767', 'IN'],
|
7975 |
+
['1741600768', '1741601279', 'BD'],
|
7976 |
+
['1741601280', '1741601535', 'ID'],
|
7977 |
+
['1741601536', '1741601791', 'AU'],
|
7978 |
+
['1741601792', '1741602815', 'HK'],
|
7979 |
+
['1741602816', '1741603839', 'MN'],
|
7980 |
+
['1741603840', '1741604863', 'JP'],
|
7981 |
+
['1741604864', '1741605887', 'PH'],
|
7982 |
+
['1741605888', '1741606911', 'TH'],
|
7983 |
+
['1741606912', '1741607935', 'IN'],
|
7984 |
+
['1741607936', '1741608959', 'VN'],
|
7985 |
+
['1741608960', '1741609983', 'VN'],
|
7986 |
+
['1741609984', '1741611007', 'IN'],
|
7987 |
+
['1741611008', '1741612031', 'IN'],
|
7988 |
+
['1741612032', '1741613055', 'BD'],
|
7989 |
+
['1741613056', '1741614079', 'HK'],
|
7990 |
+
['1741614080', '1741615103', 'AU'],
|
7991 |
+
['1741615104', '1741616127', 'ID'],
|
7992 |
+
['1741616128', '1741617151', 'ID'],
|
7993 |
+
['1741617152', '1741618175', 'IN'],
|
7994 |
+
['1741618176', '1741619199', 'ID'],
|
7995 |
+
['1741619200', '1741620223', 'IN'],
|
7996 |
+
['1741620224', '1741621247', 'IN'],
|
7997 |
+
['1741621248', '1741622271', 'IN'],
|
7998 |
+
['1741622272', '1741623295', 'IN'],
|
7999 |
+
['1741623296', '1741623551', 'NZ'],
|
8000 |
+
['1741623552', '1741623807', 'IN'],
|
8001 |
+
['1741623808', '1741624063', 'AU'],
|
8002 |
+
['1741624064', '1741624319', 'MY'],
|
8003 |
+
['1741624320', '1741625343', 'JP'],
|
8004 |
+
['1741625344', '1741626367', 'HK'],
|
8005 |
+
['1741626368', '1741627391', 'AU'],
|
8006 |
+
['1741627392', '1741628415', 'VN'],
|
8007 |
+
['1741628416', '1741629439', 'VN'],
|
8008 |
+
['1741629440', '1741630463', 'IN'],
|
8009 |
+
['1741630464', '1741631487', 'IN'],
|
8010 |
+
['1741631488', '1741632511', 'CN'],
|
8011 |
+
['1741632512', '1741633535', 'IN'],
|
8012 |
+
['1741633536', '1741634559', 'IN'],
|
8013 |
+
['1741634560', '1741635583', 'IN'],
|
8014 |
+
['1741635584', '1741636607', 'IN'],
|
8015 |
+
['1741636608', '1741637631', 'HK'],
|
8016 |
+
['1741637632', '1741638655', 'MY'],
|
8017 |
+
['1741638656', '1741639679', 'NZ'],
|
8018 |
+
['1741639680', '1741640703', 'NP'],
|
8019 |
+
['1741640704', '1741641727', 'PK'],
|
8020 |
+
['1741642752', '1741643007', 'AU'],
|
8021 |
+
['1741643008', '1741643263', 'HK'],
|
8022 |
+
['1741643264', '1741643775', 'AU'],
|
8023 |
+
['1741643776', '1741644799', 'ID'],
|
8024 |
+
['1741644800', '1741645311', 'IN'],
|
8025 |
+
['1741645312', '1741645567', 'AU'],
|
8026 |
+
['1741645568', '1741645823', 'IN'],
|
8027 |
+
['1741645824', '1741646847', 'CN'],
|
8028 |
+
['1741646848', '1741647871', 'SG'],
|
8029 |
+
['1741647872', '1741648895', 'KH'],
|
8030 |
+
['1741648896', '1741649919', 'HK'],
|
8031 |
+
['1741649920', '1741650943', 'IN'],
|
8032 |
+
['1741650944', '1741651967', 'IN'],
|
8033 |
+
['1741651968', '1741652991', 'IN'],
|
8034 |
+
['1741652992', '1741654015', 'IN'],
|
8035 |
+
['1741654016', '1741655039', 'IN'],
|
8036 |
+
['1741655040', '1741656063', 'IN'],
|
8037 |
+
['1741656064', '1741657087', 'IN'],
|
8038 |
+
['1741657088', '1741658111', 'IN'],
|
8039 |
+
['1741658112', '1741658623', 'BD'],
|
8040 |
+
['1741658624', '1741659135', 'AU'],
|
8041 |
+
['1741659136', '1741659647', 'SG'],
|
8042 |
+
['1741659648', '1741659903', 'PH'],
|
8043 |
+
['1741659904', '1741660159', 'HK'],
|
8044 |
+
['1741660160', '1741661183', 'IN'],
|
8045 |
+
['1741661184', '1741662207', 'CN'],
|
8046 |
+
['1741662208', '1741663231', 'IN'],
|
8047 |
+
['1741663232', '1741664255', 'IN'],
|
8048 |
+
['1741664256', '1741665279', 'IN'],
|
8049 |
+
['1741665280', '1741666303', 'IN'],
|
8050 |
+
['1741666304', '1741667327', 'CN'],
|
8051 |
+
['1741667328', '1741668351', 'CN'],
|
8052 |
+
['1741668352', '1741669375', 'CN'],
|
8053 |
+
['1741669376', '1741670399', 'CN'],
|
8054 |
+
['1741670400', '1741671423', 'CN'],
|
8055 |
+
['1741671424', '1741672447', 'CN'],
|
8056 |
+
['1741672448', '1741673471', 'CN'],
|
8057 |
+
['1741673472', '1741674495', 'CN'],
|
8058 |
+
['1741674496', '1741675519', 'JP'],
|
8059 |
+
['1741675520', '1741676543', 'CN'],
|
8060 |
+
['1741676544', '1741677567', 'IN'],
|
8061 |
+
['1741677568', '1741678591', 'CN'],
|
8062 |
+
['1741678592', '1741679615', 'CN'],
|
8063 |
+
['1741679616', '1741680639', 'ID'],
|
8064 |
+
['1741680640', '1741681663', 'IN'],
|
8065 |
+
['1741681664', '1741682687', 'IN'],
|
8066 |
+
['1741682688', '1741683711', 'IN'],
|
8067 |
+
['1741683712', '1741684735', 'TW'],
|
8068 |
+
['1741684736', '1741685247', 'HK'],
|
8069 |
+
['1741685248', '1741685503', 'AU'],
|
8070 |
+
['1741685504', '1741685759', 'SG'],
|
8071 |
+
['1741685760', '1741686783', 'AU'],
|
8072 |
+
['1741686784', '1741687807', 'HK'],
|
8073 |
+
['1741687808', '1741688831', 'CN'],
|
8074 |
+
['1741688832', '1741689855', 'CN'],
|
8075 |
+
['1741689856', '1741690367', 'IN'],
|
8076 |
+
['1741690368', '1741690623', 'AU'],
|
8077 |
+
['1741690624', '1741690879', 'ID'],
|
8078 |
+
['1741690880', '1741691903', 'TH'],
|
8079 |
+
['1741691904', '1741692927', 'CN'],
|
8080 |
+
['1741692928', '1741693951', 'HK'],
|
8081 |
+
['1741693952', '1741694975', 'TL'],
|
8082 |
+
['1741694976', '1741695999', 'CN'],
|
8083 |
+
['1741696000', '1741697023', 'CN'],
|
8084 |
+
['1741697024', '1741698047', 'CN'],
|
8085 |
+
['1741698048', '1741699071', 'IN'],
|
8086 |
+
['1741699072', '1741700095', 'IN'],
|
8087 |
+
['1741700096', '1741701119', 'IN'],
|
8088 |
+
['1741701120', '1741702143', 'IN'],
|
8089 |
+
['1741702144', '1741703167', 'IN'],
|
8090 |
+
['1741703168', '1741704191', 'IN'],
|
8091 |
+
['1741704192', '1741705215', 'IN'],
|
8092 |
+
['1741705216', '1741706239', 'IN'],
|
8093 |
+
['1741706240', '1741707263', 'NZ'],
|
8094 |
+
['1741707264', '1741708287', 'IN'],
|
8095 |
+
['1741708288', '1741708799', 'AU'],
|
8096 |
+
['1741708800', '1741709311', 'ID'],
|
8097 |
+
['1741709312', '1741710335', 'JP'],
|
8098 |
+
['1741710336', '1741711359', 'ID'],
|
8099 |
+
['1741711360', '1741712383', 'IN'],
|
8100 |
+
['1741712384', '1741713407', 'IN'],
|
8101 |
+
['1741713408', '1741714431', 'IN'],
|
8102 |
+
['1741714432', '1741715455', 'IN'],
|
8103 |
+
['1741715456', '1741716479', 'IN'],
|
8104 |
+
['1741716480', '1741717503', 'IN'],
|
8105 |
+
['1741717504', '1741718527', 'IN'],
|
8106 |
+
['1741718528', '1741719551', 'BD'],
|
8107 |
+
['1741719552', '1741719807', 'ID'],
|
8108 |
+
['1741719808', '1741720063', 'ID'],
|
8109 |
+
['1741720064', '1741720575', 'TH'],
|
8110 |
+
['1741720576', '1741721599', 'NZ'],
|
8111 |
+
['1741721600', '1741722623', 'IN'],
|
8112 |
+
['1741722624', '1741723647', 'CN'],
|
8113 |
+
['1741723648', '1741724159', 'IN'],
|
8114 |
+
['1741724160', '1741724415', 'IN'],
|
8115 |
+
['1741724416', '1741724671', 'AU'],
|
8116 |
+
['1741724672', '1741725695', 'IN'],
|
8117 |
+
['1741725696', '1741726719', 'ID'],
|
8118 |
+
['1741726720', '1741727743', 'AU'],
|
8119 |
+
['1741727744', '1741728767', 'IN'],
|
8120 |
+
['1741728768', '1741729791', 'IN'],
|
8121 |
+
['1741729792', '1741730815', 'HK'],
|
8122 |
+
['1741730816', '1741731839', 'BD'],
|
8123 |
+
['1741731840', '1741732863', 'AU'],
|
8124 |
+
['1741732864', '1741733887', 'AU'],
|
8125 |
+
['1741733888', '1741734911', 'HK'],
|
8126 |
+
['1741734912', '1741735423', 'TW'],
|
8127 |
+
['1741735424', '1741735679', 'IN'],
|
8128 |
+
['1741735680', '1741735935', 'AU'],
|
8129 |
+
['1741735936', '1741736959', 'IN'],
|
8130 |
+
['1741736960', '1741737983', 'ID'],
|
8131 |
+
['1741737984', '1741739007', 'IN'],
|
8132 |
+
['1741739008', '1741740031', 'TH'],
|
8133 |
+
['1741740032', '1741741055', 'AU'],
|
8134 |
+
['1741741056', '1741742079', 'JP'],
|
8135 |
+
['1741742080', '1741743103', 'IN'],
|
8136 |
+
['1741743104', '1741744127', 'IN'],
|
8137 |
+
['1741744128', '1741745151', 'IN'],
|
8138 |
+
['1741745152', '1741746175', 'IN'],
|
8139 |
+
['1741746176', '1741747199', 'IN'],
|
8140 |
+
['1741747200', '1741748223', 'IN'],
|
8141 |
+
['1741748224', '1741749247', 'IN'],
|
8142 |
+
['1741749248', '1741750271', 'SG'],
|
8143 |
+
['1741750272', '1741750527', 'SG'],
|
8144 |
+
['1741750528', '1741750783', 'ID'],
|
8145 |
+
['1741750784', '1741751295', 'AU'],
|
8146 |
+
['1741751296', '1741751807', 'AU'],
|
8147 |
+
['1741751808', '1741752063', 'ID'],
|
8148 |
+
['1741752064', '1741752319', 'ID'],
|
8149 |
+
['1741752320', '1741752575', 'ID'],
|
8150 |
+
['1741752576', '1741752831', 'ID'],
|
8151 |
+
['1741752832', '1741753087', 'NZ'],
|
8152 |
+
['1741753088', '1741753343', 'BD'],
|
8153 |
+
['1741753344', '1741754367', 'NZ'],
|
8154 |
+
['1741754368', '1741754879', 'IN'],
|
8155 |
+
['1741754880', '1741755391', 'IN'],
|
8156 |
+
['1741755392', '1741756415', 'BD'],
|
8157 |
+
['1741756416', '1741756927', 'AU'],
|
8158 |
+
['1741756928', '1741757183', 'IN'],
|
8159 |
+
['1741757184', '1741757439', 'IN'],
|
8160 |
+
['1741757440', '1741758463', 'HK'],
|
8161 |
+
['1741759488', '1741760511', 'IN'],
|
8162 |
+
['1741760512', '1741761535', 'HK'],
|
8163 |
+
['1741761536', '1741762559', 'AU'],
|
8164 |
+
['1741762560', '1741763583', 'TH'],
|
8165 |
+
['1741763584', '1741764095', 'PK'],
|
8166 |
+
['1741764096', '1741764351', 'PG'],
|
8167 |
+
['1741764352', '1741764607', 'AU'],
|
8168 |
+
['1741764608', '1741765631', 'PH'],
|
8169 |
+
['1741765632', '1741766655', 'HK'],
|
8170 |
+
['1741766656', '1741767679', 'IN'],
|
8171 |
+
['1741767680', '1741768703', 'IN'],
|
8172 |
+
['1741768704', '1741769727', 'AU'],
|
8173 |
+
['1741769728', '1741770751', 'PK'],
|
8174 |
+
['1741770752', '1741771775', 'BD'],
|
8175 |
+
['1741771776', '1741772799', 'PK'],
|
8176 |
+
['1741772800', '1741773823', 'IN'],
|
8177 |
+
['1741773824', '1741774335', 'IN'],
|
8178 |
+
['1741774336', '1741774591', 'IN'],
|
8179 |
+
['1741774592', '1741774847', 'ID'],
|
8180 |
+
['1741774848', '1741775359', 'IN'],
|
8181 |
+
['1741775360', '1741775615', 'ID'],
|
8182 |
+
['1741775616', '1741775871', 'IN'],
|
8183 |
+
['1741775872', '1741776895', 'MY'],
|
8184 |
+
['1741776896', '1741777919', 'MY'],
|
8185 |
+
['1741778432', '1741778943', 'IN'],
|
8186 |
+
['1741778944', '1741779967', 'CN'],
|
8187 |
+
['1741779968', '1741780991', 'JP'],
|
8188 |
+
['1741780992', '1741782015', 'SG'],
|
8189 |
+
['1741782016', '1741783039', 'AU'],
|
8190 |
+
['1741783040', '1741783551', 'SG'],
|
8191 |
+
['1741783552', '1741783807', 'ID'],
|
8192 |
+
['1741783808', '1741784063', 'ID'],
|
8193 |
+
['1741784064', '1741785087', 'IN'],
|
8194 |
+
['1741785088', '1741786111', 'CN'],
|
8195 |
+
['1741786112', '1741787135', 'IN'],
|
8196 |
+
['1741787136', '1741788159', 'IN'],
|
8197 |
+
['1741788160', '1741789183', 'JP'],
|
8198 |
+
['1741789184', '1741789695', 'AU'],
|
8199 |
+
['1741790208', '1741791231', 'MY'],
|
8200 |
+
['1741791232', '1741791743', 'AU'],
|
8201 |
+
['1741791744', '1741792255', 'AU'],
|
8202 |
+
['1741792256', '1741793279', 'SG'],
|
8203 |
+
['1741793280', '1741794303', 'SG'],
|
8204 |
+
['1741794304', '1741795327', 'KR'],
|
8205 |
+
['1741795328', '1741796351', 'IN'],
|
8206 |
+
['1741796352', '1741797375', 'IN'],
|
8207 |
+
['1741797376', '1741798399', 'ID'],
|
8208 |
+
['1741798400', '1741798911', 'AU'],
|
8209 |
+
['1741798912', '1741799167', 'SG'],
|
8210 |
+
['1741799168', '1741799423', 'AU'],
|
8211 |
+
['1741799424', '1741800447', 'NZ'],
|
8212 |
+
['1741800448', '1741801471', 'BD'],
|
8213 |
+
['1741801472', '1741802495', 'CN'],
|
8214 |
+
['1741802496', '1741803519', 'IN'],
|
8215 |
+
['1741803520', '1741804543', 'CN'],
|
8216 |
+
['1741804544', '1741805567', 'IN'],
|
8217 |
+
['1741805568', '1741806591', 'CN'],
|
8218 |
+
['1741806592', '1741807615', 'IN'],
|
8219 |
+
['1741807616', '1741808639', 'NZ'],
|
8220 |
+
['1741808640', '1741809663', 'BD'],
|
8221 |
+
['1741809664', '1741810687', 'CN'],
|
8222 |
+
['1741810688', '1741811711', 'JP'],
|
8223 |
+
['1741811712', '1741811967', 'IN'],
|
8224 |
+
['1741811968', '1741812223', 'IN'],
|
8225 |
+
['1741812224', '1741812479', 'AU'],
|
8226 |
+
['1741812480', '1741812735', 'AU'],
|
8227 |
+
['1741812736', '1741813759', 'AU'],
|
8228 |
+
['1741813760', '1741814783', 'ID'],
|
8229 |
+
['1741814784', '1741815807', 'JP'],
|
8230 |
+
['1741815808', '1741816831', 'CN'],
|
8231 |
+
['1741816832', '1741817855', 'PK'],
|
8232 |
+
['1741817856', '1741818367', 'PH'],
|
8233 |
+
['1741818368', '1741818623', 'AU'],
|
8234 |
+
['1741818624', '1741818879', 'AU'],
|
8235 |
+
['1741818880', '1741819903', 'PK'],
|
8236 |
+
['1741819904', '1741820927', 'BD'],
|
8237 |
+
['1741820928', '1741821951', 'PH'],
|
8238 |
+
['1741821952', '1741822975', 'AU'],
|
8239 |
+
['1741822976', '1741823999', 'IN'],
|
8240 |
+
['1741824000', '1741824511', 'IN'],
|
8241 |
+
['1741824512', '1741824767', 'ID'],
|
8242 |
+
['1741824768', '1741825023', 'ID'],
|
8243 |
+
['1741825024', '1741826047', 'IN'],
|
8244 |
+
['1741826048', '1741827071', 'IN'],
|
8245 |
+
['1741827072', '1741828095', 'IN'],
|
8246 |
+
['1741828096', '1741829119', 'IN'],
|
8247 |
+
['1741829120', '1741830143', 'IN'],
|
8248 |
+
['1741830144', '1741831167', 'BD'],
|
8249 |
+
['1741831168', '1741832191', 'BD'],
|
8250 |
+
['1741832192', '1741833215', 'IN'],
|
8251 |
+
['1741833216', '1741834239', 'BD'],
|
8252 |
+
['1741834240', '1741835263', 'IN'],
|
8253 |
+
['1741835264', '1741836287', 'AU'],
|
8254 |
+
['1741836288', '1741837311', 'IN'],
|
8255 |
+
['1741837312', '1741838335', 'JP'],
|
8256 |
+
['1741838336', '1741839359', 'IN'],
|
8257 |
+
['1741839360', '1741840383', 'IN'],
|
8258 |
+
['1741840384', '1741841407', 'CN'],
|
8259 |
+
['1741841408', '1741842431', 'IN'],
|
8260 |
+
['1741842432', '1741842687', 'IN'],
|
8261 |
+
['1741842688', '1741842943', 'ID'],
|
8262 |
+
['1741842944', '1741843455', 'IN'],
|
8263 |
+
['1741843456', '1741844479', 'JP'],
|
8264 |
+
['1741844480', '1741844991', 'IN'],
|
8265 |
+
['1741845248', '1741845503', 'MN'],
|
8266 |
+
['1741845504', '1741846527', 'ID'],
|
8267 |
+
['1741846528', '1741847551', 'ID'],
|
8268 |
+
['1741847552', '1741848063', 'AU'],
|
8269 |
+
['1741848064', '1741848575', 'IN'],
|
8270 |
+
['1741848576', '1741849599', 'MM'],
|
8271 |
+
['1741849600', '1741850623', 'IN'],
|
8272 |
+
['1741850624', '1741851647', 'AU'],
|
8273 |
+
['1741851648', '1741852671', 'IN'],
|
8274 |
+
['1741852672', '1741853695', 'IN'],
|
8275 |
+
['1741853696', '1741854719', 'AU'],
|
8276 |
+
['1741854720', '1741855231', 'TH'],
|
8277 |
+
['1741855232', '1741855743', 'AU'],
|
8278 |
+
['1741855744', '1741856767', 'CN'],
|
8279 |
+
['1741856768', '1741857791', 'CN'],
|
8280 |
+
['1741857792', '1741858815', 'CN'],
|
8281 |
+
['1741858816', '1741859839', 'CN'],
|
8282 |
+
['1741859840', '1741860863', 'CN'],
|
8283 |
+
['1741860864', '1741861887', 'CN'],
|
8284 |
+
['1741861888', '1741862911', 'CN'],
|
8285 |
+
['1741862912', '1741863935', 'CN'],
|
8286 |
+
['1741863936', '1741864959', 'CN'],
|
8287 |
+
['1741864960', '1741865215', 'AU'],
|
8288 |
+
['1741865216', '1741865471', 'ID'],
|
8289 |
+
['1741865472', '1741865983', 'IN'],
|
8290 |
+
['1741865984', '1741867007', 'IN'],
|
8291 |
+
['1741867008', '1741868031', 'IN'],
|
8292 |
+
['1741868032', '1741869055', 'IN'],
|
8293 |
+
['1741869056', '1741869311', 'NZ'],
|
8294 |
+
['1741869312', '1741869567', 'AU'],
|
8295 |
+
['1741869824', '1741870079', 'NZ'],
|
8296 |
+
['1741870080', '1741871103', 'SG'],
|
8297 |
+
['1741871104', '1741872127', 'CN'],
|
8298 |
+
['1741872128', '1741872383', 'HK'],
|
8299 |
+
['1741872384', '1741872639', 'IN'],
|
8300 |
+
['1741872640', '1741872895', 'PH'],
|
8301 |
+
['1741872896', '1741873151', 'NZ'],
|
8302 |
+
['1741873152', '1741874175', 'IN'],
|
8303 |
+
['1741874176', '1741875199', 'ID'],
|
8304 |
+
['1741875200', '1741876223', 'HK'],
|
8305 |
+
['1741876224', '1741877247', 'HK'],
|
8306 |
+
['1741877248', '1741878271', 'HK'],
|
8307 |
+
['1741878272', '1741879295', 'HK'],
|
8308 |
+
['1741879296', '1741879807', 'NZ'],
|
8309 |
+
['1741879808', '1741880063', 'IN'],
|
8310 |
+
['1741880064', '1741880319', 'AU'],
|
8311 |
+
['1741880320', '1741881343', 'IN'],
|
8312 |
+
['1741881344', '1741882367', 'HK'],
|
8313 |
+
['1741882368', '1741882879', 'IN'],
|
8314 |
+
['1741882880', '1741883391', 'AU'],
|
8315 |
+
['1741883392', '1741884415', 'IN'],
|
8316 |
+
['1741884416', '1741885439', 'IN'],
|
8317 |
+
['1741885440', '1741886463', 'IN'],
|
8318 |
+
['1741886464', '1741887487', 'IN'],
|
8319 |
+
['1741887488', '1741887999', 'NZ'],
|
8320 |
+
['1741888000', '1741888255', 'IN'],
|
8321 |
+
['1741888512', '1741889535', 'BD'],
|
8322 |
+
['1741889536', '1741890559', 'HK'],
|
8323 |
+
['1741890560', '1741891583', 'IN'],
|
8324 |
+
['1741891584', '1741892607', 'IN'],
|
8325 |
+
['1741892608', '1741893631', 'CN'],
|
8326 |
+
['1741893632', '1741893887', 'AU'],
|
8327 |
+
['1741893888', '1741894143', 'ID'],
|
8328 |
+
['1741894144', '1741894655', 'ID'],
|
8329 |
+
['1741894656', '1741895679', 'IN'],
|
8330 |
+
['1741895680', '1741896703', 'IN'],
|
8331 |
+
['1741896704', '1741897727', 'IN'],
|
8332 |
+
['1741897728', '1741898751', 'SG'],
|
8333 |
+
['1741898752', '1741899775', 'HK'],
|
8334 |
+
['1741899776', '1741900799', 'JP'],
|
8335 |
+
['1741900800', '1741901823', 'IN'],
|
8336 |
+
['1741901824', '1741902079', 'IN'],
|
8337 |
+
['1741902080', '1741902335', 'IN'],
|
8338 |
+
['1741902336', '1741902591', 'ID'],
|
8339 |
+
['1741902592', '1741902847', 'ID'],
|
8340 |
+
['1741902848', '1741903871', 'IN'],
|
8341 |
+
['1741903872', '1741904895', 'IN'],
|
8342 |
+
['1741904896', '1741905919', 'HK'],
|
8343 |
+
['1741905920', '1741906943', 'CN'],
|
8344 |
+
['1741906944', '1741907967', 'CN'],
|
8345 |
+
['1741907968', '1741908991', 'IN'],
|
8346 |
+
['1741908992', '1741910015', 'IN'],
|
8347 |
+
['1741910016', '1741911039', 'IN'],
|
8348 |
+
['1741911040', '1741912063', 'SG'],
|
8349 |
+
['1741912064', '1741913087', 'NZ'],
|
8350 |
+
['1741913088', '1741914111', 'HK'],
|
8351 |
+
['1741914112', '1741915135', 'IN'],
|
8352 |
+
['1741915136', '1741916159', 'IN'],
|
8353 |
+
['1741916160', '1741917183', 'IN'],
|
8354 |
+
['1741917184', '1741917695', 'AU'],
|
8355 |
+
['1741917696', '1741917951', 'AU'],
|
8356 |
+
['1741917952', '1741918207', 'ID'],
|
8357 |
+
['1741918208', '1741919231', 'BD'],
|
8358 |
+
['1741919232', '1741920255', 'NP'],
|
8359 |
+
['1741920256', '1741921279', 'IN'],
|
8360 |
+
['1741921280', '1741922303', 'CN'],
|
8361 |
+
['1741922304', '1741923327', 'US'],
|
8362 |
+
['1741923328', '1741924351', 'CN'],
|
8363 |
+
['1741924352', '1741925375', 'CN'],
|
8364 |
+
['1741925376', '1741925631', 'AU'],
|
8365 |
+
['1741925632', '1741925887', 'HK'],
|
8366 |
+
['1741925888', '1741926399', 'PH'],
|
8367 |
+
['1741926400', '1741927423', 'IN'],
|
8368 |
+
['1741927424', '1741928447', 'US'],
|
8369 |
+
['1741928448', '1741928959', 'BD'],
|
8370 |
+
['1741928960', '1741929471', 'IN'],
|
8371 |
+
['1741929472', '1741930495', 'IN'],
|
8372 |
+
['1741930496', '1741931519', 'CN'],
|
8373 |
+
['1741931520', '1741931775', 'IN'],
|
8374 |
+
['1741931776', '1741932031', 'IN'],
|
8375 |
+
['1741932032', '1741932287', 'HK'],
|
8376 |
+
['1741932288', '1741932543', 'AU'],
|
8377 |
+
['1741932544', '1741933567', 'PK'],
|
8378 |
+
['1741933568', '1741934591', 'BD'],
|
8379 |
+
['1741934592', '1741935615', 'AU'],
|
8380 |
+
['1741935616', '1741936639', 'VN'],
|
8381 |
+
['1741936640', '1741937663', 'SC'],
|
8382 |
+
['1741937664', '1741938687', 'CN'],
|
8383 |
+
['1741938688', '1741939711', 'CN'],
|
8384 |
+
['1741939712', '1741940735', 'CN'],
|
8385 |
+
['1741940736', '1741941759', 'ID'],
|
8386 |
+
['1741941760', '1741942271', 'HK'],
|
8387 |
+
['1741942272', '1741942527', 'AU'],
|
8388 |
+
['1741942528', '1741942783', 'MY'],
|
8389 |
+
['1741942784', '1741943807', 'AU'],
|
8390 |
+
['1741943808', '1741944831', 'HK'],
|
8391 |
+
['1741944832', '1741945855', 'CN'],
|
8392 |
+
['1741945856', '1741946879', 'US'],
|
8393 |
+
['1741946880', '1741947903', 'CN'],
|
8394 |
+
['1741947904', '1741948927', 'CN'],
|
8395 |
+
['1741948928', '1741949951', 'CN'],
|
8396 |
+
['1741949952', '1741950975', 'CN'],
|
8397 |
+
['1741950976', '1741951999', 'IN'],
|
8398 |
+
['1741952000', '1741953023', 'IN'],
|
8399 |
+
['1741953024', '1741954047', 'GU'],
|
8400 |
+
['1741954048', '1741955071', 'IN'],
|
8401 |
+
['1741955072', '1741956095', 'CN'],
|
8402 |
+
['1741956096', '1741957119', 'TH'],
|
8403 |
+
['1741957120', '1741957375', 'PG'],
|
8404 |
+
['1741957376', '1741957631', 'MY'],
|
8405 |
+
['1741957632', '1741957887', 'AU'],
|
8406 |
+
['1741957888', '1741958143', 'ID'],
|
8407 |
+
['1741958144', '1741959167', 'CN'],
|
8408 |
+
['1741959168', '1741960191', 'CN'],
|
8409 |
+
['1741960192', '1741961215', 'NZ'],
|
8410 |
+
['1741961216', '1741962239', 'HK'],
|
8411 |
+
['1741962240', '1741963263', 'SG'],
|
8412 |
+
['1741963264', '1741963775', 'NP'],
|
8413 |
+
['1741963776', '1741964031', 'AU'],
|
8414 |
+
['1741964032', '1741964287', 'AU'],
|
8415 |
+
['1741964288', '1741965311', 'MY'],
|
8416 |
+
['1741965312', '1741966335', 'HK'],
|
8417 |
+
['1741966336', '1741967359', 'JP'],
|
8418 |
+
['1741967360', '1741968383', 'BD'],
|
8419 |
+
['1741968384', '1741969407', 'CN'],
|
8420 |
+
['1741969408', '1741970431', 'IN'],
|
8421 |
+
['1741970432', '1741971455', 'IN'],
|
8422 |
+
['1741971456', '1741972479', 'HK'],
|
8423 |
+
['1741972480', '1741973503', 'CN'],
|
8424 |
+
['1741973504', '1741974527', 'CN'],
|
8425 |
+
['1741974528', '1741975551', 'CN'],
|
8426 |
+
['1741975552', '1741976575', 'AU'],
|
8427 |
+
['1741976576', '1741977599', 'MN'],
|
8428 |
+
['1741977600', '1741978111', 'IN'],
|
8429 |
+
['1741978112', '1741978367', 'AU'],
|
8430 |
+
['1741978368', '1741978623', 'NZ'],
|
8431 |
+
['1741978624', '1741979647', 'KR'],
|
8432 |
+
['1741979648', '1741980671', 'IN'],
|
8433 |
+
['1741980672', '1741981695', 'IN'],
|
8434 |
+
['1741981696', '1741982719', 'IN'],
|
8435 |
+
['1741982720', '1741983743', 'IN'],
|
8436 |
+
['1741983744', '1741984767', 'IN'],
|
8437 |
+
['1741984768', '1741985791', 'CN'],
|
8438 |
+
['1741985792', '1741986815', 'IN'],
|
8439 |
+
['1741986816', '1741987839', 'IN'],
|
8440 |
+
['1741987840', '1741988863', 'AU'],
|
8441 |
+
['1741988864', '1741989887', 'CN'],
|
8442 |
+
['1741989888', '1741990911', 'SG'],
|
8443 |
+
['1741991936', '1741992191', 'MY'],
|
8444 |
+
['1741992192', '1741992447', 'IN'],
|
8445 |
+
['1741992960', '1741993983', 'TH'],
|
8446 |
+
['1741993984', '1741995007', 'HK'],
|
8447 |
+
['1741995008', '1741996031', 'JP'],
|
8448 |
+
['1741996032', '1741996543', 'NZ'],
|
8449 |
+
['1741996544', '1741997055', 'AU'],
|
8450 |
+
['1741997056', '1741998079', 'CN'],
|
8451 |
+
['1741998080', '1741999103', 'CN'],
|
8452 |
+
['1741999104', '1742000127', 'IN'],
|
8453 |
+
['1742000128', '1742000639', 'IN'],
|
8454 |
+
['1742000640', '1742000895', 'AU'],
|
8455 |
+
['1742000896', '1742001151', 'ID'],
|
8456 |
+
['1742001152', '1742002175', 'IN'],
|
8457 |
+
['1742002176', '1742003199', 'AU'],
|
8458 |
+
['1742003200', '1742004223', 'KR'],
|
8459 |
+
['1742004224', '1742005247', 'NZ'],
|
8460 |
+
['1742005248', '1742006271', 'CN'],
|
8461 |
+
['1742006272', '1742006527', 'ID'],
|
8462 |
+
['1742006528', '1742006783', 'ID'],
|
8463 |
+
['1742006784', '1742007039', 'ID'],
|
8464 |
+
['1742007040', '1742007295', 'IN'],
|
8465 |
+
['1742007296', '1742008319', 'ID'],
|
8466 |
+
['1742008320', '1742009343', 'AU'],
|
8467 |
+
['1742009344', '1742010367', 'KR'],
|
8468 |
+
['1742010368', '1742011391', 'KR'],
|
8469 |
+
['1742011392', '1742012415', 'CN'],
|
8470 |
+
['1742012416', '1742013439', 'IN'],
|
8471 |
+
['1742013440', '1742014463', 'IN'],
|
8472 |
+
['1742014464', '1742015487', 'IN'],
|
8473 |
+
['1742015488', '1742016511', 'IN'],
|
8474 |
+
['1742016512', '1742017535', 'IN'],
|
8475 |
+
['1742017536', '1742018559', 'IN'],
|
8476 |
+
['1742018560', '1742019583', 'IN'],
|
8477 |
+
['1742019584', '1742020095', 'BD'],
|
8478 |
+
['1742020096', '1742020351', 'MM'],
|
8479 |
+
['1742020352', '1742020607', 'NP'],
|
8480 |
+
['1742020608', '1742021631', 'IN'],
|
8481 |
+
['1742021632', '1742022655', 'IN'],
|
8482 |
+
['1742022656', '1742023679', 'CN'],
|
8483 |
+
['1742023680', '1742024703', 'CN'],
|
8484 |
+
['1742024704', '1742025727', 'CN'],
|
8485 |
+
['1742025728', '1742026751', 'CN'],
|
8486 |
+
['1742026752', '1742027775', 'CN'],
|
8487 |
+
['1742027776', '1742028799', 'CN'],
|
8488 |
+
['1742028800', '1742029823', 'CN'],
|
8489 |
+
['1742029824', '1742030847', 'CN'],
|
8490 |
+
['1742030848', '1742031871', 'CN'],
|
8491 |
+
['1742031872', '1742032895', 'CN'],
|
8492 |
+
['1742032896', '1742033919', 'CN'],
|
8493 |
+
['1742033920', '1742034943', 'CN'],
|
8494 |
+
['1742034944', '1742035967', 'CN'],
|
8495 |
+
['1742035968', '1742036991', 'CN'],
|
8496 |
+
['1742036992', '1742038015', 'CN'],
|
8497 |
+
['1742038016', '1742039039', 'AU'],
|
8498 |
+
['1742039040', '1742040063', 'AF'],
|
8499 |
+
['1742040064', '1742041087', 'PK'],
|
8500 |
+
['1742041088', '1742042111', 'PK'],
|
8501 |
+
['1742042112', '1742043135', 'ID'],
|
8502 |
+
['1742043136', '1742043647', 'AU'],
|
8503 |
+
['1742043648', '1742044159', 'VN'],
|
8504 |
+
['1742044160', '1742045183', 'NP'],
|
8505 |
+
['1742045184', '1742046207', 'ID'],
|
8506 |
+
['1742046208', '1742047231', 'CN'],
|
8507 |
+
['1742047232', '1742048255', 'CN'],
|
8508 |
+
['1742048256', '1742049279', 'CN'],
|
8509 |
+
['1742049280', '1742050303', 'CN'],
|
8510 |
+
['1742050304', '1742051327', 'CN'],
|
8511 |
+
['1742051328', '1742052351', 'CN'],
|
8512 |
+
['1742052352', '1742053375', 'CN'],
|
8513 |
+
['1742053376', '1742054399', 'CN'],
|
8514 |
+
['1742054400', '1742055423', 'CN'],
|
8515 |
+
['1742055424', '1742056447', 'CN'],
|
8516 |
+
['1742056448', '1742057471', 'CN'],
|
8517 |
+
['1742057472', '1742058495', 'CN'],
|
8518 |
+
['1742058496', '1742059519', 'CN'],
|
8519 |
+
['1742059520', '1742060543', 'CN'],
|
8520 |
+
['1742060544', '1742061567', 'CN'],
|
8521 |
+
['1742061568', '1742062591', 'IN'],
|
8522 |
+
['1742062592', '1742063615', 'SG'],
|
8523 |
+
['1742063616', '1742063871', 'AU'],
|
8524 |
+
['1742063872', '1742064127', 'IN'],
|
8525 |
+
['1742064128', '1742064639', 'IN'],
|
8526 |
+
['1742064640', '1742065663', 'TH'],
|
8527 |
+
['1742065664', '1742066687', 'IN'],
|
8528 |
+
['1742066688', '1742067711', 'IN'],
|
8529 |
+
['1742067712', '1742068735', 'IN'],
|
8530 |
+
['1742068736', '1742069759', 'IN'],
|
8531 |
+
['1742069760', '1742070783', 'IN'],
|
8532 |
+
['1742070784', '1742071039', 'MM'],
|
8533 |
+
['1742071040', '1742071295', 'JP'],
|
8534 |
+
['1742071296', '1742071807', 'MM'],
|
8535 |
+
['1742072832', '1742073855', 'BD'],
|
8536 |
+
['1742073856', '1742074879', 'BD'],
|
8537 |
+
['1742074880', '1742075903', 'HK'],
|
8538 |
+
['1742075904', '1742076927', 'CN'],
|
8539 |
+
['1742076928', '1742077951', 'CN'],
|
8540 |
+
['1742077952', '1742078975', 'BD'],
|
8541 |
+
['1742078976', '1742079999', 'NL'],
|
8542 |
+
['1742080000', '1742081023', 'VN'],
|
8543 |
+
['1742081024', '1742082047', 'PH'],
|
8544 |
+
['1742082048', '1742083071', 'HK'],
|
8545 |
+
['1742083072', '1742084095', 'IN'],
|
8546 |
+
['1742084096', '1742085119', 'KR'],
|
8547 |
+
['1742085120', '1742085631', 'AU'],
|
8548 |
+
['1742085632', '1742086143', 'AU'],
|
8549 |
+
['1742086144', '1742087167', 'CN'],
|
8550 |
+
['1742087168', '1742088191', 'JP'],
|
8551 |
+
['1742088192', '1742088447', 'IN'],
|
8552 |
+
['1742088448', '1742088703', 'HK'],
|
8553 |
+
['1742088704', '1742088959', 'AU'],
|
8554 |
+
['1742088960', '1742089215', 'AU'],
|
8555 |
+
['1742089216', '1742090239', 'SG'],
|
8556 |
+
['1742090240', '1742091263', 'CN'],
|
8557 |
+
['1742091264', '1742092287', 'ID'],
|
8558 |
+
['1742092288', '1742093311', 'HK'],
|
8559 |
+
['1742093312', '1742094335', 'IN'],
|
8560 |
+
['1742094336', '1742095359', 'IN'],
|
8561 |
+
['1742095360', '1742096383', 'MM'],
|
8562 |
+
['1742096384', '1742097407', 'JP'],
|
8563 |
+
['1742097408', '1742098431', 'NP'],
|
8564 |
+
['1742098432', '1742099455', 'BD'],
|
8565 |
+
['1742099456', '1742100479', 'CN'],
|
8566 |
+
['1742100480', '1742101503', 'KR'],
|
8567 |
+
['1742101504', '1742102527', 'BD'],
|
8568 |
+
['1742103040', '1742103295', 'AU'],
|
8569 |
+
['1742103296', '1742103551', 'ID'],
|
8570 |
+
['1742103552', '1742104575', 'ID'],
|
8571 |
+
['1742104576', '1742105599', 'NZ'],
|
8572 |
+
['1742105600', '1742106623', 'SG'],
|
8573 |
+
['1742106624', '1742107135', 'ID'],
|
8574 |
+
['1742107136', '1742107647', 'IN'],
|
8575 |
+
['1742107648', '1742108671', 'IN'],
|
8576 |
+
['1742108672', '1742109183', 'ID'],
|
8577 |
+
['1742109184', '1742109695', 'IN'],
|
8578 |
+
['1742109696', '1742110719', 'IN'],
|
8579 |
+
['1742110720', '1742111743', 'IN'],
|
8580 |
+
['1742111744', '1742112767', 'IN'],
|
8581 |
+
['1742112768', '1742113791', 'IN'],
|
8582 |
+
['1742113792', '1742114815', 'HK'],
|
8583 |
+
['1742114816', '1742115839', 'HK'],
|
8584 |
+
['1742115840', '1742116863', 'KH'],
|
8585 |
+
['1742116864', '1742117887', 'JP'],
|
8586 |
+
['1742117888', '1742118911', 'BD'],
|
8587 |
+
['1742118912', '1742119935', 'AU'],
|
8588 |
+
['1742119936', '1742120959', 'HK'],
|
8589 |
+
['1742120960', '1742121983', 'CN'],
|
8590 |
+
['1742121984', '1742123007', 'HK'],
|
8591 |
+
['1742123008', '1742123263', 'AU'],
|
8592 |
+
['1742123264', '1742123519', 'IN'],
|
8593 |
+
['1742123520', '1742124031', 'IN'],
|
8594 |
+
['1742124032', '1742125055', 'SG'],
|
8595 |
+
['1742125056', '1742126079', 'ID'],
|
8596 |
+
['1742126080', '1742127103', 'IN'],
|
8597 |
+
['1742127104', '1742128127', 'HK'],
|
8598 |
+
['1742128128', '1742129151', 'MY'],
|
8599 |
+
['1742129152', '1742130175', 'BD'],
|
8600 |
+
['1742130176', '1742130687', 'NZ'],
|
8601 |
+
['1742130688', '1742130943', 'AU'],
|
8602 |
+
['1742130944', '1742131199', 'AU'],
|
8603 |
+
['1742131200', '1742132223', 'AU'],
|
8604 |
+
['1742132224', '1742133247', 'CN'],
|
8605 |
+
['1742133248', '1742134271', 'BD'],
|
8606 |
+
['1742134272', '1742135295', 'AU'],
|
8607 |
+
['1742135296', '1742136319', 'CN'],
|
8608 |
+
['1742136320', '1742136575', 'FR'],
|
8609 |
+
['1742136576', '1742136831', 'ID'],
|
8610 |
+
['1742136832', '1742137343', 'IN'],
|
8611 |
+
['1742137344', '1742138367', 'IN'],
|
8612 |
+
['1742138368', '1742139391', 'ID'],
|
8613 |
+
['1742139392', '1742140415', 'CN'],
|
8614 |
+
['1742140416', '1742141439', 'CN'],
|
8615 |
+
['1742141440', '1742142463', 'HK'],
|
8616 |
+
['1742142464', '1742143487', 'SG'],
|
8617 |
+
['1742143488', '1742144511', 'HK'],
|
8618 |
+
['1742144512', '1742145535', 'HK'],
|
8619 |
+
['1742145536', '1742146559', 'HK'],
|
8620 |
+
['1742146560', '1742146815', 'AU'],
|
8621 |
+
['1742146816', '1742147071', 'ID'],
|
8622 |
+
['1742147072', '1742147327', 'SG'],
|
8623 |
+
['1742147328', '1742147583', 'AU'],
|
8624 |
+
['1742147584', '1742148607', 'ID'],
|
8625 |
+
['1742148608', '1742149119', 'AU'],
|
8626 |
+
['1742149120', '1742149375', 'AU'],
|
8627 |
+
['1742149376', '1742149631', 'AU'],
|
8628 |
+
['1742149632', '1742150655', 'ID'],
|
8629 |
+
['1742150656', '1742151679', 'CN'],
|
8630 |
+
['1742151680', '1742152703', 'CN'],
|
8631 |
+
['1742152704', '1742153727', 'CN'],
|
8632 |
+
['1742153728', '1742154751', 'HK'],
|
8633 |
+
['1742154752', '1742155775', 'CN'],
|
8634 |
+
['1742155776', '1742156799', 'CN'],
|
8635 |
+
['1742156800', '1742157823', 'IN'],
|
8636 |
+
['1742157824', '1742158847', 'JP'],
|
8637 |
+
['1742158848', '1742159871', 'SG'],
|
8638 |
+
['1742159872', '1742160895', 'AU'],
|
8639 |
+
['1742160896', '1742161919', 'ID'],
|
8640 |
+
['1742161920', '1742162431', 'ID'],
|
8641 |
+
['1742162432', '1742162687', 'AU'],
|
8642 |
+
['1742162688', '1742162943', 'PK'],
|
8643 |
+
['1742162944', '1742163967', 'HK'],
|
8644 |
+
['1742163968', '1742164991', 'HK'],
|
8645 |
+
['1742164992', '1742166015', 'JP'],
|
8646 |
+
['1742166016', '1742167039', 'AU'],
|
8647 |
+
['1742167040', '1742168063', 'IN'],
|
8648 |
+
['1742168064', '1742168575', 'IN'],
|
8649 |
+
['1742168576', '1742169087', 'IN'],
|
8650 |
+
['1742169088', '1742170111', 'CN'],
|
8651 |
+
['1742170112', '1742171135', 'CN'],
|
8652 |
+
['1742171136', '1742172159', 'CN'],
|
8653 |
+
['1742172160', '1742173183', 'IN'],
|
8654 |
+
['1742173184', '1742174207', 'CN'],
|
8655 |
+
['1742174208', '1742175231', 'CN'],
|
8656 |
+
['1742175232', '1742176255', 'HK'],
|
8657 |
+
['1742176256', '1742177279', 'AU'],
|
8658 |
+
['1742177280', '1742177791', 'AU'],
|
8659 |
+
['1742177792', '1742178047', 'IN'],
|
8660 |
+
['1742178048', '1742178303', 'IN'],
|
8661 |
+
['1742178304', '1742179327', 'MY'],
|
8662 |
+
['1742179328', '1742180351', 'CN'],
|
8663 |
+
['1742180352', '1742181375', 'KR'],
|
8664 |
+
['1742181376', '1742182399', 'IN'],
|
8665 |
+
['1742182400', '1742183423', 'KR'],
|
8666 |
+
['1742183424', '1742184447', 'IN'],
|
8667 |
+
['1742184448', '1742185471', 'AU'],
|
8668 |
+
['1742185472', '1742186495', 'IN'],
|
8669 |
+
['1742186496', '1742187519', 'IN'],
|
8670 |
+
['1742187520', '1742188543', 'JP'],
|
8671 |
+
['1742188544', '1742189567', 'ID'],
|
8672 |
+
['1742189568', '1742190591', 'CA'],
|
8673 |
+
['1742190592', '1742191615', 'CN'],
|
8674 |
+
['1742191616', '1742192639', 'HK'],
|
8675 |
+
['1742192640', '1742193663', 'MM'],
|
8676 |
+
['1742193664', '1742194687', 'IN'],
|
8677 |
+
['1742194688', '1742195711', 'IN'],
|
8678 |
+
['1742195712', '1742196735', 'IN'],
|
8679 |
+
['1742196736', '1742197247', 'IN'],
|
8680 |
+
['1742197248', '1742197759', 'AF'],
|
8681 |
+
['1742197760', '1742198783', 'HK'],
|
8682 |
+
['1742198784', '1742199807', 'NL'],
|
8683 |
+
['1742199808', '1742200831', 'IR'],
|
8684 |
+
['1742200832', '1742201855', 'IN'],
|
8685 |
+
['1742201856', '1742202879', 'CN'],
|
8686 |
+
['1742202880', '1742203391', 'IN'],
|
8687 |
+
['1742203392', '1742203647', 'IN'],
|
8688 |
+
['1742203648', '1742203903', 'IN'],
|
8689 |
+
['1742203904', '1742204927', 'IN'],
|
8690 |
+
['1742204928', '1742205951', 'IN'],
|
8691 |
+
['1742205952', '1742206975', 'IN'],
|
8692 |
+
['1742206976', '1742207999', 'IN'],
|
8693 |
+
['1742208000', '1742209023', 'JP'],
|
8694 |
+
['1742209024', '1742210047', 'IN'],
|
8695 |
+
['1742210048', '1742211071', 'CN'],
|
8696 |
+
['1742211072', '1742212095', 'CN'],
|
8697 |
+
['1742212096', '1742213119', 'CN'],
|
8698 |
+
['1742213120', '1742214143', 'CN'],
|
8699 |
+
['1742214144', '1742215167', 'CN'],
|
8700 |
+
['1742215168', '1742216191', 'CN'],
|
8701 |
+
['1742216192', '1742217215', 'CN'],
|
8702 |
+
['1742217216', '1742218239', 'CN'],
|
8703 |
+
['1742218240', '1742219263', 'CN'],
|
8704 |
+
['1742219264', '1742220287', 'CN'],
|
8705 |
+
['1742220288', '1742221311', 'CN'],
|
8706 |
+
['1742221312', '1742222335', 'KH'],
|
8707 |
+
['1742222336', '1742223359', 'IN'],
|
8708 |
+
['1742223360', '1742224383', 'BD'],
|
8709 |
+
['1742224384', '1742225407', 'IR'],
|
8710 |
+
['1742225408', '1742226431', 'CN'],
|
8711 |
+
['1742226432', '1742227455', 'IN'],
|
8712 |
+
['1742227456', '1742228479', 'VN'],
|
8713 |
+
['1742228480', '1742229503', 'IN'],
|
8714 |
+
['1742229504', '1742230527', 'IN'],
|
8715 |
+
['1742230528', '1742231039', 'SG'],
|
8716 |
+
['1742231040', '1742231295', 'IN'],
|
8717 |
+
['1742231296', '1742231551', 'ID'],
|
8718 |
+
['1742231552', '1742232575', 'IN'],
|
8719 |
+
['1742232576', '1742233599', 'IN'],
|
8720 |
+
['1742233600', '1742234111', 'TH'],
|
8721 |
+
['1742234112', '1742234367', 'IN'],
|
8722 |
+
['1742234368', '1742234623', 'IN'],
|
8723 |
+
['1742234624', '1742235647', 'HK'],
|
8724 |
+
['1742235648', '1742236671', 'PK'],
|
8725 |
+
['1742236672', '1742237695', 'CN'],
|
8726 |
+
['1742237696', '1742238719', 'VN'],
|
8727 |
+
['1742238720', '1742239743', 'VN'],
|
8728 |
+
['1742239744', '1742240767', 'VN'],
|
8729 |
+
['1742240768', '1742241791', 'VN'],
|
8730 |
+
['1742241792', '1742242815', 'VN'],
|
8731 |
+
['1742242816', '1742243071', 'NZ'],
|
8732 |
+
['1742243072', '1742243327', 'AU'],
|
8733 |
+
['1742243328', '1742243583', 'HK'],
|
8734 |
+
['1742243584', '1742243839', 'PK'],
|
8735 |
+
['1742243840', '1742244863', 'CN'],
|
8736 |
+
['1742244864', '1742245887', 'IN'],
|
8737 |
+
['1742245888', '1742246911', 'IN'],
|
8738 |
+
['1742246912', '1742247935', 'IN'],
|
8739 |
+
['1742247936', '1742248959', 'CN'],
|
8740 |
+
['1742248960', '1742249983', 'IN'],
|
8741 |
+
['1742249984', '1742250239', 'AF'],
|
8742 |
+
['1742250240', '1742250495', 'IN'],
|
8743 |
+
['1742250496', '1742251007', 'IN'],
|
8744 |
+
['1742251008', '1742252031', 'IN'],
|
8745 |
+
['1742252032', '1742253055', 'IN'],
|
8746 |
+
['1742253056', '1742254079', 'IN'],
|
8747 |
+
['1742254080', '1742255103', 'IN'],
|
8748 |
+
['1742255104', '1742256127', 'IN'],
|
8749 |
+
['1742256128', '1742257151', 'IN'],
|
8750 |
+
['1742257152', '1742257407', 'ID'],
|
8751 |
+
['1742257408', '1742257663', 'NZ'],
|
8752 |
+
['1742257664', '1742258175', 'AU'],
|
8753 |
+
['1742258176', '1742259199', 'US'],
|
8754 |
+
['1742259200', '1742260223', 'AU'],
|
8755 |
+
['1742260224', '1742260479', 'IN'],
|
8756 |
+
['1742260480', '1742260735', 'IN'],
|
8757 |
+
['1742260736', '1742261247', 'KR'],
|
8758 |
+
['1742261248', '1742262271', 'IN'],
|
8759 |
+
['1742262272', '1742263295', 'IN'],
|
8760 |
+
['1742263296', '1742264319', 'IN'],
|
8761 |
+
['1742264320', '1742265343', 'HK'],
|
8762 |
+
['1742265344', '1742266367', 'AU'],
|
8763 |
+
['1742266368', '1742267391', 'CN'],
|
8764 |
+
['1742267392', '1742268415', 'CN'],
|
8765 |
+
['1742268416', '1742269439', 'IN'],
|
8766 |
+
['1742269440', '1742270463', 'IN'],
|
8767 |
+
['1742270464', '1742271487', 'CN'],
|
8768 |
+
['1742271488', '1742272511', 'CN'],
|
8769 |
+
['1742272512', '1742273535', 'CN'],
|
8770 |
+
['1742273536', '1742274559', 'CN'],
|
8771 |
+
['1742274560', '1742275583', 'CN'],
|
8772 |
+
['1742275584', '1742276607', 'CN'],
|
8773 |
+
['1742276608', '1742277631', 'CN'],
|
8774 |
+
['1742277632', '1742278655', 'CN'],
|
8775 |
+
['1742278656', '1742279679', 'CN'],
|
8776 |
+
['1742279680', '1742280703', 'CN'],
|
8777 |
+
['1742280704', '1742281727', 'CN'],
|
8778 |
+
['1742281728', '1742282751', 'CN'],
|
8779 |
+
['1742282752', '1742283775', 'CN'],
|
8780 |
+
['1742283776', '1742284799', 'CN'],
|
8781 |
+
['1742284800', '1742285823', 'CN'],
|
8782 |
+
['1742285824', '1742286847', 'CN'],
|
8783 |
+
['1742286848', '1742287871', 'CN'],
|
8784 |
+
['1742287872', '1742288895', 'CN'],
|
8785 |
+
['1742288896', '1742289919', 'CN'],
|
8786 |
+
['1742289920', '1742290943', 'CN'],
|
8787 |
+
['1742290944', '1742291967', 'IN'],
|
8788 |
+
['1742291968', '1742292991', 'IN'],
|
8789 |
+
['1742292992', '1742293503', 'IN'],
|
8790 |
+
['1742293504', '1742294015', 'AU'],
|
8791 |
+
['1742294016', '1742294271', 'IN'],
|
8792 |
+
['1742294272', '1742294527', 'IN'],
|
8793 |
+
['1742294528', '1742295039', 'IN'],
|
8794 |
+
['1742295040', '1742296063', 'IN'],
|
8795 |
+
['1742296064', '1742297087', 'IN'],
|
8796 |
+
['1742297088', '1742298111', 'IN'],
|
8797 |
+
['1742298112', '1742299135', 'MY'],
|
8798 |
+
['1742299136', '1742299647', 'NZ'],
|
8799 |
+
['1742299648', '1742299903', 'IN'],
|
8800 |
+
['1742300160', '1742301183', 'AU'],
|
8801 |
+
['1742301184', '1742301695', 'BD'],
|
8802 |
+
['1742301696', '1742301951', 'AU'],
|
8803 |
+
['1742301952', '1742302207', 'AU'],
|
8804 |
+
['1742302208', '1742303231', 'BD'],
|
8805 |
+
['1742303232', '1742304255', 'BD'],
|
8806 |
+
['1742304256', '1742305279', 'IN'],
|
8807 |
+
['1742305280', '1742306303', 'IN'],
|
8808 |
+
['1742306304', '1742307327', 'IN'],
|
8809 |
+
['1742307328', '1742308351', 'IN'],
|
8810 |
+
['1742308352', '1742309375', 'IN'],
|
8811 |
+
['1742309376', '1742310399', 'IN'],
|
8812 |
+
['1742310400', '1742311423', 'IN'],
|
8813 |
+
['1742311424', '1742312447', 'IN'],
|
8814 |
+
['1742312448', '1742313471', 'IN'],
|
8815 |
+
['1742313472', '1742314495', 'IN'],
|
8816 |
+
['1742314496', '1742315519', 'MM'],
|
8817 |
+
['1742315520', '1742316543', 'HK'],
|
8818 |
+
['1742316544', '1742317567', 'AU'],
|
8819 |
+
['1742317568', '1742318591', 'CN'],
|
8820 |
+
['1742318592', '1742319103', 'ID'],
|
8821 |
+
['1742319104', '1742319615', 'AU'],
|
8822 |
+
['1742319616', '1742320639', 'PK'],
|
8823 |
+
['1742320640', '1742321663', 'CN'],
|
8824 |
+
['1742321664', '1742322687', 'CN'],
|
8825 |
+
['1742322688', '1742323711', 'CN'],
|
8826 |
+
['1742323712', '1742324735', 'CN'],
|
8827 |
+
['1742324736', '1742325759', 'CN'],
|
8828 |
+
['1742325760', '1742326783', 'CN'],
|
8829 |
+
['1742326784', '1742327807', 'CN'],
|
8830 |
+
['1742327808', '1742328831', 'ID'],
|
8831 |
+
['1742328832', '1742329855', 'IN'],
|
8832 |
+
['1742329856', '1742330879', 'ID'],
|
8833 |
+
['1742330880', '1742331903', 'IN'],
|
8834 |
+
['1742331904', '1742332927', 'HK'],
|
8835 |
+
['1742332928', '1742333951', 'IN'],
|
8836 |
+
['1742333952', '1742334975', 'IN'],
|
8837 |
+
['1742334976', '1742335999', 'IN'],
|
8838 |
+
['1742336000', '1742337023', 'IN'],
|
8839 |
+
['1742337024', '1742338047', 'IN'],
|
8840 |
+
['1742338048', '1742338303', 'AU'],
|
8841 |
+
['1742338304', '1742338559', 'IN'],
|
8842 |
+
['1742338560', '1742339071', 'AU'],
|
8843 |
+
['1742339072', '1742340095', 'AU'],
|
8844 |
+
['1742340096', '1742341119', 'CN'],
|
8845 |
+
['1742341120', '1742342143', 'HK'],
|
8846 |
+
['1742342144', '1742343167', 'CN'],
|
8847 |
+
['1742343168', '1742344191', 'CN'],
|
8848 |
+
['1742344192', '1742345215', 'CN'],
|
8849 |
+
['1742345216', '1742346239', 'CN'],
|
8850 |
+
['1742346240', '1742347263', 'SG'],
|
8851 |
+
['1742347264', '1742348287', 'CN'],
|
8852 |
+
['1742348288', '1742349311', 'CN'],
|
8853 |
+
['1742349312', '1742350335', 'CN'],
|
8854 |
+
['1742350336', '1742351359', 'CN'],
|
8855 |
+
['1742351360', '1742352383', 'CN'],
|
8856 |
+
['1742352384', '1742353407', 'CN'],
|
8857 |
+
['1742353408', '1742354431', 'CN'],
|
8858 |
+
['1742354432', '1742355455', 'CN'],
|
8859 |
+
['1742355456', '1742356479', 'CN'],
|
8860 |
+
['1742356480', '1742357503', 'CN'],
|
8861 |
+
['1742357504', '1742358527', 'CN'],
|
8862 |
+
['1742358528', '1742359551', 'CN'],
|
8863 |
+
['1742359552', '1742360575', 'CN'],
|
8864 |
+
['1742360576', '1742361599', 'CN'],
|
8865 |
+
['1742361600', '1742362623', 'CN'],
|
8866 |
+
['1742362624', '1742363647', 'CN'],
|
8867 |
+
['1742363648', '1742364671', 'CN'],
|
8868 |
+
['1742364672', '1742365695', 'PH'],
|
8869 |
+
['1742365696', '1742366719', 'IN'],
|
8870 |
+
['1742366720', '1742367743', 'HK'],
|
8871 |
+
['1742367744', '1742368767', 'IN'],
|
8872 |
+
['1742368768', '1742369791', 'IN'],
|
8873 |
+
['1742369792', '1742370815', 'IN'],
|
8874 |
+
['1742370816', '1742371839', 'IN'],
|
8875 |
+
['1742371840', '1742372863', 'IN'],
|
8876 |
+
['1742372864', '1742373887', 'IN'],
|
8877 |
+
['1742373888', '1742374911', 'IN'],
|
8878 |
+
['1742374912', '1742375935', 'IN'],
|
8879 |
+
['1742375936', '1742376959', 'IN'],
|
8880 |
+
['1742376960', '1742377983', 'IN'],
|
8881 |
+
['1742377984', '1742379007', 'IN'],
|
8882 |
+
['1742379008', '1742380031', 'IN'],
|
8883 |
+
['1742380032', '1742381055', 'KR'],
|
8884 |
+
['1742381056', '1742382079', 'KR'],
|
8885 |
+
['1742382080', '1742382335', 'BD'],
|
8886 |
+
['1742382336', '1742382591', 'ID'],
|
8887 |
+
['1742382592', '1742383103', 'ID'],
|
8888 |
+
['1742383104', '1742384127', 'IN'],
|
8889 |
+
['1742384128', '1742385151', 'IN'],
|
8890 |
+
['1742385152', '1742386175', 'IN'],
|
8891 |
+
['1742386176', '1742387199', 'IN'],
|
8892 |
+
['1742387200', '1742388223', 'CN'],
|
8893 |
+
['1742388224', '1742389247', 'BD'],
|
8894 |
+
['1742389248', '1742390271', 'CN'],
|
8895 |
+
['1742390272', '1742391295', 'CN'],
|
8896 |
+
['1742391296', '1742392319', 'CN'],
|
8897 |
+
['1742392320', '1742393343', 'CN'],
|
8898 |
+
['1742393344', '1742394367', 'CN'],
|
8899 |
+
['1742394368', '1742395391', 'CN'],
|
8900 |
+
['1742395392', '1742396415', 'CN'],
|
8901 |
+
['1742396416', '1742397439', 'SG'],
|
8902 |
+
['1742397440', '1742398463', 'IN'],
|
8903 |
+
['1742398464', '1742399487', 'IN'],
|
8904 |
+
['1742399488', '1742400511', 'IN'],
|
8905 |
+
['1742400512', '1742401535', 'IN'],
|
8906 |
+
['1742401536', '1742402559', 'HK'],
|
8907 |
+
['1742402560', '1742403583', 'IN'],
|
8908 |
+
['1742403584', '1742404607', 'IN'],
|
8909 |
+
['1742404608', '1742405631', 'IN'],
|
8910 |
+
['1742405632', '1742406655', 'IN'],
|
8911 |
+
['1742406656', '1742407167', 'IN'],
|
8912 |
+
['1742407168', '1742407423', 'ID'],
|
8913 |
+
['1742407424', '1742407679', 'AU'],
|
8914 |
+
['1742407680', '1742408703', 'IN'],
|
8915 |
+
['1742408704', '1742409727', 'IN'],
|
8916 |
+
['1742409728', '1742410751', 'IN'],
|
8917 |
+
['1742410752', '1742411775', 'IN'],
|
8918 |
+
['1742411776', '1742412799', 'CN'],
|
8919 |
+
['1742412800', '1742413823', 'CN'],
|
8920 |
+
['1742413824', '1742414847', 'CN'],
|
8921 |
+
['1742414848', '1742415871', 'CN'],
|
8922 |
+
['1742415872', '1742416895', 'IN'],
|
8923 |
+
['1742416896', '1742417919', 'IN'],
|
8924 |
+
['1742417920', '1742418943', 'IN'],
|
8925 |
+
['1742418944', '1742419967', 'IN'],
|
8926 |
+
['1742419968', '1742420991', 'HK'],
|
8927 |
+
['1742420992', '1742421247', 'IN'],
|
8928 |
+
['1742421248', '1742421503', 'IN'],
|
8929 |
+
['1742421504', '1742422015', 'AU'],
|
8930 |
+
['1742422016', '1742423039', 'CN'],
|
8931 |
+
['1742423040', '1742424063', 'PH'],
|
8932 |
+
['1742424064', '1742425087', 'ID'],
|
8933 |
+
['1742425088', '1742425343', 'ID'],
|
8934 |
+
['1742425344', '1742425599', 'SG'],
|
8935 |
+
['1742425600', '1742426111', 'SG'],
|
8936 |
+
['1742426112', '1742427135', 'HK'],
|
8937 |
+
['1742427136', '1742428159', 'CN'],
|
8938 |
+
['1742428160', '1742429183', 'CN'],
|
8939 |
+
['1742429184', '1742430207', 'CN'],
|
8940 |
+
['1742430208', '1742431231', 'CN'],
|
8941 |
+
['1742431232', '1742432255', 'CN'],
|
8942 |
+
['1742432256', '1742433279', 'HK'],
|
8943 |
+
['1742433280', '1742434303', 'MM'],
|
8944 |
+
['1742434304', '1742434559', 'ID'],
|
8945 |
+
['1742434560', '1742434815', 'NZ'],
|
8946 |
+
['1742434816', '1742435327', 'BD'],
|
8947 |
+
['1742435328', '1742436351', 'MY'],
|
8948 |
+
['1742436352', '1742437375', 'AU'],
|
8949 |
+
['1742437376', '1742438399', 'KR'],
|
8950 |
+
['1742438400', '1742439423', 'KR'],
|
8951 |
+
['1742439424', '1742440447', 'IN'],
|
8952 |
+
['1742440448', '1742441471', 'IN'],
|
8953 |
+
['1742441472', '1742442495', 'IN'],
|
8954 |
+
['1742442496', '1742443007', 'AU'],
|
8955 |
+
['1742443008', '1742443263', 'AU'],
|
8956 |
+
['1742443264', '1742443519', 'BD'],
|
8957 |
+
['1742443520', '1742444543', 'IN'],
|
8958 |
+
['1742444544', '1742445567', 'NL'],
|
8959 |
+
['1742445568', '1742446591', 'MM'],
|
8960 |
+
['1742446592', '1742447615', 'BD'],
|
8961 |
+
['1742447616', '1742448639', 'IN'],
|
8962 |
+
['1742448640', '1742449663', 'BD'],
|
8963 |
+
['1742449664', '1742450687', 'HK'],
|
8964 |
+
['1742450688', '1742451711', 'CN'],
|
8965 |
+
['1742451712', '1742452735', 'VN'],
|
8966 |
+
['1742452736', '1742453759', 'CN'],
|
8967 |
+
['1742453760', '1742454783', 'PH'],
|
8968 |
+
['1742454784', '1742455807', 'HK'],
|
8969 |
+
['1742455808', '1742456063', 'TH'],
|
8970 |
+
['1742456064', '1742456319', 'ID'],
|
8971 |
+
['1742456320', '1742456831', 'ID'],
|
8972 |
+
['1742456832', '1742457855', 'IN'],
|
8973 |
+
['1742457856', '1742458879', 'IN'],
|
8974 |
+
['1742458880', '1742459903', 'IN'],
|
8975 |
+
['1742459904', '1742460415', 'IN'],
|
8976 |
+
['1742460416', '1742460671', 'AU'],
|
8977 |
+
['1742460672', '1742460927', 'IN'],
|
8978 |
+
['1742460928', '1742461951', 'IN'],
|
8979 |
+
['1742461952', '1742462975', 'US'],
|
8980 |
+
['1742462976', '1742463999', 'BD'],
|
8981 |
+
['1742464000', '1742465023', 'IN'],
|
8982 |
+
['1742465024', '1742466047', 'BD'],
|
8983 |
+
['1742466048', '1742466559', 'MY'],
|
8984 |
+
['1742466560', '1742467071', 'IN'],
|
8985 |
+
['1742467072', '1742467583', 'AU'],
|
8986 |
+
['1742467584', '1742468095', 'IN'],
|
8987 |
+
['1742468096', '1742469119', 'IN'],
|
8988 |
+
['1742469120', '1742470143', 'ID'],
|
8989 |
+
['1742470144', '1742470399', 'ID'],
|
8990 |
+
['1742470400', '1742470655', 'IN'],
|
8991 |
+
['1742470656', '1742471167', 'ID'],
|
8992 |
+
['1742471168', '1742472191', 'IN'],
|
8993 |
+
['1742472192', '1742473215', 'MY'],
|
8994 |
+
['1742473216', '1742474239', 'HK'],
|
8995 |
+
['1742474240', '1742475263', 'IN'],
|
8996 |
+
['1742475264', '1742476287', 'IN'],
|
8997 |
+
['1742476288', '1742476799', 'IN'],
|
8998 |
+
['1742476800', '1742477311', 'IN'],
|
8999 |
+
['1742477312', '1742478335', 'IN'],
|
9000 |
+
['1742478336', '1742479359', 'IN'],
|
9001 |
+
['1742479360', '1742480383', 'IN'],
|
9002 |
+
['1742480384', '1742481407', 'IN'],
|
9003 |
+
['1742481408', '1742482431', 'IN'],
|
9004 |
+
['1742482432', '1742482687', 'NZ'],
|
9005 |
+
['1742482688', '1742482943', 'AU'],
|
9006 |
+
['1742482944', '1742483199', 'AU'],
|
9007 |
+
['1742483200', '1742483455', 'ID'],
|
9008 |
+
['1742483456', '1742484479', 'CN'],
|
9009 |
+
['1742484480', '1742485503', 'CN'],
|
9010 |
+
['1742485504', '1742486527', 'CN'],
|
9011 |
+
['1742486528', '1742487551', 'CN'],
|
9012 |
+
['1742487552', '1742488575', 'CN'],
|
9013 |
+
['1742488576', '1742489599', 'VN'],
|
9014 |
+
['1742489600', '1742490623', 'HK'],
|
9015 |
+
['1742490624', '1742491647', 'HK'],
|
9016 |
+
['1742491648', '1742492671', 'IN'],
|
9017 |
+
['1742492672', '1742493695', 'VN'],
|
9018 |
+
['1742493696', '1742494719', 'IN'],
|
9019 |
+
['1742494720', '1742495743', 'CN'],
|
9020 |
+
['1742495744', '1742496767', 'CN'],
|
9021 |
+
['1742496768', '1742497791', 'CN'],
|
9022 |
+
['1742497792', '1742498815', 'CN'],
|
9023 |
+
['1742498816', '1742499839', 'CN'],
|
9024 |
+
['1742499840', '1742500095', 'ID'],
|
9025 |
+
['1742500096', '1742500351', 'ID'],
|
9026 |
+
['1742500352', '1742500863', 'ID'],
|
9027 |
+
['1742500864', '1742501887', 'CN'],
|
9028 |
+
['1742501888', '1742502911', 'CN'],
|
9029 |
+
['1742502912', '1742503935', 'CN'],
|
9030 |
+
['1742503936', '1742504959', 'CN'],
|
9031 |
+
['1742504960', '1742505983', 'CN'],
|
9032 |
+
['1742505984', '1742507007', 'CN'],
|
9033 |
+
['1742507008', '1742508031', 'CN'],
|
9034 |
+
['1742508032', '1742509055', 'CN'],
|
9035 |
+
['1742509056', '1742510079', 'CN'],
|
9036 |
+
['1742510080', '1742511103', 'CN'],
|
9037 |
+
['1742511104', '1742512127', 'IN'],
|
9038 |
+
['1742512128', '1742513151', 'CN'],
|
9039 |
+
['1742513152', '1742514175', 'CN'],
|
9040 |
+
['1742514176', '1742515199', 'CN'],
|
9041 |
+
['1742515200', '1742516223', 'CN'],
|
9042 |
+
['1742516224', '1742517247', 'CN'],
|
9043 |
+
['1742517248', '1742518271', 'CN'],
|
9044 |
+
['1742518272', '1742519295', 'CN'],
|
9045 |
+
['1742519296', '1742520319', 'CN'],
|
9046 |
+
['1742520320', '1742521343', 'CN'],
|
9047 |
+
['1742521344', '1742522367', 'CN'],
|
9048 |
+
['1742522368', '1742523391', 'CN'],
|
9049 |
+
['1742523392', '1742524415', 'BD'],
|
9050 |
+
['1742524416', '1742525439', 'IN'],
|
9051 |
+
['1742525440', '1742526463', 'IN'],
|
9052 |
+
['1742526464', '1742527487', 'IN'],
|
9053 |
+
['1742527488', '1742528511', 'IN'],
|
9054 |
+
['1742528512', '1742528767', 'IN'],
|
9055 |
+
['1742528768', '1742529023', 'AU'],
|
9056 |
+
['1742529024', '1742529279', 'AU'],
|
9057 |
+
['1742529280', '1742529535', 'IN'],
|
9058 |
+
['1742529536', '1742530559', 'IN'],
|
9059 |
+
['1742530560', '1742531583', 'IN'],
|
9060 |
+
['1742531584', '1742532607', 'IN'],
|
9061 |
+
['1742532608', '1742533631', 'CN'],
|
9062 |
+
['1742533632', '1742534655', 'CN'],
|
9063 |
+
['1742534656', '1742535679', 'CN'],
|
9064 |
+
['1742535680', '1742536703', 'CN'],
|
9065 |
+
['1742536704', '1742537727', 'CN'],
|
9066 |
+
['1742537728', '1742538751', 'CN'],
|
9067 |
+
['1742538752', '1742539775', 'CN'],
|
9068 |
+
['1742539776', '1742540799', 'CN'],
|
9069 |
+
['1742540800', '1742541823', 'CN'],
|
9070 |
+
['1742541824', '1742542847', 'CN'],
|
9071 |
+
['1742542848', '1742543871', 'CN'],
|
9072 |
+
['1742543872', '1742544895', 'CN'],
|
9073 |
+
['1742544896', '1742545919', 'CN'],
|
9074 |
+
['1742545920', '1742546943', 'CN'],
|
9075 |
+
['1742546944', '1742547967', 'CN'],
|
9076 |
+
['1742547968', '1742548991', 'CN'],
|
9077 |
+
['1742548992', '1742550015', 'CN'],
|
9078 |
+
['1742550016', '1742551039', 'BD'],
|
9079 |
+
['1742551040', '1742552063', 'BD'],
|
9080 |
+
['1742552064', '1742553087', 'MY'],
|
9081 |
+
['1742553088', '1742554111', 'JP'],
|
9082 |
+
['1742554112', '1742555135', 'IN'],
|
9083 |
+
['1742555136', '1742556159', 'IN'],
|
9084 |
+
['1742556160', '1742557183', 'IN'],
|
9085 |
+
['1742557184', '1742558207', 'IN'],
|
9086 |
+
['1742558208', '1742558719', 'AU'],
|
9087 |
+
['1742558720', '1742558975', 'VN'],
|
9088 |
+
['1742558976', '1742559231', 'AU'],
|
9089 |
+
['1742559232', '1742560255', 'CN'],
|
9090 |
+
['1742560256', '1742561279', 'CN'],
|
9091 |
+
['1742561280', '1742562303', 'CN'],
|
9092 |
+
['1742562304', '1742563327', 'CN'],
|
9093 |
+
['1742563328', '1742564351', 'CN'],
|
9094 |
+
['1742564352', '1742565375', 'CN'],
|
9095 |
+
['1742565376', '1742566399', 'CN'],
|
9096 |
+
['1742566400', '1742567423', 'CN'],
|
9097 |
+
['1742567424', '1742568447', 'CN'],
|
9098 |
+
['1742568448', '1742569471', 'CN'],
|
9099 |
+
['1742569472', '1742570495', 'CN'],
|
9100 |
+
['1742570496', '1742571519', 'CN'],
|
9101 |
+
['1742571520', '1742572543', 'CN'],
|
9102 |
+
['1742572544', '1742573567', 'CN'],
|
9103 |
+
['1742573568', '1742574591', 'CN'],
|
9104 |
+
['1742574592', '1742575615', 'CN'],
|
9105 |
+
['1742575616', '1742576639', 'CN'],
|
9106 |
+
['1742576640', '1742577663', 'CN'],
|
9107 |
+
['1742577664', '1742578687', 'CN'],
|
9108 |
+
['1742578688', '1742579711', 'CN'],
|
9109 |
+
['1742579712', '1742580735', 'CN'],
|
9110 |
+
['1742580736', '1742581759', 'CN'],
|
9111 |
+
['1742581760', '1742582783', 'CN'],
|
9112 |
+
['1742582784', '1742583807', 'CN'],
|
9113 |
+
['1742583808', '1742584831', 'CN'],
|
9114 |
+
['1742584832', '1742585855', 'CN'],
|
9115 |
+
['1742585856', '1742586879', 'CN'],
|
9116 |
+
['1742586880', '1742587903', 'CN'],
|
9117 |
+
['1742587904', '1742588927', 'CN'],
|
9118 |
+
['1742588928', '1742589951', 'CN'],
|
9119 |
+
['1742589952', '1742590975', 'IN'],
|
9120 |
+
['1742590976', '1742591999', 'VN'],
|
9121 |
+
['1742592000', '1742593023', 'VN'],
|
9122 |
+
['1742593024', '1742594047', 'VN'],
|
9123 |
+
['1742594048', '1742595071', 'VN'],
|
9124 |
+
['1742595072', '1742596095', 'VN'],
|
9125 |
+
['1742596096', '1742597119', 'IN'],
|
9126 |
+
['1742597120', '1742598143', 'AU'],
|
9127 |
+
['1742598144', '1742599167', 'SG'],
|
9128 |
+
['1742599168', '1742599423', 'IN'],
|
9129 |
+
['1742599424', '1742599679', 'AU'],
|
9130 |
+
['1742599680', '1742600191', 'PK'],
|
9131 |
+
['1742600192', '1742601215', 'IN'],
|
9132 |
+
['1742601216', '1742602239', 'BD'],
|
9133 |
+
['1742602240', '1742603263', 'CN'],
|
9134 |
+
['1742603264', '1742604287', 'CN'],
|
9135 |
+
['1742604288', '1742605311', 'CN'],
|
9136 |
+
['1742605312', '1742606335', 'CN'],
|
9137 |
+
['1742606336', '1742607359', 'CN'],
|
9138 |
+
['1742607360', '1742608383', 'BD'],
|
9139 |
+
['1742608384', '1742609407', 'CN'],
|
9140 |
+
['1742609408', '1742610431', 'CN'],
|
9141 |
+
['1742610432', '1742611455', 'CN'],
|
9142 |
+
['1742611456', '1742612479', 'CN'],
|
9143 |
+
['1742612480', '1742613503', 'CN'],
|
9144 |
+
['1742613504', '1742614527', 'CN'],
|
9145 |
+
['1742614528', '1742615551', 'CN'],
|
9146 |
+
['1742615552', '1742616575', 'CN'],
|
9147 |
+
['1742616576', '1742617599', 'CN'],
|
9148 |
+
['1742617600', '1742618623', 'CN'],
|
9149 |
+
['1742618624', '1742619647', 'CN'],
|
9150 |
+
['1742619648', '1742620671', 'CN'],
|
9151 |
+
['1742620672', '1742621695', 'CN'],
|
9152 |
+
['1742621696', '1742622719', 'CN'],
|
9153 |
+
['1742622720', '1742623743', 'CN'],
|
9154 |
+
['1742623744', '1742624767', 'CN'],
|
9155 |
+
['1742624768', '1742625791', 'CN'],
|
9156 |
+
['1742625792', '1742626815', 'CN'],
|
9157 |
+
['1742626816', '1742627839', 'CN'],
|
9158 |
+
['1742627840', '1742628863', 'CN'],
|
9159 |
+
['1742628864', '1742629887', 'CN'],
|
9160 |
+
['1742629888', '1742630911', 'CN'],
|
9161 |
+
['1742630912', '1742631935', 'CN'],
|
9162 |
+
['1742631936', '1742632959', 'CN'],
|
9163 |
+
['1742632960', '1742633983', 'CN'],
|
9164 |
+
['1742633984', '1742635007', 'CN'],
|
9165 |
+
['1742635008', '1742636031', 'CN'],
|
9166 |
+
['1742636032', '1742637055', 'CN'],
|
9167 |
+
['1742637056', '1742638079', 'CN'],
|
9168 |
+
['1742638080', '1742639103', 'CN'],
|
9169 |
+
['1742639104', '1742640127', 'CN'],
|
9170 |
+
['1742640128', '1742641151', 'CN'],
|
9171 |
+
['1742641152', '1742642175', 'CN'],
|
9172 |
+
['1742642176', '1742643199', 'CN'],
|
9173 |
+
['1742643200', '1742644223', 'CN'],
|
9174 |
+
['1742644224', '1742645247', 'CN'],
|
9175 |
+
['1742645248', '1742646271', 'CN'],
|
9176 |
+
['1742646272', '1742647295', 'CN'],
|
9177 |
+
['1742647296', '1742648319', 'CN'],
|
9178 |
+
['1742648320', '1742649343', 'CN'],
|
9179 |
+
['1742649344', '1742650367', 'CN'],
|
9180 |
+
['1742650368', '1742651391', 'CN'],
|
9181 |
+
['1742651392', '1742652415', 'CN'],
|
9182 |
+
['1742652416', '1742653439', 'CN'],
|
9183 |
+
['1742653440', '1742654463', 'CN'],
|
9184 |
+
['1742654464', '1742655487', 'CN'],
|
9185 |
+
['1742655488', '1742656511', 'CN'],
|
9186 |
+
['1742656512', '1742657535', 'CN'],
|
9187 |
+
['1742657536', '1742658559', 'CN'],
|
9188 |
+
['1742658560', '1742659583', 'CN'],
|
9189 |
+
['1742659584', '1742660607', 'CN'],
|
9190 |
+
['1742660608', '1742661631', 'CN'],
|
9191 |
+
['1742661632', '1742662655', 'CN'],
|
9192 |
+
['1742662656', '1742663167', 'MY'],
|
9193 |
+
['1742663168', '1742663423', 'SG'],
|
9194 |
+
['1742663424', '1742663679', 'ID'],
|
9195 |
+
['1742663680', '1742664703', 'CN'],
|
9196 |
+
['1742664704', '1742665727', 'CN'],
|
9197 |
+
['1742665728', '1742666751', 'TW'],
|
9198 |
+
['1742666752', '1742667775', 'IN'],
|
9199 |
+
['1742667776', '1742668799', 'ID'],
|
9200 |
+
['1742668800', '1742669823', 'VN'],
|
9201 |
+
['1742669824', '1742670847', 'IN'],
|
9202 |
+
['1742670848', '1742671871', 'IN'],
|
9203 |
+
['1742671872', '1742672895', 'CN'],
|
9204 |
+
['1742672896', '1742673919', 'CN'],
|
9205 |
+
['1742673920', '1742674943', 'CN'],
|
9206 |
+
['1742674944', '1742675967', 'CN'],
|
9207 |
+
['1742675968', '1742676991', 'CN'],
|
9208 |
+
['1742676992', '1742678015', 'CN'],
|
9209 |
+
['1742678016', '1742679039', 'CN'],
|
9210 |
+
['1742679040', '1742680063', 'CN'],
|
9211 |
+
['1742680064', '1742681087', 'CN'],
|
9212 |
+
['1742681088', '1742682111', 'CN'],
|
9213 |
+
['1742682112', '1742683135', 'CN'],
|
9214 |
+
['1742683136', '1742684159', 'CN'],
|
9215 |
+
['1742684160', '1742685183', 'CN'],
|
9216 |
+
['1742685184', '1742686207', 'CN'],
|
9217 |
+
['1742686208', '1742687231', 'CN'],
|
9218 |
+
['1742687232', '1742688255', 'CN'],
|
9219 |
+
['1742688256', '1742689279', 'CN'],
|
9220 |
+
['1742689280', '1742690303', 'CN'],
|
9221 |
+
['1742690304', '1742691327', 'CN'],
|
9222 |
+
['1742691328', '1742692351', 'CN'],
|
9223 |
+
['1742692352', '1742693375', 'CN'],
|
9224 |
+
['1742693376', '1742694399', 'CN'],
|
9225 |
+
['1742694400', '1742695423', 'CN'],
|
9226 |
+
['1742695424', '1742696447', 'CN'],
|
9227 |
+
['1742696448', '1742697471', 'CN'],
|
9228 |
+
['1742697472', '1742698495', 'CN'],
|
9229 |
+
['1742698496', '1742699519', 'CN'],
|
9230 |
+
['1742699520', '1742700543', 'CN'],
|
9231 |
+
['1742700544', '1742701567', 'CN'],
|
9232 |
+
['1742701568', '1742702591', 'CN'],
|
9233 |
+
['1742702592', '1742703103', 'AU'],
|
9234 |
+
['1742703104', '1742703615', 'AU'],
|
9235 |
+
['1742703616', '1742704639', 'CN'],
|
9236 |
+
['1742704640', '1742705663', 'CN'],
|
9237 |
+
['1742705664', '1742706687', 'CN'],
|
9238 |
+
['1742706688', '1742707711', 'CN'],
|
9239 |
+
['1742707712', '1742708735', 'CN'],
|
9240 |
+
['1742708736', '1742709759', 'CN'],
|
9241 |
+
['1742709760', '1742710783', 'CN'],
|
9242 |
+
['1742710784', '1742711807', 'CN'],
|
9243 |
+
['1742711808', '1742712831', 'CN'],
|
9244 |
+
['1742712832', '1742713855', 'CN'],
|
9245 |
+
['1742713856', '1742714879', 'CN'],
|
9246 |
+
['1742714880', '1742715903', 'AU'],
|
9247 |
+
['1742715904', '1742716927', 'CN'],
|
9248 |
+
['1742716928', '1742717951', 'CN'],
|
9249 |
+
['1742717952', '1742718975', 'CN'],
|
9250 |
+
['1742718976', '1742719999', 'CN'],
|
9251 |
+
['1742720000', '1742721023', 'CN'],
|
9252 |
+
['1742721024', '1742722047', 'CN'],
|
9253 |
+
['1742722048', '1742723071', 'CN'],
|
9254 |
+
['1742723072', '1742724095', 'CN'],
|
9255 |
+
['1742724096', '1742725119', 'CN'],
|
9256 |
+
['1742725120', '1742726143', 'CN'],
|
9257 |
+
['1742726144', '1742727167', 'CN'],
|
9258 |
+
['1742727168', '1742728191', 'CN'],
|
9259 |
+
['1742728192', '1742729215', 'CN'],
|
9260 |
+
['1742729216', '1742730239', 'CN'],
|
9261 |
+
['1742730240', '1742731263', 'CN'],
|
9262 |
+
['1742731264', '1742732287', 'CN'],
|
9263 |
+
['1742732288', '1742733311', 'CN'],
|
9264 |
+
['1742733312', '1742734335', 'CN'],
|
9265 |
+
['1742734336', '1742735359', 'IN'],
|
9266 |
+
['1742735360', '1742736383', 'JP'],
|
9267 |
+
['1742736384', '1742737407', 'PK'],
|
9268 |
+
['1742737408', '1742738431', 'CN'],
|
9269 |
+
['1742738432', '1742738687', 'HK'],
|
9270 |
+
['1742738688', '1742738943', 'AU'],
|
9271 |
+
['1742738944', '1742739455', 'AE'],
|
9272 |
+
['1742739456', '1742740479', 'IN'],
|
9273 |
+
['1742740480', '1742741503', 'KH'],
|
9274 |
+
['1742741504', '1742742527', 'IN'],
|
9275 |
+
['1742742528', '1742743551', 'IN'],
|
9276 |
+
['1742743552', '1742744575', 'CN'],
|
9277 |
+
['1742744576', '1742745599', 'CN'],
|
9278 |
+
['1742745600', '1742745855', 'IN'],
|
9279 |
+
['1742745856', '1742746111', 'AU'],
|
9280 |
+
['1742746112', '1742746623', 'IN'],
|
9281 |
+
['1742746624', '1742747135', 'AU'],
|
9282 |
+
['1742747136', '1742747391', 'IN'],
|
9283 |
+
['1742747648', '1742748671', 'HK'],
|
9284 |
+
['1742748672', '1742749695', 'CN'],
|
9285 |
+
['1742749696', '1742750719', 'ID'],
|
9286 |
+
['1742750720', '1742751743', 'IN'],
|
9287 |
+
['1742751744', '1742752767', 'HK'],
|
9288 |
+
['1742753792', '1742754815', 'CN'],
|
9289 |
+
['1742754816', '1742755839', 'AU'],
|
9290 |
+
['1742755840', '1742756863', 'AU'],
|
9291 |
+
['1742757888', '1742758911', 'BN'],
|
9292 |
+
['1742758912', '1742759935', 'ID'],
|
9293 |
+
['1742759936', '1742760191', 'AU'],
|
9294 |
+
['1742760192', '1742760447', 'IN'],
|
9295 |
+
['1742760448', '1742760703', 'HK'],
|
9296 |
+
['1742760704', '1742760959', 'NZ'],
|
9297 |
+
['1742760960', '1742761983', 'IN'],
|
9298 |
+
['1742761984', '1742763007', 'AU'],
|
9299 |
+
['1742763008', '1742764031', 'SG'],
|
9300 |
+
['1742764032', '1742765055', 'AU'],
|
9301 |
+
['1742765824', '1742766079', 'AF'],
|
9302 |
+
['1742766080', '1742767103', 'NZ'],
|
9303 |
+
['1742767104', '1742768127', 'TW'],
|
9304 |
+
['1742768128', '1742769151', 'ID'],
|
9305 |
+
['1742769152', '1742769663', 'ID'],
|
9306 |
+
['1742769664', '1742769919', 'AU'],
|
9307 |
+
['1742769920', '1742770175', 'JP'],
|
9308 |
+
['1742770176', '1742771199', 'IN'],
|
9309 |
+
['1742771200', '1742772223', 'IN'],
|
9310 |
+
['1742772224', '1742773247', 'IN'],
|
9311 |
+
['1742773248', '1742774271', 'IN'],
|
9312 |
+
['1742774272', '1742774527', 'AU'],
|
9313 |
+
['1742774528', '1742774783', 'NZ'],
|
9314 |
+
['1742774784', '1742775039', 'AU'],
|
9315 |
+
['1742775040', '1742775295', 'AU'],
|
9316 |
+
['1742775296', '1742776319', 'SG'],
|
9317 |
+
['1742776320', '1742777343', 'VN'],
|
9318 |
+
['1742778368', '1742779391', 'ID'],
|
9319 |
+
['1742779392', '1742779647', 'ID'],
|
9320 |
+
['1742779648', '1742779903', 'IN'],
|
9321 |
+
['1742779904', '1742780415', 'AU'],
|
9322 |
+
['1742780416', '1742781439', 'IN'],
|
9323 |
+
['1742781440', '1742782463', 'IN'],
|
9324 |
+
['1742782464', '1742783487', 'TW'],
|
9325 |
+
['1742783488', '1742784511', 'MY'],
|
9326 |
+
['1742784512', '1742785535', 'TW'],
|
9327 |
+
['1742785536', '1742786559', 'TW'],
|
9328 |
+
['1742786560', '1742787583', 'AU'],
|
9329 |
+
['1742787584', '1742788095', 'AU'],
|
9330 |
+
['1742788096', '1742788607', 'AF'],
|
9331 |
+
['1742788608', '1742789631', 'IN'],
|
9332 |
+
['1742789632', '1742790655', 'CN'],
|
9333 |
+
['1742790656', '1742791679', 'CN'],
|
9334 |
+
['1742791680', '1742792703', 'CN'],
|
9335 |
+
['1742792704', '1742793727', 'CN'],
|
9336 |
+
['1742793728', '1742794751', 'IN'],
|
9337 |
+
['1742794752', '1742795775', 'IN'],
|
9338 |
+
['1742795776', '1742796799', 'IN'],
|
9339 |
+
['1742796800', '1742797823', 'HK'],
|
9340 |
+
['1742797824', '1742798847', 'JP'],
|
9341 |
+
['1742798848', '1742799871', 'TW'],
|
9342 |
+
['1742799872', '1742800895', 'NZ'],
|
9343 |
+
['1742800896', '1742801919', 'HK'],
|
9344 |
+
['1742801920', '1742802943', 'IN'],
|
9345 |
+
['1742802944', '1742803967', 'HK'],
|
9346 |
+
['1742803968', '1742804991', 'HK'],
|
9347 |
+
['1742804992', '1742806015', 'IN'],
|
9348 |
+
['1742806016', '1742807039', 'IN'],
|
9349 |
+
['1742807040', '1742808063', 'AU'],
|
9350 |
+
['1742808064', '1742809087', 'PH'],
|
9351 |
+
['1742809088', '1742810111', 'IN'],
|
9352 |
+
['1742810112', '1742810623', 'AU'],
|
9353 |
+
['1742810624', '1742810879', 'IN'],
|
9354 |
+
['1742810880', '1742811135', 'IN'],
|
9355 |
+
['1742811136', '1742812159', 'PK'],
|
9356 |
+
['1742812160', '1742813183', 'JP'],
|
9357 |
+
['1742813184', '1742814207', 'IN'],
|
9358 |
+
['1742814208', '1742815231', 'IN'],
|
9359 |
+
['1742815232', '1742815743', 'SG'],
|
9360 |
+
['1742815744', '1742815999', 'ID'],
|
9361 |
+
['1742816000', '1742816255', 'AU'],
|
9362 |
+
['1742816256', '1742817279', 'AU'],
|
9363 |
+
['1742817280', '1742818303', 'IN'],
|
9364 |
+
['1742818304', '1742818559', 'IN'],
|
9365 |
+
['1742818560', '1742818815', 'IN'],
|
9366 |
+
['1742818816', '1742819327', 'KH'],
|
9367 |
+
['1742819328', '1742820351', 'JP'],
|
9368 |
+
['1742820352', '1742821375', 'CN'],
|
9369 |
+
['1742821376', '1742822399', 'ID'],
|
9370 |
+
['1742822400', '1742823423', 'BD'],
|
9371 |
+
['1742823424', '1742823679', 'AU'],
|
9372 |
+
['1742823680', '1742823935', 'IN'],
|
9373 |
+
['1742823936', '1742824191', 'ID'],
|
9374 |
+
['1742824192', '1742824447', 'IN'],
|
9375 |
+
['1742824448', '1742825471', 'IN'],
|
9376 |
+
['1742825472', '1742825983', 'IN'],
|
9377 |
+
['1742825984', '1742826239', 'IN'],
|
9378 |
+
['1742826240', '1742826495', 'IN'],
|
9379 |
+
['1742826496', '1742827519', 'HK'],
|
9380 |
+
['1742827520', '1742828543', 'IN'],
|
9381 |
+
['1742828544', '1742829567', 'BS'],
|
9382 |
+
['1742829568', '1742830591', 'JP'],
|
9383 |
+
['1742830592', '1742831615', 'IN'],
|
9384 |
+
['1742831616', '1742832639', 'IN'],
|
9385 |
+
['1742832640', '1742833663', 'IN'],
|
9386 |
+
['1742833664', '1742834687', 'PH'],
|
9387 |
+
['1742834688', '1742835711', 'AU'],
|
9388 |
+
['1742835712', '1742836735', 'JP'],
|
9389 |
+
['1742836736', '1742837759', 'ID'],
|
9390 |
+
['1742837760', '1742838783', 'JP'],
|
9391 |
+
['1742838784', '1742839807', 'AU'],
|
9392 |
+
['1742839808', '1742840831', 'AU'],
|
9393 |
+
['1742840832', '1742841855', 'AU'],
|
9394 |
+
['1742841856', '1742842367', 'TH'],
|
9395 |
+
['1742842368', '1742842623', 'ID'],
|
9396 |
+
['1742842624', '1742842879', 'ID'],
|
9397 |
+
['1742842880', '1742843391', 'ID'],
|
9398 |
+
['1742843392', '1742843647', 'IN'],
|
9399 |
+
['1742843648', '1742843903', 'ID'],
|
9400 |
+
['1742843904', '1742844927', 'IN'],
|
9401 |
+
['1742844928', '1742845951', 'IN'],
|
9402 |
+
['1742845952', '1742846463', 'ID'],
|
9403 |
+
['1742846464', '1742846975', 'AU'],
|
9404 |
+
['1742846976', '1742847999', 'IN'],
|
9405 |
+
['1742848000', '1742849023', 'JP'],
|
9406 |
+
['1742849024', '1742850047', 'HK'],
|
9407 |
+
['1742850048', '1742851071', 'NL'],
|
9408 |
+
['1742851072', '1742852095', 'IN'],
|
9409 |
+
['1742852096', '1742852351', 'ID'],
|
9410 |
+
['1742852352', '1742852607', 'ID'],
|
9411 |
+
['1742852608', '1742853119', 'NZ'],
|
9412 |
+
['1742853120', '1742854143', 'HK'],
|
9413 |
+
['1742854144', '1742855167', 'AF'],
|
9414 |
+
['1742855168', '1742856191', 'PK'],
|
9415 |
+
['1742856192', '1742857215', 'IN'],
|
9416 |
+
['1742857216', '1742858239', 'BD'],
|
9417 |
+
['1742858240', '1742859263', 'AU'],
|
9418 |
+
['1742859264', '1742860287', 'VN'],
|
9419 |
+
['1742860288', '1742860799', 'AU'],
|
9420 |
+
['1742860800', '1742861055', 'ID'],
|
9421 |
+
['1742861312', '1742862335', 'NP'],
|
9422 |
+
['1742862336', '1742863359', 'HK'],
|
9423 |
+
['1742864384', '1742865407', 'IN'],
|
9424 |
+
['1742865408', '1742866431', 'IN'],
|
9425 |
+
['1742866432', '1742866943', 'AU'],
|
9426 |
+
['1742866944', '1742867199', 'AU'],
|
9427 |
+
['1742867200', '1742867455', 'IN'],
|
9428 |
+
['1742867456', '1742868479', 'PH'],
|
9429 |
+
['1742868480', '1742869503', 'CN'],
|
9430 |
+
['1742869504', '1742870015', 'IN'],
|
9431 |
+
['1742870016', '1742870527', 'VU'],
|
9432 |
+
['1742870528', '1742871551', 'IN'],
|
9433 |
+
['1742871552', '1742872575', 'IN'],
|
9434 |
+
['1742872576', '1742873599', 'NZ'],
|
9435 |
+
['1742873600', '1742874623', 'PH'],
|
9436 |
+
['1742874624', '1742875647', 'CN'],
|
9437 |
+
['1742875648', '1742876671', 'JP'],
|
9438 |
+
['1742876672', '1742877695', 'ID'],
|
9439 |
+
['1742877696', '1742877951', 'IN'],
|
9440 |
+
['1742877952', '1742878207', 'AU'],
|
9441 |
+
['1742878208', '1742878463', 'JP'],
|
9442 |
+
['1742878464', '1742878719', 'ID'],
|
9443 |
+
['1742878720', '1742879743', 'CN'],
|
9444 |
+
['1742879744', '1742880767', 'CN'],
|
9445 |
+
['1742880768', '1742881791', 'NZ'],
|
9446 |
+
['1742881792', '1742882815', 'AU'],
|
9447 |
+
['1742882816', '1742883839', 'KR'],
|
9448 |
+
['1742883840', '1742884863', 'KR'],
|
9449 |
+
['1742884864', '1742885887', 'CN'],
|
9450 |
+
['1742885888', '1742886911', 'IN'],
|
9451 |
+
['1742886912', '1742887935', 'IN'],
|
9452 |
+
['1742887936', '1742888959', 'HK'],
|
9453 |
+
['1742888960', '1742889983', 'KR'],
|
9454 |
+
['1742889984', '1742891007', 'TW'],
|
9455 |
+
['1742891008', '1742892031', 'AU'],
|
9456 |
+
['1742892032', '1742893055', 'VN'],
|
9457 |
+
['1742893056', '1742894079', 'NZ'],
|
9458 |
+
['1742894080', '1742895103', 'CN'],
|
9459 |
+
['1742895104', '1742895615', 'SG'],
|
9460 |
+
['1742895616', '1742895871', 'BD'],
|
9461 |
+
['1742895872', '1742896127', 'AU'],
|
9462 |
+
['1742896128', '1742897151', 'HK'],
|
9463 |
+
['1742897152', '1742898175', 'AU'],
|
9464 |
+
['1742898176', '1742899199', 'CN'],
|
9465 |
+
['1742899200', '1742900223', 'ID'],
|
9466 |
+
['1742900224', '1742901247', 'IN'],
|
9467 |
+
['1742901248', '1742902271', 'IN'],
|
9468 |
+
['1742902272', '1742903295', 'IN'],
|
9469 |
+
['1742903296', '1742904319', 'HK'],
|
9470 |
+
['1742904320', '1742905343', 'CN'],
|
9471 |
+
['1742905344', '1742906367', 'AU'],
|
9472 |
+
['1742906368', '1742907391', 'AU'],
|
9473 |
+
['1742907392', '1742908415', 'IN'],
|
9474 |
+
['1742908416', '1742908927', 'SG'],
|
9475 |
+
['1742908928', '1742909183', 'ID'],
|
9476 |
+
['1742909184', '1742909439', 'IN'],
|
9477 |
+
['1742909440', '1742910463', 'AU'],
|
9478 |
+
['1742910464', '1742911487', 'CN'],
|
9479 |
+
['1742911488', '1742912511', 'IN'],
|
9480 |
+
['1742912512', '1742913535', 'IN'],
|
9481 |
+
['1742913536', '1742914559', 'IN'],
|
9482 |
+
['1742914560', '1742915583', 'CN'],
|
9483 |
+
['1742915584', '1742916607', 'IN'],
|
9484 |
+
['1742916608', '1742917631', 'IN'],
|
9485 |
+
['1742917632', '1742918655', 'IN'],
|
9486 |
+
['1742918656', '1742919679', 'TW'],
|
9487 |
+
['1742919680', '1742920191', 'PK'],
|
9488 |
+
['1742920192', '1742920447', 'ID'],
|
9489 |
+
['1742920448', '1742920703', 'AU'],
|
9490 |
+
['1742920704', '1742921727', 'AU'],
|
9491 |
+
['1742921728', '1742922751', 'IN'],
|
9492 |
+
['1742922752', '1742923775', 'IN'],
|
9493 |
+
['1742923776', '1742924799', 'ID'],
|
9494 |
+
['1742924800', '1742925823', 'IN'],
|
9495 |
+
['1742925824', '1742926847', 'IN'],
|
9496 |
+
['1742926848', '1742927359', 'AU'],
|
9497 |
+
['1742927360', '1742927615', 'SG'],
|
9498 |
+
['1742927616', '1742927871', 'AU'],
|
9499 |
+
['1742927872', '1742928895', 'VN'],
|
9500 |
+
['1742928896', '1742929919', 'NZ'],
|
9501 |
+
['1742929920', '1742930175', 'IN'],
|
9502 |
+
['1742930176', '1742930431', 'IN'],
|
9503 |
+
['1742930432', '1742930943', 'PH'],
|
9504 |
+
['1742930944', '1742931967', 'GB'],
|
9505 |
+
['1742931968', '1742932991', 'JP'],
|
9506 |
+
['1742932992', '1742933503', 'SG'],
|
9507 |
+
['1742933504', '1742933759', 'ID'],
|
9508 |
+
['1742933760', '1742934015', 'NZ'],
|
9509 |
+
['1742934016', '1742935039', 'AF'],
|
9510 |
+
['1742935040', '1742936063', 'AU'],
|
9511 |
+
['1742936064', '1742937087', 'AU'],
|
9512 |
+
['1742937088', '1742938111', 'AU'],
|
9513 |
+
['1742938112', '1742939135', 'TW'],
|
9514 |
+
['1742939136', '1742940159', 'IN'],
|
9515 |
+
['1742940160', '1742941183', 'JP'],
|
9516 |
+
['1742941184', '1742942207', 'PH'],
|
9517 |
+
['1742942208', '1742943231', 'CN'],
|
9518 |
+
['1742943232', '1742944255', 'IN'],
|
9519 |
+
['1742944256', '1742945279', 'IN'],
|
9520 |
+
['1742945280', '1742945791', 'AU'],
|
9521 |
+
['1742945792', '1742946047', 'IN'],
|
9522 |
+
['1742946048', '1742946303', 'AU'],
|
9523 |
+
['1742946304', '1742947327', 'AU'],
|
9524 |
+
['1742947328', '1742948351', 'IN'],
|
9525 |
+
['1742948352', '1742949375', 'CN'],
|
9526 |
+
['1742949376', '1742950399', 'CN'],
|
9527 |
+
['1742950400', '1742951423', 'CN'],
|
9528 |
+
['1742951424', '1742952447', 'HK'],
|
9529 |
+
['1742952448', '1742953471', 'HK'],
|
9530 |
+
['1742953472', '1742954495', 'US'],
|
9531 |
+
['1742954496', '1742955519', 'IN'],
|
9532 |
+
['1742955520', '1742956543', 'CN'],
|
9533 |
+
['1742956544', '1742957567', 'HK'],
|
9534 |
+
['1742957568', '1742958591', 'AU'],
|
9535 |
+
['1742958592', '1742959615', 'VN'],
|
9536 |
+
['1742959616', '1742960639', 'IN'],
|
9537 |
+
['1742960640', '1742961663', 'CN'],
|
9538 |
+
['1742961664', '1742962687', 'IN'],
|
9539 |
+
['1742962688', '1742963711', 'HK'],
|
9540 |
+
['1742963712', '1742964735', 'CN'],
|
9541 |
+
['1742964736', '1742965759', 'CN'],
|
9542 |
+
['1742965760', '1742966015', 'MY'],
|
9543 |
+
['1742966016', '1742966271', 'ID'],
|
9544 |
+
['1742966272', '1742966783', 'ID'],
|
9545 |
+
['1742966784', '1742967807', 'ID'],
|
9546 |
+
['1742967808', '1742968319', 'ID'],
|
9547 |
+
['1742968320', '1742968575', 'IN'],
|
9548 |
+
['1742968576', '1742968831', 'IN'],
|
9549 |
+
['1742968832', '1742969855', 'IN'],
|
9550 |
+
['1742969856', '1742970879', 'IN'],
|
9551 |
+
['1742970880', '1742971903', 'JP'],
|
9552 |
+
['1742971904', '1742972927', 'SG'],
|
9553 |
+
['1742972928', '1742973439', 'AU'],
|
9554 |
+
['1742973440', '1742973951', 'NZ'],
|
9555 |
+
['1742973952', '1742974975', 'SG'],
|
9556 |
+
['1742974976', '1742975999', 'SG'],
|
9557 |
+
['1742976000', '1742977023', 'AU'],
|
9558 |
+
['1742977024', '1742978047', 'US'],
|
9559 |
+
['1742978048', '1742979071', 'JP'],
|
9560 |
+
['1742979072', '1742980095', 'HK'],
|
9561 |
+
['1742980096', '1742981119', 'CN'],
|
9562 |
+
['1742981120', '1742982143', 'AU'],
|
9563 |
+
['1742982144', '1742983167', 'CN'],
|
9564 |
+
['1742983168', '1742984191', 'IN'],
|
9565 |
+
['1742984192', '1742985215', 'CN'],
|
9566 |
+
['1742985216', '1742986239', 'VN'],
|
9567 |
+
['1742986240', '1742987263', 'ID'],
|
9568 |
+
['1742987264', '1742988287', 'TW'],
|
9569 |
+
['1742988288', '1742989311', 'CN'],
|
9570 |
+
['1742989312', '1742989567', 'AU'],
|
9571 |
+
['1742989568', '1742989823', 'PH'],
|
9572 |
+
['1742989824', '1742990335', 'AU'],
|
9573 |
+
['1742990336', '1742991359', 'IN'],
|
9574 |
+
['1742991360', '1742992383', 'ID'],
|
9575 |
+
['1742992384', '1742993407', 'LK'],
|
9576 |
+
['1742994432', '1742995455', 'ID'],
|
9577 |
+
['1742995456', '1742996479', 'BD'],
|
9578 |
+
['1742996480', '1742997503', 'TH'],
|
9579 |
+
['1742997504', '1742998527', 'US'],
|
9580 |
+
['1742998528', '1742999551', 'CN'],
|
9581 |
+
['1742999552', '1742999807', 'AU'],
|
9582 |
+
['1742999808', '1743000063', 'ID'],
|
9583 |
+
['1743000320', '1743000575', 'IN'],
|
9584 |
+
['1743000576', '1743001599', 'VN'],
|
9585 |
+
['1743001600', '1743002623', 'ID'],
|
9586 |
+
['1743002624', '1743003647', 'CN'],
|
9587 |
+
['1743003648', '1743004671', 'IN'],
|
9588 |
+
['1743004672', '1743005695', 'IN'],
|
9589 |
+
['1743005696', '1743006719', 'IN'],
|
9590 |
+
['1743006720', '1743007743', 'IN'],
|
9591 |
+
['1743008000', '1743008255', 'BD'],
|
9592 |
+
['1743008256', '1743008767', 'IN'],
|
9593 |
+
['1743008768', '1743009791', 'MY'],
|
9594 |
+
['1743009792', '1743010815', 'MY'],
|
9595 |
+
['1743010816', '1743011839', 'JP'],
|
9596 |
+
['1743011840', '1743012863', 'HK'],
|
9597 |
+
['1743012864', '1743013887', 'CN'],
|
9598 |
+
['1743014912', '1743015935', 'IN'],
|
9599 |
+
['1743015936', '1743016447', 'ID'],
|
9600 |
+
['1743016448', '1743016703', 'HK'],
|
9601 |
+
['1743016704', '1743016959', 'IN'],
|
9602 |
+
['1743016960', '1743017983', 'IN'],
|
9603 |
+
['1743017984', '1743019007', 'CN'],
|
9604 |
+
['1743019008', '1743020031', 'HK'],
|
9605 |
+
['1743020032', '1743021055', 'HK'],
|
9606 |
+
['1743021056', '1743021311', 'SG'],
|
9607 |
+
['1743021312', '1743021567', 'NZ'],
|
9608 |
+
['1743021568', '1743021823', 'PH'],
|
9609 |
+
['1743021824', '1743022079', 'IN'],
|
9610 |
+
['1743022080', '1743023103', 'US'],
|
9611 |
+
['1743023104', '1743024127', 'HK'],
|
9612 |
+
['1743024128', '1743025151', 'IN'],
|
9613 |
+
['1743025152', '1743026175', 'ID'],
|
9614 |
+
['1743026176', '1743027199', 'BD'],
|
9615 |
+
['1743027200', '1743028223', 'AU'],
|
9616 |
+
['1743028224', '1743029247', 'CN'],
|
9617 |
+
['1743029248', '1743029503', 'IN'],
|
9618 |
+
['1743029504', '1743029759', 'AU'],
|
9619 |
+
['1743029760', '1743030271', 'BD'],
|
9620 |
+
['1743030272', '1743031295', 'CN'],
|
9621 |
+
['1743031296', '1743032319', 'IN'],
|
9622 |
+
['1743032320', '1743033343', 'IN'],
|
9623 |
+
['1743033344', '1743034367', 'IN'],
|
9624 |
+
['1743034368', '1743035391', 'IN'],
|
9625 |
+
['1743035392', '1743036415', 'PK'],
|
9626 |
+
['1743036416', '1743037439', 'CN'],
|
9627 |
+
['1743037440', '1743038463', 'AU'],
|
9628 |
+
['1743038464', '1743039487', 'HK'],
|
9629 |
+
['1743039488', '1743040511', 'IN'],
|
9630 |
+
['1743040512', '1743041535', 'CN'],
|
9631 |
+
['1743041536', '1743042559', 'HK'],
|
9632 |
+
['1743042560', '1743043583', 'IN'],
|
9633 |
+
['1743043584', '1743044607', 'AU'],
|
9634 |
+
['1743044608', '1743045119', 'IN'],
|
9635 |
+
['1743045120', '1743045631', 'AU'],
|
9636 |
+
['1743045632', '1743046655', 'JP'],
|
9637 |
+
['1743046656', '1743047679', 'BD'],
|
9638 |
+
['1743047680', '1743048703', 'CN'],
|
9639 |
+
['1743048704', '1743049727', 'CN'],
|
9640 |
+
['1743049728', '1743050751', 'AU'],
|
9641 |
+
['1743050752', '1743051775', 'TW'],
|
9642 |
+
['1743051776', '1743052799', 'IN'],
|
9643 |
+
['1743052800', '1743053823', 'BD'],
|
9644 |
+
['1743053824', '1743054847', 'CN'],
|
9645 |
+
['1743054848', '1743055871', 'CN'],
|
9646 |
+
['1743055872', '1743056895', 'ID'],
|
9647 |
+
['1743056896', '1743057919', 'ID'],
|
9648 |
+
['1743057920', '1743058943', 'ID'],
|
9649 |
+
['1743058944', '1743059199', 'ID'],
|
9650 |
+
['1743059200', '1743059455', 'IN'],
|
9651 |
+
['1743059456', '1743059967', 'IN'],
|
9652 |
+
['1743059968', '1743060991', 'LA'],
|
9653 |
+
['1743060992', '1743061247', 'AU'],
|
9654 |
+
['1743061248', '1743061503', 'AU'],
|
9655 |
+
['1743061504', '1743062015', 'IN'],
|
9656 |
+
['1743062016', '1743062271', 'AU'],
|
9657 |
+
['1743062272', '1743062527', 'IN'],
|
9658 |
+
['1743062528', '1743063039', 'AU'],
|
9659 |
+
['1743063040', '1743064063', 'SG'],
|
9660 |
+
['1743064064', '1743064575', 'ID'],
|
9661 |
+
['1743065088', '1743066111', 'TW'],
|
9662 |
+
['1743066112', '1743067135', 'CN'],
|
9663 |
+
['1743067136', '1743068159', 'IN'],
|
9664 |
+
['1743068160', '1743069183', 'HK'],
|
9665 |
+
['1743069184', '1743070207', 'MY'],
|
9666 |
+
['1743070208', '1743071231', 'IN'],
|
9667 |
+
['1743071232', '1743072255', 'VN'],
|
9668 |
+
['1743072256', '1743073279', 'BD'],
|
9669 |
+
['1743073280', '1743073791', 'AU'],
|
9670 |
+
['1743073792', '1743074047', 'AU'],
|
9671 |
+
['1743074048', '1743074303', 'IN'],
|
9672 |
+
['1743075328', '1743076351', 'MY'],
|
9673 |
+
['1743076352', '1743077375', 'CN'],
|
9674 |
+
['1743077376', '1743078399', 'IN'],
|
9675 |
+
['1743078400', '1743079423', 'HK'],
|
9676 |
+
['1743079424', '1743080447', 'ID'],
|
9677 |
+
['1743080448', '1743080959', 'ID'],
|
9678 |
+
['1743080960', '1743081471', 'IN'],
|
9679 |
+
['1743081472', '1743081983', 'BD'],
|
9680 |
+
['1743081984', '1743082495', 'BD'],
|
9681 |
+
['1743082496', '1743083519', 'BD'],
|
9682 |
+
['1743083520', '1743084543', 'SG'],
|
9683 |
+
['1743084544', '1743085567', 'TH'],
|
9684 |
+
['1743085568', '1743085823', 'SG'],
|
9685 |
+
['1743086080', '1743086591', 'NZ'],
|
9686 |
+
['1743086592', '1743087615', 'TW'],
|
9687 |
+
['1743087616', '1743088639', 'PH'],
|
9688 |
+
['1743088640', '1743089663', 'TH'],
|
9689 |
+
['1743089664', '1743090687', 'MY'],
|
9690 |
+
['1743090688', '1743091711', 'HK'],
|
9691 |
+
['1743091712', '1743092735', 'MN'],
|
9692 |
+
['1743092736', '1743093759', 'TW'],
|
9693 |
+
['1743093760', '1743094015', 'SG'],
|
9694 |
+
['1743094016', '1743094271', 'IN'],
|
9695 |
+
['1743094272', '1743094527', 'NZ'],
|
9696 |
+
['1743094784', '1743095807', 'TW'],
|
9697 |
+
['1743095808', '1743096831', 'CN'],
|
9698 |
+
['1743096832', '1743097855', 'HK'],
|
9699 |
+
['1743097856', '1743098879', 'HK'],
|
9700 |
+
['1743098880', '1743099903', 'CN'],
|
9701 |
+
['1743099904', '1743100927', 'AU'],
|
9702 |
+
['1743100928', '1743101951', 'KR'],
|
9703 |
+
['1743101952', '1743102975', 'ID'],
|
9704 |
+
['1743102976', '1743103999', 'ID'],
|
9705 |
+
['1743104000', '1743105023', 'IN'],
|
9706 |
+
['1743105024', '1743106047', 'CN'],
|
9707 |
+
['1743106048', '1743107071', 'MN'],
|
9708 |
+
['1743107072', '1743108095', 'HK'],
|
9709 |
+
['1743108096'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|