<% 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) { %> <% } %> <% if (uv_texts.length >= 2) { %> <% } %> <% import_js(theme.static_prefix.internal_js, 'leancloud.js', 'defer') %> <% } else if (theme.footer.statistics.source === 'busuanzi') { %> <% if (pv_texts.length >= 2) { %> <% } %> <% if (uv_texts.length >= 2) { %> <% } %> <% import_js(theme.static_prefix.busuanzi, 'busuanzi.pure.mini.js', 'defer') %> <% } %>