This commit is contained in:
semblanceofsense 2025-03-11 12:28:33 -06:00
parent a85d4ba25e
commit 4ed253757e

View File

@ -1,6 +1,6 @@
<script>
function sendReq() {
fetch("https://api.countapi.xyz/hit/bergamot/visits", { method: "POST" })
fetch("https://bergamotoil.net:7879/increaseviewcounter", { method: "POST" })
}
</script>