(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251109&created_hour=01&dduuid=ba936a24d0dcf&device=0&device_type=desktop&os=Windows&ssid=1hb7aug2gg473a6ca2gf7qg242&t=1762621813&typeid=0&url_type=2&value=&sign=877ced1874afc8579a19fd8d4f30e90e88539636&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();