Once granted on one of the SE sites, the "view vote counts" and "view close votes" privileges should be granted on other stack sites too. These two privileges do not let you mess up anything on the low-rep sites (which you presumably would if you had all your edit privileges. Not!) and furthermore, not having them degrades the user experience, I find.
Update:
I did not mean to rant about missing edit/vote privileges and have no problems with the ads. My point is. It is not a privilege to see something that I can access through the data explorer:
DECLARE @PostId int = ##PostId##
SELECT vt.Name, COUNT(*)
FROM Votes v
INNER JOIN VoteTypes vt ON v.VoteTypeId = vt.Id
WHERE v.PostId = @PostId
GROUP BY vt.Name