(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=09&dduuid=c901418c7baad&device=0&device_type=desktop&os=Windows&ssid=2snt8if626cc4aa9oueslv474o&t=1757899458&typeid=0&url_type=2&value=&sign=445db4d3d533a81fed3b75d1649279030294183c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();