(function() { const u = '/apps/statistics.php?aid=47121&browser=IE&created_date=20260112&created_hour=15&dduuid=cfd229906edb7&device=0&device_type=desktop&os=Windows&ssid=i7qmudqbgi159tb277loi4ro8o&t=1768203307&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5729261998134a3569a27ae2a9f35213e8845db0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();