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