(function() { const u = '/apps/statistics.php?aid=407727&browser=IE&created_date=20260306&created_hour=09&dduuid=f6c7c0a709e6b&device=0&device_type=desktop&os=Windows&ssid=s7e293bdacnle35orcn7rn0okj&t=1772760158&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d4793d5934021390b27cb40c7c7d1f0fd366baf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();