(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251011&created_hour=16&dduuid=ced969854b7d9&device=0&device_type=desktop&os=Windows&ssid=7q8so6s2bcpek1hbeusdeoviua&t=1760170896&typeid=0&url_type=2&value=&sign=7ed5f35813c1cd35d5d66d15542660906b8d4bd1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();