(function() { const u = '/apps/statistics.php?aid=33974&browser=IE&created_date=20260124&created_hour=19&dduuid=30b3371d84905&device=0&device_type=desktop&os=Windows&ssid=37k98gg644jckkp7s9mmmprarp&t=1769253711&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1717681c3350fbcdffc035d06d62ff5c417960a2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();