(function() { const u = '/apps/statistics.php?aid=146127&browser=IE&created_date=20260310&created_hour=14&dduuid=2eee3993329a4&device=0&device_type=desktop&os=Windows&ssid=hh9h2gdg29s50a8umseq9kf31r&t=1773123946&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a8e9008c41781ed0488a2953626fcd8e2001d257&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();