(function() { const u = '/apps/statistics.php?aid=409721&browser=IE&created_date=20260121&created_hour=06&dduuid=0b5463db174be&device=0&device_type=desktop&os=Windows&ssid=0rnq9u6auleef8u8bpors90et7&t=1768947981&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=feb2e32c305b57edc5e5e5235710a50cce0b33af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();