(function() { const u = '/apps/statistics.php?aid=98757&browser=IE&created_date=20260224&created_hour=15&dduuid=0978e8569f072&device=0&device_type=desktop&os=Windows&ssid=g1p5tjfr3eevrcv682r25dra5v&t=1771917049&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1cb20eb95d68e203fc63a6375261a6b2de1f6250&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();