(function() { const u = '/apps/statistics.php?aid=774&browser=IE&created_date=20260313&created_hour=09&dduuid=d124b007cf5a3&device=0&device_type=desktop&os=Windows&ssid=1hqdkjihh93p9h5pvfisr9pr57&t=1773364476&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=26a3c6050d388d100bf164b79190e9ab208fc063&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();