(function() { const u = '/apps/statistics.php?aid=441538&browser=IE&created_date=20260310&created_hour=09&dduuid=140d05e7c05d0&device=0&device_type=desktop&os=Windows&ssid=8o7u7nlacpf68tvf3g955gqapl&t=1773106271&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=57d4fdf76ad9916aac586a0fde1d865d8b2b2db1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();