(function() { const u = '/apps/statistics.php?aid=416083&browser=IE&created_date=20260310&created_hour=19&dduuid=6d9a4afc220a7&device=0&device_type=desktop&os=Windows&ssid=7mp66ngd6govb6bpfbkhn803s5&t=1773140853&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d08d97a90ede5907aee5ffdba0f2e0fe83cb5f12&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();