(function() { const u = '/apps/statistics.php?aid=454812&browser=IE&created_date=20260306&created_hour=04&dduuid=7fc13ac01f6c7&device=0&device_type=desktop&os=Windows&ssid=qm88jc73rg71h3qidnstm87rb1&t=1772741308&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7212a2506511b2551b2c121b224c835339e31d2b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();