(function() { const u = '/apps/statistics.php?aid=453948&browser=IE&created_date=20260226&created_hour=09&dduuid=8a5f1979d29c7&device=0&device_type=desktop&os=Windows&ssid=4hn7plmnd9dlqgsour1lsa3jo0&t=1772070506&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e20425d506d75061151af4b3e6c98eb7c8bcf8f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();