(function() { const u = '/apps/statistics.php?aid=47128&browser=IE&created_date=20260122&created_hour=15&dduuid=a75dbca891bee&device=0&device_type=desktop&os=Windows&ssid=1cgcehi4j166re8gieerhlp4hq&t=1769066079&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91fbdf7726eaf4869f04b7af770768102ab06bc2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();