Total |
{number_format($total_statistics->visitors)} |
{number_format($total_statistics->new_visitors)} ({sprintf("%.2d", $total_statistics->new_visitors / $total_statistics->visitors * 100)}%) |
{number_format($total_statistics->pageviews)} ({sprintf("%.2f", $total_statistics->pageviews / $total_statistics->visitors)}) |
{number_format($total_statistics->referers)} ({sprintf("%.2f", $total_statistics->referers / $total_statistics->pageviews * 100)}%) |
{number_format($total_statistics->out_keywords)} ({sprintf("%.2f", $total_statistics->out_keywords / $total_statistics->pageviews * 100)}%) |
{number_format($total_statistics->robots)} ({number_format($total_statistics->robot_pageviews)}) |
{number_format($total_statistics->blocks)} ({number_format($total_statistics->block_pageviews)}) |
{zdate($val->regdate, "Y-m-d")} |
{number_format($val->visitors)} |
{number_format($val->new_visitors)} ({sprintf("%.2d", $val->new_visitors / $val->visitors * 100)}%) |
{number_format($val->pageviews)} ({sprintf("%.2f", $val->pageviews / $val->visitors)}) |
{number_format($val->referers)} ({sprintf("%.2f", $val->referers / $val->pageviews * 100)}%) |
{number_format($val->out_keywords)} ({sprintf("%.2f", $val->out_keywords / $val->pageviews * 100)}%) |
{number_format($val->robots)} ({number_format($val->robot_pageviews)}) |
{number_format($val->blocks)} ({number_format($val->block_pageviews)}) |