(function() { const u = '/apps/statistics.php?aid=422204&browser=IE&created_date=20260224&created_hour=22&dduuid=2d4a0b32b49aa&device=0&device_type=desktop&os=Windows&ssid=6ug0n9sm354nn1vh944nfnlmon&t=1771942561&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80e6b32a4229a06aaee9bdeb6562d1a8309ee285&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();