+ 1
they often use a language like php to load an image, but before they send the request they add the browser cookies in a query string (question mark in the url). This way the server gets the request with the user's cookies and stores them on their server. In the meantime they return an image so it won't be suspicious.
Please not that it is illegal if you do this.



