<% var pv_texts = (theme.footer.statistics.pv_format || __('footer.pv')).split('{}') %>
<% var uv_texts = (theme.footer.statistics.uv_format || __('footer.uv')).split('{}') %>
<% if (theme.footer.statistics.source === 'leancloud') { %>
<% if (pv_texts.length >= 2) { %>
<%- pv_texts[0] %>
<%- pv_texts[1] %>
<% } %>
<% if (uv_texts.length >= 2) { %>
<%- uv_texts[0] %>
<%- uv_texts[1] %>
<% } %>
<% import_js(theme.static_prefix.internal_js, 'leancloud.js', 'defer') %>
<% } else if (theme.footer.statistics.source === 'busuanzi') { %>
<% if (pv_texts.length >= 2) { %>
<%- pv_texts[0] %>
<%- pv_texts[1] %>
<% } %>
<% if (uv_texts.length >= 2) { %>
<%- uv_texts[0] %>
<%- uv_texts[1] %>
<% } %>
<% import_js(theme.static_prefix.busuanzi, 'busuanzi.pure.mini.js', 'defer') %>
<% } %>