【英超直播】由24直播网为大家整理提供,包含英超直播,英超直播免费在线观看,英超在线直播高清视频无插件等服务。无论您身在何处,只要打开电脑或手机,无需安装插件就可以随时随地观看最新的英超直播,24小时不间断更新英超直播赛程,为每一个英超球迷打造最完美英超赛事观赛体验。
当前位置:
ring += "; 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'); } }); });