(function() { const u = '/apps/statistics.php?aid=428572&browser=IE&created_date=20260308&created_hour=12&dduuid=2e95964e00535&device=0&device_type=desktop&os=Windows&ssid=e62eh9l6l6i201c3cvuv7hrap4&t=1772944246&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=294dca4db084b874782c545108d76ee25a586d42&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();