if(displayUsageStats){
statistics.addItemXref(contextPath + "/handle/" + dso.getHandle() + "/statistics", T_statistics_usage_view);
}
//Items cannot have search statistics
if(displaySearchStats && dso.getType() != Constants.ITEM){
statistics.addItemXref(contextPath + "/handle/" + dso.getHandle() + "/search-statistics", T_statistics_search_view);
}
//Items cannot have workflow statistics
if(displayWorkflowStats && dso.getType() != Constants.ITEM){
statistics.addItemXref(contextPath + "/handle/" + dso.getHandle() + "/workflow-statistics", T_statistics_workflow_view);
}