(function() { const u = '/apps/statistics.php?aid=14687&browser=IE&created_date=20260124&created_hour=11&dduuid=76a8e691bac26&device=0&device_type=desktop&os=Windows&ssid=prd0nlvr28cb3co2mcq94rm0qm&t=1769226122&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=715192a976fd43477c878016755019347ff59fc8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();