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