(function() { const u = '/apps/statistics.php?aid=451871&browser=IE&created_date=20260306&created_hour=09&dduuid=44a5ea9a8f28c&device=0&device_type=desktop&os=Windows&ssid=ks74q70f9e20bbkhr0323e3491&t=1772760091&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=995e452e5ac3a358c46731503522a50aaf983de1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();