(function() { const u = '/apps/statistics.php?aid=439188&browser=IE&created_date=20260227&created_hour=22&dduuid=80cd2c87e1e80&device=0&device_type=desktop&os=Windows&ssid=h4en6l73f38hei57l584a9dk9e&t=1772202765&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2e7c8a450b1932bb215526f0fa62f0e0c77dd0c0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();