(function() { const u = '/apps/statistics.php?aid=455287&browser=IE&created_date=20260311&created_hour=22&dduuid=c9028fef7845f&device=0&device_type=desktop&os=Windows&ssid=3kssp80ce86heiopui1v1ifqgr&t=1773238002&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ebcec979b595b03e9488c8479ac17609cf2d95d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();