(function() { const u = '/apps/statistics.php?aid=455365&browser=IE&created_date=20260303&created_hour=17&dduuid=5076db0f4ea49&device=0&device_type=desktop&os=Windows&ssid=a7g0k8p66ftpfkfb01ete9nut0&t=1772528755&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7e265cddd001d26624cae3e1ebf0308523f8a1f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();