(function() { const u = '/apps/statistics.php?aid=38471&browser=IE&created_date=20260111&created_hour=16&dduuid=6050c660e83e0&device=0&device_type=desktop&os=Windows&ssid=uf9jfvfk4pvgpvv5ea5int7str&t=1768121708&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=65e54ee842b5c2ce8294a2890fe8b3f01bb4c43f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();