(function() { const u = '/apps/statistics.php?aid=455542&browser=IE&created_date=20260303&created_hour=17&dduuid=15dcbefd497f7&device=0&device_type=desktop&os=Windows&ssid=n9evecg55un3apo7hcpav4v03u&t=1772528756&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd4a3ecec7b228a9de4e9eb9147f907898db6cfb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();