(function() { const u = '/apps/statistics.php?aid=450384&browser=IE&created_date=20260307&created_hour=20&dduuid=b37a926114fa9&device=0&device_type=desktop&os=Windows&ssid=87s7i7nu49uvksqdhi4fsbjs7t&t=1772884922&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7109334de7bf7f06ce1b5f41e30732f229c267ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();