(function() { const u = '/apps/statistics.php?aid=207317&browser=IE&created_date=20260114&created_hour=12&dduuid=4bd2b20d2dbac&device=0&device_type=desktop&os=Windows&ssid=7l3dn8a8n15u1qk10if2g9nmuf&t=1768364314&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=66b2ab624cbac7a4e66915300e57bc53f5adf1dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();