javascript - Counter code loading small image -


i've found website statistics counter runs code:

<a title='counter' target='_blank' href='http://www.example.com/tracker/'>   <img src='http://www.example.com/transparent.gif' border='0'> </a> <script type='text/javascript' src='http://www.example.com/tracker/example.js.php?id=11111'> </script> <noscript>   <a href='http://www.example.com/'>counter</a> </noscript> 

i think main part seo, right? counter still work same way using part of it?

<script type="text/javascript" src="http://www.example.com/tracker/example.js.php?id=111111"> </script> 

i'm wondering why free services loading small image , such things. feedback.

the image might part of tracking , assume fallback people javascript disabled. in case tracking service can still track incoming request ip/browser image (which blank , not interferring design).


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -