%
Response.ContentType = "text/html"
Response.AddHeader "Content-Type", "text/html;charset=UTF-8"
Response.CodePage = 65001
Response.CharSet = "UTF-8"
%>
<%
mypath="/so-content/themes/"&so_theme&"/stats.asp"
Server.Execute(mypath)
%>
<%=so_title%>
<%
mypath="/so-content/themes/"&so_theme&"/style.asp"
Server.Execute(mypath)
%>
<%if so_lang="tr" then%>
<%elseif so_lang="az" then%>
<%elseif so_lang="ar" then%>
<%elseif so_lang="de" then%>
<%elseif so_lang="es" then%>
<%elseif so_lang="fr" then%>
<%elseif so_lang="pt" then%>
<%elseif so_lang="it" then%>
<%elseif so_lang="he" then%>
<%elseif so_lang="ja" then%>
<%elseif so_lang="ru" then%>
<%elseif so_lang="zh" then%>
<%else%>
<%end if%>
<%
if so_analytics_aktif=1 then
%>
<%
end if
%>