(function() { const u = '/apps/statistics.php?aid=345847&browser=IE&created_date=20251221&created_hour=08&dduuid=2bc79a90f0b2a&device=0&device_type=desktop&os=Windows&ssid=dsj6d7804c89ju1i1139edqupo&t=1766277789&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2b63c53a1877781637fc4bb96a287851b7763330&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();