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