(function() { const u = '/apps/statistics.php?aid=141193&browser=IE&created_date=20260311&created_hour=06&dduuid=4a3d893d938eb&device=0&device_type=desktop&os=Windows&ssid=328f4jmif2asubraof205pqp3j&t=1773183284&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f5bfd87f8e0742805fea6cb9f6653abae6e2b11&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();