% if (theme.web_analytics.enable) { %>
<% if(theme.web_analytics.baidu) { %>
<% } %>
<% if (theme.web_analytics.google){ %>
<% } %>
<% if(theme.web_analytics.tencent && theme.web_analytics.tencent.sid && theme.web_analytics.tencent.cid) { %>
<% } %>
<% if(theme.web_analytics.woyaola) { %>
<% } %>
<% if(theme.web_analytics.cnzz) { %>
<% } %>
<% if(theme.web_analytics.leancloud && theme.web_analytics.leancloud.app_id && theme.web_analytics.leancloud.app_key) { %>
<% import_js(theme.static_prefix.internal_js, 'leancloud.js', 'defer') %>
<% } %>
<% } %>