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