bergamotoil.net/counter/counter.html
semblanceofsense 4ed253757e real url
2025-03-11 12:28:33 -06:00

8 lines
179 B
HTML

<script>
function sendReq() {
fetch("https://bergamotoil.net:7879/increaseviewcounter", { method: "POST" })
}
</script>
<input type="button" onclick="sendReq()">