(function() { const u = '/apps/statistics.php?aid=451970&browser=IE&created_date=20260225&created_hour=10&dduuid=8870404a3db9d&device=0&device_type=desktop&os=Windows&ssid=6kg37c03m30kjv6p2dan8g36lh&t=1771986719&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e91bb117fa44a811f1da371a8018c206b4d51e6c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();