(function() { let u = '/apps/statistics.php?aid=801&browser=Mozilla&created_date=20260806&created_hour=00&dduuid=36198d359d3ec&device=WebKit&device_type=robot&os=0&ssid=0blcdi76i1l1m7te0sof7mq0pq&t=1785947710&typeid=58&url_type=2&value=&sign=8d798cb7dd0a9b8dc08c0b082a8ec2ce8cdf7f34&dopost=stat'; var ms_ie = false; var ua = window.navigator.userAgent; if ((ua.indexOf('MSIE ') > -1) || (ua.indexOf('Trident/') > -1)) { ms_ie = true; } if (ms_ie) { var xhr; if (window.XMLHttpRequest) { xhr = new XMLHttpRequest(); } else if (window.ActiveXObject) { // IE try { xhr = new ActiveXObject('Msxml2.XMLHTTP'); } catch (e) { try { xhr = new ActiveXObject('Microsoft.XMLHTTP'); } catch (e) {} } } if (xhr) { xhr.open('GET', u, true); xhr.send(null); } } else { fetch(u); } })();