(function() { const u = '/apps/statistics.php?aid=16096&browser=IE&created_date=20260305&created_hour=15&dduuid=29d11d642599c&device=0&device_type=desktop&os=Windows&ssid=0oorc1u4ap18b1lbimmc51e9eg&t=1772694926&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=546e396c506d40997b00cbb974c221bde06cae81&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();