(function() { const u = '/apps/statistics.php?aid=454511&browser=IE&created_date=20260303&created_hour=23&dduuid=b3360ade16816&device=0&device_type=desktop&os=Windows&ssid=dn780lped0c07g5rgdiogienam&t=1772552126&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=232b01d1bdced484ab13a81a2eaad1736b2570f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();