(function() { const u = '/apps/statistics.php?aid=449449&browser=IE&created_date=20260308&created_hour=02&dduuid=e002df08a7c91&device=0&device_type=desktop&os=Windows&ssid=rom47ld4fbnlohhpr2tqdm5oji&t=1772907175&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=65ae8529c3e06f791036f23085e80cace8099091&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();