(function() { const u = '/apps/statistics.php?aid=345759&browser=IE&created_date=20260313&created_hour=05&dduuid=dad4b99f63c12&device=0&device_type=desktop&os=Windows&ssid=k6svab6ffr7bc8rqosk9ggf7ml&t=1773352552&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=40d4a0a7299c6747cae72007e5f96fe97c9e0f5f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();