I use Statcounter on all my projects (websites). I opened forum for the last one, and now I don't know how to add the code to track the amount of visitors ???
ACP>Styles>Templates> Find the style you are using and click edit in the options. On the template file: select overall_footer.html. Scroll to the bottom of the code and find: </body> </html> Code (markup): Before that add in the code statcounter gives you. Note: Do not at it to the very bottom. Should look something like this: </script> your stat counter code </body> </html> Code (markup):