(function() { const u = '/apps/statistics.php?aid=455152&browser=IE&created_date=20260304&created_hour=15&dduuid=e4e56189091e6&device=0&device_type=desktop&os=Windows&ssid=g7u2nv2lgk2gkfd4pbprlepthq&t=1772609819&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6998bf53577be9caf62544979f93920125a26e26&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();