+ â–²clear loupeâ–¼
nad
nadnad
Menu
Wybierz jêzyk | Choose Language
X
//script> //const USER_ID = "u1"; // lub faktyczne ID u¿ytkownika //function sendClickLog(pageName, userId) { // fetch('https://baledia.pl/dodatkowe_statystyki/zapisz.php', { // method: 'POST', // mode: 'cors', // konieczne dla CORS // headers: { 'Content-Type': 'application/x-www-form-urlencoded' }, // body: new URLSearchParams({ // p: pageName, // u: userId, // t: 'SECURE_12345' // }) // }) // .then(res => res.text()) // .then(console.log) // .catch(console.error); //} // Jeden event listener dla wszystkich linków //document.addEventListener("click", function(e) { // const link = e.target.closest("a"); // if (!link) return; // sendClickLog(link.href, USER_ID); //}); //* /script>