(function() { const u = '/apps/statistics.php?aid=113757&browser=IE&created_date=20260313&created_hour=11&dduuid=84e4d5168eaf1&device=0&device_type=desktop&os=Windows&ssid=oc6olan3s46qsl7josvjnf7thj&t=1773373926&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d441048adf24ca6b3699860ca18a711ed17cf65&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();