(function() { const u = '/apps/statistics.php?aid=442368&browser=IE&created_date=20260305&created_hour=21&dduuid=863a4ca6321f7&device=0&device_type=desktop&os=Windows&ssid=p7g4cvkr5qm5k14sqf5oql1o9h&t=1772716702&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=15f2bf22fcf4e189d0c21f605b7b02c8f2b36963&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();