(function() { const u = '/apps/statistics.php?aid=267811&browser=IE&created_date=20260224&created_hour=09&dduuid=1f1c31d1b7e9a&device=0&device_type=desktop&os=Windows&ssid=j037pubhqk5m4449fuif3pnqam&t=1771897620&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=06471fbc2b3374ead800b2c78b24f50dd0fe1ebc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();