(function() { const u = '/apps/statistics.php?aid=455144&browser=IE&created_date=20260223&created_hour=22&dduuid=ecad4fea9d8d2&device=0&device_type=desktop&os=Windows&ssid=vho48smo0pgonq35nfm8r1l9aa&t=1771856597&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c59bb2ae836571e60afbe334833393369e93dd97&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();