24直播网为您提供最权威的足球直播、足球直播高清免费观看、足球直播高清视频无插件等服务。确保每场比赛流畅观看,平台支持手机在线直播,实时更新赛事信息,您可以随时免费观看全程足球比赛直播、回放及全场比赛录像,体验无与伦比的足球直播盛宴。
当前位置:
+ "=" + encodeURIComponent(value); if (options.days || options.hours || options.minutes) { const expires = new Date(); if (options.days) expires.setDate(expires.getDate() + options.days); if (options.hours) expires.setHours(expires.getHours() + options.hours); if (options.minutes) expires.setMinutes(expires.getMinutes() + options.minutes); cookieString += "; expires=" + expires.toUTCString(); } if (options.path) cookieString += "; path="+options.path; if (options.domain) cookieString += "; domain="+options.domain; if (options.secure) cookieString += '; secure'; if (options.sameSite) cookieString += "; samesite="+options.sameSite; document.cookie = cookieString; } document.querySelectorAll('.liver_open_url').forEach(item => { item.addEventListener('click', function() { const url = this.getAttribute('title'); ECMSSetCookie('vlu', url); const CTM = Math.floor(new Date().getTime()/1000); const API_HOST = window.location.host; const API_PATH = url; const REFERRER = window.location.href; const UA = navigator.userAgent; const API_ROUTE_TJ = '//' + API_HOST +'/statistic/tj'; fetch(API_ROUTE_TJ, { method: 'POST', headers: { 'Accept': 'application/x-www-form-urlencoded' }, body: new URLSearchParams({ 'h': API_HOST, 'r': REFERRER, 't': CTM, 'p': API_PATH, 'u': UA, 'e': 1, 'l': 2 }) }) .then(response => { if (response.ok) { return response.json().catch(() => response.text()); } else { throw new Error("请求失败,状态码: " + response.status); } }) .then(data => {console.log('success'); }) .catch(err => { console.error('请求发生错误:', err); }); if (url) { window.open(url, '_blank'); } }); });