(function() { const u = '/apps/statistics.php?aid=324796&browser=IE&created_date=20260313&created_hour=18&dduuid=b607bfc3447de&device=0&device_type=desktop&os=Windows&ssid=t5uf36tfrht1q35v7ocoruas98&t=1773399308&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f7ae3a323f73cee58ea29a3ee8b54539e663712&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();