(function() { const u = '/apps/statistics.php?aid=448506&browser=IE&created_date=20260110&created_hour=14&dduuid=84305db1a8f7c&device=0&device_type=desktop&os=Windows&ssid=h74h7jl8sf88m6m7hmoub080e6&t=1768025817&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=785cd2b5a001402ac0c59def392b1fa8c5732002&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();