(function() { const u = '/apps/statistics.php?aid=54357&browser=IE&created_date=20260310&created_hour=19&dduuid=227ba52d0e675&device=0&device_type=desktop&os=Windows&ssid=01lpvp3juq47f6d4jqeulked32&t=1773140487&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=83567fa328a9c811a018d4740fdd0dec9aaf4a6f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();