(function() { const u = '/apps/statistics.php?aid=322333&browser=IE&created_date=20260311&created_hour=14&dduuid=694f6edcc3060&device=0&device_type=desktop&os=Windows&ssid=bv7i3k4letmgclrhikcf8700h4&t=1773210613&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9ce98a74fee4ba1ef96e00b7db78c0c0ca247e4c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();