public function actionIndex()
 {
     $this->render('index', ['stat_list' => StatTime::statDayList()]);
 }