(function() { const u = '/apps/statistics.php?aid=366918&browser=IE&created_date=20260124&created_hour=21&dduuid=ecabb1068d188&device=0&device_type=desktop&os=Windows&ssid=cceo7oh506bpjtaskdht76ummp&t=1769262870&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d3287c553f742582c67cb204645eba0126729aef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();