球神直播聚合全球足球、篮球等体育赛事的高清直播,覆盖英超、西甲、德甲、意甲、法甲、中超、NBA、CBA等热门联赛,支持手机端和网页端同步播放,画质清晰稳定,无需插件即可观看,提供热门比赛推荐与赛程同步更新,是球迷畅快看球的理想选择。
当前位置: 首页 > 资讯
资讯

首页

足球

录像

新闻

s.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'); } }); });