(function() { const u = '/apps/statistics.php?aid=355042&browser=IE&created_date=20260311&created_hour=22&dduuid=eed2ca39f3534&device=0&device_type=desktop&os=Windows&ssid=t9r3ib6rpm32r9nqlsvuj51q81&t=1773240001&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d3d174b565cbaff7e5d8a9aae115624cc1b89d4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();