(function() { const u = '/apps/statistics.php?aid=210238&browser=IE&created_date=20260223&created_hour=22&dduuid=6b6db47e6471f&device=0&device_type=desktop&os=Windows&ssid=v5gi5vkc6rtj3bes80tru55j21&t=1771855285&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5555d5dcd0918d7dfbc8742eca5e8fc8af7ff592&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();