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