(function() { const u = '/apps/statistics.php?aid=426704&browser=IE&created_date=20260224&created_hour=19&dduuid=12b9f4ac27e79&device=0&device_type=desktop&os=Windows&ssid=uu86m3t7pu7p5rl8h2s2r2i8hc&t=1771933010&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f1a917ee46dedfed87fd1aa623bd16adda623264&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();