CloudFront
tcp/443 tcp/80
nginx
tcp/443 tcp/80
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c2eda814e2eda814ecb57fc5a0f5f09e473a9b73d88463efc
Found 6 files trough .DS_Store spidering: /landing_css /landing_js /landingcss /landingjs /landingwebp /startup
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c2eda814e2eda814ecb57fc5a0f5f09e473a9b73d88463efc
Found 6 files trough .DS_Store spidering: /landing_css /landing_js /landingcss /landingjs /landingwebp /startup
Open service 13.33.187.126:443 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 403 Forbidden Server: CloudFront Date: Tue, 30 Dec 2025 18:02:11 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 78668cba389ee6455cf1c23180f33cf8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P9 X-Amz-Cf-Id: 6y9Ig-6_iqL-bwPNJ93Xmh1602Tw1DWg4NtXko23mNYykhB-GIrjDg== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: 6y9Ig-6_iqL-bwPNJ93Xmh1602Tw1DWg4NtXko23mNYykhB-GIrjDg== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:235a:9000:9:b82c:ab40:93a1:80 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 21667
Connection: close
Server: nginx
Date: Tue, 30 Dec 2025 18:02:11 GMT
Last-Modified: Tue, 30 Dec 2025 09:33:04 GMT
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Headers: Content-Type, Authorization,userId
ETag: "69539c50-54a3"
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 a6ec089aa02839578670b49d128782c2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P9
X-Amz-Cf-Id: YxINRvf_degUCFuRC5JZDBP9XL2kGRUBsE1VNjZSJ55ahdJv-2pOeg==
Page title: 7USspin - Win $1000
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="Cache-Control" content="max-age=0"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><link rel="manifest" href="/manifest.json"/><link rel="apple-touch-icon" href="/product/googlePlay/logo.webp"/><link rel="preload" href="/font/Roboto-Regular-latin.woff2" as="font" type="font/woff2" crossorigin/><script async src="/cdn/pixel_h5.js?d=20250919"></script><script defer="defer" src="/js/cz.track.sdk.js"></script><script async src="/js/fingerprint2.js"></script><script async>(function initRedirect() {
const pathSegments = window.location.pathname.split('/').filter(Boolean);
let channel = 'ch_h5us2main';
if (
window.location.origin.includes('localhost') ||
window.location.origin.includes('10.10.') ||
window.location.origin.includes('198.18')
) {
channel = 'ch_h5us2main';
}
if (pathSegments.length > 0 && /^ch_h5us/i.test(pathSegments[0])) {
channel = pathSegments[0].toLocaleLowerCase();
return; // 已有渠道信息则停止执行
}
const storedSource = window.localStorage.getItem('us_web_apkch') || '';
if (storedSource) {
channel = storedSource.toLocaleLowerCase();
}
const urlParams = new URLSearchParams(window.location.search);
const jwt = urlParams.get('jwt') || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*=\s*([^;]*).*$)|^.*$/, '$1');
if (jwt) {
try {
const data = JSON.parse(atob(jwt));
channel = data.channel?.toLocaleLowerCase() || channel;
} catch (e) {
console.error('JWT parse error:', e);
}
}
const newUrl = `${window.location.origin}/${channel}/000000/game${window.location.search}`;
window.location.replace(newUrl);
return;
})();
function applyTheme(theme = {}) {
const root = document.documentElement;
root.style.setProperty('--thirdColor', theme.thirdColor);
root.style.setProperty('--fourthColor', theme.fourthColor);
root.style.setProperty('--primaryColor', theme.primaryColor);
root.style.setProperty('--secondaryColor', theme.secondaryColor);
root.style.setProperty('--backgroundColor', theme.backgroundColor);
root.style.setProperty('--buttonColor', theme.buttonColor);
root.style.setProperty('--textColor', theme.textColor);
root.style.setProperty('--textGrayColor', theme.textGrayColor);
root.style.setProperty('--mainBgColor', theme.mainBgColor);
root.style.setProperty('--darkColor', theme.darkColor);
root.style.setProperty('--darkColor1', theme.darkColor1);
root.style.setProperty('--darkColor2', theme.darkColor2);
root.style.setProperty('--darkColor3', theme.darkColor3);
root.style.setProperty('--warningColor', theme.warningColor);
root.style.setProperty('--warningButtonColor', theme.warningButtonColor);
root.style.setProperty('--disabledButtonColor', theme.disabledButtonColor);
root.style.setProperty('--errorButtonColor', theme.errorButtonColor);
root.style.setProperty('--activityBgColor', theme.activityBgColor);
}
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return '';
}
function setCookie(name, value, domain = location.hostname, days = 365) {
const date = new Date();
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
document.cookie = `${name}=${value};domain=${domain};path=/;expires=${date.toUTCString()}`;
}
async function handleJwt() {
/**
* localStorage:
* 1、pushudatadict: {"userid":50000475,"channel":"H5US4AAPK_001","fingerprint":"17c429ae09b0d556ef64c8bf9e15e395","machineserial":"17c429a
Open service 2600:9000:235a:7000:9:b82c:ab40:93a1:443 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 21667
Connection: close
Server: nginx
Date: Tue, 30 Dec 2025 18:02:10 GMT
Last-Modified: Tue, 30 Dec 2025 09:33:04 GMT
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Headers: Content-Type, Authorization,userId
ETag: "69539c50-54a3"
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 e1af02661708034e962bd39b357a50aa.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P9
X-Amz-Cf-Id: VMdCskd_7zx6HV12sP3lTNMoSmwGxwf7o1hUKeCqYISOy1pHh7EMYQ==
Page title: 7USspin - Win $1000
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="Cache-Control" content="max-age=0"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><link rel="manifest" href="/manifest.json"/><link rel="apple-touch-icon" href="/product/googlePlay/logo.webp"/><link rel="preload" href="/font/Roboto-Regular-latin.woff2" as="font" type="font/woff2" crossorigin/><script async src="/cdn/pixel_h5.js?d=20250919"></script><script defer="defer" src="/js/cz.track.sdk.js"></script><script async src="/js/fingerprint2.js"></script><script async>(function initRedirect() {
const pathSegments = window.location.pathname.split('/').filter(Boolean);
let channel = 'ch_h5us2main';
if (
window.location.origin.includes('localhost') ||
window.location.origin.includes('10.10.') ||
window.location.origin.includes('198.18')
) {
channel = 'ch_h5us2main';
}
if (pathSegments.length > 0 && /^ch_h5us/i.test(pathSegments[0])) {
channel = pathSegments[0].toLocaleLowerCase();
return; // 已有渠道信息则停止执行
}
const storedSource = window.localStorage.getItem('us_web_apkch') || '';
if (storedSource) {
channel = storedSource.toLocaleLowerCase();
}
const urlParams = new URLSearchParams(window.location.search);
const jwt = urlParams.get('jwt') || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*=\s*([^;]*).*$)|^.*$/, '$1');
if (jwt) {
try {
const data = JSON.parse(atob(jwt));
channel = data.channel?.toLocaleLowerCase() || channel;
} catch (e) {
console.error('JWT parse error:', e);
}
}
const newUrl = `${window.location.origin}/${channel}/000000/game${window.location.search}`;
window.location.replace(newUrl);
return;
})();
function applyTheme(theme = {}) {
const root = document.documentElement;
root.style.setProperty('--thirdColor', theme.thirdColor);
root.style.setProperty('--fourthColor', theme.fourthColor);
root.style.setProperty('--primaryColor', theme.primaryColor);
root.style.setProperty('--secondaryColor', theme.secondaryColor);
root.style.setProperty('--backgroundColor', theme.backgroundColor);
root.style.setProperty('--buttonColor', theme.buttonColor);
root.style.setProperty('--textColor', theme.textColor);
root.style.setProperty('--textGrayColor', theme.textGrayColor);
root.style.setProperty('--mainBgColor', theme.mainBgColor);
root.style.setProperty('--darkColor', theme.darkColor);
root.style.setProperty('--darkColor1', theme.darkColor1);
root.style.setProperty('--darkColor2', theme.darkColor2);
root.style.setProperty('--darkColor3', theme.darkColor3);
root.style.setProperty('--warningColor', theme.warningColor);
root.style.setProperty('--warningButtonColor', theme.warningButtonColor);
root.style.setProperty('--disabledButtonColor', theme.disabledButtonColor);
root.style.setProperty('--errorButtonColor', theme.errorButtonColor);
root.style.setProperty('--activityBgColor', theme.activityBgColor);
}
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return '';
}
function setCookie(name, value, domain = location.hostname, days = 365) {
const date = new Date();
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
document.cookie = `${name}=${value};domain=${domain};path=/;expires=${date.toUTCString()}`;
}
async function handleJwt() {
/**
* localStorage:
* 1、pushudatadict: {"userid":50000475,"channel":"H5US4AAPK_001","fingerprint":"17c429ae09b0d556ef64c8bf9e15e395","machineserial":"17c429a
Open service 2600:9000:235a:e00:9:b82c:ab40:93a1:443 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 21667
Connection: close
Server: nginx
Date: Tue, 30 Dec 2025 18:02:10 GMT
Last-Modified: Tue, 30 Dec 2025 09:33:04 GMT
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Headers: Content-Type, Authorization,userId
ETag: "69539c50-54a3"
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 46b6cb3d5daab7defe28d3658c3a54fe.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P9
X-Amz-Cf-Id: gJU0efV82Pi3aKr0n14VlS770XTVBBp_iz3pANuHGGBFwrNQYmYLsA==
Page title: 7USspin - Win $1000
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="Cache-Control" content="max-age=0"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><link rel="manifest" href="/manifest.json"/><link rel="apple-touch-icon" href="/product/googlePlay/logo.webp"/><link rel="preload" href="/font/Roboto-Regular-latin.woff2" as="font" type="font/woff2" crossorigin/><script async src="/cdn/pixel_h5.js?d=20250919"></script><script defer="defer" src="/js/cz.track.sdk.js"></script><script async src="/js/fingerprint2.js"></script><script async>(function initRedirect() {
const pathSegments = window.location.pathname.split('/').filter(Boolean);
let channel = 'ch_h5us2main';
if (
window.location.origin.includes('localhost') ||
window.location.origin.includes('10.10.') ||
window.location.origin.includes('198.18')
) {
channel = 'ch_h5us2main';
}
if (pathSegments.length > 0 && /^ch_h5us/i.test(pathSegments[0])) {
channel = pathSegments[0].toLocaleLowerCase();
return; // 已有渠道信息则停止执行
}
const storedSource = window.localStorage.getItem('us_web_apkch') || '';
if (storedSource) {
channel = storedSource.toLocaleLowerCase();
}
const urlParams = new URLSearchParams(window.location.search);
const jwt = urlParams.get('jwt') || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*=\s*([^;]*).*$)|^.*$/, '$1');
if (jwt) {
try {
const data = JSON.parse(atob(jwt));
channel = data.channel?.toLocaleLowerCase() || channel;
} catch (e) {
console.error('JWT parse error:', e);
}
}
const newUrl = `${window.location.origin}/${channel}/000000/game${window.location.search}`;
window.location.replace(newUrl);
return;
})();
function applyTheme(theme = {}) {
const root = document.documentElement;
root.style.setProperty('--thirdColor', theme.thirdColor);
root.style.setProperty('--fourthColor', theme.fourthColor);
root.style.setProperty('--primaryColor', theme.primaryColor);
root.style.setProperty('--secondaryColor', theme.secondaryColor);
root.style.setProperty('--backgroundColor', theme.backgroundColor);
root.style.setProperty('--buttonColor', theme.buttonColor);
root.style.setProperty('--textColor', theme.textColor);
root.style.setProperty('--textGrayColor', theme.textGrayColor);
root.style.setProperty('--mainBgColor', theme.mainBgColor);
root.style.setProperty('--darkColor', theme.darkColor);
root.style.setProperty('--darkColor1', theme.darkColor1);
root.style.setProperty('--darkColor2', theme.darkColor2);
root.style.setProperty('--darkColor3', theme.darkColor3);
root.style.setProperty('--warningColor', theme.warningColor);
root.style.setProperty('--warningButtonColor', theme.warningButtonColor);
root.style.setProperty('--disabledButtonColor', theme.disabledButtonColor);
root.style.setProperty('--errorButtonColor', theme.errorButtonColor);
root.style.setProperty('--activityBgColor', theme.activityBgColor);
}
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return '';
}
function setCookie(name, value, domain = location.hostname, days = 365) {
const date = new Date();
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
document.cookie = `${name}=${value};domain=${domain};path=/;expires=${date.toUTCString()}`;
}
async function handleJwt() {
/**
* localStorage:
* 1、pushudatadict: {"userid":50000475,"channel":"H5US4AAPK_001","fingerprint":"17c429ae09b0d556ef64c8bf9e15e395","machineserial":"17c429a
Open service 2600:9000:235a:400:9:b82c:ab40:93a1:443 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 21667
Connection: close
Server: nginx
Date: Tue, 30 Dec 2025 18:02:10 GMT
Last-Modified: Tue, 30 Dec 2025 09:33:04 GMT
Accept-Ranges: bytes
ETag: "69539c50-54a3"
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Headers: Content-Type, Authorization,userId
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 7baaafbc6706c1aed705d9e4c146a872.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P9
X-Amz-Cf-Id: h3GV0ocUHl1MT8l8CWOjMXwlDGxnW9HOmgEANhRO32aPoMDi0Y021A==
Page title: 7USspin - Win $1000
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="Cache-Control" content="max-age=0"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><link rel="manifest" href="/manifest.json"/><link rel="apple-touch-icon" href="/product/googlePlay/logo.webp"/><link rel="preload" href="/font/Roboto-Regular-latin.woff2" as="font" type="font/woff2" crossorigin/><script async src="/cdn/pixel_h5.js?d=20250919"></script><script defer="defer" src="/js/cz.track.sdk.js"></script><script async src="/js/fingerprint2.js"></script><script async>(function initRedirect() {
const pathSegments = window.location.pathname.split('/').filter(Boolean);
let channel = 'ch_h5us2main';
if (
window.location.origin.includes('localhost') ||
window.location.origin.includes('10.10.') ||
window.location.origin.includes('198.18')
) {
channel = 'ch_h5us2main';
}
if (pathSegments.length > 0 && /^ch_h5us/i.test(pathSegments[0])) {
channel = pathSegments[0].toLocaleLowerCase();
return; // 已有渠道信息则停止执行
}
const storedSource = window.localStorage.getItem('us_web_apkch') || '';
if (storedSource) {
channel = storedSource.toLocaleLowerCase();
}
const urlParams = new URLSearchParams(window.location.search);
const jwt = urlParams.get('jwt') || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*=\s*([^;]*).*$)|^.*$/, '$1');
if (jwt) {
try {
const data = JSON.parse(atob(jwt));
channel = data.channel?.toLocaleLowerCase() || channel;
} catch (e) {
console.error('JWT parse error:', e);
}
}
const newUrl = `${window.location.origin}/${channel}/000000/game${window.location.search}`;
window.location.replace(newUrl);
return;
})();
function applyTheme(theme = {}) {
const root = document.documentElement;
root.style.setProperty('--thirdColor', theme.thirdColor);
root.style.setProperty('--fourthColor', theme.fourthColor);
root.style.setProperty('--primaryColor', theme.primaryColor);
root.style.setProperty('--secondaryColor', theme.secondaryColor);
root.style.setProperty('--backgroundColor', theme.backgroundColor);
root.style.setProperty('--buttonColor', theme.buttonColor);
root.style.setProperty('--textColor', theme.textColor);
root.style.setProperty('--textGrayColor', theme.textGrayColor);
root.style.setProperty('--mainBgColor', theme.mainBgColor);
root.style.setProperty('--darkColor', theme.darkColor);
root.style.setProperty('--darkColor1', theme.darkColor1);
root.style.setProperty('--darkColor2', theme.darkColor2);
root.style.setProperty('--darkColor3', theme.darkColor3);
root.style.setProperty('--warningColor', theme.warningColor);
root.style.setProperty('--warningButtonColor', theme.warningButtonColor);
root.style.setProperty('--disabledButtonColor', theme.disabledButtonColor);
root.style.setProperty('--errorButtonColor', theme.errorButtonColor);
root.style.setProperty('--activityBgColor', theme.activityBgColor);
}
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return '';
}
function setCookie(name, value, domain = location.hostname, days = 365) {
const date = new Date();
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
document.cookie = `${name}=${value};domain=${domain};path=/;expires=${date.toUTCString()}`;
}
async function handleJwt() {
/**
* localStorage:
* 1、pushudatadict: {"userid":50000475,"channel":"H5US4AAPK_001","fingerprint":"17c429ae09b0d556ef64c8bf9e15e395","machineserial":"17c429a
Open service 13.33.187.55:80 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 403 Forbidden Server: CloudFront Date: Tue, 30 Dec 2025 18:02:10 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 ccd3e547bd5d86bbfbaca15b4307ce70.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P9 X-Amz-Cf-Id: tjX-jc2FrtMt8p6Ca8TCogcDL6oUKzFeGSejljCJ-W0d4iWt6RNNUg== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: tjX-jc2FrtMt8p6Ca8TCogcDL6oUKzFeGSejljCJ-W0d4iWt6RNNUg== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:235a:8400:9:b82c:ab40:93a1:80 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 21667
Connection: close
Server: nginx
Date: Tue, 30 Dec 2025 18:02:10 GMT
Last-Modified: Tue, 30 Dec 2025 09:33:04 GMT
Accept-Ranges: bytes
ETag: "69539c50-54a3"
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Headers: Content-Type, Authorization,userId
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 d818b372f81cbe23bb149df5877c444a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P9
X-Amz-Cf-Id: mxdONguiXzj9YTZXnEiON1jDBp7hVg26tSxY1r5nhptVIpnQzRaokg==
Page title: 7USspin - Win $1000
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="Cache-Control" content="max-age=0"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><link rel="manifest" href="/manifest.json"/><link rel="apple-touch-icon" href="/product/googlePlay/logo.webp"/><link rel="preload" href="/font/Roboto-Regular-latin.woff2" as="font" type="font/woff2" crossorigin/><script async src="/cdn/pixel_h5.js?d=20250919"></script><script defer="defer" src="/js/cz.track.sdk.js"></script><script async src="/js/fingerprint2.js"></script><script async>(function initRedirect() {
const pathSegments = window.location.pathname.split('/').filter(Boolean);
let channel = 'ch_h5us2main';
if (
window.location.origin.includes('localhost') ||
window.location.origin.includes('10.10.') ||
window.location.origin.includes('198.18')
) {
channel = 'ch_h5us2main';
}
if (pathSegments.length > 0 && /^ch_h5us/i.test(pathSegments[0])) {
channel = pathSegments[0].toLocaleLowerCase();
return; // 已有渠道信息则停止执行
}
const storedSource = window.localStorage.getItem('us_web_apkch') || '';
if (storedSource) {
channel = storedSource.toLocaleLowerCase();
}
const urlParams = new URLSearchParams(window.location.search);
const jwt = urlParams.get('jwt') || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*=\s*([^;]*).*$)|^.*$/, '$1');
if (jwt) {
try {
const data = JSON.parse(atob(jwt));
channel = data.channel?.toLocaleLowerCase() || channel;
} catch (e) {
console.error('JWT parse error:', e);
}
}
const newUrl = `${window.location.origin}/${channel}/000000/game${window.location.search}`;
window.location.replace(newUrl);
return;
})();
function applyTheme(theme = {}) {
const root = document.documentElement;
root.style.setProperty('--thirdColor', theme.thirdColor);
root.style.setProperty('--fourthColor', theme.fourthColor);
root.style.setProperty('--primaryColor', theme.primaryColor);
root.style.setProperty('--secondaryColor', theme.secondaryColor);
root.style.setProperty('--backgroundColor', theme.backgroundColor);
root.style.setProperty('--buttonColor', theme.buttonColor);
root.style.setProperty('--textColor', theme.textColor);
root.style.setProperty('--textGrayColor', theme.textGrayColor);
root.style.setProperty('--mainBgColor', theme.mainBgColor);
root.style.setProperty('--darkColor', theme.darkColor);
root.style.setProperty('--darkColor1', theme.darkColor1);
root.style.setProperty('--darkColor2', theme.darkColor2);
root.style.setProperty('--darkColor3', theme.darkColor3);
root.style.setProperty('--warningColor', theme.warningColor);
root.style.setProperty('--warningButtonColor', theme.warningButtonColor);
root.style.setProperty('--disabledButtonColor', theme.disabledButtonColor);
root.style.setProperty('--errorButtonColor', theme.errorButtonColor);
root.style.setProperty('--activityBgColor', theme.activityBgColor);
}
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return '';
}
function setCookie(name, value, domain = location.hostname, days = 365) {
const date = new Date();
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
document.cookie = `${name}=${value};domain=${domain};path=/;expires=${date.toUTCString()}`;
}
async function handleJwt() {
/**
* localStorage:
* 1、pushudatadict: {"userid":50000475,"channel":"H5US4AAPK_001","fingerprint":"17c429ae09b0d556ef64c8bf9e15e395","machineserial":"17c429a
Open service 2600:9000:235a:7000:9:b82c:ab40:93a1:80 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 21667
Connection: close
Server: nginx
Date: Tue, 30 Dec 2025 18:02:10 GMT
Last-Modified: Tue, 30 Dec 2025 09:33:04 GMT
Accept-Ranges: bytes
ETag: "69539c50-54a3"
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Headers: Content-Type, Authorization,userId
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 ad82d8a80f2c6497aad660c7722475c0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P9
X-Amz-Cf-Id: fE8290i6iMF6vPN6Oic6oC8Gf5HRB5-lyod5V94eom0DdtX-F_RExg==
Page title: 7USspin - Win $1000
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="Cache-Control" content="max-age=0"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><link rel="manifest" href="/manifest.json"/><link rel="apple-touch-icon" href="/product/googlePlay/logo.webp"/><link rel="preload" href="/font/Roboto-Regular-latin.woff2" as="font" type="font/woff2" crossorigin/><script async src="/cdn/pixel_h5.js?d=20250919"></script><script defer="defer" src="/js/cz.track.sdk.js"></script><script async src="/js/fingerprint2.js"></script><script async>(function initRedirect() {
const pathSegments = window.location.pathname.split('/').filter(Boolean);
let channel = 'ch_h5us2main';
if (
window.location.origin.includes('localhost') ||
window.location.origin.includes('10.10.') ||
window.location.origin.includes('198.18')
) {
channel = 'ch_h5us2main';
}
if (pathSegments.length > 0 && /^ch_h5us/i.test(pathSegments[0])) {
channel = pathSegments[0].toLocaleLowerCase();
return; // 已有渠道信息则停止执行
}
const storedSource = window.localStorage.getItem('us_web_apkch') || '';
if (storedSource) {
channel = storedSource.toLocaleLowerCase();
}
const urlParams = new URLSearchParams(window.location.search);
const jwt = urlParams.get('jwt') || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*=\s*([^;]*).*$)|^.*$/, '$1');
if (jwt) {
try {
const data = JSON.parse(atob(jwt));
channel = data.channel?.toLocaleLowerCase() || channel;
} catch (e) {
console.error('JWT parse error:', e);
}
}
const newUrl = `${window.location.origin}/${channel}/000000/game${window.location.search}`;
window.location.replace(newUrl);
return;
})();
function applyTheme(theme = {}) {
const root = document.documentElement;
root.style.setProperty('--thirdColor', theme.thirdColor);
root.style.setProperty('--fourthColor', theme.fourthColor);
root.style.setProperty('--primaryColor', theme.primaryColor);
root.style.setProperty('--secondaryColor', theme.secondaryColor);
root.style.setProperty('--backgroundColor', theme.backgroundColor);
root.style.setProperty('--buttonColor', theme.buttonColor);
root.style.setProperty('--textColor', theme.textColor);
root.style.setProperty('--textGrayColor', theme.textGrayColor);
root.style.setProperty('--mainBgColor', theme.mainBgColor);
root.style.setProperty('--darkColor', theme.darkColor);
root.style.setProperty('--darkColor1', theme.darkColor1);
root.style.setProperty('--darkColor2', theme.darkColor2);
root.style.setProperty('--darkColor3', theme.darkColor3);
root.style.setProperty('--warningColor', theme.warningColor);
root.style.setProperty('--warningButtonColor', theme.warningButtonColor);
root.style.setProperty('--disabledButtonColor', theme.disabledButtonColor);
root.style.setProperty('--errorButtonColor', theme.errorButtonColor);
root.style.setProperty('--activityBgColor', theme.activityBgColor);
}
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return '';
}
function setCookie(name, value, domain = location.hostname, days = 365) {
const date = new Date();
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
document.cookie = `${name}=${value};domain=${domain};path=/;expires=${date.toUTCString()}`;
}
async function handleJwt() {
/**
* localStorage:
* 1、pushudatadict: {"userid":50000475,"channel":"H5US4AAPK_001","fingerprint":"17c429ae09b0d556ef64c8bf9e15e395","machineserial":"17c429a
Open service 2600:9000:235a:9400:9:b82c:ab40:93a1:80 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 21667
Connection: close
Server: nginx
Date: Tue, 30 Dec 2025 18:02:10 GMT
Last-Modified: Tue, 30 Dec 2025 09:33:04 GMT
Accept-Ranges: bytes
ETag: "69539c50-54a3"
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Headers: Content-Type, Authorization,userId
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 4d37a80c51c1368344134f5bdf1ea92e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P9
X-Amz-Cf-Id: nlg7c9KzLYaQy7tVE4KFO_xCJQT0woOvNYsIA2Q6jMzi2LXBlx0khg==
Page title: 7USspin - Win $1000
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="Cache-Control" content="max-age=0"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><link rel="manifest" href="/manifest.json"/><link rel="apple-touch-icon" href="/product/googlePlay/logo.webp"/><link rel="preload" href="/font/Roboto-Regular-latin.woff2" as="font" type="font/woff2" crossorigin/><script async src="/cdn/pixel_h5.js?d=20250919"></script><script defer="defer" src="/js/cz.track.sdk.js"></script><script async src="/js/fingerprint2.js"></script><script async>(function initRedirect() {
const pathSegments = window.location.pathname.split('/').filter(Boolean);
let channel = 'ch_h5us2main';
if (
window.location.origin.includes('localhost') ||
window.location.origin.includes('10.10.') ||
window.location.origin.includes('198.18')
) {
channel = 'ch_h5us2main';
}
if (pathSegments.length > 0 && /^ch_h5us/i.test(pathSegments[0])) {
channel = pathSegments[0].toLocaleLowerCase();
return; // 已有渠道信息则停止执行
}
const storedSource = window.localStorage.getItem('us_web_apkch') || '';
if (storedSource) {
channel = storedSource.toLocaleLowerCase();
}
const urlParams = new URLSearchParams(window.location.search);
const jwt = urlParams.get('jwt') || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*=\s*([^;]*).*$)|^.*$/, '$1');
if (jwt) {
try {
const data = JSON.parse(atob(jwt));
channel = data.channel?.toLocaleLowerCase() || channel;
} catch (e) {
console.error('JWT parse error:', e);
}
}
const newUrl = `${window.location.origin}/${channel}/000000/game${window.location.search}`;
window.location.replace(newUrl);
return;
})();
function applyTheme(theme = {}) {
const root = document.documentElement;
root.style.setProperty('--thirdColor', theme.thirdColor);
root.style.setProperty('--fourthColor', theme.fourthColor);
root.style.setProperty('--primaryColor', theme.primaryColor);
root.style.setProperty('--secondaryColor', theme.secondaryColor);
root.style.setProperty('--backgroundColor', theme.backgroundColor);
root.style.setProperty('--buttonColor', theme.buttonColor);
root.style.setProperty('--textColor', theme.textColor);
root.style.setProperty('--textGrayColor', theme.textGrayColor);
root.style.setProperty('--mainBgColor', theme.mainBgColor);
root.style.setProperty('--darkColor', theme.darkColor);
root.style.setProperty('--darkColor1', theme.darkColor1);
root.style.setProperty('--darkColor2', theme.darkColor2);
root.style.setProperty('--darkColor3', theme.darkColor3);
root.style.setProperty('--warningColor', theme.warningColor);
root.style.setProperty('--warningButtonColor', theme.warningButtonColor);
root.style.setProperty('--disabledButtonColor', theme.disabledButtonColor);
root.style.setProperty('--errorButtonColor', theme.errorButtonColor);
root.style.setProperty('--activityBgColor', theme.activityBgColor);
}
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return '';
}
function setCookie(name, value, domain = location.hostname, days = 365) {
const date = new Date();
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
document.cookie = `${name}=${value};domain=${domain};path=/;expires=${date.toUTCString()}`;
}
async function handleJwt() {
/**
* localStorage:
* 1、pushudatadict: {"userid":50000475,"channel":"H5US4AAPK_001","fingerprint":"17c429ae09b0d556ef64c8bf9e15e395","machineserial":"17c429a
Open service 13.33.187.55:443 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 403 Forbidden Server: CloudFront Date: Tue, 30 Dec 2025 18:02:10 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 3e79abe3bfc4a431738eb9199cb216f6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P9 X-Amz-Cf-Id: XFWYL6hKHe64yrwCIuur7NuaY6heaVhlMw8yntphMDMus9wYhew30g== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: XFWYL6hKHe64yrwCIuur7NuaY6heaVhlMw8yntphMDMus9wYhew30g== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 13.33.187.93:80 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 403 Forbidden Server: CloudFront Date: Tue, 30 Dec 2025 18:02:10 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 9b70adf7c49e859435e96eb0fc35c216.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P9 X-Amz-Cf-Id: oUZvKAtHcunC2-BpzUxCLlOHwWl_MbKJ2_uUCzYj69F8z7ElWf6VSQ== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: oUZvKAtHcunC2-BpzUxCLlOHwWl_MbKJ2_uUCzYj69F8z7ElWf6VSQ== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:235a:4c00:9:b82c:ab40:93a1:80 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 21667
Connection: close
Server: nginx
Date: Tue, 30 Dec 2025 18:02:10 GMT
Last-Modified: Tue, 30 Dec 2025 09:33:04 GMT
Accept-Ranges: bytes
ETag: "69539c50-54a3"
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Headers: Content-Type, Authorization,userId
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 9b70adf7c49e859435e96eb0fc35c216.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P9
X-Amz-Cf-Id: yHlVY9zUzc8BAHn7xiZ5IZXim-PuYH4vv5EAm1rht8Wx2PUlOq2HtA==
Page title: 7USspin - Win $1000
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="Cache-Control" content="max-age=0"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><link rel="manifest" href="/manifest.json"/><link rel="apple-touch-icon" href="/product/googlePlay/logo.webp"/><link rel="preload" href="/font/Roboto-Regular-latin.woff2" as="font" type="font/woff2" crossorigin/><script async src="/cdn/pixel_h5.js?d=20250919"></script><script defer="defer" src="/js/cz.track.sdk.js"></script><script async src="/js/fingerprint2.js"></script><script async>(function initRedirect() {
const pathSegments = window.location.pathname.split('/').filter(Boolean);
let channel = 'ch_h5us2main';
if (
window.location.origin.includes('localhost') ||
window.location.origin.includes('10.10.') ||
window.location.origin.includes('198.18')
) {
channel = 'ch_h5us2main';
}
if (pathSegments.length > 0 && /^ch_h5us/i.test(pathSegments[0])) {
channel = pathSegments[0].toLocaleLowerCase();
return; // 已有渠道信息则停止执行
}
const storedSource = window.localStorage.getItem('us_web_apkch') || '';
if (storedSource) {
channel = storedSource.toLocaleLowerCase();
}
const urlParams = new URLSearchParams(window.location.search);
const jwt = urlParams.get('jwt') || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*=\s*([^;]*).*$)|^.*$/, '$1');
if (jwt) {
try {
const data = JSON.parse(atob(jwt));
channel = data.channel?.toLocaleLowerCase() || channel;
} catch (e) {
console.error('JWT parse error:', e);
}
}
const newUrl = `${window.location.origin}/${channel}/000000/game${window.location.search}`;
window.location.replace(newUrl);
return;
})();
function applyTheme(theme = {}) {
const root = document.documentElement;
root.style.setProperty('--thirdColor', theme.thirdColor);
root.style.setProperty('--fourthColor', theme.fourthColor);
root.style.setProperty('--primaryColor', theme.primaryColor);
root.style.setProperty('--secondaryColor', theme.secondaryColor);
root.style.setProperty('--backgroundColor', theme.backgroundColor);
root.style.setProperty('--buttonColor', theme.buttonColor);
root.style.setProperty('--textColor', theme.textColor);
root.style.setProperty('--textGrayColor', theme.textGrayColor);
root.style.setProperty('--mainBgColor', theme.mainBgColor);
root.style.setProperty('--darkColor', theme.darkColor);
root.style.setProperty('--darkColor1', theme.darkColor1);
root.style.setProperty('--darkColor2', theme.darkColor2);
root.style.setProperty('--darkColor3', theme.darkColor3);
root.style.setProperty('--warningColor', theme.warningColor);
root.style.setProperty('--warningButtonColor', theme.warningButtonColor);
root.style.setProperty('--disabledButtonColor', theme.disabledButtonColor);
root.style.setProperty('--errorButtonColor', theme.errorButtonColor);
root.style.setProperty('--activityBgColor', theme.activityBgColor);
}
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return '';
}
function setCookie(name, value, domain = location.hostname, days = 365) {
const date = new Date();
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
document.cookie = `${name}=${value};domain=${domain};path=/;expires=${date.toUTCString()}`;
}
async function handleJwt() {
/**
* localStorage:
* 1、pushudatadict: {"userid":50000475,"channel":"H5US4AAPK_001","fingerprint":"17c429ae09b0d556ef64c8bf9e15e395","machineserial":"17c429a
Open service 2600:9000:235a:9400:9:b82c:ab40:93a1:443 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 21667
Connection: close
Server: nginx
Date: Tue, 30 Dec 2025 18:02:10 GMT
Last-Modified: Tue, 30 Dec 2025 09:33:04 GMT
Accept-Ranges: bytes
ETag: "69539c50-54a3"
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Headers: Content-Type, Authorization,userId
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 51b32b366d2fc0baf4c02123f643c37c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P9
X-Amz-Cf-Id: Dv-85fLz0SykAvfd3Tk7KEal2CeLmDtZsYiYaMmX5i56IXvJB4pTDw==
Page title: 7USspin - Win $1000
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="Cache-Control" content="max-age=0"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><link rel="manifest" href="/manifest.json"/><link rel="apple-touch-icon" href="/product/googlePlay/logo.webp"/><link rel="preload" href="/font/Roboto-Regular-latin.woff2" as="font" type="font/woff2" crossorigin/><script async src="/cdn/pixel_h5.js?d=20250919"></script><script defer="defer" src="/js/cz.track.sdk.js"></script><script async src="/js/fingerprint2.js"></script><script async>(function initRedirect() {
const pathSegments = window.location.pathname.split('/').filter(Boolean);
let channel = 'ch_h5us2main';
if (
window.location.origin.includes('localhost') ||
window.location.origin.includes('10.10.') ||
window.location.origin.includes('198.18')
) {
channel = 'ch_h5us2main';
}
if (pathSegments.length > 0 && /^ch_h5us/i.test(pathSegments[0])) {
channel = pathSegments[0].toLocaleLowerCase();
return; // 已有渠道信息则停止执行
}
const storedSource = window.localStorage.getItem('us_web_apkch') || '';
if (storedSource) {
channel = storedSource.toLocaleLowerCase();
}
const urlParams = new URLSearchParams(window.location.search);
const jwt = urlParams.get('jwt') || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*=\s*([^;]*).*$)|^.*$/, '$1');
if (jwt) {
try {
const data = JSON.parse(atob(jwt));
channel = data.channel?.toLocaleLowerCase() || channel;
} catch (e) {
console.error('JWT parse error:', e);
}
}
const newUrl = `${window.location.origin}/${channel}/000000/game${window.location.search}`;
window.location.replace(newUrl);
return;
})();
function applyTheme(theme = {}) {
const root = document.documentElement;
root.style.setProperty('--thirdColor', theme.thirdColor);
root.style.setProperty('--fourthColor', theme.fourthColor);
root.style.setProperty('--primaryColor', theme.primaryColor);
root.style.setProperty('--secondaryColor', theme.secondaryColor);
root.style.setProperty('--backgroundColor', theme.backgroundColor);
root.style.setProperty('--buttonColor', theme.buttonColor);
root.style.setProperty('--textColor', theme.textColor);
root.style.setProperty('--textGrayColor', theme.textGrayColor);
root.style.setProperty('--mainBgColor', theme.mainBgColor);
root.style.setProperty('--darkColor', theme.darkColor);
root.style.setProperty('--darkColor1', theme.darkColor1);
root.style.setProperty('--darkColor2', theme.darkColor2);
root.style.setProperty('--darkColor3', theme.darkColor3);
root.style.setProperty('--warningColor', theme.warningColor);
root.style.setProperty('--warningButtonColor', theme.warningButtonColor);
root.style.setProperty('--disabledButtonColor', theme.disabledButtonColor);
root.style.setProperty('--errorButtonColor', theme.errorButtonColor);
root.style.setProperty('--activityBgColor', theme.activityBgColor);
}
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return '';
}
function setCookie(name, value, domain = location.hostname, days = 365) {
const date = new Date();
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
document.cookie = `${name}=${value};domain=${domain};path=/;expires=${date.toUTCString()}`;
}
async function handleJwt() {
/**
* localStorage:
* 1、pushudatadict: {"userid":50000475,"channel":"H5US4AAPK_001","fingerprint":"17c429ae09b0d556ef64c8bf9e15e395","machineserial":"17c429a
Open service 13.33.187.93:443 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 403 Forbidden Server: CloudFront Date: Tue, 30 Dec 2025 18:02:09 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 3677df2c828d68a6a84555cd8a40cf50.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P9 X-Amz-Cf-Id: V_XsHRYJrFTscH8GJAHeQkDHrJhzxkf2NuYzr21D1HiaLNLBgEcVcg== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: V_XsHRYJrFTscH8GJAHeQkDHrJhzxkf2NuYzr21D1HiaLNLBgEcVcg== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:235a:4c00:9:b82c:ab40:93a1:443 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 21667
Connection: close
Server: nginx
Date: Tue, 30 Dec 2025 18:02:09 GMT
Last-Modified: Tue, 30 Dec 2025 09:33:04 GMT
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Headers: Content-Type, Authorization,userId
ETag: "69539c50-54a3"
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 d818b372f81cbe23bb149df5877c444a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P9
X-Amz-Cf-Id: -Z49GJ5xpk4_4gpgK8M6lOI6kdUHyQR_hE9IeEpBFFpLKHPrM94LAg==
Page title: 7USspin - Win $1000
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="Cache-Control" content="max-age=0"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><link rel="manifest" href="/manifest.json"/><link rel="apple-touch-icon" href="/product/googlePlay/logo.webp"/><link rel="preload" href="/font/Roboto-Regular-latin.woff2" as="font" type="font/woff2" crossorigin/><script async src="/cdn/pixel_h5.js?d=20250919"></script><script defer="defer" src="/js/cz.track.sdk.js"></script><script async src="/js/fingerprint2.js"></script><script async>(function initRedirect() {
const pathSegments = window.location.pathname.split('/').filter(Boolean);
let channel = 'ch_h5us2main';
if (
window.location.origin.includes('localhost') ||
window.location.origin.includes('10.10.') ||
window.location.origin.includes('198.18')
) {
channel = 'ch_h5us2main';
}
if (pathSegments.length > 0 && /^ch_h5us/i.test(pathSegments[0])) {
channel = pathSegments[0].toLocaleLowerCase();
return; // 已有渠道信息则停止执行
}
const storedSource = window.localStorage.getItem('us_web_apkch') || '';
if (storedSource) {
channel = storedSource.toLocaleLowerCase();
}
const urlParams = new URLSearchParams(window.location.search);
const jwt = urlParams.get('jwt') || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*=\s*([^;]*).*$)|^.*$/, '$1');
if (jwt) {
try {
const data = JSON.parse(atob(jwt));
channel = data.channel?.toLocaleLowerCase() || channel;
} catch (e) {
console.error('JWT parse error:', e);
}
}
const newUrl = `${window.location.origin}/${channel}/000000/game${window.location.search}`;
window.location.replace(newUrl);
return;
})();
function applyTheme(theme = {}) {
const root = document.documentElement;
root.style.setProperty('--thirdColor', theme.thirdColor);
root.style.setProperty('--fourthColor', theme.fourthColor);
root.style.setProperty('--primaryColor', theme.primaryColor);
root.style.setProperty('--secondaryColor', theme.secondaryColor);
root.style.setProperty('--backgroundColor', theme.backgroundColor);
root.style.setProperty('--buttonColor', theme.buttonColor);
root.style.setProperty('--textColor', theme.textColor);
root.style.setProperty('--textGrayColor', theme.textGrayColor);
root.style.setProperty('--mainBgColor', theme.mainBgColor);
root.style.setProperty('--darkColor', theme.darkColor);
root.style.setProperty('--darkColor1', theme.darkColor1);
root.style.setProperty('--darkColor2', theme.darkColor2);
root.style.setProperty('--darkColor3', theme.darkColor3);
root.style.setProperty('--warningColor', theme.warningColor);
root.style.setProperty('--warningButtonColor', theme.warningButtonColor);
root.style.setProperty('--disabledButtonColor', theme.disabledButtonColor);
root.style.setProperty('--errorButtonColor', theme.errorButtonColor);
root.style.setProperty('--activityBgColor', theme.activityBgColor);
}
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return '';
}
function setCookie(name, value, domain = location.hostname, days = 365) {
const date = new Date();
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
document.cookie = `${name}=${value};domain=${domain};path=/;expires=${date.toUTCString()}`;
}
async function handleJwt() {
/**
* localStorage:
* 1、pushudatadict: {"userid":50000475,"channel":"H5US4AAPK_001","fingerprint":"17c429ae09b0d556ef64c8bf9e15e395","machineserial":"17c429a
Open service 2600:9000:235a:8400:9:b82c:ab40:93a1:443 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 21667
Connection: close
Server: nginx
Date: Tue, 30 Dec 2025 18:02:09 GMT
Last-Modified: Tue, 30 Dec 2025 09:33:04 GMT
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Headers: Content-Type, Authorization,userId
ETag: "69539c50-54a3"
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 d9636724d333576f23b5fcfb40d7830c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P9
X-Amz-Cf-Id: kzDB9YLRRzpFksHEYHIwi-Rx9IaFl_ZWzRJU_R57AuvqlEj5VtxOyQ==
Page title: 7USspin - Win $1000
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="Cache-Control" content="max-age=0"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><link rel="manifest" href="/manifest.json"/><link rel="apple-touch-icon" href="/product/googlePlay/logo.webp"/><link rel="preload" href="/font/Roboto-Regular-latin.woff2" as="font" type="font/woff2" crossorigin/><script async src="/cdn/pixel_h5.js?d=20250919"></script><script defer="defer" src="/js/cz.track.sdk.js"></script><script async src="/js/fingerprint2.js"></script><script async>(function initRedirect() {
const pathSegments = window.location.pathname.split('/').filter(Boolean);
let channel = 'ch_h5us2main';
if (
window.location.origin.includes('localhost') ||
window.location.origin.includes('10.10.') ||
window.location.origin.includes('198.18')
) {
channel = 'ch_h5us2main';
}
if (pathSegments.length > 0 && /^ch_h5us/i.test(pathSegments[0])) {
channel = pathSegments[0].toLocaleLowerCase();
return; // 已有渠道信息则停止执行
}
const storedSource = window.localStorage.getItem('us_web_apkch') || '';
if (storedSource) {
channel = storedSource.toLocaleLowerCase();
}
const urlParams = new URLSearchParams(window.location.search);
const jwt = urlParams.get('jwt') || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*=\s*([^;]*).*$)|^.*$/, '$1');
if (jwt) {
try {
const data = JSON.parse(atob(jwt));
channel = data.channel?.toLocaleLowerCase() || channel;
} catch (e) {
console.error('JWT parse error:', e);
}
}
const newUrl = `${window.location.origin}/${channel}/000000/game${window.location.search}`;
window.location.replace(newUrl);
return;
})();
function applyTheme(theme = {}) {
const root = document.documentElement;
root.style.setProperty('--thirdColor', theme.thirdColor);
root.style.setProperty('--fourthColor', theme.fourthColor);
root.style.setProperty('--primaryColor', theme.primaryColor);
root.style.setProperty('--secondaryColor', theme.secondaryColor);
root.style.setProperty('--backgroundColor', theme.backgroundColor);
root.style.setProperty('--buttonColor', theme.buttonColor);
root.style.setProperty('--textColor', theme.textColor);
root.style.setProperty('--textGrayColor', theme.textGrayColor);
root.style.setProperty('--mainBgColor', theme.mainBgColor);
root.style.setProperty('--darkColor', theme.darkColor);
root.style.setProperty('--darkColor1', theme.darkColor1);
root.style.setProperty('--darkColor2', theme.darkColor2);
root.style.setProperty('--darkColor3', theme.darkColor3);
root.style.setProperty('--warningColor', theme.warningColor);
root.style.setProperty('--warningButtonColor', theme.warningButtonColor);
root.style.setProperty('--disabledButtonColor', theme.disabledButtonColor);
root.style.setProperty('--errorButtonColor', theme.errorButtonColor);
root.style.setProperty('--activityBgColor', theme.activityBgColor);
}
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return '';
}
function setCookie(name, value, domain = location.hostname, days = 365) {
const date = new Date();
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
document.cookie = `${name}=${value};domain=${domain};path=/;expires=${date.toUTCString()}`;
}
async function handleJwt() {
/**
* localStorage:
* 1、pushudatadict: {"userid":50000475,"channel":"H5US4AAPK_001","fingerprint":"17c429ae09b0d556ef64c8bf9e15e395","machineserial":"17c429a
Open service 13.33.187.23:443 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 403 Forbidden Server: CloudFront Date: Tue, 30 Dec 2025 18:02:09 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 9b70adf7c49e859435e96eb0fc35c216.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P9 X-Amz-Cf-Id: iwapNP5A5ibsdqTudR_WeTzNpPgTDhA5bcjdvSXRtD_axhVnuU8utA== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: iwapNP5A5ibsdqTudR_WeTzNpPgTDhA5bcjdvSXRtD_axhVnuU8utA== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:235a:a000:9:b82c:ab40:93a1:80 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 21667
Connection: close
Server: nginx
Date: Tue, 30 Dec 2025 18:02:09 GMT
Last-Modified: Tue, 30 Dec 2025 09:33:04 GMT
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Headers: Content-Type, Authorization,userId
ETag: "69539c50-54a3"
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 27cdec4bbea3c020f504b2062d4e122c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P9
X-Amz-Cf-Id: jP-8hbAtz55reEt6gGQw7nHZ13QF1-1Fmp1TiTtdabqsbhLwonXZVA==
Page title: 7USspin - Win $1000
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="Cache-Control" content="max-age=0"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><link rel="manifest" href="/manifest.json"/><link rel="apple-touch-icon" href="/product/googlePlay/logo.webp"/><link rel="preload" href="/font/Roboto-Regular-latin.woff2" as="font" type="font/woff2" crossorigin/><script async src="/cdn/pixel_h5.js?d=20250919"></script><script defer="defer" src="/js/cz.track.sdk.js"></script><script async src="/js/fingerprint2.js"></script><script async>(function initRedirect() {
const pathSegments = window.location.pathname.split('/').filter(Boolean);
let channel = 'ch_h5us2main';
if (
window.location.origin.includes('localhost') ||
window.location.origin.includes('10.10.') ||
window.location.origin.includes('198.18')
) {
channel = 'ch_h5us2main';
}
if (pathSegments.length > 0 && /^ch_h5us/i.test(pathSegments[0])) {
channel = pathSegments[0].toLocaleLowerCase();
return; // 已有渠道信息则停止执行
}
const storedSource = window.localStorage.getItem('us_web_apkch') || '';
if (storedSource) {
channel = storedSource.toLocaleLowerCase();
}
const urlParams = new URLSearchParams(window.location.search);
const jwt = urlParams.get('jwt') || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*=\s*([^;]*).*$)|^.*$/, '$1');
if (jwt) {
try {
const data = JSON.parse(atob(jwt));
channel = data.channel?.toLocaleLowerCase() || channel;
} catch (e) {
console.error('JWT parse error:', e);
}
}
const newUrl = `${window.location.origin}/${channel}/000000/game${window.location.search}`;
window.location.replace(newUrl);
return;
})();
function applyTheme(theme = {}) {
const root = document.documentElement;
root.style.setProperty('--thirdColor', theme.thirdColor);
root.style.setProperty('--fourthColor', theme.fourthColor);
root.style.setProperty('--primaryColor', theme.primaryColor);
root.style.setProperty('--secondaryColor', theme.secondaryColor);
root.style.setProperty('--backgroundColor', theme.backgroundColor);
root.style.setProperty('--buttonColor', theme.buttonColor);
root.style.setProperty('--textColor', theme.textColor);
root.style.setProperty('--textGrayColor', theme.textGrayColor);
root.style.setProperty('--mainBgColor', theme.mainBgColor);
root.style.setProperty('--darkColor', theme.darkColor);
root.style.setProperty('--darkColor1', theme.darkColor1);
root.style.setProperty('--darkColor2', theme.darkColor2);
root.style.setProperty('--darkColor3', theme.darkColor3);
root.style.setProperty('--warningColor', theme.warningColor);
root.style.setProperty('--warningButtonColor', theme.warningButtonColor);
root.style.setProperty('--disabledButtonColor', theme.disabledButtonColor);
root.style.setProperty('--errorButtonColor', theme.errorButtonColor);
root.style.setProperty('--activityBgColor', theme.activityBgColor);
}
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return '';
}
function setCookie(name, value, domain = location.hostname, days = 365) {
const date = new Date();
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
document.cookie = `${name}=${value};domain=${domain};path=/;expires=${date.toUTCString()}`;
}
async function handleJwt() {
/**
* localStorage:
* 1、pushudatadict: {"userid":50000475,"channel":"H5US4AAPK_001","fingerprint":"17c429ae09b0d556ef64c8bf9e15e395","machineserial":"17c429a
Open service 2600:9000:235a:400:9:b82c:ab40:93a1:80 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 21667
Connection: close
Server: nginx
Date: Tue, 30 Dec 2025 18:02:09 GMT
Last-Modified: Tue, 30 Dec 2025 09:33:04 GMT
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Headers: Content-Type, Authorization,userId
ETag: "69539c50-54a3"
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 dbddc07d9edf6f99394912c390c6ef32.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P9
X-Amz-Cf-Id: aSTRIuxrR5hoOTxEUz5QUwXl-XV76BYKxMoOPB1rRU7TG5mvW02_RA==
Page title: 7USspin - Win $1000
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="Cache-Control" content="max-age=0"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><link rel="manifest" href="/manifest.json"/><link rel="apple-touch-icon" href="/product/googlePlay/logo.webp"/><link rel="preload" href="/font/Roboto-Regular-latin.woff2" as="font" type="font/woff2" crossorigin/><script async src="/cdn/pixel_h5.js?d=20250919"></script><script defer="defer" src="/js/cz.track.sdk.js"></script><script async src="/js/fingerprint2.js"></script><script async>(function initRedirect() {
const pathSegments = window.location.pathname.split('/').filter(Boolean);
let channel = 'ch_h5us2main';
if (
window.location.origin.includes('localhost') ||
window.location.origin.includes('10.10.') ||
window.location.origin.includes('198.18')
) {
channel = 'ch_h5us2main';
}
if (pathSegments.length > 0 && /^ch_h5us/i.test(pathSegments[0])) {
channel = pathSegments[0].toLocaleLowerCase();
return; // 已有渠道信息则停止执行
}
const storedSource = window.localStorage.getItem('us_web_apkch') || '';
if (storedSource) {
channel = storedSource.toLocaleLowerCase();
}
const urlParams = new URLSearchParams(window.location.search);
const jwt = urlParams.get('jwt') || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*=\s*([^;]*).*$)|^.*$/, '$1');
if (jwt) {
try {
const data = JSON.parse(atob(jwt));
channel = data.channel?.toLocaleLowerCase() || channel;
} catch (e) {
console.error('JWT parse error:', e);
}
}
const newUrl = `${window.location.origin}/${channel}/000000/game${window.location.search}`;
window.location.replace(newUrl);
return;
})();
function applyTheme(theme = {}) {
const root = document.documentElement;
root.style.setProperty('--thirdColor', theme.thirdColor);
root.style.setProperty('--fourthColor', theme.fourthColor);
root.style.setProperty('--primaryColor', theme.primaryColor);
root.style.setProperty('--secondaryColor', theme.secondaryColor);
root.style.setProperty('--backgroundColor', theme.backgroundColor);
root.style.setProperty('--buttonColor', theme.buttonColor);
root.style.setProperty('--textColor', theme.textColor);
root.style.setProperty('--textGrayColor', theme.textGrayColor);
root.style.setProperty('--mainBgColor', theme.mainBgColor);
root.style.setProperty('--darkColor', theme.darkColor);
root.style.setProperty('--darkColor1', theme.darkColor1);
root.style.setProperty('--darkColor2', theme.darkColor2);
root.style.setProperty('--darkColor3', theme.darkColor3);
root.style.setProperty('--warningColor', theme.warningColor);
root.style.setProperty('--warningButtonColor', theme.warningButtonColor);
root.style.setProperty('--disabledButtonColor', theme.disabledButtonColor);
root.style.setProperty('--errorButtonColor', theme.errorButtonColor);
root.style.setProperty('--activityBgColor', theme.activityBgColor);
}
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return '';
}
function setCookie(name, value, domain = location.hostname, days = 365) {
const date = new Date();
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
document.cookie = `${name}=${value};domain=${domain};path=/;expires=${date.toUTCString()}`;
}
async function handleJwt() {
/**
* localStorage:
* 1、pushudatadict: {"userid":50000475,"channel":"H5US4AAPK_001","fingerprint":"17c429ae09b0d556ef64c8bf9e15e395","machineserial":"17c429a
Open service 13.33.187.23:80 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 403 Forbidden Server: CloudFront Date: Tue, 30 Dec 2025 18:02:09 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 ad82d8a80f2c6497aad660c7722475c0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P9 X-Amz-Cf-Id: ymlKY3Z_j_6sZRL8kcZ4f4zLqEtCEVg1ZoUXOvCtechX12hCX2lblw== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: ymlKY3Z_j_6sZRL8kcZ4f4zLqEtCEVg1ZoUXOvCtechX12hCX2lblw== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:235a:a000:9:b82c:ab40:93a1:443 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 21667
Connection: close
Server: nginx
Date: Tue, 30 Dec 2025 18:02:09 GMT
Last-Modified: Tue, 30 Dec 2025 09:33:04 GMT
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Headers: Content-Type, Authorization,userId
ETag: "69539c50-54a3"
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 e1af02661708034e962bd39b357a50aa.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P9
X-Amz-Cf-Id: WD4ekh9aXL9MaQqIAnoaaH9e_EwqozZG0DFFNygcBWDhW6lgoW2MOg==
Page title: 7USspin - Win $1000
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="Cache-Control" content="max-age=0"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><link rel="manifest" href="/manifest.json"/><link rel="apple-touch-icon" href="/product/googlePlay/logo.webp"/><link rel="preload" href="/font/Roboto-Regular-latin.woff2" as="font" type="font/woff2" crossorigin/><script async src="/cdn/pixel_h5.js?d=20250919"></script><script defer="defer" src="/js/cz.track.sdk.js"></script><script async src="/js/fingerprint2.js"></script><script async>(function initRedirect() {
const pathSegments = window.location.pathname.split('/').filter(Boolean);
let channel = 'ch_h5us2main';
if (
window.location.origin.includes('localhost') ||
window.location.origin.includes('10.10.') ||
window.location.origin.includes('198.18')
) {
channel = 'ch_h5us2main';
}
if (pathSegments.length > 0 && /^ch_h5us/i.test(pathSegments[0])) {
channel = pathSegments[0].toLocaleLowerCase();
return; // 已有渠道信息则停止执行
}
const storedSource = window.localStorage.getItem('us_web_apkch') || '';
if (storedSource) {
channel = storedSource.toLocaleLowerCase();
}
const urlParams = new URLSearchParams(window.location.search);
const jwt = urlParams.get('jwt') || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*=\s*([^;]*).*$)|^.*$/, '$1');
if (jwt) {
try {
const data = JSON.parse(atob(jwt));
channel = data.channel?.toLocaleLowerCase() || channel;
} catch (e) {
console.error('JWT parse error:', e);
}
}
const newUrl = `${window.location.origin}/${channel}/000000/game${window.location.search}`;
window.location.replace(newUrl);
return;
})();
function applyTheme(theme = {}) {
const root = document.documentElement;
root.style.setProperty('--thirdColor', theme.thirdColor);
root.style.setProperty('--fourthColor', theme.fourthColor);
root.style.setProperty('--primaryColor', theme.primaryColor);
root.style.setProperty('--secondaryColor', theme.secondaryColor);
root.style.setProperty('--backgroundColor', theme.backgroundColor);
root.style.setProperty('--buttonColor', theme.buttonColor);
root.style.setProperty('--textColor', theme.textColor);
root.style.setProperty('--textGrayColor', theme.textGrayColor);
root.style.setProperty('--mainBgColor', theme.mainBgColor);
root.style.setProperty('--darkColor', theme.darkColor);
root.style.setProperty('--darkColor1', theme.darkColor1);
root.style.setProperty('--darkColor2', theme.darkColor2);
root.style.setProperty('--darkColor3', theme.darkColor3);
root.style.setProperty('--warningColor', theme.warningColor);
root.style.setProperty('--warningButtonColor', theme.warningButtonColor);
root.style.setProperty('--disabledButtonColor', theme.disabledButtonColor);
root.style.setProperty('--errorButtonColor', theme.errorButtonColor);
root.style.setProperty('--activityBgColor', theme.activityBgColor);
}
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return '';
}
function setCookie(name, value, domain = location.hostname, days = 365) {
const date = new Date();
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
document.cookie = `${name}=${value};domain=${domain};path=/;expires=${date.toUTCString()}`;
}
async function handleJwt() {
/**
* localStorage:
* 1、pushudatadict: {"userid":50000475,"channel":"H5US4AAPK_001","fingerprint":"17c429ae09b0d556ef64c8bf9e15e395","machineserial":"17c429a
Open service 2600:9000:235a:e00:9:b82c:ab40:93a1:80 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 21667
Connection: close
Server: nginx
Date: Tue, 30 Dec 2025 18:02:09 GMT
Last-Modified: Tue, 30 Dec 2025 09:33:04 GMT
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Headers: Content-Type, Authorization,userId
ETag: "69539c50-54a3"
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 d9636724d333576f23b5fcfb40d7830c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P9
X-Amz-Cf-Id: SqoEoql_5siKtYeNEwIm66KSC49DRrEo7VJsN90rtvULBK9bF8B0VQ==
Page title: 7USspin - Win $1000
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="Cache-Control" content="max-age=0"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><link rel="manifest" href="/manifest.json"/><link rel="apple-touch-icon" href="/product/googlePlay/logo.webp"/><link rel="preload" href="/font/Roboto-Regular-latin.woff2" as="font" type="font/woff2" crossorigin/><script async src="/cdn/pixel_h5.js?d=20250919"></script><script defer="defer" src="/js/cz.track.sdk.js"></script><script async src="/js/fingerprint2.js"></script><script async>(function initRedirect() {
const pathSegments = window.location.pathname.split('/').filter(Boolean);
let channel = 'ch_h5us2main';
if (
window.location.origin.includes('localhost') ||
window.location.origin.includes('10.10.') ||
window.location.origin.includes('198.18')
) {
channel = 'ch_h5us2main';
}
if (pathSegments.length > 0 && /^ch_h5us/i.test(pathSegments[0])) {
channel = pathSegments[0].toLocaleLowerCase();
return; // 已有渠道信息则停止执行
}
const storedSource = window.localStorage.getItem('us_web_apkch') || '';
if (storedSource) {
channel = storedSource.toLocaleLowerCase();
}
const urlParams = new URLSearchParams(window.location.search);
const jwt = urlParams.get('jwt') || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*=\s*([^;]*).*$)|^.*$/, '$1');
if (jwt) {
try {
const data = JSON.parse(atob(jwt));
channel = data.channel?.toLocaleLowerCase() || channel;
} catch (e) {
console.error('JWT parse error:', e);
}
}
const newUrl = `${window.location.origin}/${channel}/000000/game${window.location.search}`;
window.location.replace(newUrl);
return;
})();
function applyTheme(theme = {}) {
const root = document.documentElement;
root.style.setProperty('--thirdColor', theme.thirdColor);
root.style.setProperty('--fourthColor', theme.fourthColor);
root.style.setProperty('--primaryColor', theme.primaryColor);
root.style.setProperty('--secondaryColor', theme.secondaryColor);
root.style.setProperty('--backgroundColor', theme.backgroundColor);
root.style.setProperty('--buttonColor', theme.buttonColor);
root.style.setProperty('--textColor', theme.textColor);
root.style.setProperty('--textGrayColor', theme.textGrayColor);
root.style.setProperty('--mainBgColor', theme.mainBgColor);
root.style.setProperty('--darkColor', theme.darkColor);
root.style.setProperty('--darkColor1', theme.darkColor1);
root.style.setProperty('--darkColor2', theme.darkColor2);
root.style.setProperty('--darkColor3', theme.darkColor3);
root.style.setProperty('--warningColor', theme.warningColor);
root.style.setProperty('--warningButtonColor', theme.warningButtonColor);
root.style.setProperty('--disabledButtonColor', theme.disabledButtonColor);
root.style.setProperty('--errorButtonColor', theme.errorButtonColor);
root.style.setProperty('--activityBgColor', theme.activityBgColor);
}
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return '';
}
function setCookie(name, value, domain = location.hostname, days = 365) {
const date = new Date();
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
document.cookie = `${name}=${value};domain=${domain};path=/;expires=${date.toUTCString()}`;
}
async function handleJwt() {
/**
* localStorage:
* 1、pushudatadict: {"userid":50000475,"channel":"H5US4AAPK_001","fingerprint":"17c429ae09b0d556ef64c8bf9e15e395","machineserial":"17c429a
Open service 2600:9000:235a:9000:9:b82c:ab40:93a1:443 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 21667
Connection: close
Server: nginx
Date: Tue, 30 Dec 2025 18:02:09 GMT
Last-Modified: Tue, 30 Dec 2025 09:33:04 GMT
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Headers: Content-Type, Authorization,userId
ETag: "69539c50-54a3"
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 ad82d8a80f2c6497aad660c7722475c0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P9
X-Amz-Cf-Id: B3iKpec4mfZSS1b0MUs-Xc_nupA1aPq3Q1RnmSJVzqaQo587qycNUw==
Page title: 7USspin - Win $1000
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="Cache-Control" content="max-age=0"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><link rel="manifest" href="/manifest.json"/><link rel="apple-touch-icon" href="/product/googlePlay/logo.webp"/><link rel="preload" href="/font/Roboto-Regular-latin.woff2" as="font" type="font/woff2" crossorigin/><script async src="/cdn/pixel_h5.js?d=20250919"></script><script defer="defer" src="/js/cz.track.sdk.js"></script><script async src="/js/fingerprint2.js"></script><script async>(function initRedirect() {
const pathSegments = window.location.pathname.split('/').filter(Boolean);
let channel = 'ch_h5us2main';
if (
window.location.origin.includes('localhost') ||
window.location.origin.includes('10.10.') ||
window.location.origin.includes('198.18')
) {
channel = 'ch_h5us2main';
}
if (pathSegments.length > 0 && /^ch_h5us/i.test(pathSegments[0])) {
channel = pathSegments[0].toLocaleLowerCase();
return; // 已有渠道信息则停止执行
}
const storedSource = window.localStorage.getItem('us_web_apkch') || '';
if (storedSource) {
channel = storedSource.toLocaleLowerCase();
}
const urlParams = new URLSearchParams(window.location.search);
const jwt = urlParams.get('jwt') || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*=\s*([^;]*).*$)|^.*$/, '$1');
if (jwt) {
try {
const data = JSON.parse(atob(jwt));
channel = data.channel?.toLocaleLowerCase() || channel;
} catch (e) {
console.error('JWT parse error:', e);
}
}
const newUrl = `${window.location.origin}/${channel}/000000/game${window.location.search}`;
window.location.replace(newUrl);
return;
})();
function applyTheme(theme = {}) {
const root = document.documentElement;
root.style.setProperty('--thirdColor', theme.thirdColor);
root.style.setProperty('--fourthColor', theme.fourthColor);
root.style.setProperty('--primaryColor', theme.primaryColor);
root.style.setProperty('--secondaryColor', theme.secondaryColor);
root.style.setProperty('--backgroundColor', theme.backgroundColor);
root.style.setProperty('--buttonColor', theme.buttonColor);
root.style.setProperty('--textColor', theme.textColor);
root.style.setProperty('--textGrayColor', theme.textGrayColor);
root.style.setProperty('--mainBgColor', theme.mainBgColor);
root.style.setProperty('--darkColor', theme.darkColor);
root.style.setProperty('--darkColor1', theme.darkColor1);
root.style.setProperty('--darkColor2', theme.darkColor2);
root.style.setProperty('--darkColor3', theme.darkColor3);
root.style.setProperty('--warningColor', theme.warningColor);
root.style.setProperty('--warningButtonColor', theme.warningButtonColor);
root.style.setProperty('--disabledButtonColor', theme.disabledButtonColor);
root.style.setProperty('--errorButtonColor', theme.errorButtonColor);
root.style.setProperty('--activityBgColor', theme.activityBgColor);
}
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return '';
}
function setCookie(name, value, domain = location.hostname, days = 365) {
const date = new Date();
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
document.cookie = `${name}=${value};domain=${domain};path=/;expires=${date.toUTCString()}`;
}
async function handleJwt() {
/**
* localStorage:
* 1、pushudatadict: {"userid":50000475,"channel":"H5US4AAPK_001","fingerprint":"17c429ae09b0d556ef64c8bf9e15e395","machineserial":"17c429a
Open service 13.33.187.126:80 · 7usspin.com
2025-12-30 18:02
HTTP/1.1 403 Forbidden Server: CloudFront Date: Tue, 30 Dec 2025 18:02:09 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 4770dda4e92393e930d8a34dcbb04db2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P9 X-Amz-Cf-Id: 2GQ2YL430MqC7TZGOFEO1T3n6_5Rw0MzI6gL-WqUCvZ4oAVKGVxW2g== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: 2GQ2YL430MqC7TZGOFEO1T3n6_5Rw0MzI6gL-WqUCvZ4oAVKGVxW2g== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
13.33.187.126 1 2600:9000:235a:9000:9:b82c:ab40:93a1 1 2600:9000:235a:7000:9:b82c:ab40:93a1 1 2600:9000:235a:e00:9:b82c:ab40:93a1 1 2600:9000:235a:400:9:b82c:ab40:93a1 1 13.33.187.55 1 2600:9000:235a:8400:9:b82c:ab40:93a1 1 2600:9000:235a:9400:9:b82c:ab40:93a1 1 13.33.187.93 1 2600:9000:235a:4c00:9:b82c:ab40:93a1 1 13.33.187.23 1 2600:9000:235a:a000:9:b82c:ab40:93a1 1