To receive a list of most viewed (read) articles from certain date run this SQL query in Tools > DB Management > Run SQL Query:
select * from va_articles where article_date >= '2012-01-01 'order by total_views desc limit 10