$sql = "SELECT sum(count) FROM `statistic_data` WHERE `year`='".$this->year."' group by `year`, `month`";