(function() { const u = '/apps/statistics.php?aid=308046&browser=IE&created_date=20260313&created_hour=13&dduuid=2b8c23e01db40&device=0&device_type=desktop&os=Windows&ssid=5a1i0nbdq1fnul7h5fb7amd4ob&t=1773380217&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1621f97526b53b7e112f872a3b93f77c39c6ec53&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();