(function() { const u = '/apps/statistics.php?aid=460464&browser=IE&created_date=20260311&created_hour=18&dduuid=11f519f0acedb&device=0&device_type=desktop&os=Windows&ssid=a30m414aso573fch3aagv3gedb&t=1773223395&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=123c53a4ca8e5189afc20fdf20fbea3adce65865&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();