Simple Website Analytics

Fast, privacy-friendly web analytics without the complexity

Simple Setup

Just add one line of code to your website and you're ready to go. No complex configuration needed.

Privacy Focused

No cookies required. IP addresses are anonymized. Compliant with privacy regulations.

Multi-site Tracking

Track multiple websites from a single dashboard with separate statistics for each site.

Detailed Statistics

Track visitors, page views, referrers, browsers, operating systems, and more.

No External Dependencies

Hosted on your own server. Your data stays under your control.

Lightweight

Tiny script with minimal impact on your website's performance.

Go to Dashboard See How It Works

How to Install Simple Counter

Add this code to your website before the closing </body> tag:

<!-- Simple Counter Tracking Code --> <noscript> <img src="http://your-domain.com/api/pixel?page=" + encodeURIComponent(window.location.pathname) + "&site=your-site-id" alt="" style="position:absolute; left:-9999px;" width="1" height="1"> </noscript> <script> (function() { // Load tracking script const script = document.createElement('script'); script.src = 'http://your-domain.com/counter.js?site=your-site-id'; script.async = true; document.body.appendChild(script); })(); </script> <!-- End Simple Counter Tracking Code -->

Replace your-domain.com with your server's domain and your-site-id with the ID of your site from the dashboard.

After adding the code, visit your dashboard to start seeing analytics data!