(function() { const u = '/apps/statistics.php?aid=109782&browser=IE&created_date=20260110&created_hour=03&dduuid=6760cc6bc4a09&device=0&device_type=desktop&os=Windows&ssid=c7103giis770gi1mtgcrhtorfo&t=1767987292&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3f85ec6c88e95c5a6feab37316bdf339b8a6d32&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();