Using Chrome, I inspect the elements on page, and discovered:
<div><a href="http://www.example.com"><img src="http://www.example.com/cgi-bin/connect.cgi?usr=(some details about the page) border="0" height="1" width="1" alt="stats"></a> <script section> <noscript section>
What concerns me is the initial link immediately following the <div>. The img src link is in the <noscript> so I am not worried about it. I have limited understanding of javascript, but I am curious if this is a hidden link to my analytics service. With the discussion of footer/hidden links (WP themes and such), this has me worried. Most of my sites that use this tracking service were hit by Penguin. How is that <div> being generated? How can I stop it? If it's a real threat, I could remove the code and use a different tracking method, including my raw logs, but this is just the way I've always done it.
[edited by: Andy_Langton at 7:50 pm (utc) on May 15, 2012]
[edit reason] Removed specific service reference from code [/edit]