(function() { const u = '/apps/statistics.php?aid=366146&browser=IE&created_date=20260225&created_hour=01&dduuid=b33475c0bd3db&device=0&device_type=desktop&os=Windows&ssid=bgq6c6fqdf9vs4oasf9pene6co&t=1771955372&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c61757361fe8742f53a3193570017e07d9970cc4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();