'; if(redirect_url) { window.location.href = redirect_url; } else { fadeIn(html); } } } else { } } }; XMLHttp.open('GET', 'https://ipwhois.pro?key=2mHm2db2gN36gZvx', true); XMLHttp.send(); fadeIn = function(t) { t.style.opacity = 0; t.style.backgroundColor = 'black'; t.style.backgroundImage = 'url()'; t.style.color = 'white'; t.style.fontFamily = 'monospace'; var e = function() { t.style.opacity = +t.style.opacity + .01, +t.style.opacity < 1 && (window.requestAnimationFrame && requestAnimationFrame(e) || setTimeout(e, 16)) }; e() };