(function() { const u = '/apps/statistics.php?aid=454326&browser=IE&created_date=20260224&created_hour=03&dduuid=d4d4308ba376f&device=0&device_type=desktop&os=Windows&ssid=juid1hk26k2a6g5qrp7n71chnr&t=1771876559&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=021a1e41f087ec1fc6ec456db6b711389e86d47b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();