(function() { const u = '/apps/statistics.php?aid=454206&browser=IE&created_date=20260224&created_hour=05&dduuid=fb34777ecf946&device=0&device_type=desktop&os=Windows&ssid=5nt6ev45dvqlnuanrk2j2mro24&t=1771881355&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=38d31d9c7ac72183aadb94249240dbe2d82de597&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();