(function() { const u = '/apps/statistics.php?aid=450630&browser=IE&created_date=20260307&created_hour=15&dduuid=3148dc3f8ac63&device=0&device_type=desktop&os=Windows&ssid=q7am0c0qh83rv5kdr6kc09bcnr&t=1772867866&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c9b5055f6881434cdc57af5ebc910fef7f8a944f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();