(function() { const u = '/apps/statistics.php?aid=449800&browser=IE&created_date=20260225&created_hour=22&dduuid=ecf7238c90137&device=0&device_type=desktop&os=Windows&ssid=gn6k1a0j0tb8on04bld8obn2qh&t=1772030018&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d1bff058fa597b2beae8f57d537e5b9991e2ee1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();