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