(function() { const u = '/apps/statistics.php?aid=439070&browser=IE&created_date=20260112&created_hour=10&dduuid=ffb8ecca4ec90&device=0&device_type=desktop&os=Windows&ssid=5ac9huvfs7m0cvp6ltl7r8ctg2&t=1768186240&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80b86f9c39978d3435c19892a7f6e16720c8407c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();