(function() { const u = '/apps/statistics.php?aid=407115&browser=IE&created_date=20260225&created_hour=06&dduuid=1d06252d4946e&device=0&device_type=desktop&os=Windows&ssid=f0rl6gk51ah0q7o90ba99e08uf&t=1771971104&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d395e382b7e3232a410ed469932f70643b6d9747&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();