(function() { const u = '/apps/statistics.php?aid=452408&browser=IE&created_date=20260208&created_hour=02&dduuid=eca2eb696281f&device=0&device_type=desktop&os=Windows&ssid=cd719ie4t5rm77keob6ldlcsve&t=1770488322&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=430a2f21efc03ac627766ffc7eca6d467b3d7abd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();