(function() { const u = '/apps/statistics.php?aid=454821&browser=IE&created_date=20260225&created_hour=01&dduuid=76c044172f19f&device=0&device_type=desktop&os=Windows&ssid=42gu55nqe6hj36qvalehjta25h&t=1771952463&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=372ee6bb605cebc096668285a3f2a1943f2010f4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();