CompuHelps gives you simple, instant website statistics — new vs returning visitors, live presence, traffic sources and more. No jargon. No complexity.
Every metric is explained in plain language. If your mum can read it, it's ready.
Each visitor gets a permanent anonymous ID. See exactly how many people are discovering you for the first time versus loyal regulars who keep coming back.
Know who is actively on your page right now, who has gone idle, and who has lost their connection — updated every 30 seconds via heartbeat pings.
Understand whether visitors arrive from Google, social media, direct links, or paid campaigns — with full UTM parameter support built in.
See the split between mobile, tablet, and desktop visitors. Know which browsers and operating systems your audience actually use.
Don't just count page views — measure how long visitors are genuinely active. Idle time, hidden tabs, and offline periods are excluded automatically.
No personal data is ever collected. Visitor IDs are anonymous UUIDs stored in the browser. Do Not Track headers are fully respected.
One script tag. That's it. No plugins, no servers to configure, no dashboards to learn.
Copy the analytics script into your HTML page, just before the closing </body> tag.
Update the siteId in the config to identify your website in the dashboard.
Every pageview, visitor ID, live status, and exit event starts posting to your endpoint automatically.
The entire analytics engine is a single self-contained JavaScript file. No npm, no build step, no dependencies.
<!-- Add before </body> --> <script> // Config — update siteId var config = { endpoint: "https://compuhelps.com /postwebstats.php", siteId: "my-website", sendOnLoad: true, sendOnUnload: true }; // Public API visitorAnalytics.track( "signup_click" ); visitorAnalytics.getPresence(); visitorAnalytics.getVisitor(); </script>
"I spent two years confused by Google Analytics. CompuHelps told me everything I needed to know in five minutes."
"The live presence feature is brilliant. I can see when someone is reading my pricing page and follow up at exactly the right time."
"Finally I know the difference between new visitors and regulars. This changed how I think about our content strategy entirely."