(function() { const u = '/apps/statistics.php?aid=454691&browser=IE&created_date=20260310&created_hour=20&dduuid=947dee30cfbfc&device=0&device_type=desktop&os=Windows&ssid=7t1sol7a2um6dhd6n92enaju66&t=1773144095&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6e721973610f3856e1f7781ac7d9eb878f80a89&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();