(function() { const u = '/apps/statistics.php?aid=403281&browser=IE&created_date=20260225&created_hour=20&dduuid=bf07fdec85615&device=0&device_type=desktop&os=Windows&ssid=n4qtp1lq7b82n50dhcs02otpg2&t=1772021709&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c9e70e5ef83af04983f9d492ace88390b97c013&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();