(function() { const u = '/apps/statistics.php?aid=452445&browser=IE&created_date=20260311&created_hour=20&dduuid=f4471c10cb822&device=0&device_type=desktop&os=Windows&ssid=6d0ngism6a0n4a0a25lrqjfqu1&t=1773231878&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5aa96c96459a065cf136782d081abca325cab9a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();