(function() { const u = '/apps/statistics.php?aid=461915&browser=IE&created_date=20260315&created_hour=23&dduuid=a83257fe5d81d&device=0&device_type=desktop&os=Windows&ssid=5a0ims2hd6gu4q6ldtgh23pqla&t=1773588342&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c40c8516b68f8be85da825c666a319251521b480&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();