(function() { const u = '/apps/statistics.php?aid=448700&browser=IE&created_date=20260308&created_hour=09&dduuid=c3b51d72ee6f5&device=0&device_type=desktop&os=Windows&ssid=0815sm51n4aar1ib0uing92u9v&t=1772932220&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=afdde4ee93fb208765a18f1dcf40369d1f3e1d47&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();