(function() { const u = '/apps/statistics.php?aid=449398&browser=IE&created_date=20260308&created_hour=13&dduuid=5f285529f0440&device=0&device_type=desktop&os=Windows&ssid=qg999m56t4lh95cvegngqup8r8&t=1772948378&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a7a12b4561583783da375543a1764f241fd23136&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();