(function() { const u = '/apps/statistics.php?aid=453566&browser=IE&created_date=20260312&created_hour=01&dduuid=e123e31e8a522&device=0&device_type=desktop&os=Windows&ssid=2haqhi0mm9u7g706kc3s96evhc&t=1773250065&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6ce460f63b0bf3848c342d4367db2a1abaefbaca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();