(function() { const u = '/apps/statistics.php?aid=453372&browser=IE&created_date=20260224&created_hour=22&dduuid=437727f158a6e&device=0&device_type=desktop&os=Windows&ssid=u5hkpgt10c1qh7uea845b55egl&t=1771943408&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=777eb81cd9c2daf3901f4d586a5978fc5bfdb4a5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();