(function() { const u = '/apps/statistics.php?aid=428184&browser=IE&created_date=20260121&created_hour=14&dduuid=fb1cdf2064f19&device=0&device_type=desktop&os=Windows&ssid=1a5tenq68va90h8qm0v8nrn2mq&t=1768976341&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2807da5eb83f48c479e35829a67824f352eb565c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();