(function() { const u = '/apps/statistics.php?aid=270926&browser=IE&created_date=20260314&created_hour=22&dduuid=1b7e97efc6580&device=0&device_type=desktop&os=Windows&ssid=7imk7rl8clmg82uji9kee399us&t=1773498735&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2a31f4012ec75abb411af62c5f9aaa9a59a34079&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();