(function() { const u = '/apps/statistics.php?aid=455203&browser=IE&created_date=20260303&created_hour=18&dduuid=abda69d1043d7&device=0&device_type=desktop&os=Windows&ssid=k75jb0urlo94upuslubev6a3sd&t=1772534290&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ab5bf54ab7fc17936b5427018fce212d10c2726c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();