PIWIK not tracking

DOMAIN APP = http://trybi.pl
PIWIK APP = http://piwik.trybi.pl
I install fresh PIWIK with old app SMF including JS tracking code:


<script type="text/javascript">
		var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.domain.com/" : "http://piwik.domain.com/");
		document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
		</script><script type="text/javascript">
		try {
		var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1);
		piwikTracker.trackPageView();
		piwikTracker.enableLinkTracking();
		} catch( err ) {}
	</script><noscript><p><img src="http://piwik.domain.com/piwik.php?idsite=1" style="border:0" alt="" /></p></noscript>

Tracking code is installed correctly before end body tag . PIWIK displays :

Check settings, Is some problems arising there? or try another tool. There are so many tools available but I personally used Gostats. It is easy to install as compared to piwik & Google analytics.

Settings are fine. Problem is with subdomain where Piwik has been installed. Piwik not working at subdomain I don’t know why? Some people have this bug too check google: piwik subdomain.