(function() { const u = '/apps/statistics.php?aid=311037&browser=IE&created_date=20260225&created_hour=23&dduuid=6393c8d933a39&device=0&device_type=desktop&os=Windows&ssid=id2gg58g3vu2cg6kstq64dpcvf&t=1772033317&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e54ff3409e766d3263f6c4dd22b450bfa702e46&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();