(function() { const u = '/apps/statistics.php?aid=425814&browser=IE&created_date=20260305&created_hour=20&dduuid=c8cbf167303f3&device=0&device_type=desktop&os=Windows&ssid=592jbrd743qfar6hkkaq1507tm&t=1772712268&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c4d89e13d4f947fc4a4a1b2ce028d68ac112357d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();