(function() { const u = '/apps/statistics.php?aid=454882&browser=IE&created_date=20260304&created_hour=21&dduuid=bddce2d503e3c&device=0&device_type=desktop&os=Windows&ssid=7u8n1b60k7h89pelmg4qqsr3gv&t=1772632344&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1ea72bfcaa4a3eacbc04cf552c0cbada013adccb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();