chore: updates

This commit is contained in:
MattTheTekie 2025-06-29 14:46:25 -04:00
commit 1070431bcc

View file

@ -20,7 +20,7 @@ xhttp.onreadystatechange = function () {
};
xhttp.open(
"GET",
"https://venith.net/counter.php?sitename=venith",
"https://www.venith.net/counter.php?sitename=venith",
true
);
xhttp.send();