when you place the opentracker javascript tag into the source? code of your website pages, make sure to remove and hard breaks that your html editor may insert, default, etc.
This is because some browsers can read past a hard break (firefox) and others cannot (safari).
This means that any browsers that cannot "read past" the hard break will not be tracked.
Example:
this script has hard breaks inserted:
src="http://server1.opentracker.net/?site=www.mysite.com">
cript>
target="_blank">
src="http://img.opentracker.net/?cmd=nojs&site=www.mysite.com
" alt="web stats" border="0">
The script without breaks should run completely across the line without breaks in the middle.