(function() { const u = '/apps/statistics.php?aid=439630&browser=IE&created_date=20260314&created_hour=21&dduuid=fec476408b636&device=0&device_type=desktop&os=Windows&ssid=7hdm6tukv9mc6g4npe173oi3jb&t=1773495634&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f132f6feafccd1f8398ab0bb362fa7007e9892da&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();