(function() { const u = '/apps/statistics.php?aid=457698&browser=IE&created_date=20260312&created_hour=21&dduuid=f7fec488d5531&device=0&device_type=desktop&os=Windows&ssid=k2gsp3qintq255fmqr9cth1d2d&t=1773321943&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea5593c66fb1025253490b398c4fca4962c1c5ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();