(function() { const u = '/apps/statistics.php?aid=457697&browser=IE&created_date=20260312&created_hour=14&dduuid=7699e1934c914&device=0&device_type=desktop&os=Windows&ssid=82fbrm7giscncdto20sp5bv695&t=1773297059&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1cea0ad94fa7362a7848f697db1101339c2869f8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();