Take for instance, common Javascript libraries hosted on
CDNs. Every time you visit a jQuery based page where the
js file is on a CDN you reveal to the host of that CDN
(e.g. Google) what website you're on
Generally that only happens the first time you load the library:
Comments
(I work at Google on ngx_pagespeed, and sit next to the people who maintain the hosted libraries.)