(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=02&dduuid=2cff90fc8e0e9&device=0&device_type=desktop&os=Windows&ssid=81tdg9n1h1ghbh64u96qjpub9o&t=1760466501&typeid=0&url_type=2&value=&sign=0d04d137ed90749dca61a7f2cd3840e3b4b0e270&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();