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