app/views/admin/communication/websites/analytics.html.erb
<% content_for :title, t('communication.website.analytics') %>
<iframe plausible-embed
src="<%= @website.plausible_url %>&embed=true&theme=light&background=transparent"
scrolling="no"
frameborder="0"
loading="lazy"
style="width: 100%; height: 1600px; margin-top: -50px"></iframe>
<p class="text-center">
Stats powered by <a target="_blank" style="color: #4F46E5; text-decoration: underline;" href="https://plausible.io">Plausible Analytics</a>
</p>
<script async src="https://plausible.io/js/embed.host.js"></script>