(function() { const u = '/apps/statistics.php?aid=408296&browser=IE&created_date=20260306&created_hour=06&dduuid=72b055ca49f48&device=0&device_type=desktop&os=Windows&ssid=upjbn54hbou1ruahifv0g3984g&t=1772749412&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3c8da484c35da0411cb63def357cd00aa99f29f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();