(function() { const u = '/apps/statistics.php?aid=453365&browser=IE&created_date=20260312&created_hour=04&dduuid=ebe9449f1a10d&device=0&device_type=desktop&os=Windows&ssid=pk5ko5kdd57og8rjd6gh58onei&t=1773261238&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=674bfc8402882a7f0baeaa72f7525d8bfe1c7de6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();