(function() { const u = '/apps/statistics.php?aid=450233&browser=IE&created_date=20260308&created_hour=01&dduuid=51337ab8c0790&device=0&device_type=desktop&os=Windows&ssid=7dh8b8bifngkrnmnc702irqkg2&t=1772903252&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1e1547c16885454444fd1e4671cef80143ba093&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();