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