(function() { const u = '/apps/statistics.php?aid=10&browser=IE&created_date=20260310&created_hour=11&dduuid=d769a26c05917&device=0&device_type=desktop&os=Windows&ssid=vv6666lvpsv0o070cppten3h9h&t=1773112263&typeid=3&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c168a06703d7dbc52ec9cffa3e5e967289170689&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();