(function() { const u = '/apps/statistics.php?aid=375456&browser=IE&created_date=20260311&created_hour=16&dduuid=2d942d738371b&device=0&device_type=desktop&os=Windows&ssid=006vf7k3b8bu6jrgjllr7elpiq&t=1773218534&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=87f47eafceb3b1ce4f4e521c14b85fca6fe45d9d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();