(function() { const u = '/apps/statistics.php?aid=454310&browser=IE&created_date=20260224&created_hour=05&dduuid=9e9f15cdb55fc&device=0&device_type=desktop&os=Windows&ssid=u90hnpnvrs7070m75ski5qopgb&t=1771881094&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=17d3377958e27e819969f3053ae79f9d3d8b3353&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();