(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251021&created_hour=20&dduuid=b48724c31a7e9&device=0&device_type=desktop&os=Windows&ssid=1051onpn20sceaf113ofnu9nhf&t=1761050595&typeid=0&url_type=2&value=&sign=70f41c05331387514cb1329c9b01a572e9ad0851&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();