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