(function() { const u = '/apps/statistics.php?aid=447998&browser=IE&created_date=20260111&created_hour=06&dduuid=54bda0ee85e03&device=0&device_type=desktop&os=Windows&ssid=qdpfes7gp9534sh2u4f23fqes8&t=1768084238&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=670177dfba1260c1c9726b50b02700e2e3be6f19&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();