(function() { const u = '/apps/statistics.php?aid=449234&browser=IE&created_date=20260124&created_hour=03&dduuid=8b19b484d707a&device=0&device_type=desktop&os=Windows&ssid=gs6s5mqi1a0hgm3733pmd7bljb&t=1769196381&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e02753af93934f1885566846afd03077302fed81&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();