(function() { const u = '/apps/statistics.php?aid=291705&browser=IE&created_date=20260116&created_hour=21&dduuid=7926cda99f364&device=0&device_type=desktop&os=Windows&ssid=l1oen5facjgr8qaq823foeogf2&t=1768569394&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b6feebf473870058075172140ac5cd02c73a6994&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();