(function() { const u = '/apps/statistics.php?aid=403784&browser=IE&created_date=20260125&created_hour=15&dduuid=6684332c067be&device=0&device_type=desktop&os=Windows&ssid=qd24ei1mgtla2l2k4hpqlu8iv7&t=1769327226&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fcf1fc8052da4cca595e6985ffb4f8654ccf9769&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();