diff --git a/_includes/layouts/base.html b/_includes/layouts/base.html
index ad8837be769f8826b2c59032ba7173cea6309409..551973b5c953d614af0a60bbf400faf786f5b6c6 100644
--- a/_includes/layouts/base.html
+++ b/_includes/layouts/base.html
@@ -48,11 +48,6 @@ author: resynth1943
         {{ content }}
     </main>
 
-    <!-- Goatcounter tracking code; see the analytics for this page: https://resynth1943.goatcounter.com/ -->
-    {% if env == 'production' %}
-        <script data-goatcounter="https://resynth1943.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
-    {% else %}
-        <!-- WHERE MAH GOAT AT -->
-    {% endif %}
+    <script async defer data-domain="developers.reverseeagle.org" src="https://plausible.io/js/plausible.js"></script>
 </body>
 </html> <!-- ;¬) Stay synthin' -->
\ No newline at end of file