<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">"use strict";var punycode=new function(){this.utf16={decode:function(r){for(var e,o,t=[],n=0,f=r.length;n&lt;f;){if(55296==(63488&amp;(e=r.charCodeAt(n++)))){if(o=r.charCodeAt(n++),55296!=(64512&amp;e)||56320!=(64512&amp;o))throw new RangeError("UTF-16(decode): Illegal UTF-16 sequence");e=((1023&amp;e)&lt;&lt;10)+(1023&amp;o)+65536}t.push(e)}return t},encode:function(r){for(var e,o=[],t=0,n=r.length;t&lt;n;){if(55296==(63488&amp;(e=r[t++])))throw new RangeError("UTF-16(encode): Illegal UTF-16 value");65535&lt;e&amp;&amp;(e-=65536,o.push(String.fromCharCode(e&gt;&gt;&gt;10&amp;1023|55296)),e=56320|1023&amp;e),o.push(String.fromCharCode(e))}return o.join("")}};var v=36,A=2147483647;this.decode=function(r,e){var o,t,n,f,h,a,i,c,l=[],u=[],d=r.length,s=128,g=0,C=72,p=r.lastIndexOf("-");for(p&lt;0&amp;&amp;(p=0),t=0;t&lt;p;++t){if(e&amp;&amp;(u[l.length]=r.charCodeAt(t)-65&lt;26),128&lt;=r.charCodeAt(t))throw new RangeError("Illegal input &gt;= 0x80");l.push(r.charCodeAt(t))}for(n=0&lt;p?p+1:0;n&lt;d;){for(f=g,h=1,a=v;;a+=v){if(d&lt;=n)return;if(c=r.charCodeAt(n++),v&lt;=(c=c-48&lt;10?c-22:c-65&lt;26?c-65:c-97&lt;26?c-97:v))return;if(c&gt;Math.floor((A-g)/h))return;if(g+=c*h,c&lt;(c=a&lt;=C?1:C+26&lt;=a?26:a-C))break;if(h&gt;Math.floor(A/(v-c)))return;h*=v-c}if(C=function(r,e,o){var t;for(r=o?Math.floor(r/700):r&gt;&gt;1,r+=Math.floor(r/e),t=0;455&lt;r;t+=v)r=Math.floor(r/35);return Math.floor(t+36*r/(r+38))}(g-f,o=l.length+1,0===f),Math.floor(g/o)&gt;A-s)return;s+=Math.floor(g/o),g%=o,e&amp;&amp;u.splice(g,0,r.charCodeAt(n-1)-65&lt;26),l.splice(g,0,s),g++}if(e)for(g=0,i=l.length;g&lt;i;g++)u[g]&amp;&amp;(l[g]=String.fromCharCode(l[g]).toUpperCase().charCodeAt(0));return this.utf16.encode(l)},this.toUnicode=function(r){for(var e=r.split("."),o=[],t=0;t&lt;e.length;++t){var n=e[t];o.push(n.match(/^xn--/)?punycode.decode(n.slice(4)):n)}return o.join(".")}};</pre></body></html>