This commit is contained in:
randogoth 2023-05-22 00:01:20 +03:00
parent 8bda0c3bef
commit e512efec74

View file

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