(function() { const u = '/apps/statistics.php?aid=74448&browser=IE&created_date=20260311&created_hour=00&dduuid=e35e9032acd61&device=0&device_type=desktop&os=Windows&ssid=9v471vq6hu7ajg5chu6tahoq9s&t=1773161776&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5a58d3d6a77ceba5b0406eb369237f0e7a6a0454&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();