select web_name ,count(web_name) as num from table group by web_name order by num desc limit 10