(function() { const u = '/apps/statistics.php?aid=422949&browser=IE&created_date=20260305&created_hour=20&dduuid=5b4134a7e7b85&device=0&device_type=desktop&os=Windows&ssid=7h8v3peq5biarhssna95getfea&t=1772712687&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d94df80c12872698a9524b878560474c8d675ce4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();