(function() { const u = '/apps/statistics.php?aid=17639&browser=IE&created_date=20260224&created_hour=18&dduuid=fde3fb9e92e61&device=0&device_type=desktop&os=Windows&ssid=i2473624v14tvi4j49amu5p7tp&t=1771927867&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d8297e77496759d9baed10626387dd98812c089&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();