(function() { const u = '/apps/statistics.php?aid=11219&browser=IE&created_date=20260123&created_hour=10&dduuid=a255ab118da28&device=0&device_type=desktop&os=Windows&ssid=nk22vmi32mlgphv0as0pmeu4k7&t=1769135795&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6261738a0036087a15a5756a6fa076ec60b18fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();