(function() { let u = '/apps/statistics.php?aid=1085&browser=Mozilla&created_date=20251103&created_hour=19&dduuid=3a23e8b8cafbe&device=WebKit&device_type=robot&os=0&ssid=m1vetslkhgk57kqrpic4j0dg0a&t=1762170269&typeid=85&url_type=2&value=&sign=142b1bef06b619928aab6f81a8f4da2eb7aa5062&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); } })();