(function() { const u = '/apps/statistics.php?aid=448031&browser=IE&created_date=20260226&created_hour=11&dduuid=0e27fb93c54d9&device=0&device_type=desktop&os=Windows&ssid=0876eqpclrgevu72nr8907r8fo&t=1772075290&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7895798e931611dd724db849e9fd8b50f2c7594d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();