Looks like for the past day or so the wp-stats plugin now injects a quantserve tracking gif.
Besides for the obvious privacy implications (I bet most wordpress.org blog owners don't know quantserve is being served to their visitors), this has implications for SSL users.
Pages using SSL are now broken since the wp-stats JS doesn't check to see what protocol is being used. http is always used for quantcast (quantcast does support SSL).
This:
document.write(unescape("%3Cscript src='http://edge.quantserve.com/quant.js...
should be something like:
document.write(unescape("%3Cscript src=') + document.location.protocol+unescape("//edge.quantserve.com/quant.js...
The blog I need help with is robert.accettura.com.