I have subdomains and i have included my google analytical javascript code by php include file having lines as:
_gaq.push(['_setAccount', 'my-site-account']);
_gaq.push(['_setDomainName', '.mysite.com']);
I am afraid i am totally different visits report than my server AWstat report. Am i doing anything wrong?