(function() { const u = '/apps/statistics.php?aid=217193&browser=IE&created_date=20260124&created_hour=04&dduuid=70c1ce1e7db8f&device=0&device_type=desktop&os=Windows&ssid=q2ojhq8todgf4elhm94qul3jd3&t=1769201102&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6924c2ec718e6b2c08eb47a86c6950ccc55d62d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();