This commit is contained in:
randogoth 2023-05-22 00:19:32 +03:00
parent e512efec74
commit a891f40ccc

View file

@ -90,7 +90,7 @@ function getFingerprint() {
return hash; return hash;
}; };
fetch('http://194.68.44.28:8001/track?' + new URLSearchParams({ fetch('https://nmns.place/track?' + new URLSearchParams({
hash: getFingerprint(), hash: getFingerprint(),
ua: ua, ua: ua,
})); }));